<?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"
	>

<channel>
	<title>Ubuntu-random musings</title>
	<atom:link href="http://linux.dudenhofer.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.dudenhofer.net</link>
	<description>Ubuntu how-to's and random musings</description>
	<pubDate>Tue, 09 Sep 2008 18:41:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Python random notes to myself</title>
		<link>http://linux.dudenhofer.net/2008/09/09/python-random-notes-to-myself/</link>
		<comments>http://linux.dudenhofer.net/2008/09/09/python-random-notes-to-myself/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 14:10:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[programming]]></category>

		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://linux.dudenhofer.net/?p=27</guid>
		<description><![CDATA[I&#8217;m trying to create a script to give to a user to connect to a server via ssh. Then from there run a simple report, and then with data given run a query on an oracle database.
Help was found here: http://catherinedevlin.blogspot.com/2008/06/cxoracle-and-oracle-xe-on-ubuntu.html
First step is you have to have OracleXE installed and then setup cx_oracle.
The issue I [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Python random notes to myself", url: "http://linux.dudenhofer.net/2008/09/09/python-random-notes-to-myself/" });</script>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying to create a script to give to a user to connect to a server via ssh. Then from there run a simple report, and then with data given run a query on an oracle database.</p>
<p>Help was found here: http://catherinedevlin.blogspot.com/2008/06/cxoracle-and-oracle-xe-on-ubuntu.html</p>
<p>First step is you have to have OracleXE installed and then setup cx_oracle.</p>
<p>The issue I faced was I got an error stating that there was no oracle installation fix by running like this:</p>
<p><code>sudo -E easy_install cx_Oracle</code></p>
<p>now go to your python shell and rock it!</p>
<p>**edit**</p>
<p>May need to run this before running cx_oracle (or else you will get nasty import error msgs)</p>
<p>export LD_LIBRARY_PATH=$ORACLE_HOME/lib<br />
sdudenhofer@sdudenhofer-desktop:~$ export PATH=$ORACLE_HOME/bin:$PATH<br />
sdudenhofer@sdudenhofer-desktop:~$ python</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=160f9174-b24d-4d03-97d7-73de85b64749&amp;title=Python+random+notes+to+myself&amp;url=http%3A%2F%2Flinux.dudenhofer.net%2F2008%2F09%2F09%2Fpython-random-notes-to-myself%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://linux.dudenhofer.net/2008/09/09/python-random-notes-to-myself/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Zimbra Desktop and other musings</title>
		<link>http://linux.dudenhofer.net/2008/05/11/zimbra-desktop-and-other-musings/</link>
		<comments>http://linux.dudenhofer.net/2008/05/11/zimbra-desktop-and-other-musings/#comments</comments>
		<pubDate>Mon, 12 May 2008 02:34:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[programming]]></category>

		<category><![CDATA[python]]></category>

		<category><![CDATA[web pages]]></category>

		<guid isPermaLink="false">http://linux.dudenhofer.net/wordpress/2008/05/11/zimbra-desktop-and-other-musings/</guid>
		<description><![CDATA[Today I downloaded and installed Zimbra desktop. I&#8217;m not completely sold on it, but I have yet to find an email program that I am sold on. So I will continue to check it out and let you know what I think.
On another front I am getting the beginnings for a website that will centralize [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Zimbra Desktop and other musings", url: "http://linux.dudenhofer.net/2008/05/11/zimbra-desktop-and-other-musings/" });</script>]]></description>
			<content:encoded><![CDATA[<p>Today I downloaded and installed Zimbra desktop. I&#8217;m not completely sold on it, but I have yet to find an email program that I am sold on. So I will continue to check it out and let you know what I think.</p>
<p>On another front I am getting the beginnings for a website that will centralize everything that I do on the web. Mainly facebook, twitter, myspace, email, rss feeds and possibly Instant Messaging. Then possibly from there implementing this into a desktop application that can either sync with the webpages or sync with the centralized website. Unfortunately I am pretty much a newb at all of this so I cam sure this is going to take a while to come to total fruition. Hopefully I will blog about the progress. If you have any suggestions or would be interested in helping. Let me know.</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=160f9174-b24d-4d03-97d7-73de85b64749&amp;title=Zimbra+Desktop+and+other+musings&amp;url=http%3A%2F%2Flinux.dudenhofer.net%2F2008%2F05%2F11%2Fzimbra-desktop-and-other-musings%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://linux.dudenhofer.net/2008/05/11/zimbra-desktop-and-other-musings/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Raggle - RSS Feed Reader for the Command line</title>
		<link>http://linux.dudenhofer.net/2008/04/06/raggle-rss-feed-reader-for-the-command-line/</link>
		<comments>http://linux.dudenhofer.net/2008/04/06/raggle-rss-feed-reader-for-the-command-line/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 20:29:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://linux.dudenhofer.net/wordpress/2008/04/06/raggle-rss-feed-reader-for-the-command-line/</guid>
		<description><![CDATA[Raggle is a feed reader that I just discovered for the Command Line. You can import opml files or just add the feeds you want manually.To install:sudo apt-get install raggle
To run you just type raggle in the command line. To import an opml file you just type:
raggle &#8211;import-opml filename
If you just want to add one [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Raggle - RSS Feed Reader for the Command line", url: "http://linux.dudenhofer.net/2008/04/06/raggle-rss-feed-reader-for-the-command-line/" });</script>]]></description>
			<content:encoded><![CDATA[<p>Raggle is a feed reader that I just discovered for the Command Line. You can import opml files or just add the feeds you want manually.<br />To install:<br />sudo apt-get install raggle</p>
<p>To run you just type raggle in the command line. To import an opml file you just type:</p>
<p>raggle &#8211;import-opml filename</p>
<p>If you just want to add one feed:</p>
<p>raggle -a webaddress</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=160f9174-b24d-4d03-97d7-73de85b64749&amp;title=Raggle+-+RSS+Feed+Reader+for+the+Command+line&amp;url=http%3A%2F%2Flinux.dudenhofer.net%2F2008%2F04%2F06%2Fraggle-rss-feed-reader-for-the-command-line%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://linux.dudenhofer.net/2008/04/06/raggle-rss-feed-reader-for-the-command-line/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wishlist and other rants</title>
		<link>http://linux.dudenhofer.net/2008/03/28/wishlist-and-other-rants/</link>
		<comments>http://linux.dudenhofer.net/2008/03/28/wishlist-and-other-rants/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 02:32:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Rants]]></category>

		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux.dudenhofer.net/wordpress/2008/03/28/wishlist-and-other-rants/</guid>
		<description><![CDATA[So this evening I was updating my task list, and decided to start working on a &#8220;wishlist&#8221; of applications or hacks I would like to see in Ubuntu/linux/Gnome&#8230;.
The reason I did this is I really would like to learn python and if I can give myself some applications to look at and try to decipher [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Wishlist and other rants", url: "http://linux.dudenhofer.net/2008/03/28/wishlist-and-other-rants/" });</script>]]></description>
			<content:encoded><![CDATA[<p>So this evening I was updating my task list, and decided to start working on a &#8220;wishlist&#8221; of applications or hacks I would like to see in Ubuntu/linux/Gnome&#8230;.</p>
<p>The reason I did this is I really would like to learn python and if I can give myself some applications to look at and try to decipher in my head I think that maybe I can actually figure it out. I really get the feeling that I will actually just be giving myself a headache <img src='http://linux.dudenhofer.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Personal Wishlist:</p>
<p><strong>A hiveminder/Remember the Milk plugin for evolution</strong>. Yes I know hiveminder has rss feeds and can send you emails. Don&#8217;t want that&#8230;.I want my tasks from evolution to be synced to hiveminder. Or RTM for all that I care.</p>
<p><strong>A Gnome-do plugin for RTM/Hiveminder. </strong>I don&#8217;t use gnome-do a lot but some form of integration for RTM to and/or from evolution would be awesome&#8230;would go hand in hand with my first wish.</p>
<p><strong>A gnome-do plugin howto.</strong> Maybe a screencast showing what happens&#8230;even if it is the nefarious &#8220;Hello World&#8221; Maybe not a how-to as much as a lets make all the plugins work the same way. No matter the platform, plugin goes here&#8230;.and on and on.</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=160f9174-b24d-4d03-97d7-73de85b64749&amp;title=Wishlist+and+other+rants&amp;url=http%3A%2F%2Flinux.dudenhofer.net%2F2008%2F03%2F28%2Fwishlist-and-other-rants%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://linux.dudenhofer.net/2008/03/28/wishlist-and-other-rants/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Thunderbird</title>
		<link>http://linux.dudenhofer.net/2008/03/23/thunderbird/</link>
		<comments>http://linux.dudenhofer.net/2008/03/23/thunderbird/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 01:50:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://linux.dudenhofer.net/wordpress/2008/03/23/thunderbird/</guid>
		<description><![CDATA[So  a quick Thunderbird how-to. I finally got it running the way I think it should. The one thing that is missing is a sync to hiveminder or another online todo list. So to install Thunderbird you do a &#8216; sudo aptitude install thunderbird -y &#8216;
Then to add the needed extensions, click on tools and [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Thunderbird", url: "http://linux.dudenhofer.net/2008/03/23/thunderbird/" });</script>]]></description>
			<content:encoded><![CDATA[<p>So  a quick Thunderbird how-to. I finally got it running the way I think it should. The one thing that is missing is a sync to hiveminder or another online todo list. So to install Thunderbird you do a &#8216; sudo aptitude install thunderbird -y &#8216;</p>
<p>Then to add the needed extensions, click on tools and then Add-ons. I am including the addons I am using<br />
<a href="http://linux.dudenhofer.net/wordpress/2008/03/23/thunderbird/adblock-addon-for-thunderbird/" rel="attachment wp-att-17" title="Adblock addon for thunderbird">Adblock addon for thunderbird</a><a href="http://linux.dudenhofer.net/wordpress/2008/03/23/thunderbird/contacts-sidebar/" rel="attachment wp-att-18" title="Contacts sidebar"></a></p>
<p><a href="http://linux.dudenhofer.net/wordpress/2008/03/23/thunderbird/contacts-sidebar/" rel="attachment wp-att-18" title="Contacts sidebar">Contacts sidebar</a></p>
<p><a href="http://linux.dudenhofer.net/wordpress/2008/03/23/thunderbird/this-button-will-get-all-mail/" rel="attachment wp-att-19" title="This button will “Get all mail”">This button will “Get all mail”</a></p>
<p><a href="http://linux.dudenhofer.net/wordpress/2008/03/23/thunderbird/google-calendar-provider-sync-your-google-calendar/" rel="attachment wp-att-20" title="Google calendar provider, sync your google calendar">Google calendar provider, sync your google calendar</a></p>
<p><a href="http://linux.dudenhofer.net/wordpress/2008/03/23/thunderbird/makes-search-bar-available/" rel="attachment wp-att-22" title="Makes Search Bar available">Makes Search Bar available</a></p>
<p><a href="http://linux.dudenhofer.net/wordpress/2008/03/23/thunderbird/makes-search-bar-available/" rel="attachment wp-att-22" title="Makes Search Bar available"></a><a href="http://linux.dudenhofer.net/wordpress/2008/03/23/thunderbird/bayesian-junk-mail-filter-just-some-added-protection/" rel="attachment wp-att-21" title="Bayesian Junk mail filter, just some added protection">Bayesian Junk mail filter, just some added protection</a></p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=160f9174-b24d-4d03-97d7-73de85b64749&amp;title=Thunderbird&amp;url=http%3A%2F%2Flinux.dudenhofer.net%2F2008%2F03%2F23%2Fthunderbird%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://linux.dudenhofer.net/2008/03/23/thunderbird/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flock</title>
		<link>http://linux.dudenhofer.net/2008/03/16/flock/</link>
		<comments>http://linux.dudenhofer.net/2008/03/16/flock/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 19:41:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux.dudenhofer.net/wordpress/2008/03/16/flock/</guid>
		<description><![CDATA[Flock is an open source web browser based on Mozilla Firefox. The installation is really quite easy, donwload the tarred file from http://www.flock.com/ (remember where it was saved)
Untar the file
&#8216; tar -xzvf flock-1.1.en-US.linux-i686.tar.gz &#8216; 
It will create a folder named &#8216; flock &#8216;
cd flock
Then to run just ./flock
Login to Flickr, Facebook, Twitter, Gmail and check [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "Flock", url: "http://linux.dudenhofer.net/2008/03/16/flock/" });</script>]]></description>
			<content:encoded><![CDATA[<p>Flock is an open source web browser based on Mozilla Firefox. The installation is really quite easy, donwload the tarred file from http://www.flock.com/ (remember where it was saved)</p>
<p>Untar the file</p>
<p>&#8216; tar -xzvf flock-1.1.en-US.linux-i686.tar.gz &#8216; </p>
<p>It will create a folder named &#8216; flock &#8216;</p>
<p>cd flock</p>
<p>Then to run just ./flock</p>
<p>Login to Flickr, Facebook, Twitter, Gmail and check them all on the sidebar
<div class="flockcredit" style="text-align: right; color: #CCC; font-size: x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" style="color: #999; font-weight: bold;" target="_new" title="Flock Browser">Flock Browser</a></div>
<p><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/ubuntu" rel="tag">ubuntu</a>, <a href="http://technorati.com/tag/flock" rel="tag">flock</a></p>
<p><!-- technorati tags end --></p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=160f9174-b24d-4d03-97d7-73de85b64749&amp;title=Flock&amp;url=http%3A%2F%2Flinux.dudenhofer.net%2F2008%2F03%2F16%2Fflock%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://linux.dudenhofer.net/2008/03/16/flock/feed/</wfw:commentRss>
		</item>
		<item>
		<title>weechat-curses</title>
		<link>http://linux.dudenhofer.net/2008/03/16/weechat-curses/</link>
		<comments>http://linux.dudenhofer.net/2008/03/16/weechat-curses/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 17:01:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[weechat]]></category>

		<guid isPermaLink="false">http://linux.dudenhofer.net/wordpress/2008/03/16/weechat-curses/</guid>
		<description><![CDATA[weechat-curses is the IRC client that I am currently using. to install &#8216; sudo aptitude install weechat -y -r &#8216; I add the -y and -r tags to automatically say yes to install and also to install the recommended files (weechat-curses, weechat-plugins, etc).
To run weechat you need to open the terminal and then type in [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "weechat-curses", url: "http://linux.dudenhofer.net/2008/03/16/weechat-curses/" });</script>]]></description>
			<content:encoded><![CDATA[<p>weechat-curses is the IRC client that I am currently using. to install &#8216; sudo aptitude install weechat -y -r &#8216; I add the -y and -r tags to automatically say yes to install and also to install the recommended files (weechat-curses, weechat-plugins, etc).</p>
<p>To run weechat you need to open the terminal and then type in &#8216; weechat-curses &#8216;  Weechat will automatically connect to server irc.freenode.net (which is where I lurk) to join a channel &#8216; /j #channel name &#8216;</p>
<p>Some common Ubuntu Channels are:</p>
<p>#ubuntu</p>
<p>#kubuntu</p>
<p>#ubuntu-classroom</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=160f9174-b24d-4d03-97d7-73de85b64749&amp;title=weechat-curses&amp;url=http%3A%2F%2Flinux.dudenhofer.net%2F2008%2F03%2F16%2Fweechat-curses%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://linux.dudenhofer.net/2008/03/16/weechat-curses/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu-Classroom</title>
		<link>http://linux.dudenhofer.net/2008/02/24/ubuntu-classroom/</link>
		<comments>http://linux.dudenhofer.net/2008/02/24/ubuntu-classroom/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 21:12:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://linux.dudenhofer.net/wordpress/2008/02/24/ubuntu-classroom/</guid>
		<description><![CDATA[What are you doing to help out ubuntu? Are you a new user, that doesn&#8217;t know where to start? Is there a place to go for help?? YES!! IRC irc.freenode.net #ubuntu-classroom&#8230;.check it out!!
<script type="text/javascript">SHARETHIS.addEntry({ title: "Ubuntu-Classroom", url: "http://linux.dudenhofer.net/2008/02/24/ubuntu-classroom/" });</script>]]></description>
			<content:encoded><![CDATA[<p>What are you doing to help out ubuntu? Are you a new user, that doesn&#8217;t know where to start? Is there a place to go for help?? YES!! IRC irc.freenode.net #ubuntu-classroom&#8230;.check it out!!</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=160f9174-b24d-4d03-97d7-73de85b64749&amp;title=Ubuntu-Classroom&amp;url=http%3A%2F%2Flinux.dudenhofer.net%2F2008%2F02%2F24%2Fubuntu-classroom%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://linux.dudenhofer.net/2008/02/24/ubuntu-classroom/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Jabber love</title>
		<link>http://linux.dudenhofer.net/2008/02/24/jabber-love/</link>
		<comments>http://linux.dudenhofer.net/2008/02/24/jabber-love/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 14:39:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://linux.dudenhofer.net/wordpress/2008/02/24/jabber-love/</guid>
		<description><![CDATA[I had to change my jabber account due to unforseen circumstances. It is now sdudenhofer@jabber.org.
<script type="text/javascript">SHARETHIS.addEntry({ title: "Jabber love", url: "http://linux.dudenhofer.net/2008/02/24/jabber-love/" });</script>]]></description>
			<content:encoded><![CDATA[<p>I had to change my jabber account due to unforseen circumstances. It is now sdudenhofer@jabber.org.</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=160f9174-b24d-4d03-97d7-73de85b64749&amp;title=Jabber+love&amp;url=http%3A%2F%2Flinux.dudenhofer.net%2F2008%2F02%2F24%2Fjabber-love%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://linux.dudenhofer.net/2008/02/24/jabber-love/feed/</wfw:commentRss>
		</item>
		<item>
		<title>So you need some system info?</title>
		<link>http://linux.dudenhofer.net/2008/02/02/so-you-need-some-system-info/</link>
		<comments>http://linux.dudenhofer.net/2008/02/02/so-you-need-some-system-info/#comments</comments>
		<pubDate>Sat, 02 Feb 2008 22:56:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://linux.dudenhofer.net/wordpress/?p=9</guid>
		<description><![CDATA[Alright, so maybe you need to get some vital system info. But you would rather not have to try to learn it all from the command line. All the lspci&#8217;s etc are sort of confusing. So to take a look at your system info you need a little program called sysinfo. So lets install it. [...]<script type="text/javascript">SHARETHIS.addEntry({ title: "So you need some system info?", url: "http://linux.dudenhofer.net/2008/02/02/so-you-need-some-system-info/" });</script>]]></description>
			<content:encoded><![CDATA[<p>Alright, so maybe you need to get some vital system info. But you would rather not have to try to learn it all from the command line. All the lspci&#8217;s etc are sort of confusing. So to take a look at your system info you need a little program called sysinfo. So lets install it. Open your terminal, type in sudo aptitude install sysinfo&#8230;.voila&#8230;installed. It is located under Applications, System Tools.</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=160f9174-b24d-4d03-97d7-73de85b64749&amp;title=So+you+need+some+system+info%3F&amp;url=http%3A%2F%2Flinux.dudenhofer.net%2F2008%2F02%2F02%2Fso-you-need-some-system-info%2F">ShareThis</a></p>]]></content:encoded>
			<wfw:commentRss>http://linux.dudenhofer.net/2008/02/02/so-you-need-some-system-info/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
