<?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>StarQuake&#039;s Blog &#187; Linux</title>
	<atom:link href="http://starquake.nl/category/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://starquake.nl</link>
	<description>my blog about music and kiting</description>
	<lastBuildDate>Wed, 30 Jun 2010 09:03:10 +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>Quick note to myself</title>
		<link>http://starquake.nl/2010/01/quick-note-to-myself-about-recursively-removing-svn-directories.html</link>
		<comments>http://starquake.nl/2010/01/quick-note-to-myself-about-recursively-removing-svn-directories.html#comments</comments>
		<pubDate>Mon, 18 Jan 2010 13:12:57 +0000</pubDate>
		<dc:creator>StarQuake</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://starquake.nl/?p=91</guid>
		<description><![CDATA[I always forget how to recursively remove the svn directories from a directory. So here is the command for me and anyone that might need it: find . -name '.svn' -print0 &#124; xargs -0 rm -rf It removes all svn directories in the current path. Be careful though!!! A typo like a &#8216;/&#8217; can easily [...]]]></description>
			<content:encoded><![CDATA[<p>I always forget how to recursively remove the svn directories from a directory. So here is the command for me and anyone that might need it:</p>
<p><code>find . -name '.svn' -print0 | xargs -0 rm -rf</code></p>
<p>It removes all svn directories in the current path.</p>
<p>Be careful though!!! A typo like a &#8216;/&#8217; can easily remove your entire filesystem, so try replacing <code>rm</code> with <code>echo</code> the first time so you can see what files are about to be deleted.</p>
]]></content:encoded>
			<wfw:commentRss>http://starquake.nl/2010/01/quick-note-to-myself-about-recursively-removing-svn-directories.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Karmic</title>
		<link>http://starquake.nl/2009/10/ubuntu-karmic.html</link>
		<comments>http://starquake.nl/2009/10/ubuntu-karmic.html#comments</comments>
		<pubDate>Fri, 09 Oct 2009 11:16:52 +0000</pubDate>
		<dc:creator>StarQuake</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://starquake.nl/?p=70</guid>
		<description><![CDATA[Running Ubuntu Karmic Beta since a few days now. It&#8217;s running smooth. Some new features I like: Apport reports crashing applications The system feels more responsive Firefox 3.5 Pretty icons in the task bar]]></description>
			<content:encoded><![CDATA[<p>Running Ubuntu Karmic Beta since a few days now. It&#8217;s running smooth. Some new features I like:</p>
<ul>
<li>Apport reports crashing applications</li>
<li>The system feels more responsive</li>
<li>Firefox 3.5</li>
<li>Pretty icons in the task bar</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://starquake.nl/2009/10/ubuntu-karmic.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems not really fixed&#8230;</title>
		<link>http://starquake.nl/2009/10/problems-not-really-fixed.html</link>
		<comments>http://starquake.nl/2009/10/problems-not-really-fixed.html#comments</comments>
		<pubDate>Tue, 06 Oct 2009 09:14:31 +0000</pubDate>
		<dc:creator>StarQuake</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://starquake.nl/?p=68</guid>
		<description><![CDATA[Mmmm&#8230;. It seems the problem is not fixed yet. npviewer.bin still crashes, not as often as before though. Going to upgrade to the beta release karmic. See if that helps.]]></description>
			<content:encoded><![CDATA[<p>Mmmm&#8230;. It seems the problem is not fixed yet. npviewer.bin still crashes, not as often as before though. Going to upgrade to the beta  release karmic. See if that helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://starquake.nl/2009/10/problems-not-really-fixed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problems with flash are fixed!!!</title>
		<link>http://starquake.nl/2009/09/problems-with-flash-are-fixed.html</link>
		<comments>http://starquake.nl/2009/09/problems-with-flash-are-fixed.html#comments</comments>
		<pubDate>Fri, 25 Sep 2009 08:17:02 +0000</pubDate>
		<dc:creator>StarQuake</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://starquake.nl/?p=64</guid>
		<description><![CDATA[The error I was getting was this: Sep 23 13:07:14 webmonkey kernel: [675069.159578] npviewer.bin[6502]: segfault at ff99cd48 ip 00000000ff99cd48 sp 00000000ff9f059c error 14 The problem is fixed after upgrading the following packages to updates-proposed: libgl1-mesa-glx 7.4-0ubuntu3.3 libgl1-mesa-dri 7.4-0ubuntu3.3 libglu1-mesa 7.4-0ubuntu3.3 mesa-utils 7.4-0ubuntu3.3]]></description>
			<content:encoded><![CDATA[<p>The error I was getting was this:</p>
<p>Sep 23 13:07:14 webmonkey kernel: [675069.159578] npviewer.bin[6502]: segfault at ff99cd48 ip 00000000ff99cd48 sp 00000000ff9f059c error 14</p>
<p>The problem is fixed after upgrading the following packages to updates-proposed:</p>
<ul>
<li>libgl1-mesa-glx 7.4-0ubuntu3.3</li>
<li>libgl1-mesa-dri 7.4-0ubuntu3.3</li>
<li>libglu1-mesa 7.4-0ubuntu3.3</li>
<li>mesa-utils 7.4-0ubuntu3.3</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://starquake.nl/2009/09/problems-with-flash-are-fixed.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.04 64bit</title>
		<link>http://starquake.nl/2009/09/ubuntu-9-04-64bit.html</link>
		<comments>http://starquake.nl/2009/09/ubuntu-9-04-64bit.html#comments</comments>
		<pubDate>Thu, 17 Sep 2009 10:00:36 +0000</pubDate>
		<dc:creator>StarQuake</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://starquake.nl/?p=40</guid>
		<description><![CDATA[I&#8217;m running Ubuntu 9.04 64bit. Everything works fine except one thing: Adobe Flash! Grrr&#8230;. I installed the default flashplugin package but it keeps crashing on a few sites. It&#8217;s really annoying. I installed the flashblock plugin and set it to block all flash content for now. Apart from that plugin everything is smooth. It works [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m running Ubuntu 9.04 64bit. Everything works fine except one thing:</p>
<p>Adobe Flash! Grrr&#8230;.</p>
<p>I installed the default flashplugin package but it keeps crashing on a few sites. It&#8217;s really annoying. I installed the flashblock plugin and set it to block all flash content for now.</p>
<p>Apart from that plugin everything is smooth. It works like a charm!</p>
]]></content:encoded>
			<wfw:commentRss>http://starquake.nl/2009/09/ubuntu-9-04-64bit.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installed eBox</title>
		<link>http://starquake.nl/2009/09/installed-ebox.html</link>
		<comments>http://starquake.nl/2009/09/installed-ebox.html#comments</comments>
		<pubDate>Thu, 03 Sep 2009 14:20:49 +0000</pubDate>
		<dc:creator>StarQuake</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://starquake.nl/2009/09/installed-ebox.html</guid>
		<description><![CDATA[I installed eBox on a Shuttle XPC. Now I have a Linux firewall at home. And it has some other stuff like file sharing and OpenVPN. It was very easy and works quite well. You can find more about eBox here: http://ebox-platform.com/]]></description>
			<content:encoded><![CDATA[<p>I installed eBox on a Shuttle XPC. Now I have a Linux firewall at home. And it has some other stuff like file sharing and OpenVPN.</p>
<p>It was very easy and works quite well.</p>
<p>You can find more about eBox here:<br />
<a href="http://ebox-platform.com/">http://ebox-platform.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://starquake.nl/2009/09/installed-ebox.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
