<?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>Michael Doornbos &#187; Linux</title>
	<atom:link href="http://michaeldoornbos.com/category/hacking/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaeldoornbos.com</link>
	<description>Just your average evil genius</description>
	<lastBuildDate>Sat, 26 Jun 2010 01:39:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Installing Google Go on Ubuntu 9.10 x86</title>
		<link>http://michaeldoornbos.com/2009/11/10/installing-google-go-on-ubuntu-9-10-x86/</link>
		<comments>http://michaeldoornbos.com/2009/11/10/installing-google-go-on-ubuntu-9-10-x86/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 01:38:15 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.michaeldoornbos.com/?p=541</guid>
		<description><![CDATA[This is for x86 processors.  You need to change the 386 to amd64 if that's your chip architecture. First create a bin directory in your home directory if you don't have one already: mkdir $HOME/bin Then edit your .bashrc file and add: export GOROOT=$HOME/go export GOOS=linux export GOARCH=386 export PATH=$PATH:$HOME/bin Then reread your bashrc file: [...]]]></description>
			<content:encoded><![CDATA[<p>This is for x86 processors.  You need to change the 386 to amd64 if that's your chip architecture.</p>
<p>First create a bin directory in your home directory if you don't have one already:</p>
<pre>mkdir $HOME/bin</pre>
<p>Then edit your .bashrc file and add:</p>
<pre>export GOROOT=$HOME/go
export GOOS=linux
export GOARCH=386
export PATH=$PATH:$HOME/bin</pre>
<p>Then reread your bashrc file:</p>
<pre>source .bashrc
</pre>
<p>You'll need some packages installed to build it:</p>
<pre>sudo apt-get install bison gcc libc6-dev mercurial
</pre>
<p>Now check out the code and build it:</p>
<pre>hg clone -r release https://go.googlecode.com/hg/ $GOROOT
</pre>
<pre>
<pre>
<pre>cd $GOROOT/src
<pre>./all.bash
</pre>
</pre>
</pre>
</pre>
<p>That's it.</p>
<pre>
<pre>
<pre>
</pre>
</pre>
</pre>
<pre>
<pre>
</pre>
</pre>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://michaeldoornbos.com/2009/11/10/installing-google-go-on-ubuntu-9-10-x86/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linus on the origin of Linux</title>
		<link>http://michaeldoornbos.com/2008/05/22/linus-on-the-origin-of-linux/</link>
		<comments>http://michaeldoornbos.com/2008/05/22/linus-on-the-origin-of-linux/#comments</comments>
		<pubDate>Thu, 22 May 2008 13:07:19 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.michaeldoornbos.com/?p=202</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/WVTWCPoUt8w&#038;hl=en"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/WVTWCPoUt8w&#038;hl=en" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://michaeldoornbos.com/2008/05/22/linus-on-the-origin-of-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading to Ubuntu 8.04</title>
		<link>http://michaeldoornbos.com/2008/03/29/upgrading-to-ubuntu-804/</link>
		<comments>http://michaeldoornbos.com/2008/03/29/upgrading-to-ubuntu-804/#comments</comments>
		<pubDate>Sat, 29 Mar 2008 18:42:56 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.michaeldoornbos.com/2008/03/29/upgrading-to-ubuntu-804/</guid>
		<description><![CDATA[One of my laptops that gets heavy use is a very old IMB T41.  It's currently getting upgraded to the first BETA release of Ubuntu 8.04. I'll follow up with some thoughts on how it works after it's finished.]]></description>
			<content:encoded><![CDATA[<p>One of my laptops that gets heavy use is a very old IMB T41.  It's currently getting upgraded to the first BETA release of Ubuntu 8.04.</p>
<p>I'll follow up with some thoughts on how it works after it's finished.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaeldoornbos.com/2008/03/29/upgrading-to-ubuntu-804/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Much to think about in Rethinking the Linux distribution</title>
		<link>http://michaeldoornbos.com/2007/05/10/much-to-think-about-in-rethinking-the-linux-distribution/</link>
		<comments>http://michaeldoornbos.com/2007/05/10/much-to-think-about-in-rethinking-the-linux-distribution/#comments</comments>
		<pubDate>Thu, 10 May 2007 20:35:00 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://newblog.michaeldoornbos.com/2007/05/10/much-to-think-about-in-rethinking-the-linux-distribution/</guid>
		<description><![CDATA[Read. Mull, then act: Rethinking the Linux Distribution]]></description>
			<content:encoded><![CDATA[<p>Read. Mull, then act:</p>
<p><a href="http://www.onlamp.com/pub/a/onlamp/2007/05/10/rethinking-the-linux-distribution.html">Rethinking the Linux Distribution</a></p>
]]></content:encoded>
			<wfw:commentRss>http://michaeldoornbos.com/2007/05/10/much-to-think-about-in-rethinking-the-linux-distribution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joining the Wamily team</title>
		<link>http://michaeldoornbos.com/2007/03/20/joining-the-wamily-team/</link>
		<comments>http://michaeldoornbos.com/2007/03/20/joining-the-wamily-team/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 15:44:25 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://newblog.michaeldoornbos.com/2007/03/20/joining-the-wamily-team/</guid>
		<description><![CDATA[A few weeks ago I joined Wamily as Rails Developer, Linux/scaling expert and apparently the oldest member of the team. Sheesh, the oldest at 31. Anyway, we’re working making Wamily THE place your groups meetup to discuss, share and keep track of what’s going on. Stay tuned…]]></description>
			<content:encoded><![CDATA[<p><img src="http://static.wamily.com/wamily-logo-topaz-l.png" alt="wamily_logo"><br />
A few weeks ago I joined <a href="http://www.wamily.com">Wamily</a> as Rails Developer, Linux/scaling expert and <a href="http://blog.wamily.com/articles/2007/03/20/plus-one">apparently the oldest member of the team</a>. Sheesh, the oldest at 31.</p>
<p>Anyway, we’re working making Wamily <span class="caps">THE</span> place your groups meetup to discuss, share and keep track of what’s going on.</p>
<p>Stay tuned…</p>
]]></content:encoded>
			<wfw:commentRss>http://michaeldoornbos.com/2007/03/20/joining-the-wamily-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
