<?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>Mostly Harmless &#187; Linux</title>
	<atom:link href="http://blog.rowancrane.com/tag/linux/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.rowancrane.com</link>
	<description>Rowan Crane's Blog</description>
	<lastBuildDate>Sun, 01 Aug 2010 18:38:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing Git on CentOS</title>
		<link>http://blog.rowancrane.com/2010/08/01/installing-git-on-centos</link>
		<comments>http://blog.rowancrane.com/2010/08/01/installing-git-on-centos#comments</comments>
		<pubDate>Sun, 01 Aug 2010 18:37:22 +0000</pubDate>
		<dc:creator>Rowan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Quick Solutions]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Source Control]]></category>
		<category><![CDATA[Yum]]></category>

		<guid isPermaLink="false">http://blog.rowancrane.com/?p=242</guid>
		<description><![CDATA[<p>Git can be found in the EPEL (Fedora Project) complimentary packages repository. The command to install the package will be similar to the following</p>

user@computer:$ rpm -Uvh http://download.fedora.redhat.com/pub/epel/5/x86_64/epel-release-5-3.noarch.rpm

<p>Remember to sanity check this against your RHEL version&#8230;</p>
]]></description>
		<wfw:commentRss>http://blog.rowancrane.com/2010/08/01/installing-git-on-centos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Kubuntu: Rolling back a package</title>
		<link>http://blog.rowancrane.com/2010/02/16/kubuntu-rolling-back-a-package</link>
		<comments>http://blog.rowancrane.com/2010/02/16/kubuntu-rolling-back-a-package#comments</comments>
		<pubDate>Tue, 16 Feb 2010 22:44:03 +0000</pubDate>
		<dc:creator>Rowan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Quick Solutions]]></category>
		<category><![CDATA[Kubuntu]]></category>
		<category><![CDATA[Package Management]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://blog.rowancrane.com/?p=214</guid>
		<description><![CDATA[<p>Kubuntu is currently my desktop OS of choice for 40+ hours a week of paid eye strain. It&#8217;s a good OS, basically Ubuntu with KDE as the desktop environment, however over the three or four years I&#8217;ve been using it the quality of the package management GUI applications has been somewhat variable.  What we have [...]]]></description>
		<wfw:commentRss>http://blog.rowancrane.com/2010/02/16/kubuntu-rolling-back-a-package/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>yum update &#8211; TypeError: unsubscriptable object</title>
		<link>http://blog.rowancrane.com/2009/05/13/yum-update-typeerror-unsubscriptable-object</link>
		<comments>http://blog.rowancrane.com/2009/05/13/yum-update-typeerror-unsubscriptable-object#comments</comments>
		<pubDate>Wed, 13 May 2009 16:49:06 +0000</pubDate>
		<dc:creator>Rowan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Quick Solutions]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[Yum]]></category>

		<guid isPermaLink="false">http://blog.rowancrane.com/?p=158</guid>
		<description><![CDATA[<p>Odd error when running yum update on my slice. This appears to be a currently outstanding bug which can be worked around by issuing a</p>

user@computer:$ yum clean metadata

<p>or</p>

user@computer:$ yum clean all

<p>The former worked fine for me. Original error shown below.</p>

user@computer:$ yum updateSetting up Update ProcessResolving Dependencies--&#62; Running transaction checkTraceback (most recent call last):File "/usr/bin/yum", line [...]]]></description>
		<wfw:commentRss>http://blog.rowancrane.com/2009/05/13/yum-update-typeerror-unsubscriptable-object/feed</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
		<item>
		<title>Slicehost CentOS 5.2 to 5.3 Upgrade (or &#8220;fun with package management one&#8221;)</title>
		<link>http://blog.rowancrane.com/2009/04/13/slicehost-centos-upgrade</link>
		<comments>http://blog.rowancrane.com/2009/04/13/slicehost-centos-upgrade#comments</comments>
		<pubDate>Mon, 13 Apr 2009 13:16:03 +0000</pubDate>
		<dc:creator>Rowan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Quick Solutions]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[Upgrade]]></category>
		<category><![CDATA[Yum]]></category>

		<guid isPermaLink="false">http://blog.rowancrane.com/?p=146</guid>
		<description><![CDATA[<p>One of the things about having your own little server, not really used for anything absolutely critical to anyone is that you can install updates as soon as you like. Non critical updates are one of those things that you have to do sooner or later and for non critical systems it can often be [...]]]></description>
		<wfw:commentRss>http://blog.rowancrane.com/2009/04/13/slicehost-centos-upgrade/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
