<?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>LinuxZone.Org &#187; Commands</title>
	<atom:link href="http://www.linuxzone.org/index.php/category/commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linuxzone.org</link>
	<description>Linux Blog</description>
	<lastBuildDate>Fri, 18 Dec 2009 17:36:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Redirecting Ports Using iptables Prerouting</title>
		<link>http://www.linuxzone.org/index.php/2008/03/redirecting-ports-using-iptables-prerouting/</link>
		<comments>http://www.linuxzone.org/index.php/2008/03/redirecting-ports-using-iptables-prerouting/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 06:26:37 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Commands]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[mta]]></category>
		<category><![CDATA[prerouting]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=13</guid>
		<description><![CDATA[Prerouting can be very useful if you need a quick fix and do not want to mess with the application itself. For example, if you need to have your MTA listen on port 587 and do not want to alter the configuration files (the daemon will not actually listen on port 587, iptables will redirect [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2008/03/redirecting-ports-using-iptables-prerouting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using find with mtime</title>
		<link>http://www.linuxzone.org/index.php/2008/03/using-find-with-mtime/</link>
		<comments>http://www.linuxzone.org/index.php/2008/03/using-find-with-mtime/#comments</comments>
		<pubDate>Mon, 03 Mar 2008 04:46:04 +0000</pubDate>
		<dc:creator>jc</dc:creator>
				<category><![CDATA[Commands]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[man]]></category>

		<guid isPermaLink="false">http://www.linuxzone.org/?p=11</guid>
		<description><![CDATA[The &#8216;find&#8217; command is a very powerful search tool in UNIX systems. The mtime option comes in very handy when I am trying to troubleshoot a problem, automate tasks or do forensics. Below are some examples: Finding all files owned by apache modified in the last 3 days within /var/www/html: find /var/www/html -type f -user [...]]]></description>
		<wfw:commentRss>http://www.linuxzone.org/index.php/2008/03/using-find-with-mtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
