Change cPanel Mail server main IP
to change the main IP address for the cPanel mail server you have to :
to change the main IP address for the cPanel mail server you have to :
to install free cPanel DNS Only run the following command from ssh as root cd /home wget -N http://httpupdate.cpanel.net/latest-dnsonly sh latest-dnsonly
to install a fresh copy of cPanel/WHM on a new server you have to open ssh connection and run the following command as root cd /home wget -N http://httpupdate.cpanel.net/latest sh latest
to install wget in centos command run the following command in your ssh as root yum install wget then follow the instructions
to know your running PHP version from command line in Linux you have to use the command php -i while this gives a lot of information , so you will need to use it with grep command to focus on PHP Version php -i | grep “PHP Version”
to copy files between servers using command line in Linux servers , you have to use the command line ( SCP ) the SCP can be used as follow Copy files and folder from Remote Server to Local Server To copy folder from remote server to the current folder scp your_username@remoteservername.com:/some/local/directory . To coy…
Linux extract compressed file using tar command for linux servers to extract a compressed file using command line use the following tar -xvf filename.tar
Linux tar compress command line for Linux servers to compress a files or folders use the following command $ tar -cvf filename.tar filename this can be also works for folders $ tar -cvf filename.tar foldername
To Control Linux SSH from Windows you will need to get the SSH Windows Application ( Putty ) , Putty is a free SSH and Telnet application for Windows from Putty.org to download it direct use the link http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html we suggest you to download the Windows Installer