<?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>rhau.se &#187; Linux</title>
	<atom:link href="http://rhau.se/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://rhau.se</link>
	<description>The home of Thorsten Rhau on the Internet</description>
	<lastBuildDate>Thu, 13 May 2010 11:50:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Time Machine for Linux &#8211; Bash and Rsync</title>
		<link>http://rhau.se/2009/08/29/time-machine-for-linux-bash-and-rsync/</link>
		<comments>http://rhau.se/2009/08/29/time-machine-for-linux-bash-and-rsync/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 10:06:17 +0000</pubDate>
		<dc:creator>Thorsten</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell Script]]></category>
		<category><![CDATA[Solution]]></category>

		<guid isPermaLink="false">http://rhau.se/?p=303</guid>
		<description><![CDATA[Recently i made &#8220;the switch&#8221;! Not in the way you might imagine though. Ever since 2003 i have been a passionate mac user. I still use macs at home and work and am still passionate about them. Before 2003 i was playing a lot of games. Linux was and is something that i have been [...]]]></description>
		<wfw:commentRss>http://rhau.se/2009/08/29/time-machine-for-linux-bash-and-rsync/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Shell Script Examples: case, count, for, if, while and User input</title>
		<link>http://rhau.se/2009/04/17/shell-script-examples-case-count-for-if-while-and-user-input/</link>
		<comments>http://rhau.se/2009/04/17/shell-script-examples-case-count-for-if-while-and-user-input/#comments</comments>
		<pubDate>Fri, 17 Apr 2009 17:01:31 +0000</pubDate>
		<dc:creator>Thorsten</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Example]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell Script]]></category>

		<guid isPermaLink="false">http://rhau.se/?p=248</guid>
		<description><![CDATA[If you, like so many other people these days, switch to Linux you will come in contact with something called unux scripts, shell scripts or bash scripts. These scripts are text-files that execute commands just like bat-files in Windows. I prefer shell-scripts because i think they are more powerful then bat-files but that is just [...]]]></description>
		<wfw:commentRss>http://rhau.se/2009/04/17/shell-script-examples-case-count-for-if-while-and-user-input/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated: Ubuntu 9.04 on the Asus Eee Pc 1000H with ACPI and WiFi/Wlan working</title>
		<link>http://rhau.se/2009/03/27/ubuntu-904-on-the-asus-eee-pc-1000h-with-acpi-and-wifiwlan-working/</link>
		<comments>http://rhau.se/2009/03/27/ubuntu-904-on-the-asus-eee-pc-1000h-with-acpi-and-wifiwlan-working/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 12:13:57 +0000</pubDate>
		<dc:creator>Thorsten</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Eee Pc]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Solution]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://rhau.se/?p=147</guid>
		<description><![CDATA[This article should also apply on the newly released 1000HE and maybe the 900 series of EEE Computers. If you can verify that this is the case please let me know. A few days ago I got myself the Eee Pc 1000H from Asus. My first impression about the hardware is that the build quality [...]]]></description>
		<wfw:commentRss>http://rhau.se/2009/03/27/ubuntu-904-on-the-asus-eee-pc-1000h-with-acpi-and-wifiwlan-working/feed/</wfw:commentRss>
		<slash:comments>68</slash:comments>
		</item>
		<item>
		<title>Simple iptables firewall script with NAT and SFQ sceduling</title>
		<link>http://rhau.se/2009/02/10/simple-iptables-firewall-script-with-nat-and-sfq-sceduling/</link>
		<comments>http://rhau.se/2009/02/10/simple-iptables-firewall-script-with-nat-and-sfq-sceduling/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 20:04:56 +0000</pubDate>
		<dc:creator>Thorsten</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Iptables]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://rhau.se/?p=106</guid>
		<description><![CDATA[I have been working with firewalls and security for quite many years at this point. Therefore friends and people I know ask me every now and then to write a firewall script for them. So instead of basically writing the same script over and over again I decided to write this article that explains how [...]]]></description>
		<wfw:commentRss>http://rhau.se/2009/02/10/simple-iptables-firewall-script-with-nat-and-sfq-sceduling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A solution to Potential DNS DDoS: named query (cache) &#8216;./NS/IN&#8217; denied</title>
		<link>http://rhau.se/2009/01/29/a-solution-to-potential-dns-ddos-named-query-cache-nsin-denied/</link>
		<comments>http://rhau.se/2009/01/29/a-solution-to-potential-dns-ddos-named-query-cache-nsin-denied/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 18:07:44 +0000</pubDate>
		<dc:creator>Thorsten</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[DDoS]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell Script]]></category>
		<category><![CDATA[Solution]]></category>

		<guid isPermaLink="false">http://rhau.se/?p=67</guid>
		<description><![CDATA[During the last couple of weeks i have been seeing a lot of messages about denied cache queries on my DNS servers. month day time server name named[6518]: client ip number#port number: query (cache) &#8216;./NS/IN&#8217; denied At first they looked quite innocent and I thought nothing much of them. But after a while the number [...]]]></description>
		<wfw:commentRss>http://rhau.se/2009/01/29/a-solution-to-potential-dns-ddos-named-query-cache-nsin-denied/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
