======================================================= 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...
Continue reading →
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”...
Continue reading →
Before downloading Webmin, you must already have Perl 5 installed on your system. Perl is usually installed as /usr/local/bin/perl or /usr/bin/perl, and comes as part of most recent versions of Linux. If you don’t have Perl, you can download the source from http://www.perl.com/...
Continue reading →
Linux software installation stuffs are updated here.
Continue reading →
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...
Continue reading →
Hi, This post guides you to compile PHP with json in CentOS. By assuming that you have already installed PHP in the system I am going to guide you the installation steps Please run the following command to install json...
Continue reading →
Hi, The following steps will make you to upgrade PHP to 5.3.5 using remi repostries in CentOS and RHEL systems. Preinstallation steps ===================== Make a note of current PHP and MySQL versions by using the following commands #php -v #mysql...
Continue reading →