CSF firewall installation

CSF is great firewall for all linux based servers.

For non-cpanel servers you'll need to install per-libwww module otherwise skip the first step:

#yum install perl-libwww-perl

#cd ~

#wget http://configserver.net/free/csf.tgz

#tar -xvzf csf.tgz

#cd csf

#sh install.sh

  • 1 Users Found This Useful
Was this answer helpful?

Related Articles

Securing /dev/shm

To secure /dev/shm look for the mount line for /dev/shm in /etc/fstab and change it to the...

SAR (system activity monitor)

SAR (system activity monitor) produces system utilization reports based on the data collected...

Reset cPanel (WHM) Initial configuration

Have you configured dedicated server with cPanel (WHM) for a client but would like to reset WHM...

Stop Console Messages

2 ways to stop messages output on linux server console #mesg n or #vi /etc/sysctl.conf...

softaculous installation

#cd /usr/local/cpanel/whostmgr/docroot/cgi #wget -N...