How to Configure Multiple shared IP’s in WHM
How to Configure Multiple shared IP’s in WHM It is not possible to add multiple shared IP’s from WHM but it is possible to do it from SSH. First of…
how to install whmsonic in cpanel
How to install WHMSonic in cpanel Login to your server root SSH and copy/paste the following command fully and run it. cd /root/; rm -f installr.sh; wget http://www.whmsonic.com/setupr/installr.sh; chmod +x…
Uninstall Cloudlinux from cpanel
You can always uninstall CloudLinux. In this case, we will ‘convert’ the system back to CentOS. Even if the original system was RHEL — we will still convert to ‘CentOS’…
How to install ImageMagick With PHP-imagick On Plesk Server.
How to install ImageMagick With PHP-imagick On Plesk Server. ImageMagick Installation # yum install ImageMagick # yum install ImageMagick-devel PHP-imagick Installation # yum install gcc # yum install make automake…
How to install ioping in linux server
How to install ioping in linux server This tool lets you monitor I/O latency in real time. It shows disk latency in the same way as ping shows network latency.…
How to recover directadmin server from crash drive.
How to recover direct admin server from crash drive. First of all mount the crash disk. In my case I am mounting it in /mnt Now, you have to copy…
How to tweak linux server harddisk using hdparm
Tune your hard disk for high performance Using hdparm First of all you have to install hdparm in linux. apt-get install hdparm #hdparm /dev/sda /dev/sda: readonly = 0 (off) readahead…
How to check DDOS attack
DDOS attack Whenever the load in the server increases due to a particular user in the server. Check the following: You can check the user in top. Find the domain…