<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Linux  -- help</title>
	<atom:link href="http://sivakd.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sivakd.wordpress.com</link>
	<description>Face The Fear To Be Winner!</description>
	<lastBuildDate>Sun, 01 Jan 2012 05:12:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sivakd.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Linux  -- help</title>
		<link>http://sivakd.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sivakd.wordpress.com/osd.xml" title="Linux  -- help" />
	<atom:link rel='hub' href='http://sivakd.wordpress.com/?pushpress=hub'/>
		<item>
		<title>2011 in review</title>
		<link>http://sivakd.wordpress.com/2012/01/01/2011-in-review/</link>
		<comments>http://sivakd.wordpress.com/2012/01/01/2011-in-review/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 05:12:01 +0000</pubDate>
		<dc:creator>sivakd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sivakd.wordpress.com/?p=207</guid>
		<description><![CDATA[The WordPress.com stats helper monkeys prepared a 2011 annual report for this blog. Here&#8217;s an excerpt: A San Francisco cable car holds 60 people. This blog was viewed about 1,700 times in 2011. If it were a cable car, it would take about 28 trips to carry that many people. Click here to see the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sivakd.wordpress.com&amp;blog=11609684&amp;post=207&amp;subd=sivakd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sivakd.wordpress.com/2012/01/01/2011-in-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">sivakd</media:title>
		</media:content>
	</item>
		<item>
		<title>Collection of basic linux firewall rules</title>
		<link>http://sivakd.wordpress.com/2011/11/10/collection-of-basic-linux-firewall-rules/</link>
		<comments>http://sivakd.wordpress.com/2011/11/10/collection-of-basic-linux-firewall-rules/#comments</comments>
		<pubDate>Thu, 10 Nov 2011 02:36:03 +0000</pubDate>
		<dc:creator>sivakd</dc:creator>
				<category><![CDATA[Iptables]]></category>

		<guid isPermaLink="false">http://sivakd.wordpress.com/?p=202</guid>
		<description><![CDATA[1. Rule: iptables to reject all outgoing network connections The second line of the rules only allows current outgoing and established connection. This is very useful when you are login to the server vie ssh or telnet # iptables -F OUTPUT # iptables -A OUTPUT -m state \ &#8211;state ESTABLISHED -j ACCEPT # iptables -A [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sivakd.wordpress.com&amp;blog=11609684&amp;post=202&amp;subd=sivakd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sivakd.wordpress.com/2011/11/10/collection-of-basic-linux-firewall-rules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">sivakd</media:title>
		</media:content>
	</item>
		<item>
		<title>Qmail Queue View</title>
		<link>http://sivakd.wordpress.com/2011/11/03/qmail-queue-view/</link>
		<comments>http://sivakd.wordpress.com/2011/11/03/qmail-queue-view/#comments</comments>
		<pubDate>Thu, 03 Nov 2011 13:33:08 +0000</pubDate>
		<dc:creator>sivakd</dc:creator>
				<category><![CDATA[Qmail]]></category>

		<guid isPermaLink="false">http://sivakd.wordpress.com/?p=200</guid>
		<description><![CDATA[You can view all messages in the email queue. To Display all Messages in the Email Queue     Log in to your server using SSH.     Type su -.     Enter the password you used to log in to your server.     At the command prompt, type:     /var/qmail/bin/qmail-qstat     To list multiple messages in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sivakd.wordpress.com&amp;blog=11609684&amp;post=200&amp;subd=sivakd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sivakd.wordpress.com/2011/11/03/qmail-queue-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">sivakd</media:title>
		</media:content>
	</item>
		<item>
		<title>How to delete qmail queue ?</title>
		<link>http://sivakd.wordpress.com/2011/11/01/how-to-delete-qmail-queue/</link>
		<comments>http://sivakd.wordpress.com/2011/11/01/how-to-delete-qmail-queue/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 12:49:52 +0000</pubDate>
		<dc:creator>sivakd</dc:creator>
				<category><![CDATA[Qmail]]></category>

		<guid isPermaLink="false">http://sivakd.wordpress.com/?p=198</guid>
		<description><![CDATA[How to delete qmail queue ? How to delete queue mail list from qmail queue while you have a bunch of queue mail stuck in qmail queue ? Try the following syntax : qmailctl stop find /var/qmail/queue/mess -type f -exec rm {} \; find /var/qmail/queue/info -type f -exec rm {} \; find /var/qmail/queue/local -type f [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sivakd.wordpress.com&amp;blog=11609684&amp;post=198&amp;subd=sivakd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sivakd.wordpress.com/2011/11/01/how-to-delete-qmail-queue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">sivakd</media:title>
		</media:content>
	</item>
		<item>
		<title>Change Permission for Files and Folders</title>
		<link>http://sivakd.wordpress.com/2011/10/12/change-permission-for-files-and-folders/</link>
		<comments>http://sivakd.wordpress.com/2011/10/12/change-permission-for-files-and-folders/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 16:05:41 +0000</pubDate>
		<dc:creator>sivakd</dc:creator>
				<category><![CDATA[find]]></category>

		<guid isPermaLink="false">http://sivakd.wordpress.com/?p=195</guid>
		<description><![CDATA[find /home/*/public_html/ -type d -print0 &#124; xargs -0 chmod 0755 # For directories find /home/*/public_html/ -type f -not -name &#8220;*.pl&#8221; -not -name &#8220;*.cgi&#8221; -not -name &#8220;*.sh&#8221; -print0 &#124; xargs -0 chmod 0644 # For files find /home/*/public_html/ -type f -name &#8220;*.cgi&#8221; -print0 -o -name &#8220;*.pl&#8221; -print0 -o -name &#8220;*.sh&#8221; -print0 &#124; xargs -0 chmod 0755 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sivakd.wordpress.com&amp;blog=11609684&amp;post=195&amp;subd=sivakd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sivakd.wordpress.com/2011/10/12/change-permission-for-files-and-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">sivakd</media:title>
		</media:content>
	</item>
		<item>
		<title>Command to grep long sized log files using date format &#8220;from&#8221; and &#8220;to&#8221;</title>
		<link>http://sivakd.wordpress.com/2011/07/07/command-to-grep-long-sized-log-files-using-date-format-from-and-to/</link>
		<comments>http://sivakd.wordpress.com/2011/07/07/command-to-grep-long-sized-log-files-using-date-format-from-and-to/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 05:14:20 +0000</pubDate>
		<dc:creator>sivakd</dc:creator>
				<category><![CDATA[find]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sivakd.wordpress.com/?p=191</guid>
		<description><![CDATA[grep -r &#8216;Jul 6*&#8217; maillog &#62; bklog awk &#8216;$0&#62;=from&#38;&#38;$0&#60;=to&#8217; from=&#8221;Jul  6 20:00:02&#8243; to=&#8221;Jul  7 00:00:02&#8243; bklog &#62; bklog5<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sivakd.wordpress.com&amp;blog=11609684&amp;post=191&amp;subd=sivakd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sivakd.wordpress.com/2011/07/07/command-to-grep-long-sized-log-files-using-date-format-from-and-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">sivakd</media:title>
		</media:content>
	</item>
		<item>
		<title>How to disable mod_security for an account</title>
		<link>http://sivakd.wordpress.com/2011/04/02/how-to-disable-mod_security-for-an-account/</link>
		<comments>http://sivakd.wordpress.com/2011/04/02/how-to-disable-mod_security-for-an-account/#comments</comments>
		<pubDate>Sat, 02 Apr 2011 12:27:18 +0000</pubDate>
		<dc:creator>sivakd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sivakd.wordpress.com/?p=184</guid>
		<description><![CDATA[I’ve found that’s very useful and interested post from Mick Genie Blog’s about web hosting hot topics issues – mod_security. Sometimes, some applications will be need to disabled the mod_security applied to the virtual server in order to make their application works. You might wonder how to do on it? Here with sharing with you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sivakd.wordpress.com&amp;blog=11609684&amp;post=184&amp;subd=sivakd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sivakd.wordpress.com/2011/04/02/how-to-disable-mod_security-for-an-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">sivakd</media:title>
		</media:content>
	</item>
		<item>
		<title>Cpanel Scripts</title>
		<link>http://sivakd.wordpress.com/2011/03/11/cpanel-scripts/</link>
		<comments>http://sivakd.wordpress.com/2011/03/11/cpanel-scripts/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 06:19:05 +0000</pubDate>
		<dc:creator>sivakd</dc:creator>
				<category><![CDATA[C- Panel/Plesk]]></category>

		<guid isPermaLink="false">http://sivakd.wordpress.com/?p=179</guid>
		<description><![CDATA[Install Zend Optimizer /scripts/installzendopt Hostname A Entry Missing! /scripts/fixndc then restart bind and apache Install Cron on New Server /scripts/installrpm anacron vixie-cron ; /etc/rc.d/init.d/crond start Bandwidth issues /scripts/cleanbw /scripts/fixwebalizer (To fix problem in webalizer that stop updating stats) /scripts/fixcommonproblems /scripts/fixeverything Fixing Mail List MailMan /usr/local/cpanel/bin/convertmailman2 Reinstall MailMan /scripts/reinstallmailman Fix Permissions on accounts: /scripts/fixhome Edit mySQL [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sivakd.wordpress.com&amp;blog=11609684&amp;post=179&amp;subd=sivakd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sivakd.wordpress.com/2011/03/11/cpanel-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">sivakd</media:title>
		</media:content>
	</item>
		<item>
		<title>cPanel Account transfer</title>
		<link>http://sivakd.wordpress.com/2011/01/20/cpanel-account-transfer/</link>
		<comments>http://sivakd.wordpress.com/2011/01/20/cpanel-account-transfer/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 13:29:00 +0000</pubDate>
		<dc:creator>sivakd</dc:creator>
				<category><![CDATA[C- Panel/Plesk]]></category>

		<guid isPermaLink="false">http://sivakd.wordpress.com/?p=176</guid>
		<description><![CDATA[cPanel Account transfer You should able to transfer accounts from your old server to this via WHM as follows. To work this properly you should able to SSH from this sever to the old server without any issue. WHM login &#62;&#62; Main &#62;&#62; Transfers &#62;&#62; Copy multiple accounts/packages from another server Here you need to provide [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sivakd.wordpress.com&amp;blog=11609684&amp;post=176&amp;subd=sivakd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sivakd.wordpress.com/2011/01/20/cpanel-account-transfer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">sivakd</media:title>
		</media:content>
	</item>
		<item>
		<title>Database Useful links</title>
		<link>http://sivakd.wordpress.com/2011/01/05/database-useful-links/</link>
		<comments>http://sivakd.wordpress.com/2011/01/05/database-useful-links/#comments</comments>
		<pubDate>Wed, 05 Jan 2011 14:15:17 +0000</pubDate>
		<dc:creator>sivakd</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://sivakd.wordpress.com/?p=172</guid>
		<description><![CDATA[http://www.techotopia.com/index.php/MySQL_Essentials http://www.linuxtopia.org/online_books/database_guides/mysql_5.1_database_reference_guide/index.html<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sivakd.wordpress.com&amp;blog=11609684&amp;post=172&amp;subd=sivakd&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://sivakd.wordpress.com/2011/01/05/database-useful-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">sivakd</media:title>
		</media:content>
	</item>
	</channel>
</rss>
