<?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>Enrico Stahn &#187; Unix</title>
	<atom:link href="http://blog.enricostahn.com/tag/unix/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.enricostahn.com</link>
	<description>the beauty of geek yourself</description>
	<lastBuildDate>Tue, 29 Jun 2010 09:35:57 +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>SELinux and Apache</title>
		<link>http://blog.enricostahn.com/2006/09/04/selinux-and-apache.html</link>
		<comments>http://blog.enricostahn.com/2006/09/04/selinux-and-apache.html#comments</comments>
		<pubDate>Mon, 04 Sep 2006 03:59:48 +0000</pubDate>
		<dc:creator>Enrico Stahn</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://blog.enricostahn.com/wordpress/?p=110</guid>
		<description><![CDATA[A problem occurs as I tried to start apache on our new RedHat system. # /etc/init.d/httpd start (13)Permission denied: make_sock: could not bind to address [::]:10080 no listening sockets available, shutting down Unable to open logs This problem cames up after I add &#8220;Listen 10080&#8221; to the apache configuration file httpd.conf. After a look into [...]]]></description>
		<wfw:commentRss>http://blog.enricostahn.com/2006/09/04/selinux-and-apache.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filter FTP traffic with tcpdump</title>
		<link>http://blog.enricostahn.com/2006/04/20/tcpdump-is-your-friend.html</link>
		<comments>http://blog.enricostahn.com/2006/04/20/tcpdump-is-your-friend.html#comments</comments>
		<pubDate>Thu, 20 Apr 2006 14:43:05 +0000</pubDate>
		<dc:creator>Enrico Stahn</dc:creator>
				<category><![CDATA[Shell]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://blog.enricostahn.com/wordpress/?p=99</guid>
		<description><![CDATA[This command filters any FTP traffic for ip 10.1.1.22. tcpdump -i fxp1 -x 'ip host 10.1.1.22 and (port ftp or ftp-data)']]></description>
		<wfw:commentRss>http://blog.enricostahn.com/2006/04/20/tcpdump-is-your-friend.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
