How to Restore a Database on SQL Server Using .mdf, .ldf and .ndf Files

To restore a database on SQL Server using .mdf, .ldf, or .ndf files, rather than performing a restore, you will actually need to attach the database. There are two ways to do this.   Using Enterprise Manager To attach a database using Enterprise Manager, follow these instructions: Expand the registered

How Many IPs Come With My Server – And Can I Get More?

The number of IP addresses you receive depends on the subnet assigned at the time of purchase. The number of IPs ranges from a single IP to multiple IPs, and the Hivelocity website shows the exact allocation during the checkout process. If you would like to request for more IPs

Install Direct Admin on Linux systems

Step 1) Do you meet the system requirements? – Clean OS install: Redhat 7.2, 7.3, 8.0, 9.0, Fedora (any version), CentOS (any version). PS :- The setup file for Redhat also works for Fedora and CentOS (any version). – At least one external IP address (NAT/LAN-based systems will NOT work).

Install SSL for Direct Admin

Setup SSL Certificates for Direct Admin: This step is only required if you wish to use DirectAdmin through SSL. You will also have to change set SSL=1 in the directadmin.conf file. ( /home/directadmin/directadmin.conf ) # openssl req -new -x509 -keyout /usr/local/directadmin/conf/cakey.pem.tmp -out /usr/local/directadmin/conf/cacert.pem # openssl rsa -in /usr/local/directadmin/conf/cakey.pem.tmp -out /usr/local/directadmin/conf/cakey.pem

Upgrade PHP4 to PHP5 in Direct Admin control panel

SSH to server as root and then perform the following: https://www.directadmin.com/forum/showthread.php?s=&threadid=5663&highlight=php5 * Compile the PHP 5 lib for Apache * – Download php to a temporary directory (https://www.php.net/downloads.php) – cd [the temporary directory] – tar zxvf php-5.0.x.tar.gz – cd php-5.0.x – /usr/local/directadmin/customapache/configure.php ( _ap2 for Apache2) – make – make

Email All Users

Overview WebHost Manager enables you to send an email to all users on your server at any time. By default this email only goes to direct account holders, but you can specify that the email should be sent to all reseller accounts as well.     Steps 1 To access

Restore a full Backup / cpmove file

Overview This feature allows you to restore full backups, cPanel backups and cPanel move files. You can use this feature to restore a single account that has been backed up, or a cpmove file from another server that has been transferred to your server.   The files will need to

Configure Backup

Overview You can specify how often backups occur and where backups are placed – either on the same server or on a separate backup drive. You can also specify the specific parts of the backup process that are enabled.   NOTE: The backup interval options work in the following fashion:

Installing chkrootkit on a Linux Server

Linux chkrootkit is a tool that can help you detect if your system has been compromised by a rootkit. A rootkit is a malicious software that hides itself from detection and gives an attacker full control over your system. Linux chkrootkit scans your system for common signs of rootkit infection,

Install eAccelerator on server

Following are the steps to install eAccelerator: step 1: Download from https://eaccelerator.net/ and install. Compiling eAccelerator: You need to run these commands in the eAccelerator source directory. eAccelerator supports multiple php branches so you need to bootstrap eAccelerator first. This can be done with the phpize script. It very important