<?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>Hillock&#039;s Wiki</title>
	<atom:link href="http://wiki.hillockhosting.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wiki.hillockhosting.com</link>
	<description>Unlimited Hosting Solutions</description>
	<lastBuildDate>Sat, 18 Feb 2012 06:42:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Converting a database containing tables to utf8</title>
		<link>http://wiki.hillockhosting.com/mysql/converting-a-database-containing-tables-to-utf8/</link>
		<comments>http://wiki.hillockhosting.com/mysql/converting-a-database-containing-tables-to-utf8/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 06:42:30 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://wiki.hillockhosting.com/?p=308</guid>
		<description><![CDATA[mysqldump -uusername -ppassword -c -e &#8211;default-character-set=utf8 &#8211;single-transaction &#8211;skip-set-charset &#8211;add-drop-database -B dbname &#62; dump.sql cp dump.sql dump-fixed.sql vim dump-fixed.sql :%s/DEFAULT CHARACTER<a href="http://wiki.hillockhosting.com/mysql/converting-a-database-containing-tables-to-utf8/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>mysqldump -uusername -ppassword -c -e &#8211;default-character-set=utf8 &#8211;single-transaction &#8211;skip-set-charset &#8211;add-drop-database -B dbname &gt; dump.sql cp dump.sql dump-fixed.sql vim dump-fixed.sql :%s/DEFAULT CHARACTER SET latin1/DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci/ :%s/DEFAULT CHARSET=latin1/DEFAULT CHARSET=utf8/ :wq mysql -uusername -ppassword &lt; dump-fixed.sql</p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.hillockhosting.com/mysql/converting-a-database-containing-tables-to-utf8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting an empty database to utf8</title>
		<link>http://wiki.hillockhosting.com/mysql/converting-an-empty-database-to-utf8/</link>
		<comments>http://wiki.hillockhosting.com/mysql/converting-an-empty-database-to-utf8/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 06:41:12 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Mysql]]></category>

		<guid isPermaLink="false">http://wiki.hillockhosting.com/?p=310</guid>
		<description><![CDATA[use the below command in Mysql ALTER DATABASE mydatabasename charset=utf8;]]></description>
			<content:encoded><![CDATA[<pre>use the below command in Mysql 

ALTER DATABASE mydatabasename charset=utf8;</pre>
]]></content:encoded>
			<wfw:commentRss>http://wiki.hillockhosting.com/mysql/converting-an-empty-database-to-utf8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SERVICE CURRENTLY NOT AVAILABLE!  Error No. [500]</title>
		<link>http://wiki.hillockhosting.com/cpanel/service-currently-not-available-error-no-500/</link>
		<comments>http://wiki.hillockhosting.com/cpanel/service-currently-not-available-error-no-500/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 06:40:20 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://wiki.hillockhosting.com/?p=305</guid>
		<description><![CDATA[How to fix the 500 error on roundcube /usr/local/cpanel/bin/update-roundcube &#8211;force]]></description>
			<content:encoded><![CDATA[<p>How to fix the 500 error on roundcube</p>
<p>/usr/local/cpanel/bin/update-roundcube &#8211;force</p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.hillockhosting.com/cpanel/service-currently-not-available-error-no-500/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postix on ubuntu</title>
		<link>http://wiki.hillockhosting.com/cpanel/postix-on-ubuntu/</link>
		<comments>http://wiki.hillockhosting.com/cpanel/postix-on-ubuntu/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 06:39:34 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://wiki.hillockhosting.com/?p=299</guid>
		<description><![CDATA[How to install postfix on Ubuntu &#160; sudo apt-get install postfix sudo dpkg-reconfigure postfix sudo postconf -e 'home_mailbox = Maildir/'<a href="http://wiki.hillockhosting.com/cpanel/postix-on-ubuntu/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>How to install postfix on Ubuntu</p>
<p>&nbsp;</p>
<pre><strong>sudo apt-get install postfix

</strong><strong>sudo dpkg-reconfigure postfix </strong> <strong>sudo postconf -e 'home_mailbox = Maildir/' </strong> <strong>sudo /etc/init.d/postfix restart </strong> <strong>sudo apt-get install dovecot-common </strong> <strong>sudo apt-get install dovecot-imapd </strong></pre>
<pre><strong>sudo apt-get install dovecot-pop3d </strong></pre>
<pre> sudo useradd -d /home/testuser -m testuser

sudo passwd testuser</pre>
]]></content:encoded>
			<wfw:commentRss>http://wiki.hillockhosting.com/cpanel/postix-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase phpmyadmin upload size in cPanel</title>
		<link>http://wiki.hillockhosting.com/cpanel/increase-phpmyadmin-upload-size-in-cpanel/</link>
		<comments>http://wiki.hillockhosting.com/cpanel/increase-phpmyadmin-upload-size-in-cpanel/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 06:37:58 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://wiki.hillockhosting.com/?p=303</guid>
		<description><![CDATA[How to increase the memory for PHPmyadmin in cPanel server vi  /usr/local/cpanel/3rdparty/etc/php.ini and change upload_max_filesize = 150M post_max_size = 150M<a href="http://wiki.hillockhosting.com/cpanel/increase-phpmyadmin-upload-size-in-cpanel/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>How to increase the memory for PHPmyadmin in cPanel server</p>
<p><code>vi  /usr/local/cpanel/3rdparty/etc/php.ini</code></p>
<p>and change<br />
upload_max_filesize = 150M<br />
post_max_size = 150M</p>
<p>then run in SSH<br />
<code><br />
/usr/local/cpanel/bin/install_php_inis<br />
</code></p>
<p><code>service cpanel restart</code></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.hillockhosting.com/cpanel/increase-phpmyadmin-upload-size-in-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iptables v1.3.5: Couldn&#8217;t load match `statistic&#8217;</title>
		<link>http://wiki.hillockhosting.com/linux/iptables-v1-3-5-couldnt-load-match-statistic/</link>
		<comments>http://wiki.hillockhosting.com/linux/iptables-v1-3-5-couldnt-load-match-statistic/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 06:37:01 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://wiki.hillockhosting.com/?p=322</guid>
		<description><![CDATA[&#160; Getting error in iptables ? use below steps to get it resolved yum -y update iptables -m statistic -h<a href="http://wiki.hillockhosting.com/linux/iptables-v1-3-5-couldnt-load-match-statistic/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Getting error in iptables ?</p>
<p>use below steps to get it resolved</p>
<p>yum -y update</p>
<p>iptables -m statistic -h</p>
<p>modprobe -l |grep statistic</p>
<p>rpm -q iptables</p>
<p>wget http://pkgs.org/centos-5-rhel-5/centalt-x86_64/ipt_statistic-0.1-1.el5.x86_64.rpm.html</p>
<p>wget http://pkgs.org/centos-5-rhel-5/centalt-x86_64/ipt_statistic-0.1-1.el5.x86_64.rpm</p>
<p>wget http://centos.alt.ru/repository/centos/5/x86_64/centalt-release-5-3.noarch.rpm</p>
<p>rpm -Uvh centalt-release*rpm</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.hillockhosting.com/linux/iptables-v1-3-5-couldnt-load-match-statistic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to mitigate DDOS ?</title>
		<link>http://wiki.hillockhosting.com/linux/how-to-mitigate-ddos/</link>
		<comments>http://wiki.hillockhosting.com/linux/how-to-mitigate-ddos/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 17:38:26 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://wiki.hillockhosting.com/?p=296</guid>
		<description><![CDATA[Getting DDOS from rival companies ? Even we had but we do have a tachnique to mitigate its impact Use<a href="http://wiki.hillockhosting.com/linux/how-to-mitigate-ddos/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Getting DDOS from rival companies ?</p>
<p>Even we had but we do have a tachnique to mitigate its impact</p>
<p>Use the below IPTABLES rule on your server and it should get mitigated</p>
<p>A INPUT -p tcp &#8211;dport 80 -i eth0 -m state &#8211;state NEW -m recent &#8211;set<br />
/sbin/iptables -A INPUT -p tcp &#8211;dport 80 -i eth0 -m state &#8211;state NEW -m recent &#8211;update &#8211;seconds 8 &#8211;hitcount 13 -j DROP</p>
<p>You can contact us for any assistance for any issues related to Linux.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.hillockhosting.com/linux/how-to-mitigate-ddos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vzquota on failed [3]</title>
		<link>http://wiki.hillockhosting.com/openvz/vzquota-on-failed-3/</link>
		<comments>http://wiki.hillockhosting.com/openvz/vzquota-on-failed-3/#comments</comments>
		<pubDate>Fri, 26 Aug 2011 17:29:53 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Openvz]]></category>

		<guid isPermaLink="false">http://wiki.hillockhosting.com/?p=292</guid>
		<description><![CDATA[&#8220;vzquota on failed [3]&#8221; vzquota : (error) Quota on syscall for id 8001: No such file or directory vzquota on<a href="http://wiki.hillockhosting.com/openvz/vzquota-on-failed-3/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>&#8220;vzquota on failed [3]&#8221;</p>
<p>vzquota : (error) Quota on syscall for id 8001: No such file or directory<br />
vzquota on failed [3]</p>
<p>Getting above error in openvz vps ?</p>
<p>This is due to disk quota being on in config file.</p>
<p>Did this post help you ? if yes do visit us for your hosting needs</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Login to main hardware node</p>
<p>open below config file associated with VPS  whre my  VPSID is 8001</p>
<p>vi /etc/sysconfig/vz-scripts/8001.conf</p>
<p>Add below line in config file</p>
<pre>DISK_QUOTA=no

Now restart vps and all should work as charm
</pre>
]]></content:encoded>
			<wfw:commentRss>http://wiki.hillockhosting.com/openvz/vzquota-on-failed-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Limit connection on port 80 using IPTABLES</title>
		<link>http://wiki.hillockhosting.com/linux/limit-connection-on-port-80-using-iptables/</link>
		<comments>http://wiki.hillockhosting.com/linux/limit-connection-on-port-80-using-iptables/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 07:57:58 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://wiki.hillockhosting.com/?p=290</guid>
		<description><![CDATA[iptables -I INPUT -p tcp &#8211;dport 80  -i eth0 -m state &#8211;state NEW -m recent  &#8211;update &#8211;seconds 60 &#8211;hitcount  5<a href="http://wiki.hillockhosting.com/linux/limit-connection-on-port-80-using-iptables/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>iptables -I INPUT -p tcp &#8211;dport 80  -i eth0 -m state &#8211;state NEW -m recent  &#8211;update &#8211;seconds 60 &#8211;hitcount  5 -j DROP</p>
<p>This will allow only 5 connection simultanously from per IP.</p>
<p>This can also be to stop ddos attack on webserver.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.hillockhosting.com/linux/limit-connection-on-port-80-using-iptables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to increased /tmp space on live server ?</title>
		<link>http://wiki.hillockhosting.com/cpanel/how-to-increased-tmp-space-on-live-server/</link>
		<comments>http://wiki.hillockhosting.com/cpanel/how-to-increased-tmp-space-on-live-server/#comments</comments>
		<pubDate>Sun, 24 Jul 2011 06:53:31 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://wiki.hillockhosting.com/?p=285</guid>
		<description><![CDATA[Looking to increase the /tmp on the linux server? or getting frequent Mysql error due to /tmp running out of<a href="http://wiki.hillockhosting.com/cpanel/how-to-increased-tmp-space-on-live-server/" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Looking to increase the /tmp on the linux server?</p>
<p>or getting frequent Mysql error due to /tmp running out of steps ?</p>
<p>below are the steps to increased /tmp partition,</p>
<p>##Stop Mysql in server##</p>
<p>/etc/init.d/mysql stop<br />
###Find and kill the tailwatchd process###</p>
<p>pstree -p | grep tailwatchd<br />
kill -9  &lt; process ID&gt;</p>
<p>#### Copy the /tmp to backup###</p>
<p>cp -prf /tmp /tmp.bak</p>
<p>###Set the /tmp to 2GB now###</p>
<p>dd if=/dev/zero of=/usr/tmpDSK bs=1024k count=2048</p>
<p>###Now find the size of tmp partition###</p>
<p>du -sch /usr/tmpDSK</p>
<p>### unmount /tmp partition</p>
<p>umount /tmp</p>
<p>###Format the /tmp partition###</p>
<p>mkfs -t ext3 /usr/tmpDSK</p>
<p>###Remount in secure environment###</p>
<p>/scripts/securetmp</p>
<p>###Now check size it should be 2GB###</p>
<p>df -h</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://wiki.hillockhosting.com/cpanel/how-to-increased-tmp-space-on-live-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

