<?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; Quick Solutions</title>
	<atom:link href="http://blog.rowancrane.com/category/quick-solutions/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.rowancrane.com</link>
	<description>Rowan Crane's Blog</description>
	<lastBuildDate>Mon, 05 Dec 2011 23:14:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Android / Eclipse Error generating final archive: Debug Certificate expired</title>
		<link>http://blog.rowancrane.com/2010/12/27/android-eclipse-error-generating-final-archive-debug-certificate-expired</link>
		<comments>http://blog.rowancrane.com/2010/12/27/android-eclipse-error-generating-final-archive-debug-certificate-expired#comments</comments>
		<pubDate>Mon, 27 Dec 2010 23:02:22 +0000</pubDate>
		<dc:creator>Rowan</dc:creator>
				<category><![CDATA[Quick Solutions]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.rowancrane.com/?p=248</guid>
		<description><![CDATA[<p>It appears the android SDK / debugger generates a certificate in .android/debug-keystore only valid for a year. You may come to generate a new project in Eclipse, go to run the debug / android emulator and find it won&#8217;t run. </p> <p>To fix this, delete the keystore file from your home directory, then run Project [...]]]></description>
		<wfw:commentRss>http://blog.rowancrane.com/2010/12/27/android-eclipse-error-generating-final-archive-debug-certificate-expired/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Eclipse: new Android project. Can&#8217;t select Build Type / Target</title>
		<link>http://blog.rowancrane.com/2009/12/27/eclipse-new-android-project-cant-select-build-type-target</link>
		<comments>http://blog.rowancrane.com/2009/12/27/eclipse-new-android-project-cant-select-build-type-target#comments</comments>
		<pubDate>Sun, 27 Dec 2009 18:13:58 +0000</pubDate>
		<dc:creator>Rowan</dc:creator>
				<category><![CDATA[Quick Solutions]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[Annoying]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Rant]]></category>

		<guid isPermaLink="false">http://blog.rowancrane.com/?p=201</guid>
		<description><![CDATA[<p>This caused a good 30 mins head scratching. When creating a new Android project in Eclipse it is not possible to progress past the initial screen as it complains &#8220;an SDK target must be specified&#8221;. In the window you will see &#8220;Build Target&#8221; but no box listing your installed Android Versions. The area of the [...]]]></description>
		<wfw:commentRss>http://blog.rowancrane.com/2009/12/27/eclipse-new-android-project-cant-select-build-type-target/feed</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Slicehost CentOS 5.3 to 5.4 Upgrade (or not much to see here)</title>
		<link>http://blog.rowancrane.com/2009/11/06/slicehost-centos-5-3-to-5-4-upgrade-or-not-much-to-see-here</link>
		<comments>http://blog.rowancrane.com/2009/11/06/slicehost-centos-5-3-to-5-4-upgrade-or-not-much-to-see-here#comments</comments>
		<pubDate>Fri, 06 Nov 2009 22:43:06 +0000</pubDate>
		<dc:creator>Rowan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Quick Solutions]]></category>

		<guid isPermaLink="false">http://blog.rowancrane.com/?p=185</guid>
		<description><![CDATA[<p>It was with a little trepidation that I kicked this one off. However, absolutely no problems what so ever. Nice </p> ]]></description>
		<wfw:commentRss>http://blog.rowancrane.com/2009/11/06/slicehost-centos-5-3-to-5-4-upgrade-or-not-much-to-see-here/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Terminal Syntax highligher plugin</title>
		<link>http://blog.rowancrane.com/2009/05/13/terminal-syntax-highligher-plugin</link>
		<comments>http://blog.rowancrane.com/2009/05/13/terminal-syntax-highligher-plugin#comments</comments>
		<pubDate>Wed, 13 May 2009 16:50:38 +0000</pubDate>
		<dc:creator>Rowan</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Quick Solutions]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[syntax highlighter]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://blog.rowancrane.com/?p=166</guid>
		<description><![CDATA[<p>I&#8217;ve been looking for something like this for a while now to make my quick solutions posts more readable. Only tested it on one post so far but seems to work on latest WP and Thematic. The little plugin allows you to display Linux terminal input / output in a &#8220;pretty&#8221; fashion in your posts, [...]]]></description>
		<wfw:commentRss>http://blog.rowancrane.com/2009/05/13/terminal-syntax-highligher-plugin/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 [...]]]></description>
		<wfw:commentRss>http://blog.rowancrane.com/2009/05/13/yum-update-typeerror-unsubscriptable-object/feed</wfw:commentRss>
		<slash:comments>55</slash:comments>
		</item>
		<item>
		<title>Windows Vista fails to copy large files to network share</title>
		<link>http://blog.rowancrane.com/2009/05/04/windows-vista-fails-to-copy-large-files-to-network-share</link>
		<comments>http://blog.rowancrane.com/2009/05/04/windows-vista-fails-to-copy-large-files-to-network-share#comments</comments>
		<pubDate>Mon, 04 May 2009 13:03:04 +0000</pubDate>
		<dc:creator>Rowan</dc:creator>
				<category><![CDATA[Quick Solutions]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://blog.rowancrane.com/?p=156</guid>
		<description><![CDATA[<p>Encountered a rather odd error, two HP Vista laptops failing to copy large files to network shares, these would error out complaining about being able to access the source file on the local disk, which was a rather confusing way of reporting the error as there was no problem with the local disk. On network [...]]]></description>
		<wfw:commentRss>http://blog.rowancrane.com/2009/05/04/windows-vista-fails-to-copy-large-files-to-network-share/feed</wfw:commentRss>
		<slash:comments>0</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>
		<item>
		<title>Configuring a Paypal Checkout on Gallery 2</title>
		<link>http://blog.rowancrane.com/2008/12/29/configuring-a-paypal-checkout-on-gallery-2</link>
		<comments>http://blog.rowancrane.com/2008/12/29/configuring-a-paypal-checkout-on-gallery-2#comments</comments>
		<pubDate>Mon, 29 Dec 2008 19:49:53 +0000</pubDate>
		<dc:creator>Rowan</dc:creator>
				<category><![CDATA[Quick Solutions]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Web Apps]]></category>
		<category><![CDATA[Ecommerce]]></category>

		<guid isPermaLink="false">http://blog.rowancrane.com/?p=93</guid>
		<description><![CDATA[<p>These days, gallery is a massive image oriented CMS (so much so that the developers are refocusing on their core objectives for Version 3), with a ton of modules / plugins and themes. It should be no surprise therefore that it&#8217;s easy to add a cart / checkout to it.</p> <p></p> <p>First, ensure you are [...]]]></description>
		<wfw:commentRss>http://blog.rowancrane.com/2008/12/29/configuring-a-paypal-checkout-on-gallery-2/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

