<?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>Fusselwurm &#187; Linux</title>
	<atom:link href="http://www.fusselwurm.de/wp/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fusselwurm.de/wp</link>
	<description>geek licence revoked</description>
	<lastBuildDate>Tue, 13 Apr 2010 10:09:49 +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>switch to Arch Linux</title>
		<link>http://www.fusselwurm.de/wp/2010/03/23/switch-to-arch-linux/</link>
		<comments>http://www.fusselwurm.de/wp/2010/03/23/switch-to-arch-linux/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 07:54:35 +0000</pubDate>
		<dc:creator>Fusselwurm</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[kde]]></category>

		<guid isPermaLink="false">http://www.fusselwurm.de/wp/?p=345</guid>
		<description><![CDATA[I installed Arch Linux some days ago. &#8211; I&#8217;ve been getting used to (K)Ubuntu&#8217;s everything-just-works magic recently, but having to do some things on my own is more refreshing than it is annoying. Here&#8217;s my personal list of things I had to do manually, not counting application package installs like firefox/chromium, amarok et al (to [...]]]></description>
			<content:encoded><![CDATA[<p>I installed Arch Linux some days ago. &#8211; I&#8217;ve been getting used to (K)Ubuntu&#8217;s everything-just-works magic recently, but having to do some things on my own is more refreshing than it is annoying.</p>
<p>Here&#8217;s my personal list of things I had to do manually, not counting application package installs like firefox/chromium, amarok et al (to be extended):</p>
<ul>
<li>create a new user and make home dir</li>
<li>install KDE and Xorg (the latter <em>not</em> being pulled automatically when installing KDE!)
<pre class="brush: bash;">
pacman -yS kde xorg
</pre>
<p>then, set the default runlevel to &#8220;boot to X&#8221; and set the X window manager to kdm in /etc/inittab
</li>
<li>make the scroll area of my touchpad work:
<pre class="brush: bash;">
pacman -S xf86-input-synaptics
cp /usr/share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi /etc/hal/fdi/policy/
</pre>
<p>and after that, editing /etc/hal/fdi/policy/11-x11-synaptics.fdi
</li>
<li>set the bash option to make &#8220;ls&#8221; display different things in different colors:
<pre class="brush: bash;">
echo &quot;alias ls='ls --color=auto' &quot; &gt;&gt; ~/.bashrc
</pre>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.fusselwurm.de/wp/2010/03/23/switch-to-arch-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>compiling Critterding</title>
		<link>http://www.fusselwurm.de/wp/2010/01/12/compiling-critterding/</link>
		<comments>http://www.fusselwurm.de/wp/2010/01/12/compiling-critterding/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 10:29:03 +0000</pubDate>
		<dc:creator>Fusselwurm</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[critterding]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[src]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.fusselwurm.de/wp/?p=316</guid>
		<description><![CDATA[wanted to install critterding, but there doesnt seem to be an ubuntu package. had to install some packages: sudo apt-get install autoconf libtool g++ libfreetype6-dev libsdl-dev downloaded sources, went to source directory: touch aclocal.m4 # necessary? autoreconf -fi ./configure make now execute: src/critterding yay!]]></description>
			<content:encoded><![CDATA[<p>wanted to install <a href="http://critterding.sourceforge.net/">critterding</a>, but there doesnt seem to be an ubuntu package.</p>
<p>had to install some packages:</p>
<p><code>sudo apt-get install autoconf libtool g++ libfreetype6-dev libsdl-dev</code></p>
<p>downloaded sources, went to source directory:</p>
<p><code><br />
touch aclocal.m4 # necessary?<br />
autoreconf -fi<br />
./configure<br />
make<br />
</code></p>
<p>now execute:</p>
<p><code>src/critterding</code></p>
<p>yay!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.fusselwurm.de/wp/2010/01/12/compiling-critterding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
