<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>PRESOON.COM</title>
	<link>http://presoon.com/blog</link>
	<description></description>
	<lastBuildDate>Sat, 20 Mar 2010 03:59:50 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to install CSF Firewall on virtuozzo &#8211; Cannot enter into server after CSF installation VPS</title>
		<description><![CDATA[CSF is a powerful Firewall for Linux and cPanel servers are here are the steps to get it working with Virtuozzo VPS
Installation
rm -fv csf.tgz
wget http://www.configserver.com/free/csf.tgz
tar -xzf csf.tgz
cd csf
sh install.sh
After the installation you will need to customize CSF to run on VPS:
edit /etc/sysconfig/iptables and add
-A FORWARD -j ACCEPT -p all -s 0/0 -i venet0
-A FORWARD -j [...]]]></description>
		<link>http://presoon.com/blog/2010/03/14/how-to-install-csf-firewall-on-virtuozzo-cannot-enter-into-server-after-csf-installation-vps/</link>
			</item>
	<item>
		<title>phpMyAdmin &#8211; Error &#8220;cannot start session without errors&#8221;</title>
		<description><![CDATA[cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.
The usual error which comes up with phpmyadmin. The issue can either be due to the cPanel&#8217;s PHP or its session settings. Try the following fix
Open up the file /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini
Change the session path to [...]]]></description>
		<link>http://presoon.com/blog/2010/03/14/phpmyadmin-error-cannot-start-session-without-errors/</link>
			</item>
	<item>
		<title>Awstats &#8220;update now&#8221; button shows blank page and cpanel error log shows &#8220;Out of Memory&#8221;</title>
		<description><![CDATA[The cPanel error logs shows Out of Memory! when you click the &#8220;update now&#8221; button in Awstats. This usually happens when cPanel&#8217;s php is set with low memory. But in most of the cases this is not the issue.
Go to WHM &#62; Tweak Settings &#62; &#8220;The maximum memory a cPanel process can use before it [...]]]></description>
		<link>http://presoon.com/blog/2010/02/27/awstats-update-now-button-shows-blank-page-and-cpanel-error-log-shows-out-of-memory/</link>
			</item>
	<item>
		<title>Custom php.ini for PHP CGI in cPanel.</title>
		<description><![CDATA[Hi guys,
When PHP is compiled as CGI, you won&#8217;t be able to provide custom php flags in .htaccess or just simply add a php.ini if your home directory.
To enable a custom php.ini for your domain running PHP as cgi, perform the following steps.
Please note that I am considering that the server has PHP4 and PHP5 [...]]]></description>
		<link>http://presoon.com/blog/2010/02/26/custom-php-ini-for-php-cgi-in-cpanel/</link>
			</item>
	<item>
		<title>/sbin/hotplug: no runnable /etc/hotplug/aaaa.agent is installed in /var/log/messages</title>
		<description><![CDATA[Hi guys,
You might have been facing the error getting logged in /var/log/messages. Deeper research in Google gave the result that it is the issue with the loaded Kernel.
Before going for and upgrade, just confirm the following.
Check whether the following files are present.
/lib/modules/*/modules.*map      depmod output
/proc/sys/kernel/hotplug       [...]]]></description>
		<link>http://presoon.com/blog/2010/02/21/sbinhotplug-no-runnable-etchotplugaaaa-agent-is-installed-in-varlogmessages/</link>
			</item>
	<item>
		<title>Installing ImageMagick on a cPanel Server</title>
		<description><![CDATA[Make sure that Imagemagick is not installed via Easyapache3. If you already have ImageMagick installed via rpm, you need to remove it. Find the rpms using the following command.
rpm -qa &#124;grep -i imagemagick
Remove the rpms in the following order
rpm -e ImageMagick-c++-devel-6.2.8.0-4.el5_1.1
rpm -e ImageMagick-c++-6.2.8.0-4.el5_1.1
rpm -e ImageMagick-perl-6.2.8.0-4.el5_1.1
rpm -e ImageMagick-devel-6.2.8.0-4.el5_1.1
rpm -e ImageMagick-6.2.8.0-4.el5_1.1
Download the ImageMagick using the following
cd /usr/local/src
wget [...]]]></description>
		<link>http://presoon.com/blog/2010/01/28/installing-imagemagick-on-a-cpanel-server/</link>
			</item>
	<item>
		<title>How to change Mysql database directory to another partition in cPanel. /var patition full</title>
		<description><![CDATA[Hi guys,
you might have faced the issue of /var partition gettting full regularly due to database directory. If you have a larger partition with free space, then it is possible to move the database directory to the larger partition.
Here are the steps
Switch off the database server while we are moving the databases.

/etc/rc.d/init.d/mysql stop

I am considering [...]]]></description>
		<link>http://presoon.com/blog/2010/01/07/how-to-change-mysql-database-directory-to-another-partition-in-cpanel-var-patition-full/</link>
			</item>
	<item>
		<title>[Fixed] configure Ubuntu BSNL EVDO connection. Ubuntu 9.04 and 9.10 wvdial missing from Ubuntu.</title>
		<description><![CDATA[Hi guys,
I am not sure why did the Ubuntu guys&#8230;left out the wvdial package in the latest distributions. In fact, most of the 3G wireless internet connection uses the PPP connection using wvdial. To install wvdial package, you need install some dependencies also.
After some research, I have found out the exact packages and the order [...]]]></description>
		<link>http://presoon.com/blog/2009/12/21/bsnl-evdo-connection-for-ubuntu-9-04-wvdial-missing-for-ubuntu/</link>
			</item>
	<item>
		<title>Excessive mail sent by an user alert for cPanel</title>
		<description><![CDATA[If you need a simple script to alert you by mail when a user exceeds a predefined mail rate limit, then check this out.

mailflag=0
limit=5
mailid=mailaddresshere
chkdate=`date -d "60 minute ago" +%Y-%m-%d\ %k`
#chkdate=2009-11-10
mailfile=$(mktemp)
for i in `mysql --batch --skip-column-names -e " use eximstats; select user,email,msgid from sends where \
 mailtime like '$chkdate%';" &#124; awk '{print $1}' &#124; sort &#124; [...]]]></description>
		<link>http://presoon.com/blog/2009/11/11/excessive-mail-sent-by-an-user-alert-for-cpanel/</link>
			</item>
	<item>
		<title>SOLVE msa.exe problem in Task Manger Windows</title>
		<description><![CDATA[Hi guys. You might have come across the issue with the process msa.exe in your task manager.  Yep it is malicious process.
Lets look how to remove it.
Open Task Manager. Find exactly &#8220;msa.exe&#8221; from the &#8220;processes&#8221; tab
Start &#8211;&#62; Search
Then select &#8220;All files and folders&#8221;
Make a search called &#8220;msa.exe&#8221; (all harddrives) When found, stop the search.
Now kill [...]]]></description>
		<link>http://presoon.com/blog/2009/10/23/solve-msa-exe-problem-in-task-manger-windows/</link>
			</item>
</channel>
</rss>
