<?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>Bertie Baggio&#039;s Wonderland &#187; ubuntu</title>
	<atom:link href="http://blog.roberthallam.org/category/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.roberthallam.org</link>
	<description>armchair rebel and cheerful raconteur</description>
	<lastBuildDate>Fri, 10 Sep 2010 00:08:51 +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>Connect to a WPA/WPA2 Secured Network In Linux</title>
		<link>http://blog.roberthallam.org/2010/05/connect-to-a-wpawpa2-secured-network-in-linux/</link>
		<comments>http://blog.roberthallam.org/2010/05/connect-to-a-wpawpa2-secured-network-in-linux/#comments</comments>
		<pubDate>Wed, 19 May 2010 02:02:31 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[upgrades]]></category>
		<category><![CDATA[wpa]]></category>
		<category><![CDATA[wpa2]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/?p=300</guid>
		<description><![CDATA[This turned out to be dead easy, although it took a bit of futzing around due to my own slowness. The situation arose during an a failed upgrade of my dad&#8217;s machine to Ubuntu 10.04 (aka Lucid Lynx). I&#8217;m sensing a pattern here; I don&#8217;t think there has been an upgrade that has gone smoothly [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2010/05/connect-to-a-wpawpa2-secured-network-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 Karmic Upgrade Problem Fixed (mountall/init)</title>
		<link>http://blog.roberthallam.org/2010/03/ubuntu-9-10-karmic-upgrade-problem-fixed-mountallinit/</link>
		<comments>http://blog.roberthallam.org/2010/03/ubuntu-9-10-karmic-upgrade-problem-fixed-mountallinit/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 00:29:55 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[fix]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/?p=287</guid>
		<description><![CDATA[(Jump to the bonus section on sorting a removed Gnome panel) I finally got round to doing the Jaunty-&#62;Karmic upgrade on a troublesome machine. Well, re-doing. I made an abortive attempt to install it on this particular exhibit of electronic arthritis back before I left for Barcelona, which ended in me reinstalling 9.04. Anyway, for [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2010/03/ubuntu-9-10-karmic-upgrade-problem-fixed-mountallinit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Count Arguments In A Bash Script</title>
		<link>http://blog.roberthallam.org/2009/10/count-arguments-in-a-bash-script/</link>
		<comments>http://blog.roberthallam.org/2009/10/count-arguments-in-a-bash-script/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 15:34:23 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[useful]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/?p=235</guid>
		<description><![CDATA[Another useful tip I&#8217;m sure most people will be familiar with, but in bash scripts $# stores the number of arguments passed to the script. Eg, combine with $@ (all arguments) for batch processing (what I used it for): foreach $arg in $@; do [stuff] [compare with $# to tell remaining items] done Very basic [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2009/10/count-arguments-in-a-bash-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Batch Rename or Move An Extension In Linux (Eg .JPG to .jpg)</title>
		<link>http://blog.roberthallam.org/2009/09/batch-rename-or-move-an-extension-in-linux/</link>
		<comments>http://blog.roberthallam.org/2009/09/batch-rename-or-move-an-extension-in-linux/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 15:29:51 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/?p=233</guid>
		<description><![CDATA[A short and easy trick, but one that is either not referred to or more complex examples given. I wanted to change a bunch of upper case .JPG images to lower case. Rather than writing a bash script or some such, I just used the &#8216;rename&#8217; command: rename 's/\.JPG$/\.jpg/' *.JPG It may depend on perl [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2009/09/batch-rename-or-move-an-extension-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to Ubuntu</title>
		<link>http://blog.roberthallam.org/2008/02/back-to-ubuntu/</link>
		<comments>http://blog.roberthallam.org/2008/02/back-to-ubuntu/#comments</comments>
		<pubDate>Thu, 07 Feb 2008 20:27:54 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[edgy eft]]></category>
		<category><![CDATA[test]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/2008/02/back-to-ubuntu/</guid>
		<description><![CDATA[So I&#8217;m suppose to be revising for the Big Test™ that I&#8217;ve got tomorrow, but instead I decided to reboot in Ubuntu. And by gosh, I&#8217;d forgotten how nice it looks. And this is still the 7.04 version! Sounds are nice too &#8211; it&#8217;s probably just subjective perception, but playing music sounds nicer too, although [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2008/02/back-to-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>You&#8217;re Looking Very Dapper</title>
		<link>http://blog.roberthallam.org/2006/08/you-look-dapper/</link>
		<comments>http://blog.roberthallam.org/2006/08/you-look-dapper/#comments</comments>
		<pubDate>Sat, 05 Aug 2006 18:26:26 +0000</pubDate>
		<dc:creator>Robert</dc:creator>
				<category><![CDATA[all posts]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.roberthallam.org/2006/08/you-look-dapper/</guid>
		<description><![CDATA[A few days ago, I was planning on posting that I had migrated my laptop to Ubuntu 6.06 [Dapper Drake], away from Debian Etch (testing/unstable) which had been the primary OS. A copy of XP still resides on there for certain things, but it rarely gets used. I had been very happy with Debian&#8217;s performance [...]]]></description>
		<wfw:commentRss>http://blog.roberthallam.org/2006/08/you-look-dapper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
