This tutorial will tell you that how to configure Postfix with multiple instances. Prerequisites. Centos 6.x Postfix 2.6 Step 1. Install postfix through below command. #yum install postfix Step 2. Then runs below command to enalbe postfix in multiple instances mode. #postmulti -e init The above command will...
Continue reading
November 8, 2013 Admin
Postfix
4 Comments
This tutorial will tell you that How to find if you have been rooted #ls -la /lib64/libkeyutils.so.1.9 #rpm -qf /lib64/libkeyutils.so.1.9 #ls -la /lib/libkeyutils.so.1.9 #rpm -qf /lib/libkeyutils.so.1.9 Those files should not exist. or: #updatedb” && locate libkeyutils.so.1.9 There should be no output: [rootl@localhost ~]# updatedb && locate libkeyutils.so.1.9 Password:...
Continue reading
November 1, 2013 Admin
Centos/RHEL
No Comment
Install Cacti Network Monitoring on RHEL/CentOS. Cacti tool is an open source web based network monitoring and system monitoring graphing solution for IT business. Cacti enables a user to poll services at regular intervals to create graphs on resulting data using RRDtool. Generally, it is used to graph...
Continue reading
October 30, 2013 Admin
Centos/RHEL
No Comment
Warning: session_start() [function.session-start]: Cannot send session cookie – headers already sent by (output started at /home/username/public_html/file.php:14) in /home/username/public_html/top.php on line 4 This generally happens when you have an empty or white space at the start or the end of your php files, Please check your php files and...
Continue reading
October 28, 2013 Admin
Centos/RHEL
No Comment
This installation are full and complete installation for latest release of Ffmpeg Mplayer Mencoder X264,Qt-faststart, Flvtool2, Yamdi, On Centos/RHEL and additional modules step by step. Edit the /etc/ld.so.conf file and add the following lines #vi /etc/ld.so.conf /usr/local/lib /usr/lib then run : ldconfig Installing libraries Install the additional repo...
Continue reading
October 2, 2013 Admin
Centos/RHEL
No Comment