How do I install FFMPEG?

To install FFMPEG you need to login to VPS by SSH and have root permissions. Once you do that, get the latest version of FFMPEG by using this command: svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg Note: If you don’t have svn installed, run the following command: yum install subversion Now, when you … Continue reading

How do I change the PHP versions on my VPS?

To change PHP version on your VPS, do the following steps:    1. Login to your DirectAdmin cPanel.   2. Click on “File manager” and navigate to “public_html” folder.   3. Find a file named “.htaccess” and open it for editting. To change PHP version to 5.0, add the following line:AddHandler application/x-httpd-php5 … Continue reading

How to Install and Configure Cacti in CentOS

Cacti is a complete network graphing solution that usefull for network administrator to monitor their network bandwidth. It is very easy to use and have the following features: You need to install the following software to install cacti. a)      MySQL Server : Store cacti datab)      NET-SNMP server – SNMP (Simple … Continue reading

Missing LOGSTYLE Config Line in /etc/wwwacct.conf

When you create account via WHM and you will get ” Missing LOGSTYLE Config Line in /etc/wwwacct.conf” error. make some change in “/etc/wwwacct.conf” file. Open the follwoing file on the server :- $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ Vi /etc/wwwacct.conf$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ Make some change in that file like: $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$CONTACTEMAIL admin@abcd.comHOMEDIR /homeNS2 ns2.abcd.comNS3NS4NSTTLHOST server.abcd.comADDRNS ns1.abcd.comMINUID 500TTLETHDEV venet0:0HOMEMATCHLOGSTYLE  … Continue reading