How to install mod security plugin in WHM
How to install mod security plugin in WHM Go to the below path. cd /usr/local/src Download the below file. wget http://www.configserver.com/free/cmc.tgz Extract that file. tar -xzf cmc.tgz Go into that…
How to install litespeed on Linux Server
How to install litespeed on linux server Run the following commands from ssh as root cd /usr/src; curl http://www.litespeedtech.com/packages/cpanel/lsws_whm_plugin_install.sh | sh Once done than login to the WHM Search litespeed…
How to install DirectAdmin on Linux Server
How to install DirectAdmin on Linux Server Go to the below path. cd /usr/local/src Download the setup file using the below command. wget http://www.directadmin.com/setup.sh If permission is incorrect then provide…
How to install Brute Force Detection (BFD) on linux server
How to install Brute Force Detection (BFD) on linux server Brute Force Detection Brute Force Detection is a Free tool that can be used of avoiding brute force attacks over…
How to install and uninstall DDoS Deflate on Linux server
What is DDOS Deflate? DDOS Deflate is a lightweight bash script that can be used to protect a server from Distributed Denial of Service (DDOS) attacks. It works by monitoring…
How to configure APF to prevent DDOS attack
How to configure APF to prevent DDOS attack Relatively new to APF is the new AntiDOS feature which can be found in: /etc/apf/ad The log file will be located at…
How to install mod_limitipconn on linux server
How to install mod_limitipconn on server To set per IP connections limit on server we are using mod_limitipconn. This can be a very useful tool, as it could help in…
Command to check the reboot date and time on Linux server
Command to check the reboot date and time on Linux server root@server # who -b system boot 2012-04-24 09:04 root@server # last reboot | head -1 reboot system boot 2.6.18-308.1.1.e…