<?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>SWAT&#039;s blog &#187; FOSS</title>
	<atom:link href="http://blog.schauenburg.nl/category/foss/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.schauenburg.nl</link>
	<description></description>
	<lastBuildDate>Wed, 21 Jul 2010 19:38:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Guruplug server plus initial review</title>
		<link>http://blog.schauenburg.nl/2010/07/06/guruplug-server-plus-initial-review/</link>
		<comments>http://blog.schauenburg.nl/2010/07/06/guruplug-server-plus-initial-review/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 20:51:19 +0000</pubDate>
		<dc:creator>SWAT</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Ictivity]]></category>
		<category><![CDATA[Ubuntu-NL]]></category>
		<category><![CDATA[Ubuntu.com]]></category>

		<guid isPermaLink="false">http://blog.schauenburg.nl/?p=528</guid>
		<description><![CDATA[A few months ago I received my Guruplug server plus, but I only just had time to finish the configuration. Basically it is a small Linux server, equipped with an Marvell 1.2 Ghz (ARM) processor, 512MB of RAM, 512MB of NAND flash, 2 gigabit ethernet ports, wireless, bluetooth, 1x eSATA, 2x USB and 1x microSD. [...]]]></description>
			<content:encoded><![CDATA[<p>A few months ago I received my <a href="http://www.globalscaletechnologies.com/p-32-guruplug-server-plus.aspx" target="_blank">Guruplug server plus</a>, but I only just had time to finish the configuration. Basically it is a small Linux server, equipped with an Marvell 1.2 Ghz (ARM) processor, 512MB of RAM, 512MB of NAND flash, 2 gigabit ethernet ports, wireless, bluetooth, 1x eSATA, 2x USB and 1x microSD. And yes, this is the successor of the <a href="http://en.wikipedia.org/wiki/SheevaPlug" target="_blank">Sheevaplug</a>.</p>
<p>Currently my Guruplug is acting as the replacement for my ancient home server (Pentium 450Mhz, 512 MB RAM), which has now been taken offline. I was quite stubborn, since I wanted to do the configuration and  installation &#8220;my way&#8221;. This is what I did:</p>
<ol>
<li>Build and configure the Debian root filesystem using <a href="http://wiki.debian.org/Debootstrap" target="_blank">debootstrap</a> (note: make sure your fstab and partitions are set correctly).</li>
<li>Copy the root filesystem to the microSD (in my case: Transcend 16GB microSD, class 6, with <a href="http://en.wikipedia.org/wiki/Wear_leveling" target="_blank">wear-leveling</a>). Test if it works, by using the pre-installed kernel and your custom root filesystem.</li>
<li>Cross-compile a minimal custom <a href="http://www.kernel.org/" target="_blank">kernel</a> (2.6.35-rc3) on another machine (in my case: a quadcore AMD machine). You do not want reboots during your kernel compilation or want to wait a long time before it is finished. Native support for the Guruplug has been added to the kernel since 2.6.35!</li>
<li>Update <a href="http://www.denx.de/wiki/U-Boot" target="_blank">uBoot</a>, so it will correctly recognize/run the original kernel and the custom kernel.</li>
<li>Test the custom kernel by putting it on a FAT16 partition on a USB stick (or TFTP server), before permanently writing it to the NAND flash. Unfortunately uBoot did not work with the ext filesystem (ext2load) or from the microSD.</li>
</ol>
<p>Guruplug pros:</p>
<ul>
<li>Low price</li>
<li>Low power consumption</li>
<li>Silent operation</li>
<li>Debian pre-installed</li>
<li>Dual gigabit ethernet, dual USB, WLAN, eSATA and bluetooth in one tiny box</li>
</ul>
<p>Guruplug cons:</p>
<ul>
<li>CPU heat dissipation. The plug suddenly reboots (probably thermal shutdown) when it gets too hot, which is very nasty. There are some <a href="http://plugcomputer.org/plugforum/index.php?topic=1735.msg10474#msg10474" target="_blank">creative solutions</a> on the forum, which will void your warranty!</li>
<li>WLAN. The wireless chip still is not supported by the kernel, so you  will need the Marvell kernel module (uap8xxx.ko) and tool (uaputl) which  are shipped with the Guruplug.</li>
<li>uBoot. Default uBoot version does not support loading the kernel from ext filesystems or the microsd card (but it works from TFTP, USB and NAND flash), but it can easily be updated.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.schauenburg.nl/2010/07/06/guruplug-server-plus-initial-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert date to days since 01-01-1970</title>
		<link>http://blog.schauenburg.nl/2010/04/14/convert-date-to-days-since-01-01-1970/</link>
		<comments>http://blog.schauenburg.nl/2010/04/14/convert-date-to-days-since-01-01-1970/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 20:50:48 +0000</pubDate>
		<dc:creator>SWAT</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Ictivity]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu-NL]]></category>
		<category><![CDATA[Ubuntu.com]]></category>

		<guid isPermaLink="false">http://blog.schauenburg.nl/?p=503</guid>
		<description><![CDATA[This week I am teaching the LPI 101 course again and we covered the shadow file today (amongst other topics). I gave the students the exercise to manually edit the shadowfile and let an account expire on 01-01-2011. The manpage of shadow(5) stipulates that the account expiration date has to be &#8220;expressed as the number [...]]]></description>
			<content:encoded><![CDATA[<p>This week I am teaching the LPI 101 course again and we covered the shadow file today (amongst other topics). I gave the students the exercise to manually edit the shadowfile and let an account expire on 01-01-2011. The manpage of shadow(5) stipulates that the account expiration date has to be &#8220;expressed as the number of days since Jan 1, 1970&#8243;. One of my students asked me how to calcuate this. I did not immediately know the answer and I did not want to use rely on any online date/time converter, so I went looking for a satisfactory solution.</p>
<p>1. Find the UNIX time / Epoch of the date in question</p>
<blockquote><p>date -d &#8216;2011-01-01&#8242; +%s</p></blockquote>
<p><em>Remember that these are seconds since 01-01-1970.</em></p>
<p>2. Calculate the number of days since 01-01-1970.</p>
<blockquote><p>echo `date -d &#8216;2011-01-01&#8242; +%s` / 86400 | bc</p></blockquote>
<p><em>A day is 60 * 60 * 24 = 86400 seconds. Notice how &#8216;bc&#8217; will always be rounding down the number of days.</em></p>
<p>3. Perform a &#8216;normal&#8217;  round up or down for the number of days</p>
<blockquote><p>UNIXTIME=`date -d &#8216;2011-01-01&#8242; +%s` ; printf &#8220;%.0f\n&#8221; `echo &#8220;scale=1; $UNIXTIME / 86400&#8243; | bc`</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://blog.schauenburg.nl/2010/04/14/convert-date-to-days-since-01-01-1970/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>PHP and Zarafa webaccess make apache2 segfault on Ubuntu 9.10</title>
		<link>http://blog.schauenburg.nl/2010/03/17/php-and-zarafa-webaccess-make-apache2-segfault-on-ubuntu-9-10/</link>
		<comments>http://blog.schauenburg.nl/2010/03/17/php-and-zarafa-webaccess-make-apache2-segfault-on-ubuntu-9-10/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 19:47:01 +0000</pubDate>
		<dc:creator>SWAT</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Ictivity]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu-NL]]></category>
		<category><![CDATA[Ubuntu.com]]></category>

		<guid isPermaLink="false">http://blog.schauenburg.nl/?p=469</guid>
		<description><![CDATA[If you use the Zarafa webaccess (6.40, but apparently also 6.30) on Ubuntu 9.10, apache2 will nicely segfault and you will not be able to access your webmail. Upside: the mobile server will keep functioning. Even Fedora has this problem and it was tracked down to an error in PHP. I do not want to [...]]]></description>
			<content:encoded><![CDATA[<p>If you use the Zarafa webaccess (6.40, but apparently also 6.30) on Ubuntu 9.10, apache2 will nicely segfault and you will not be able to access your webmail. Upside: the mobile server will keep functioning. Even <a href="https://bugzilla.redhat.com/show_bug.cgi?id=564129" target="_blank">Fedora</a> has this problem and it was tracked down to an error in PHP. I do not want to compile my own software to work around this issue, since I am lazy and I use a package manager for a reason! I quickly found the least nasty workaround for this issue in <a href="http://forums.zarafa.com/viewtopic.php?f=9&amp;t=3507#p16173" target="_blank">this post</a> on the Zarafa forums.I replace /usr/lib/apache2/modules/libphp5.so (from karmic&#8217;s 5.2.10) with the libphp5.so from the 5.2.6 libapache2-mod-php5 package. At least the file will still be managed by dpkg and thus updated/upgraded if neccessary. As Ubuntu 10.04 is just around the corner, I will suggest the owner to does not update libapache2-mod-php5 until he upgrades to 10.04.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schauenburg.nl/2010/03/17/php-and-zarafa-webaccess-make-apache2-segfault-on-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have no name!</title>
		<link>http://blog.schauenburg.nl/2010/03/17/i-have-no-name/</link>
		<comments>http://blog.schauenburg.nl/2010/03/17/i-have-no-name/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 08:55:49 +0000</pubDate>
		<dc:creator>SWAT</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[Ictivity]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ubuntu-NL]]></category>
		<category><![CDATA[Ubuntu.com]]></category>

		<guid isPermaLink="false">http://blog.schauenburg.nl/?p=463</guid>
		<description><![CDATA[Just when you think you have seen it all,  you experience something new. This happened when SSH&#8217;ing to a server which authenticates against an LDAP server:

The source of the problem was a configuration error in libnss-ldap.conf
]]></description>
			<content:encoded><![CDATA[<p>Just when you think you have seen it all,  you experience something new. This happened when SSH&#8217;ing to a server which authenticates against an LDAP server:</p>
<p><a href="http://blog.schauenburg.nl/wp-content/uploads/2010/03/i-have-no-name.png"><img class="alignnone size-full wp-image-464" title="i have no name" src="http://blog.schauenburg.nl/wp-content/uploads/2010/03/i-have-no-name.png" alt="" width="430" height="23" /></a></p>
<p>The source of the problem was a configuration error in libnss-ldap.conf</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schauenburg.nl/2010/03/17/i-have-no-name/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>PHPlogcon transforms into LogAnalyzer</title>
		<link>http://blog.schauenburg.nl/2010/02/23/phplogcon-transforms-into-loganalyzer/</link>
		<comments>http://blog.schauenburg.nl/2010/02/23/phplogcon-transforms-into-loganalyzer/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 15:41:19 +0000</pubDate>
		<dc:creator>SWAT</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Ubuntu-NL]]></category>
		<category><![CDATA[Ubuntu.com]]></category>

		<guid isPermaLink="false">http://blog.schauenburg.nl/?p=449</guid>
		<description><![CDATA[When I saw the new name and the new website, my first thought went towards the licensing. After checking the site (and checking with Rainer) I was glad to see that the software remains free and GPL&#8217;d. The explanation about the name change on the project site also mentions non-GPL components, which I am not [...]]]></description>
			<content:encoded><![CDATA[<p>When I saw the new name and the new website, my first thought went towards the licensing. After checking the site (and checking with <a href="http://twitter.com/RGerhards" target="_blank">Rainer</a>) I was glad to see that the software remains free and GPL&#8217;d. The <a href="http://loganalyzer.adiscon.com/artikel/phplogcon-becomes-adiscon-loganalyzer" target="_blank">explanation about the name change</a> on the project site also mentions non-GPL components, which I am not a fan of, and that they will refer to the software as <em>Adiscon LogAnalyzer</em>.</p>
<p>I can understand why they choose to prefix their company name to the software name, since it&#8217;s also &#8220;free&#8221; publicity and it&#8217;s clearer that <a href="http://www.adiscon.com/en/" target="_blank">Adiscon</a> is the company behind LogAnalyzer. Adiscon has put a lot of time and effort into this product and they deserve credit for this. If you want or need commercial support, check out <a href="http://loganalyzer.adiscon.com/support" target="_blank">their support pack</a>.</p>
<p>A fair heads-up to potential contributors: communication goes through <a href="http://kb.monitorware.com/" target="_blank">the forums</a> (e.g. no mailinglist). The GIT repository can be found <a href="http://git.adiscon.com/?p=phplogcon.git;a=summary" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schauenburg.nl/2010/02/23/phplogcon-transforms-into-loganalyzer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHPlogcon message parser for SNARE</title>
		<link>http://blog.schauenburg.nl/2010/01/31/phplogcon-message-parser-for-snare/</link>
		<comments>http://blog.schauenburg.nl/2010/01/31/phplogcon-message-parser-for-snare/#comments</comments>
		<pubDate>Sun, 31 Jan 2010 19:02:04 +0000</pubDate>
		<dc:creator>SWAT</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Ictivity]]></category>
		<category><![CDATA[Ubuntu-NL]]></category>
		<category><![CDATA[Ubuntu.com]]></category>

		<guid isPermaLink="false">http://blog.schauenburg.nl/?p=418</guid>
		<description><![CDATA[Lately I have been fiddling around with PHPlogcon. I wanted to consolidate logs from our servers on a single machine, which is a breeze to set up using any standard Linux syslog daemon. Furthermore I wanted a graphical front-end (a website is just fine) to enable access to the logs for the not-so-linux-savvy admins. So [...]]]></description>
			<content:encoded><![CDATA[<p>Lately I have been fiddling around with <a href="http://www.phplogcon.org/" target="_blank">PHPlogcon</a>. I wanted to consolidate logs from our servers on a single machine, which is a breeze to set up using any standard Linux syslog daemon. Furthermore I wanted a graphical front-end (a website is just fine) to enable access to the logs for the not-so-linux-savvy admins. So PHPlogcon fit the bill perfectly. It supports flat-file logs (yay) and even MySQL.</p>
<p>The Windows servers need an additional piece of software to get it to forward the &#8220;Eventlog&#8221; messages. The default &#8220;Windows Eventlog parser&#8221; which is shipped with PHPlogcon only works with a proprietary Windows Eventlog forwarders (Adiscon&#8217;s <a href="http://www.eventreporter.com/">EventReporter</a> and <a href="http://www.mwagent.com/">MonitorWare Agent</a>), so I wrote <a href="http://blog.schauenburg.nl/wp-content/uploads/2010/01/msgparsereventlogsnareclass.txt" target="_blank">my own parser</a> for the Open Source <a href="http://www.intersectalliance.com/projects/SnareWindows/" target="_blank">SNARE Eventlog Agent</a>. (<a href="http://sourceforge.net/projects/snare/" target="_blank">sourceforge</a>)</p>
<p>Just put the parser in classes/msgparsers/msgparser.eventlogsnare.class.php and add something like the this to your configuration file and you are done:</p>
<pre>$CFG['Sources']['Source5']['ID'] = 'Source5';
$CFG['Sources']['Source5']['Name'] = 'EventLog';
$CFG['Sources']['Source5']['ViewID'] = 'EVTRPT';
$CFG['Sources']['Source5']['SourceType'] = SOURCE_DISK;
$CFG['Sources']['Source5']['MsgParserList'] = "eventlogsnare";
$CFG['Sources']['Source5']['LogLineType'] = 'winsyslog';
$CFG['Sources']['Source5']['DiskFile'] = '/var/log/win_eventlog.log';</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.schauenburg.nl/2010/01/31/phplogcon-message-parser-for-snare/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>USB ethernet, serial, SATA and IDE</title>
		<link>http://blog.schauenburg.nl/2010/01/24/usb-ethernet-serial-sata-and-ide/</link>
		<comments>http://blog.schauenburg.nl/2010/01/24/usb-ethernet-serial-sata-and-ide/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 19:58:06 +0000</pubDate>
		<dc:creator>SWAT</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Ubuntu-NL]]></category>
		<category><![CDATA[Ubuntu.com]]></category>

		<guid isPermaLink="false">http://blog.schauenburg.nl/?p=383</guid>
		<description><![CDATA[Since USB is still &#8216;all the rage&#8217; I thought I might take the time to show you some of my USB devices, which are compatible with Linux and which I personally find useful.
USB &#8211; IDE/SATA

Konig Electronic USB 2.0 to IDE / S-ATA adapter (external, CMP-USBIDESAT2)
Just useful if you have some harddrives around which you need [...]]]></description>
			<content:encoded><![CDATA[<p>Since USB is still &#8216;all the rage&#8217; I thought I might take the time to show you some of my USB devices, which are compatible with Linux and which I personally find useful.</p>
<h1>USB &#8211; IDE/SATA</h1>
<p><a href="http://blog.schauenburg.nl/wp-content/uploads/2009/12/cmp-usbidesat1.jpg"><img class="size-thumbnail wp-image-393 alignleft" style="margin: 0px 10px;" title="konig-usbidesat1" src="http://blog.schauenburg.nl/wp-content/uploads/2009/12/cmp-usbidesat1-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p><a href="http://konigelectronic.info" target="_blank"><em>Konig Electronic USB 2.0 to IDE / S-ATA adapter (external, CMP-USBIDESAT2)</em></a></p>
<p>Just useful if you have some harddrives around which you need to test, format or fill and then want to put away again (or destroy). It ships with an external power supply, so you are all good to go.</p>
<pre>swat@decius:~$ lsusb
 Bus 002 Device 008: ID 152d:2338 JMicron Technology Corp. / JMicron USA Technology Corp. JM20337 Hi-Speed USB to SATA &amp; PATA Combo Bridge</pre>
<h1>USB &#8211; RS-232</h1>
<p><a href="http://blog.schauenburg.nl/wp-content/uploads/2009/12/std1_f5u103v.jpg"><img class="size-thumbnail wp-image-395 alignleft" style="margin: 0px 10px;" title="belking-serial-std1_f5u103v" src="http://blog.schauenburg.nl/wp-content/uploads/2009/12/std1_f5u103v-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p><a href="http://www.belkin.com/IWCatProductPage.process?Product_Id=281230" target="_blank">Belkin USB RS-232 (F5U103v)</a></p>
<p>RS-232 is still used when you configure switches or as a back-up interface for a server. Unfortunately netbooks do not tend to have a RS-232 port anymore, so this is the perfect solution.</p>
<pre>swat@decius:~$ lsusb
 Bus 005 Device 043: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port</pre>
<h1>USB &#8211; Ethernet</h1>
<p><a href="http://blog.schauenburg.nl/wp-content/uploads/2009/12/mb442.jpeg"><img class="size-thumbnail wp-image-394 alignleft" style="margin-top: 0px; margin-bottom: 0px;" title="apple-mb442" src="http://blog.schauenburg.nl/wp-content/uploads/2009/12/mb442-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p><a href="http://store.apple.com/us/product/MB442Z/A" target="_blank">Apple USB ethernet</a></p>
<p>If you need more than your standard (one) ethernet port on your laptop, this is a good solution. It is small and just works. The downside is that it is an Apple product and it&#8217;s only 100Mbit/s.</p>
<pre>swat@decius:~$ lsusb
 Bus 002 Device 012: ID 05ac:1402 Apple, Inc.</pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.schauenburg.nl/2010/01/24/usb-ethernet-serial-sata-and-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 sins</title>
		<link>http://blog.schauenburg.nl/2010/01/10/windows-7-sins/</link>
		<comments>http://blog.schauenburg.nl/2010/01/10/windows-7-sins/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 16:05:30 +0000</pubDate>
		<dc:creator>SWAT</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Ubuntu-NL]]></category>
		<category><![CDATA[Ubuntu.com]]></category>

		<guid isPermaLink="false">http://blog.schauenburg.nl/?p=401</guid>
		<description><![CDATA[
This is not meant as a Microsoft Windows bash post, but just as a reminder of the new Free Software Foundation campaign. The previous &#8220;Bad Vista&#8221; campaign was focused on Microsoft Windows Vista and had extremely valid arguments. Just as this &#8220;Windows 7 sins&#8221; campaign has valid arguments about the newest Microsoft Windows release. Sometimes [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://en.windows7sins.org/"><img class="size-full wp-image-402 alignleft" style="margin: 10px;" title="widget" src="http://blog.schauenburg.nl/wp-content/uploads/2010/01/widget.png" alt="" width="200" height="201" /></a></p>
<p>This is not meant as a Microsoft Windows bash post, but just as a reminder of the new <a href="http://www.fsf.org/" target="_blank">Free Software Foundation</a> campaign. The <a href="http://badvista.fsf.org/" target="_blank">previous &#8220;Bad Vista&#8221; campaign</a> was focused on Microsoft Windows Vista and had extremely valid arguments. Just as this <a href="http://en.windows7sins.org/" target="_blank">&#8220;Windows 7 sins&#8221; campaign</a> has valid arguments about the newest Microsoft Windows release. Sometimes it is just good to hear (or in this case read) the other side of story and not only what the MarketingMachine(tm) wants you to know. Check it out!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.schauenburg.nl/2010/01/10/windows-7-sins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
