APF, BFD and DDOS installation steps

======================================================= APF ======================================================= APF stands for Advanced policy firewall, is a software for unix based systems. Let me explain the steps to be followed in installing APF in your Linux system. #cd /usr/local/src/ [user@linux]#wget http://www.rfxn.com/downloads/apf-current.tar.gz [user@linux]#tar -xvzf apf-current.tar.gz [user@linux]#./install.sh [user@linux]#vi...

Installing eAccelerator in linux machine

Follow the steps to install eAccelerator in linux machine #cd /usr/local/ #wget http://bart.eaccelerator.net/source/0.9.6/eaccelerator-0.9.6-rc1.tar.bz2 #tar -jxvf eaccelerator-0.9.6-rc1.tar.bz2 #cd /usr/local/eaccelerator-0.9.6-rc1/ #phpize #./configure #make #make install Open a file as eaccelarator.ini in /etc/php.d/ directory #vi /etc/php.d/eaccelarator.ini Then add the configuration like : zend_extension=”path/where/eaccelerator.so/is/locate/eaccelerator.so”...

MRTG Installation steps

MRTG installation ================= SNMP installation [user@linux]#yum install net-snmp* Configuration of snmpd.conf ============================ Inside the /etc/snmp/ folder, there will be the snmp configuration file named, snmpd.conf #mv snmpd.conf snmpd.conf.old #vi snmpd.conf Enter the following line in the new configuration file to...