<?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>MyGNU.de</title>
	<atom:link href="http://www.mygnu.de/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mygnu.de</link>
	<description>This blog is about GNU, which is a major part of any Linux distribution.</description>
	<lastBuildDate>Tue, 24 Aug 2010 22:05:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>iptables mirror target for kernel version 2.6.35</title>
		<link>http://www.mygnu.de/index.php/2010/08/iptables-mirror-target-for-kernel-version-2-6-35/</link>
		<comments>http://www.mygnu.de/index.php/2010/08/iptables-mirror-target-for-kernel-version-2-6-35/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 21:50:05 +0000</pubDate>
		<dc:creator>mithrandir</dc:creator>
				<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[2.6.35]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[FORWARD]]></category>
		<category><![CDATA[INPUT]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[mirror target]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[PREROUTING]]></category>

		<guid isPermaLink="false">http://www.mygnu.de/?p=1015</guid>
		<description><![CDATA[The iptables mirror target I published here and here does not work anymore with kernel version 2.6.35. You can download the newer version for 2.6.35 and probably future kernels here: MIRROR.2.6.35.tar.gz (15) It should work with kernels since 2.6.31. To build the module, boot  the kernel you want to use the module with. Afterwards unpack [...]]]></description>
		<wfw:commentRss>http://www.mygnu.de/index.php/2010/08/iptables-mirror-target-for-kernel-version-2-6-35/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PR1.2 flashing problems</title>
		<link>http://www.mygnu.de/index.php/2010/05/pr1-2-flashing-problems/</link>
		<comments>http://www.mygnu.de/index.php/2010/05/pr1-2-flashing-problems/#comments</comments>
		<pubDate>Wed, 26 May 2010 09:59:31 +0000</pubDate>
		<dc:creator>xexplorer</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[maemo5]]></category>
		<category><![CDATA[maemo5 linux]]></category>

		<guid isPermaLink="false">http://www.mygnu.de/index.php/2010/05/pr1-2-flashing-problems/</guid>
		<description><![CDATA[Short news about the upgrade. I had to flash the new emmc and have had some problems doing so with windows. On my gentoo box it worked very fast and well. The Steps described on maemo.org should work. If not you have some problem with your OS and usb. It seems everything is running well. [...]]]></description>
		<wfw:commentRss>http://www.mygnu.de/index.php/2010/05/pr1-2-flashing-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Maemo 5 PR1.2 is out now</title>
		<link>http://www.mygnu.de/index.php/2010/05/maemo-5-pr1-2-is-out-now/</link>
		<comments>http://www.mygnu.de/index.php/2010/05/maemo-5-pr1-2-is-out-now/#comments</comments>
		<pubDate>Tue, 25 May 2010 11:16:16 +0000</pubDate>
		<dc:creator>xexplorer</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[maemo5]]></category>
		<category><![CDATA[N900]]></category>

		<guid isPermaLink="false">http://www.mygnu.de/?p=1004</guid>
		<description><![CDATA[I´ve bought a N900, but there were some problems with qt, which should be fixed with this release from Nokia. Here you can get the latest firmware for the N900 and here you can read How to flash it here. I will flash my device tonight and inform you about it. stay tuned &#8230;.. LG [...]]]></description>
		<wfw:commentRss>http://www.mygnu.de/index.php/2010/05/maemo-5-pr1-2-is-out-now/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gtkdoc-fixref problem on gentoo linux</title>
		<link>http://www.mygnu.de/index.php/2010/05/gtkdoc-fixref-problem-on-gentoo-linux/</link>
		<comments>http://www.mygnu.de/index.php/2010/05/gtkdoc-fixref-problem-on-gentoo-linux/#comments</comments>
		<pubDate>Sun, 09 May 2010 19:34:18 +0000</pubDate>
		<dc:creator>mithrandir</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[emerge]]></category>
		<category><![CDATA[gtk-docfixref]]></category>
		<category><![CDATA[gtkdoc]]></category>

		<guid isPermaLink="false">http://www.mygnu.de/?p=991</guid>
		<description><![CDATA[Recently, when updating the gentoo linux on my amd64 box I got errors when building packages with the doc USE flag. All failing packages were using the gtkdoc tool for generating the documentation. Nowhere in the web was a topic concerning this problem. All these packages failed similar to example for libbonobo below. But many [...]]]></description>
		<wfw:commentRss>http://www.mygnu.de/index.php/2010/05/gtkdoc-fixref-problem-on-gentoo-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Upgrade to compiz-fusion-0.8.6</title>
		<link>http://www.mygnu.de/index.php/2010/04/upgrade-to-compiz-fusion-0-8-6/</link>
		<comments>http://www.mygnu.de/index.php/2010/04/upgrade-to-compiz-fusion-0-8-6/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 11:35:24 +0000</pubDate>
		<dc:creator>mithrandir</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[compiz-fusion-0.8.6]]></category>
		<category><![CDATA[emerge]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[masked]]></category>
		<category><![CDATA[missing keyword]]></category>
		<category><![CDATA[package.keywords]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[x86_64]]></category>

		<guid isPermaLink="false">http://www.mygnu.de/?p=980</guid>
		<description><![CDATA[Today, when I ran the regular update of my gentoo systems there was an update for compiz-fusion in portage. The compiz update did not work out of the box on my x8_64 systems, missing keywords, blocking packages, etc. Here is the way I got it to work. The procedure is similar to the one I [...]]]></description>
		<wfw:commentRss>http://www.mygnu.de/index.php/2010/04/upgrade-to-compiz-fusion-0-8-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mozilla-thunderbird-3.0.3 with virtual identity addon</title>
		<link>http://www.mygnu.de/index.php/2010/03/mozilla-thunderbird-3-0-3-with-virtual-identity-addon/</link>
		<comments>http://www.mygnu.de/index.php/2010/03/mozilla-thunderbird-3-0-3-with-virtual-identity-addon/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 20:11:49 +0000</pubDate>
		<dc:creator>mithrandir</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[MR Tech Toolkit]]></category>
		<category><![CDATA[thunderbird-3.0.3]]></category>
		<category><![CDATA[virtual identity]]></category>

		<guid isPermaLink="false">http://www.mygnu.de/?p=962</guid>
		<description><![CDATA[The recent upgrade to thunderbird-3.0.3 rendered the virtual identity extension unusable due to a version conflict. The virtual identity extension allows you to edit the sender field when composing a new mail. Furthermore it warns you when trying to send a mail to a recipient you used another sender address for, before. This is especially [...]]]></description>
		<wfw:commentRss>http://www.mygnu.de/index.php/2010/03/mozilla-thunderbird-3-0-3-with-virtual-identity-addon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mozilla-thunderbird-3.0.3 with lightning and enigmail on Gentoo x86_64</title>
		<link>http://www.mygnu.de/index.php/2010/03/mozilla-thunderbird-3-0-3-with-lightning-and-enigmail-on-gentoo-x86_64/</link>
		<comments>http://www.mygnu.de/index.php/2010/03/mozilla-thunderbird-3-0-3-with-lightning-and-enigmail-on-gentoo-x86_64/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 12:05:48 +0000</pubDate>
		<dc:creator>xexplorer</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[lightning]]></category>
		<category><![CDATA[thunderbird]]></category>

		<guid isPermaLink="false">http://www.mygnu.de/?p=958</guid>
		<description><![CDATA[I´m running gentoo linux x86_64 on my dell laptop. Today mail-client/mozilla-thunderbird-3.0.3 was aviable in portage and so I upgraded, but there was no lighning for Thunderbird 3 in the portage. Since I need the calendar in thunderbird I searched the web for a solution. After short time I found it in google groups. On Gentoo [...]]]></description>
		<wfw:commentRss>http://www.mygnu.de/index.php/2010/03/mozilla-thunderbird-3-0-3-with-lightning-and-enigmail-on-gentoo-x86_64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vultures-2.2.100 ebuild for gentoo</title>
		<link>http://www.mygnu.de/index.php/2010/03/vultures-2-2-100-ebuild-for-gentoo/</link>
		<comments>http://www.mygnu.de/index.php/2010/03/vultures-2-2-100-ebuild-for-gentoo/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 21:00:24 +0000</pubDate>
		<dc:creator>mithrandir</dc:creator>
				<category><![CDATA[fun]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ebuild]]></category>
		<category><![CDATA[nethack]]></category>
		<category><![CDATA[RPG]]></category>
		<category><![CDATA[vultures]]></category>

		<guid isPermaLink="false">http://www.mygnu.de/?p=933</guid>
		<description><![CDATA[Some years ago I played nethack on my old PC. Nethack is a Diablo like RPG that was originally released in 1987. Before playing a game, you have to create a character. You can choose between Archeologist, Barbarian, Caveman, Healer, Knight, Monk, Priest, Ranger, Rogue, Samurai, Tourist Valkyrie and Wizard. Afterwards you can descent to [...]]]></description>
		<wfw:commentRss>http://www.mygnu.de/index.php/2010/03/vultures-2-2-100-ebuild-for-gentoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlightGEAR 2.0.0 on GENTOO</title>
		<link>http://www.mygnu.de/index.php/2010/03/flightgear-2-0-0-on-gentoo/</link>
		<comments>http://www.mygnu.de/index.php/2010/03/flightgear-2-0-0-on-gentoo/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 19:09:32 +0000</pubDate>
		<dc:creator>xexplorer</dc:creator>
				<category><![CDATA[3d]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ebuild]]></category>
		<category><![CDATA[flightgear]]></category>
		<category><![CDATA[Gent]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[simulation]]></category>
