<?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>greenideas &#187; linux</title>
	<atom:link href="http://mwhenry.com/blog/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://mwhenry.com/blog</link>
	<description>A blog by Matt Henry</description>
	<lastBuildDate>Fri, 02 Jul 2010 23:26:44 +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>Install Mongrel &amp; Hpricot Under Ubuntu</title>
		<link>http://mwhenry.com/blog/2008/03/install-mongrel-hpricot-under-ubuntu/</link>
		<comments>http://mwhenry.com/blog/2008/03/install-mongrel-hpricot-under-ubuntu/#comments</comments>
		<pubDate>Mon, 24 Mar 2008 12:09:23 +0000</pubDate>
		<dc:creator>Matt Henry</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://mwhenry.com/?p=11</guid>
		<description><![CDATA[Whenever I do a fresh install of Ubuntu, and I’m setting up Ruby, Rails, I always run into the same problem with a handful of gems (such as Mongrel &#38; Hpricot). This is how things usually go down: matt@thinkpad:~$ sudo gem install hpricot Building native extensions.  This could take a while... ERROR:  Error installing hpricot: [...]]]></description>
			<content:encoded><![CDATA[<p>Whenever I do a fresh install of Ubuntu, and I’m setting up Ruby, Rails, I always run into the same problem with a handful of gems (such as Mongrel &amp; Hpricot). This is how things usually go down:</p>
<pre class="code">
matt@thinkpad:~$ sudo gem install hpricot
Building native extensions.  This could take a while...
ERROR:  Error installing hpricot:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.8 extconf.rb install hpricot
extconf.rb:1:in `require': no such file to load -- mkmf (LoadError)
from extconf.rb:1
Gem files will remain installed in
/usr/lib/ruby/gems/1.8/gems/hpricot-0.6 for inspection.
Results logged to
/usr/lib/ruby/gems/1.8/gems/hpricot-0.6/ext/hpricot_scan/gem_make.out</pre>
<p>Now what? The main problem here is that Hpricot and Mongrel both contain some C code that needs to be compiled. In order to fix this, you’ll need to install the Ruby &amp; C development libraries for Ubuntu. To do that, just fire up Terminal and enter:</p>
<pre class="code">sudo apt-get install ruby1.8-dev linux-libc-dev libc6-dev</pre>
<p>You should now be able to install Hpricot, Mongrel, or any other gem that requires you to build some C. It’s that easy!</p>
]]></content:encoded>
			<wfw:commentRss>http://mwhenry.com/blog/2008/03/install-mongrel-hpricot-under-ubuntu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>KDE4: meh</title>
		<link>http://mwhenry.com/blog/2008/01/kde4-meh/</link>
		<comments>http://mwhenry.com/blog/2008/01/kde4-meh/#comments</comments>
		<pubDate>Sat, 12 Jan 2008 17:06:25 +0000</pubDate>
		<dc:creator>Matt Henry</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[desktop environments]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[kde]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://mwhenry.com/?p=6</guid>
		<description><![CDATA[I gave KDE4 a brief spin over the last couple of days, and I’ve got to say that I pretty much hated it. I think Ubuntu Tutorials hit it right on the nose, so I won’t go into any real detail of what sucked so bad. Suffice it to say that the two main things [...]]]></description>
			<content:encoded><![CDATA[<p>I gave KDE4 a brief spin over the last couple of days, and I’ve got to say that I pretty much hated it. I think Ubuntu Tutorials <a href="http://ubuntu-tutorials.com/2008/01/11/initial-impressions-of-kde-40/">hit it right on the nose</a>, so I won’t go into any real detail of what sucked so bad. Suffice it to say that the two main things (for me) that made it so awful were the following:</p>
<ol>
<li>They basically took everything useful out of the K menu, so it’s not clear at all how to even <em>do</em> anything. If it’s so confusing for someone who’s previously used KDE at some length, I shudder to think how a novice user would fare.</li>
<li>It looks so much like Aero. So much.</li>
</ol>
<p>So, whatever. I kind of hated it. However, I’m a semi-devout GNOME/Aqua user, and I’ve got my desktop tweaked so I can wring every last drop of screaming productivity out of it. Maybe try the new KDE for yourself. YMMV.</p>
<p>If you do want to get it going on your system, and you’re running Ubuntu (or prolly any Debian-based distro), you can use <a href="http://ubuntu-tutorials.com/2008/01/11/how-to-install-kde-40-in-kubuntu-710/">this tutorial</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mwhenry.com/blog/2008/01/kde4-meh/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

