<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux, Hosting tips &#187; cPanel</title>
	<atom:link href="http://geobaby.in/category/control-panels/cpanelwhm/feed/" rel="self" type="application/rss+xml" />
	<link>http://geobaby.in</link>
	<description>linux, webhosting tutorials, cpanel,whm,plesk,windows,</description>
	<lastBuildDate>Fri, 13 Apr 2012 10:11:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Spamd / Spamassassin error : argument isn&#8217;t numeric in addition / unparseable IPv6 address</title>
		<link>http://geobaby.in/spamd-spamassassin-error-argument-isnt-numeric-in-addition-unparseable-ipv6-address/</link>
		<comments>http://geobaby.in/spamd-spamassassin-error-argument-isnt-numeric-in-addition-unparseable-ipv6-address/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 07:33:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[ipv6]]></category>
		<category><![CDATA[sa-update]]></category>
		<category><![CDATA[spamassassin]]></category>
		<category><![CDATA[spamd]]></category>
		<category><![CDATA[upcp]]></category>

		<guid isPermaLink="false">http://geobaby.in/?p=592</guid>
		<description><![CDATA[I encountered the following error while restarting spamassassin. Starting spamd: Feb 21 20:29:26.275 [8814] warn: Argument &#8220;&#8221; isn&#8217;t numeric in addition (+) at /usr/local/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/NetSet.pm line 122. Feb 21 20:29:26.276 [8814] warn: oops! unparseable IPv6 address for 127/8: 168355856 at /usr/local/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/NetSet.pm line 128. Feb 21 20:29:26.276 [8814] warn: oops! unparseable IPv6 address for 127/8: 168356228 at [...]]]></description>
		<wfw:commentRss>http://geobaby.in/spamd-spamassassin-error-argument-isnt-numeric-in-addition-unparseable-ipv6-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Find Large Files and Directories in Unix</title>
		<link>http://geobaby.in/how-to-find-large-files-and-directories-in-unix/</link>
		<comments>http://geobaby.in/how-to-find-large-files-and-directories-in-unix/#comments</comments>
		<pubDate>Tue, 10 Apr 2012 07:54:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[dirextory size]]></category>
		<category><![CDATA[disk space]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[size]]></category>

		<guid isPermaLink="false">http://geobaby.in/?p=579</guid>
		<description><![CDATA[Sometimes we need to find larger files in a file system when theres is a disk space issue. This example finds all the files under /etc directory which are larger than 1000k: geobaby@ubuntu:~$ find /etc -size +1000k /etc/brltty/zh-tw.ctb If you look at the file, the size if above 1000k: geobaby@ubuntu:~$ ls -l /etc/brltty/zh-tw.ctb -rw-r&#8211;r&#8211; 1 [...]]]></description>
		<wfw:commentRss>http://geobaby.in/how-to-find-large-files-and-directories-in-unix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to remove an IP from the cphulkd blacklist</title>
		<link>http://geobaby.in/how-to-remove-an-ip-from-the-cphulkd-blacklist/</link>
		<comments>http://geobaby.in/how-to-remove-an-ip-from-the-cphulkd-blacklist/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 17:36:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[cphulkd]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[Protection]]></category>

		<guid isPermaLink="false">http://geobaby.in/?p=559</guid>
		<description><![CDATA[cPHulk Brute Force Protection prevents malicious forces from trying to access your server&#8217;s services by guessing the login password for that service. By the following steps you can remove the IP from the cphulkd blacklist. Issue the commands from mysql prompt. mysql> use cphulkd; mysql> select * from brutes; +&#8212;&#8212;&#8212;&#8212;&#8211;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;+ &#124; IP &#124; NOTES &#124; [...]]]></description>
		<wfw:commentRss>http://geobaby.in/how-to-remove-an-ip-from-the-cphulkd-blacklist/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install APC in cPanel server</title>
		<link>http://geobaby.in/install-apc-in-cpanel-server/</link>
		<comments>http://geobaby.in/install-apc-in-cpanel-server/#comments</comments>
		<pubDate>Wed, 11 May 2011 16:01:53 +0000</pubDate>
		<dc:creator>Geo</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[apc]]></category>
		<category><![CDATA[compile error]]></category>
		<category><![CDATA[install apc]]></category>
		<category><![CDATA[mount]]></category>

		<guid isPermaLink="false">http://geobaby.in/?p=548</guid>
		<description><![CDATA[You can install APC (Alternative PHP Cache) in your cpanel server using the following steps: # pecl install apc Then add the extension in the php.ini file. You can get the php.ini file by # php &#8211;ini Add the following line to it. extension=&#8221;apc.so&#8221; Then, retart apache service and you are good to go. I [...]]]></description>
		<wfw:commentRss>http://geobaby.in/install-apc-in-cpanel-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cPanel upcp error : Undefined subroutine</title>
		<link>http://geobaby.in/cpanel-upcp-error/</link>
		<comments>http://geobaby.in/cpanel-upcp-error/#comments</comments>
		<pubDate>Fri, 18 Feb 2011 12:12:55 +0000</pubDate>
		<dc:creator>Geo</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[futex error]]></category>
		<category><![CDATA[upcp error]]></category>

		<guid isPermaLink="false">http://geobaby.in/?p=527</guid>
		<description><![CDATA[I have seen recent cPanel upgrade throwing errors shown below: root@server [~]# /scripts/upcp /scripts/upcp syntax OK Running Futex Check/Fixâ€¦â€¦Done Undefined subroutine &#38;Cpanel::Update::automatic_updates_enabled called at /scripts/upcp line 273. This can be fixed using below steps. wget -O /root/updatenow.static http://httpupdate.cpanel.net/cpanels&#8230;datenow.static &#38;&#38; perl /root/updatenow.static &#8211;manual Now you will be able to upgrade the cPanel using upcp script. /scripts/upcp [...]]]></description>
		<wfw:commentRss>http://geobaby.in/cpanel-upcp-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Change MySQL database collation</title>
		<link>http://geobaby.in/change-mysql-database-collation/</link>
		<comments>http://geobaby.in/change-mysql-database-collation/#comments</comments>
		<pubDate>Sat, 22 Jan 2011 22:22:57 +0000</pubDate>
		<dc:creator>Geo</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[collation]]></category>
		<category><![CDATA[database collaton]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[mysql collation]]></category>

		<guid isPermaLink="false">http://geobaby.in/?p=517</guid>
		<description><![CDATA[You can change database collation from the WHM/cPanel. 1. Enter your WHM/cPanel and select phpMyAdmin. 2. Select the database you wish to manage. 3. Click on the Operations tab in the top menu of your phpMyAdmin 4.  At the bottom of the page you will see the collation option. Select a collation from the drop [...]]]></description>
		<wfw:commentRss>http://geobaby.in/change-mysql-database-collation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset Joomla admin password</title>
		<link>http://geobaby.in/reset-joomla-admin-password/</link>
		<comments>http://geobaby.in/reset-joomla-admin-password/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 09:36:33 +0000</pubDate>
		<dc:creator>Geo</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[joomla admin]]></category>
		<category><![CDATA[joomla admin password]]></category>
		<category><![CDATA[joomla admin password reset]]></category>
		<category><![CDATA[password reset]]></category>

		<guid isPermaLink="false">http://geobaby.in/?p=497</guid>
		<description><![CDATA[Joomla admin password is stored in mysql, so it can be changed easily by running a simple mysql query. If you have a cPanel account, use the phpMyAdmin to reset the password. Select the Joomla database and run the following query. UPDATE `jos_users` SET `password` = MD5(&#8216;newpass&#8216;) WHERE `jos_users`.`username` = &#8220;admin&#8221; ; &#8220;newpass&#8221; &#8211; replace [...]]]></description>
		<wfw:commentRss>http://geobaby.in/reset-joomla-admin-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating Cpanel Apache Configurations</title>
		<link>http://geobaby.in/updating-cpanel-apache-configurations/</link>
		<comments>http://geobaby.in/updating-cpanel-apache-configurations/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 18:52:02 +0000</pubDate>
		<dc:creator>Geo</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[apache distiller]]></category>
		<category><![CDATA[cpanel apache configuration]]></category>

		<guid isPermaLink="false">http://geobaby.in/?p=413</guid>
		<description><![CDATA[When changes are made to the httpd.conf on a cPanel server, people don’t update the distiller file normally. So when apache is recompiled, the changes are lost. To avoid this, please be sure that you save the changes to the distiller file by running the following; /usr/local/cpanel/bin/apache_conf_distiller &#8211;update &#8211;main This will confirm that the changes [...]]]></description>
		<wfw:commentRss>http://geobaby.in/updating-cpanel-apache-configurations/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing ImageMagick on a cPanel Server</title>
		<link>http://geobaby.in/installing-imagemagick-on-a-cpanel-server/</link>
		<comments>http://geobaby.in/installing-imagemagick-on-a-cpanel-server/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 19:05:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ImageMagick]]></category>
		<category><![CDATA[install ImageMagick]]></category>

		<guid isPermaLink="false">http://geobaby.in/?p=406</guid>
		<description><![CDATA[You can easily install Imagemagick on a cPanel by using cPanel script. /scripts/installimagemagick will do it for you. HOLD ON, this is not it yet!!!! We need to get it into PHP rite? The new WHM has utility to complete the task. Log into WHM >> Software >> Module Installers >> PHP Pecl and install [...]]]></description>
		<wfw:commentRss>http://geobaby.in/installing-imagemagick-on-a-cpanel-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cPanel Fantastico Installation</title>
		<link>http://geobaby.in/cpanel-fantastico-installation/</link>
		<comments>http://geobaby.in/cpanel-fantastico-installation/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 09:16:27 +0000</pubDate>
		<dc:creator>Geo</dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[cpanel fantatstico]]></category>
		<category><![CDATA[fantastico]]></category>
		<category><![CDATA[fantastico installation]]></category>
		<category><![CDATA[install fantastico]]></category>

		<guid isPermaLink="false">http://geobaby.in/?p=374</guid>
		<description><![CDATA[SSH to your server and run the following commands from shell: cd /usr/local/cpanel/whostmgr/docroot/cgi wget -N http://files.betaservant.com/files/free/fantastico_whm_admin.tgz tar -xzvf fantastico_whm_admin.tgz rm -rf fantastico_whm_admin.tgz Now goto WHM -&#62; Plugins -&#62; Fantastico De Luxe WHM Admin Upon loading, Fantastico De Luxe WHM Admin will auto-update your existing installation (if existing). All admin files (masterfiles, tarballs, settings etc) will [...]]]></description>
		<wfw:commentRss>http://geobaby.in/cpanel-fantastico-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