<category>3d</category><category>ebuild</category><category>flightgear</category><category>gentoo</category><category>linux</category><category>nvidia</category><category>simulation</category>
		<guid isPermaLink="false">http://www.mygnu.de/?p=918</guid>
		<description><![CDATA[I have searched for a 3D game on Linux and found this nice flight simulation. In Gentoos portage tree there is only an old version avaiable, so I wrote an ebuild for the new version. It compiles fine on my computer wth 64bit Gentoo &#8211; Linux. The Power of my graphics board (nVidia Corporation Quadro [...]]]></description>
		<wfw:commentRss>http://www.mygnu.de/index.php/2010/03/flightgear-2-0-0-on-gentoo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>QA Notice: Package has poor programming practices which may compile                but will almost certainly crash on 64bit architectures</title>
		<link>http://www.mygnu.de/index.php/2010/01/qa-notice-package-has-poor-programming-practices-which-may-compile-but-will-almost-certainly-crash-on-64bit-architectures/</link>
		<comments>http://www.mygnu.de/index.php/2010/01/qa-notice-package-has-poor-programming-practices-which-may-compile-but-will-almost-certainly-crash-on-64bit-architectures/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 21:41:52 +0000</pubDate>
		<dc:creator>mithrandir</dc:creator>
				<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[emerge]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[portage]]></category>

		<guid isPermaLink="false">http://www.mygnu.de/?p=900</guid>
		<description><![CDATA[On a gentoo system you may get the error QA Notice: Package has poor programming practices which may compile but will almost certainly crash on 64bit architectures during emerge. This is usually a wanted behaviour since one does not want to have broken packages installed, but sometimes you may want to decide yourself or you [...]]]></description>
		<wfw:commentRss>http://www.mygnu.de/index.php/2010/01/qa-notice-package-has-poor-programming-practices-which-may-compile-but-will-almost-certainly-crash-on-64bit-architectures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
