<?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>David.R.Gilson &#187; ubuntu</title>
	<atom:link href="http://www.davidgilson.co.uk/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidgilson.co.uk</link>
	<description>Talking about technology, and more</description>
	<lastBuildDate>Fri, 12 Mar 2010 10:32:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How I automated my email backup</title>
		<link>http://www.davidgilson.co.uk/2009/11/how-i-automated-my-email-backup/</link>
		<comments>http://www.davidgilson.co.uk/2009/11/how-i-automated-my-email-backup/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 10:20:34 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[How-To Guides]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[cronjob]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[imapsize]]></category>
		<category><![CDATA[mbox]]></category>
		<category><![CDATA[offlineimap]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[synchronise]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=2156</guid>
		<description><![CDATA[I was looking for a way to automate the backup of my IMAP email. With a Python script called OfflineIMAP, I found what I was looking for.]]></description>
			<content:encoded><![CDATA[<div id="attachment_2496" class="wp-caption alignright" style="width: 310px"><a href="http://www.davidgilson.co.uk/wp-content/uploads/2009/09/Screenshot-offlineimap.png"><img class="size-medium wp-image-2496" title="Screenshot-offlineimap" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/09/Screenshot-offlineimap-300x151.png" alt="OfflineIMAP in action" width="300" height="151" /></a><p class="wp-caption-text">OfflineIMAP in action</p></div>
<p>Some time ago I <a href="http://www.davidgilson.co.uk/2009/06/why-is-backing-up-my-e-mail-so-difficult/" target="_blank">bemoaned</a> the lack of a way to have my computer run an automated back up of my IMAP email. To summarise, I had a couple of point and click methods to back up my email. Although, these were both manual methods, which means I needed to remember. No matter how good my intentions, sometimes I&#8217;ll forget, so I wanted something I could automate. This naturally lead to me wanting something that would run on the command line, which I could hence run from a script.</p>
<p>I&#8217;m glad to say I finally discovered a Python program called <a title="OfflineIMAP Wiki" href="http://software.complete.org/software/wiki/offlineimap/" target="_blank">OfflineIMAP</a> that would do just this. It won&#8217;t run on Windows, but it will run on any POSIX type operating system, i.e. Linux, FreeBSD, and Max OS. My only complaint with the thing is that if you run it manually in a terminal, you can no longer type anything into that terminal &#8211; you have to shut down and re-open the terminal window. Also, if you want to run this without having to input your log-in details (i.e. unattended executions) then you have to have them stored in a clear-text configuration file.</p>
<p>Other than these niggles, it is perfect for my needs. I can run it from my <a title="Wikiepedia page" href="http://en.wikipedia.org/wiki/Cronjob" target="_blank">cron</a> scheduler, and it synchronises with my IMAP server. This is actually better than I wanted, as synchronisation means I can use this to upload any messages I&#8217;ve archived away from the server, but want to restore.</p>
<p>If you&#8217;re interested in trying this, I&#8217;ll just mention that I don&#8217;t directly call it from a <a title="Wikiepedia page" href="http://en.wikipedia.org/wiki/Cronjob" target="_blank">cronojb</a>, but I call it from a script, because of the above mentioned terminal bug. (<em>And no, running it like this from the cron scheduler didn&#8217;t work, it had to be ran from a script</em>).</p>
<blockquote><p><code>sleep 2<br />
/usr/local/bin/offlineimap&amp;<br />
echo ""</code></p></blockquote>
<p>References:</p>
<ul>
<li><a rel="nofollow" href="http://software.complete.org/software/wiki/offlineimap/" target="_blank">OfflineIMAP &#8211; WikiStart &#8211; Software.Complete.Org</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2009/11/how-i-automated-my-email-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 Karmic Koala Preview</title>
		<link>http://www.davidgilson.co.uk/2009/10/ubuntu-9-10-karmic-koala-preview/</link>
		<comments>http://www.davidgilson.co.uk/2009/10/ubuntu-9-10-karmic-koala-preview/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 09:10:29 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[cannonical]]></category>
		<category><![CDATA[cd]]></category>
		<category><![CDATA[distribution]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[koala]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[live]]></category>
		<category><![CDATA[livecd]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[operating]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=2663</guid>
		<description><![CDATA[A preview of all the new software in Ubuntu 9.10, "Karmic Koala".]]></description>
			<content:encoded><![CDATA[<div style="float: right; padding-left: 15px; padding-bottom: 5px;"><script src="http://www.ubuntu.com/files/countdown/display.js" type="text/javascript"></script></div>
<p>As the winter draws in, it&#8217;s time for wrap up warm with some open source goodness, as the October 29<sup>th</sup> release date of <a href="http://www.ubuntu.com/" target="_blank">Ubuntu</a>&#8217;s latest version, <a href="https://wiki.ubuntu.com/KarmicKoala" target="_blank">Karmic Koala</a>, draws near. So, let&#8217;s take a look at what&#8217;s new!</p>
<p>Running the installer from the <a href="https://help.ubuntu.com/community/LiveCD" target="_blank">Live CD</a> is the same user-friendly set up that Ubuntu always has. Although in addition to drive encryption that came in with the last version, there is now an added option to format your hard drive with the new <a title="Wikipedia page" href="http://en.wikipedia.org/wiki/Ext4" target="_blank">Ext4</a> file system, a new version of Linux&#8217;s native file format.</p>
<p>Once the installer gets running, you get to watch a presentation of screens telling you all the key features of the operating system. This something Windows has had for years, and is a great idea to educate new users on just what they can do with Ubuntu.</p>
<p style="text-align: center;">
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://www.flickr.com/photos/30234244@N02/4024762046/in/set-72157622614915364/" target="_blank"><img title="Ubuntus new informative installer" src="http://farm3.static.flickr.com/2799/4024762046_89c5bd10dd_d.jpg" alt="Ubuntus new informative installer" width="500" height="375" /></a><p class="wp-caption-text">Ubuntu&#39;s new informative installer</p></div>
<p>Once you&#8217;re into the Ubuntu desktop, everything will be familiar if you&#8217;ve used previous versions. Although, you can see straight away a fresh set of icons have been used, and the default wallpaper is much brighter than previous versions.</p>
<p>Browsing the applications and system menus gives you a view of the key new features to <em>Karmic</em>.</p>
<p>The default IM application has been switched from the long-standing Pidgin, to a new but very similar application called <a href="http://opencomputer.net/2008/08/18/a-tour-of-empathy-im-client/" target="_blank">Empathy</a>. I expect few users will really notice the difference here.</p>
<p style="text-align: center;">
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://www.flickr.com/photos/30234244@N02/4024760178/in/set-72157622614915364/" target="_blank"><img title="Ubuntus new IM client, Empathy" src="http://farm4.static.flickr.com/3511/4024760178_c5773400b6_d.jpg" alt="Ubuntus new IM client, Empathy" width="500" height="375" /></a><p class="wp-caption-text">Ubuntu&#39;s new IM client, Empathy</p></div>
<p>In the applications menu, you will find the “<a title="Wikipedia page" href="http://en.wikipedia.org/wiki/Ubuntu_Software_Center" target="_blank">Ubuntu Software Center</a>”. Desktop Linux distributions have long had software to deliver applications to you. Ubuntu&#8217;s has been the “<a title="Wikipedia page" href="http://en.wikipedia.org/wiki/Synaptic_(software)" target="_blank">Synaptic Package Manager</a>”. Although Software Centre gives you a far more user friendly interface. The distinction of having a single section named “Free software” hints at <a href="http://www.canonical.com/" target="_blank">Cannonical&#8217;s</a> long term goals of being able to deliver commercial software to the Ubuntu desktop. This is a boon for developers. Until now, Linux&#8217;s repository method of delivering software has been a mixed blessing for them. The aspiration of new developers is to get their work into as many repositories as possible. However, commercial developers have shied away from this because Linux repositories have offered little opportunity for generating an income.</p>
<p style="text-align: center;">
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://www.flickr.com/photos/30234244@N02/4024758760/in/set-72157622614915364/" target="_blank"><img title="The Ubuntu Software Center" src="http://farm3.static.flickr.com/2572/4024758760_afa3a352c4_d.jpg" alt="The Ubuntu Software Center" width="500" height="375" /></a><p class="wp-caption-text">The Ubuntu Software Center</p></div>
<p>Confusingly, there is another existing application called “Add/Remove  Applications” alongside the Synaptic Package Manager in the System/Administration menu. This appears to offer the same software set as Synatpic does, although again with a better user interface, including popularity ratings.</p>
<p style="text-align: center;">
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://www.flickr.com/photos/30234244@N02/4024760448/in/set-72157622614915364/" target="_blank"><img title="Ubuntus Add/Remove Applications window" src="http://farm3.static.flickr.com/2662/4024760448_81498cc6f8_d.jpg" alt="Ubuntus Add/Remove Applications window" width="500" height="375" /></a><p class="wp-caption-text">Ubuntu&#39;s Add/Remove Applications window</p></div>
<p>Finally, we have the addition of “<a href="https://one.ubuntu.com/" target="_blank">Ubuntu One</a>”, Cannonical&#8217;s other embryonic software as a service. Ubuntu One is a <a href="http://www.getdropbox.com/" target="_blank">Dropbox</a> like service (utilising <a href="http://en.wikipedia.org/wiki/Amazon_S3" target="_blank">Amazon S3</a>), available to all Ubuntu users. For free, everyone gets 2GB of storage, but this can be expanded to 50GB for $10 (US) a month, although I couldn&#8217;t find where you are meant to authenticate your account. You can also access your files via the web and share specific files and folders with specific individuals. The eventual aim is that you will be able to synchronise all of your application settings across multiple Ubuntu computers. This is a promising service, but from my own research I have yet to find any information about privacy and encryption, which are essential to me for any on-line storage service. On the other hand, the Cannonical deserve kudos for finding innovative ways to generate more income from their desktop operating system.</p>
<p style="text-align: center;">
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://www.flickr.com/photos/30234244@N02/4024759512/in/set-72157622614915364/" target="_blank"><img title="Ubuntus Ubuntu One cloud storage running." src="http://farm4.static.flickr.com/3498/4024759512_d21522e867_d.jpg" alt="Ubuntus Ubuntu One cloud storage running." width="500" height="375" /></a><p class="wp-caption-text">Ubuntu&#39;s &quot;Ubuntu One&quot; cloud storage running.</p></div>
<p>You can find more screen shots at my Ubuntu 9.10 <a href="http://www.flickr.com/photos/30234244@N02/sets/72157622614915364/" target="_blank">Flickr gallery</a>.</p>
<p>If all of this has caught your interest, then go <strong><a href="http://www.ubuntu.com/getubuntu" target="_blank">Get Ubuntu</a></strong>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2009/10/ubuntu-9-10-karmic-koala-preview/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A guide to Linux and Series 60 phones</title>
		<link>http://www.davidgilson.co.uk/2009/10/a-guide-to-linux-and-series-60-phones/</link>
		<comments>http://www.davidgilson.co.uk/2009/10/a-guide-to-linux-and-series-60-phones/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 10:05:35 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Mobile News]]></category>
		<category><![CDATA[bluetooth]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[nokia]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[s60]]></category>
		<category><![CDATA[series 60]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[symbian]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=2642</guid>
		<description><![CDATA[Based on my own experienced of using an S60 phone with Ubuntu, I describe how to: back up files, transfer photos, synchronise music &#038; get online via your phone.]]></description>
			<content:encoded><![CDATA[<div id="attachment_2643" class="wp-caption alignright" style="width: 160px"><img class="size-full wp-image-2643" title="s60tux" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/10/s60tux.png" alt="S60 &amp; Linux" width="150" height="182" /><p class="wp-caption-text">S60 &amp; Linux</p></div>
<p>I have had another article published on <a href="http://www.AllAboutSymbian.com" target="_blank">AllAboutSymbian.com</a>. This time I wrote about how to maintain connectivity between your phone and computer after switching from Windows to Linux.</p>
<p>This is based on my own experience after switching exclusively to Ubuntu Linux, and having spent time working out how to still support my mobile phone.</p>
<p>Topics covered include: how to back up files, transfer photos, synchronise your music and connect to the internet via your phone.</p>
<p>If you&#8217;d like to read it, here&#8217;s the link:<a title="A survival guide to Linux and S60 [AllAboutSymbian.com]" href="http://www.allaboutsymbian.com/features/item/A_survival_guide_to_Linux_and_S60.php" target="_blank"></a></p>
<h6 style="text-align: center;"><a title="A survival guide to Linux and S60 [by me, AllAboutSymbian.com]" href="http://www.allaboutsymbian.com/news/item/10631_A_survival_guide_to_Linux_and_.php" target="_blank">- A survival guide to Linux and S60 -</a></h6>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2009/10/a-guide-to-linux-and-series-60-phones/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Ten reasons why Ubuntu is better than Windows.</title>
		<link>http://www.davidgilson.co.uk/2009/10/ten-reasons-why-ubuntu-beats-windows/</link>
		<comments>http://www.davidgilson.co.uk/2009/10/ten-reasons-why-ubuntu-beats-windows/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 09:15:52 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Editorial]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[boot]]></category>
		<category><![CDATA[desktop effects]]></category>
		<category><![CDATA[floss]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[reliability]]></category>
		<category><![CDATA[service pack]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=2480</guid>
		<description><![CDATA[A list of ten reasons why I find Ubuntu to be a much better experience than using Windows.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-2353" title="tux" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/09/tux.png" alt="tux" width="250" height="304" /></p>
<ol>
<li><strong>Reliability.</strong><br />
Of course Ubuntu can go wrong but only when I mess with it. Meanwhile, Windows seems to go wrong all on its own with no help from me!</li>
<li><strong>Settings are easier to find.</strong><br />
Everything you could need to alter is either available through the &#8220;System&#8221; menu, or right clicking a particular object. Windows requires you to drill through multiple layers of menus.</li>
<li><strong>Boot speed.</strong><br />
Compared to Windows, the boot time of Ubuntu is stunning. <a title="Demo video." href="http://www.youtube.com/watch?v=ymbB8RT6Aas&amp;annotation_id=annotation_516128&amp;feature=iv" target="_blank">See for yourself</a>.</li>
<li><strong>Disk space.</strong><br />
Ubuntu takes at most a quarter of the disk space that Vista and Windows 7 takes. That means you have more drive space to use for your own files.</li>
<li><strong>Operation speed.</strong><br />
Windows soon slows down, Ubuntu doesn&#8217;t seem to ever slow down. Everything works as quickly as it did yesterday.</li>
<li><strong>Applications are easier to install.</strong><br />
In Ubuntu, you have the &#8220;<a title="How-to video" href="http://www.youtube.com/watch?v=AYuXRLdPQvg" target="_blank">Synaptic Package Manager</a>&#8221; which gives you a point and click interface to choose applications to install &#8211; think of it like an App Store. Unlike Windows, where you have to hunt the internet for a .exe to download, then run it yourself. In Ubuntu, it&#8217;s an all in one operation.</li>
<li><strong><img class="alignright size-medium wp-image-2355" title="ubuntu" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/09/ubuntu-logo-290x300.png" alt="ubuntu" width="290" height="300" />Desktop effects.</strong><br />
Thanks to a system called <a title="Demo videos on Youtube" href="http://www.youtube.com/results?search_query=ubuntu+compiz&amp;search_type=&amp;aq=f" target="_blank">Compiz</a>, Ubuntu has more snazzy desktop effects than Windows or Mac OSX have ever had. You can set up the combination that is perfectly useful to you.</li>
<li><strong>Regular releases.</strong><br />
With Ubuntu, you have the equivalent of a service pack every six months. Between those releases, on average, you&#8217;ll get bug and security fixes every week.</li>
<li><strong>The command line.</strong><br />
This is a controversial one as I wouldn&#8217;t suggest novice users jump right into using the command line (<em>but I would encourage you to learn!</em>). Although, I like how I can achieve &#8211; with a single line of code &#8211; something that would take a few minutes of point and click work. Windows has a command line, but it&#8217;s just not as useful.</li>
<li><strong>No DRM, i.e. no Windows Genuine Advantage.</strong><br />
Because Ubuntu is free there&#8217;s no nasty DRM to get in your way when you&#8217;re installing the system, either on your own computer, or taking your Ubuntu CD to your friend&#8217;s computer.</li>
</ol>
<p style="text-align: center;"><strong><a title="Get Ubuntu!" href="http://www.ubuntu.com/GetUbuntu/download" target="_blank">Get Ubuntu!</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2009/10/ten-reasons-why-ubuntu-beats-windows/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Living with Linux &#8211; three months with Ubuntu 9.04</title>
		<link>http://www.davidgilson.co.uk/2009/09/living-with-linux/</link>
		<comments>http://www.davidgilson.co.uk/2009/09/living-with-linux/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 10:25:46 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[3d]]></category>
		<category><![CDATA[cedega]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[Games]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[gpl]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[novice]]></category>
		<category><![CDATA[operating system]]></category>
		<category><![CDATA[os]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wine]]></category>
		<category><![CDATA[xp]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=1904</guid>
		<description><![CDATA[I&#8217;ve been living in Linux for just over three months, so I thought it would be interesting to report on how I&#8217;m finding it.
The first thing I need to stress is that I really do think that the GNOME desktop environment is ideal for non-techie users. You can have &#8220;GNOME Launchers&#8221; which are just the [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_1920" class="wp-caption alignright" style="width: 174px"><a href="http://www.davidgilson.co.uk/wp-content/uploads/2009/08/Tux-G2.png"><img class="size-medium wp-image-1920" title="Tux-G2" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/08/Tux-G2-273x300.png" alt="Tux, the Linux mascot" width="164" height="180" /></a><p class="wp-caption-text">Tux, the Linux mascot</p></div>
<p>I&#8217;ve been living in Linux for just over three months, so I thought it would be interesting to report on how I&#8217;m finding it.</p>
<p>The first thing I need to stress is that I really do think that the <a href="http://www.gnome.org/" target="_blank">GNOME</a> desktop environment is ideal for non-techie users. You can have &#8220;GNOME Launchers&#8221; which are just the same as Windows &#8220;Quick Launch&#8221; icons. The Windows &#8220;Start&#8221; menu idea is extended more logically as you have three menus &#8220;Applications&#8221;, &#8220;Places&#8221; and &#8220;System&#8221; all self-explanatory and logical for a new user to find what they&#8217;re looking for. One little criticism here for catering to those migrating from Windows; to open these menus from the keyboard you have to hit Alt+F1, rather than simply hitting the Windows key (know as the &#8220;Super key&#8221; to Linux/Unix operating systems). I think having the Windows key launch these menus, by default, would be more useful to novice users who are used to the Windows desktop.</p>
<div id="attachment_1918" class="wp-caption alignleft" style="width: 190px"><a href="http://www.davidgilson.co.uk/wp-content/uploads/2009/08/Winkey.jpg"><img class="size-medium wp-image-1918" title="Winkey" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/08/Winkey-300x230.jpg" alt="The Super (Windows) key" width="180" height="138" /></a><p class="wp-caption-text">The Super (Windows) key</p></div>
<p>That covers novice computer users, but for slightly more advanced users, Linux of course has lots of freedom to configure your environment. So much so that the limit to which you can customise is only practically limited by your own skill and willingness to learn. Also, there are the 3D desktop effects. These can mimic those found in Windows and OSX, but there are lots more effects, more than I&#8217;ve had time or cause to explore. Some are simply for show and I have chosen to them switch off, most notably the rotating desktop cube and the wobbly Windows. Although the ones I do find genuinely useful are the &#8220;<a title="Youtube video" href="http://www.youtube.com/watch?v=PH3L_Ed2LRE" target="_blank">Shift Switcher</a>&#8221; (particularly for flipping through windows on all desktops), and the  <a title="Youtube video" href="http://www.youtube.com/watch?v=w2b4eyBp4oQ" target="_blank">enhanced desktop zoom</a>. Other subtle effects for minimizing and maximising windows just add another layer of class to your overall experience.</p>
<div id="attachment_1917" class="wp-caption alignright" style="width: 177px"><a href="http://en.wikipedia.org/wiki/Bash"><img class="size-medium wp-image-1917" title="Bash_demo" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/08/Bash_demo-279x300.png" alt="A BASH terminall" width="167" height="180" /></a><p class="wp-caption-text">A BASH terminal</p></div>
<p>Now, you can&#8217;t talk about Linux without mentioning the command line. I accept that this is not a tool for novice users, and that there is a command line interface to Windows too. Comparing the CLI&#8217;s of both platforms,  have to say, subjectively, that the Linux/Unix CLI just makes more sense to me then Window&#8217;s pseudo-DOS CLI. If I were trying to do tech support for a novice computer user of Linux, it would be a last resort for me to tell them to open the command line. Having said that, I think that if you are doing your own research into a technical problem, the ability to copy and paste some code from a <em>trusted</em> website into your terminal is much more efficient than following some Windows guide with a long set of &#8220;point and click here&#8221; type instructions. I am neither a computer science grade user, or a novice user, I&#8217;m probably somewhere on the advanced side of a medium level user. As such, I have really enjoyed having the command line and writing <a title="Wikipedia link" href="http://en.wikipedia.org/wiki/Bash_script" target="_blank">bash scripts</a> and <a title="Wikipedia link" href="http://en.wikipedia.org/wiki/Cron_job" target="_blank">cron jobs</a> to automate tasks for me. During these three months, it has really made me feel like I was using a computer again rather than just a glorified internet appliance, which is what computing of recent years seems to have turned into.</p>
<p>It is all these things that I do through scripts that I now find Linux indispensable. If I were to go back to using Windows full time, I&#8217;d probably need to run a Linux virtual machine all the time, because equivalents all of my bash scripts would be a lot more complicated to set up in Windows.</p>
<div id="attachment_1925" class="wp-caption alignleft" style="width: 122px"><a href="http://www.winehq.org/"><img class="size-medium wp-image-1925" title="wine-logo" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/08/wine-logo-186x300.png" alt="WINE IS NOT AN EMULATOR!" width="112" height="180" /></a><p class="wp-caption-text">WINE IS NOT AN EMULATOR!</p></div>
<p>Now for some negative points. I don&#8217;t game that much these days, but occaisionally enough to make it a consideration. I&#8217;m particularly partial to a game of <a href="http://www.teamfortress.com/" target="_blank">Team Fortress 2</a>. Now, this game even taxed my laptop in XP, but I did manage to make it run in <a href="http://www.winehq.org/" target="_blank">WINE</a>, but it wasn&#8217;t the best gaming experience I&#8217;ve ever had. A 800&#215;600 window which slowed to a halt whenever I got into any point-blank range action. Even <a href="http://www.transgaming.com/" target="_blank">Cedega</a> was a let down as it wouldn&#8217;t even let me install <a href="http://store.steampowered.com/" target="_blank">Steam</a>, which is a MASSIVE over sight for a program focused on enabling Windows games in Linux.</p>
<p>Having said that, there are some very nice open source games supplied with Ubuntu, <em>out of the box</em>, which are fun to play if you just want a 15 minute distraction.  My current favourite is a <a title="Wikipedia link" href="http://en.wikipedia.org/wiki/Lemmings_(video_game)" target="_blank">Lemmings</a> clone called <a title="Wikipedia link" href="http://en.wikipedia.org/wiki/Pingus_(video_game)" target="_blank">Pingus</a> (<em>yes I know, not exactly fun for all you FPS fans!</em>)</p>
<p>Also, compatibility with new hardware is something that worries me. I don&#8217;t know what the current situation is, but I know my laptop is only so well supported because it is old. I am currently looking at replacing my laptop in the next 18 months. Since I want to use Ubuntu as my main operating system, I&#8217;m going to have to do <em>more</em> homework than I otherwise would, just to make sure the hardware is supported without me having to do a load of command line hacking that would be beyond my current ability.</p>
<p>So there we have it, my experience so far of living with Linux. To sum it up, I&#8217;m happy, I don&#8217;t want to switch back to Windows. The only reason I&#8217;m keeping Windows around is to run software for my smartphone, for using <a title="Wikipedia link" href="http://en.wikipedia.org/wiki/Chkdsk" target="_blank">Chkdsk</a> on some of my removable drives, and in the future I&#8217;ll use it again for gaming.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2009/09/living-with-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is backing up my e-mail so difficult?</title>
		<link>http://www.davidgilson.co.uk/2009/06/why-is-backing-up-my-e-mail-so-difficult/</link>
		<comments>http://www.davidgilson.co.uk/2009/06/why-is-backing-up-my-e-mail-so-difficult/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 10:33:58 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[e-mail]]></category>
		<category><![CDATA[imap]]></category>
		<category><![CDATA[imapsize]]></category>
		<category><![CDATA[mbox]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wine]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=1597</guid>
		<description><![CDATA[I discussion about why keeping an automated backup of one's email is still more tricky than it should be.]]></description>
			<content:encoded><![CDATA[<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } --></p>
<p style="margin-bottom: 0cm;">Since I began using <a title="Ubuntu's website" href="http://www.ubuntu.com/" target="_blank">Ubuntu</a> I have been taking great joy in automating the download of back up copies of the data I have stored on-line, e.g. the database and files for this very website.  However, there is one back up job that has refused to be automated &#8211; backing up my e-mail. So this post isn&#8217;t going to be my usual <em>how to</em><span style="font-style: normal;"> type of post, it&#8217;s going to be outlining what I want to do, the problems that have stopped me getting there.</span></p>
<p style="margin-bottom: 0cm;"><span style="font-style: normal;">To start with, all of my e-mail is </span><em>up in the cloud</em><span style="font-style: normal;">, because I use <a title="Wikipedia link" href="http://en.wikipedia.org/wiki/Imap" target="_blank">IMAP</a>. I don&#8217;t want to change this, because with POP I would have to have all my e-mail </span><span style="font-style: normal;"><strong>only</strong></span><span style="font-style: normal;"><span style="font-weight: normal;"> on my home computer. That&#8217;s no good for me trying to find something in my e-mail on my phone or the web when I&#8217;m away from home. Although, I trust no server, so I want to know that if my IMAP server goes boom for whatever reason, it&#8217;s okay because I have a copy of all my data at home ready to be uploaded to another server.</span></span></p>
<p style="margin-bottom: 0cm;"><span style="font-style: normal;"><span style="font-weight: normal;"><img class="alignright size-full wp-image-1599" style="padding-left: 15px;" title="Thunderbird" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/06/Thunderbird_dock_icon_2.png" alt="Thunderbird_dock_icon_2" width="128" height="128" />My favourite IMAP supporting E-Mail client is <a title="Get Thunderbird!" href="http://www.mozillamessaging.com/en-US/thunderbird/" target="_blank">Thunderbird</a> (because it&#8217;s open source and cross platform). Thunderbird has <a title="Mozilla knowledge base: Thunderbird offline storage" href="http://kb.mozillazine.org/Offline_folders" target="_blank">off-line storage</a> for IMAP, which is great. All I have to do to get an up-to-date copy of my e-mail is load up Thunderbird and tell it to go into off-line mode. It will then download any messages it doesn&#8217;t have, and also delete any messages I&#8217;ve deleted on the server.</span></span></p>
<p style="margin-bottom: 0cm;"><span style="font-style: normal;"><span style="font-weight: normal;">This is great, although there&#8217;s two problems. Firstly, there&#8217;s no way to automate this. Secondly, if for whatever reason you loose all the e-mail on your server, you can&#8217;t use your local copies to </span></span><em><span style="font-weight: normal;">synchronise</span></em><span style="font-style: normal;"><span style="font-weight: normal;"> </span></span><span style="font-style: normal;"><strong>back</strong></span><span style="font-style: normal;"><span style="font-weight: normal;"> to the server, using Thunderbird. Instead, Thunderbird only synchronises server to client. So if there&#8217;s nothing on the server, it&#8217;ll wipe your off-line copies.</span></span></p>
<p style="margin-bottom: 0cm;"><span style="font-style: normal;"><span style="font-weight: normal;">Thunderbird does support upload of messages to IMAP servers, so I had thought that when needed to do an emergency restore of my e-mail, I could simply use my file manager, navigate to my Thunderbird <a title="Mozilla knowledge base: Profile folder - Thunderbird" href="http://kb.mozillazine.org/Profile_folder_-_Thunderbird" target="_blank">profile</a>, and copy my IMAP mail files, to Thunderbird&#8217;s “<a title="Mozilla knowledge base: Thunderbird local folders" href="http://kb.mozillazine.org/Local_Folders" target="_blank">local folder</a>” store. Although, for some reason Thunderbird can&#8217;t read these properly, and you see that after doing this, the message count is wrong (and some strange malformed messages appear), so this method will cause the loss of some messages.</span></span></p>
<p style="margin-bottom: 0cm;"><span style="font-style: normal;"><span style="font-weight: normal;">I had to think of something else.</span></span></p>
<div id="attachment_1600" class="wp-caption alignright" style="width: 160px"><a href="http://www.davidgilson.co.uk/wp-content/uploads/2009/06/ss01_Mailbox.jpg"><img class="size-thumbnail wp-image-1600" title="ss01_Mailbox" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/06/ss01_Mailbox-150x150.jpg" alt="ss01_Mailbox" width="150" height="150" /></a><p class="wp-caption-text">IMAPSize</p></div>
<p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } --></p>
<p style="margin-bottom: 0cm;"><span style="font-style: normal;"><span style="font-weight: normal;">If you Google around for &#8220;IMAP backup&#8221;, you will invariably come across the Windows application “<a title="IMAPSize homepage" href="http://www.broobles.com/imapsize/" target="_blank">IMAPSize</a>”. This is a great program that I have used before. I even discovered that IMAPSize supports command line options, and if you can run something by command line, you can set up a schedule for automation! I should add here that I&#8217;m in Linux so I had to use IMAPSize through <a title="WINE HQ Homepage" href="http://www.winehq.org/" target="_blank">WINE</a>, and I found that IMAPSize was very slow to download messages, and this might have been because of using it through WINE, I don&#8217;t know.</span></span></p>
<p style="margin-bottom: 0cm;"><span style="font-style: normal;"><span style="font-weight: normal;">Performance aside, I hit a short coming of IMAPSize. While it does indeed perform incremental back up of your e-mail, it doesn&#8217;t actually remove local messages that have been removed on the server. I verified this by creating test messages, running IMAPSize backup, then going back to the server to delete </span></span><span style="font-style: normal;"><strong>and</strong></span><span style="font-style: normal;"><span style="font-weight: normal;"> expunge them (just to be sure), then re-running the IMAPSize backup. After checking, I could see that the deleted messages were still in my local backup.</span></span></p>
<p style="margin-bottom: 0cm;"><span style="font-style: normal;"><span style="font-weight: normal;">So, this is where I am, I am stuck manually backing up my e-mail every few days, by means of having Thunderbird perform the local synchronisation I require (i.e. matching all changes on the server). Then the only progress I made was that I now know that I have IMAPSize to upload/restore the messages that Thunderbird downloads.</span></span></p>
<p style="margin-bottom: 0cm;"><span style="font-style: normal;"><span style="font-weight: normal;">Although, this is a two app solution that I have to do through the graphical user interface. If only  IMAPSize would remove messages that are not present on server, and if I could get it to play nicely with Linux&#8217;s <a title="Wikipedia link" href="http://en.wikipedia.org/wiki/Cron" target="_blank">cron scheduler</a>, I would be happy.</span></span></p>
<p style="margin-bottom: 0cm;"><span style="font-style: normal;"><span style="font-weight: normal;">It&#8217;s amazing to me that there isn&#8217;t a command line program that does what I&#8217;m looking for. I&#8217;ve asked a lot of people, who know far more about such things than I do, but everyone seems to say the same thing to me, </span></span><span style="font-weight: normal;">&#8220;</span><em><span style="font-weight: normal;">Don&#8217;t know of one but it&#8217;d sure be useful</span></em><span style="font-style: normal;"><span style="font-weight: normal;">&#8220;.</span></span></p>
<p style="margin-bottom: 0cm;"><span style="font-style: normal;"><span style="font-weight: normal;">So, if you know of something that&#8217;ll do what I&#8217;m looking for, please let me know in the comments.<br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2009/06/why-is-backing-up-my-e-mail-so-difficult/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Software Review: Ubuntu 9.04</title>
		<link>http://www.davidgilson.co.uk/2009/06/software-review-ubuntu-904/</link>
		<comments>http://www.davidgilson.co.uk/2009/06/software-review-ubuntu-904/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 18:49:38 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[floss]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.davidgilson.co.uk/?p=1557</guid>
		<description><![CDATA[This is a very brief user experience report of Ubuntu 9.04 aimed at non-technical users - because it's all you non-geeky people who I want to start using this operating system!!! The geeks are already there.]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-1558" style="padding-left: 15px;" title="ubuntu-logo" src="http://www.davidgilson.co.uk/wp-content/uploads/2009/06/ubuntu-logo.png" alt="ubuntu-logo" width="97" height="100" />Unfortunately, I haven&#8217;t been posting so much lately as my life has taken a less technology orientated direction, thus less to write about. However, there is one significant tech related thing I&#8217;ve been doing which is worth writing about now – that being I finally switched from Windows to a Linux based operating system, &#8220;<a href="http://www.ubuntu.com/">Ubuntu 9.04</a>&#8220;! This isn&#8217;t going to be a technical or in-depth review. This is a very brief user experience report of Ubuntu 9.04 aimed at non-technical users &#8211; because it&#8217;s all you non-geeky people who I want to start using this operating system!!! The geeks are already there.</p>
<p>My reason for using Linux is that it is &#8220;open source&#8221; software. What does this mean? Well, it basically means anyone, subject to a peer review type system, is free to contribute and to distribute this software. Unlike proprietary software like Windows or OSX, where if you try to modify that software, the company that makes it could take you to court!</p>
<p class="western" style="margin-bottom: 0cm;">I&#8217;ve been using it for a whole month now and I haven&#8217;t looked back, yet. Due to having a custom Windows rescue partition boot loader I didn&#8217;t dare risk it getting over written with Ubuntu&#8217;s boot loader (“<a href="http://www.gnu.org/software/grub/">GRUB</a>”), I decided to install Ubuntu via “<a href="http://wubi-installer.org/">Wubi</a>”. This was a straight forward and painless process. The difference with Wubi, is that instead of partitioning your drive, a large file is created in your Windows drive that the computer sees as a drive in its own right. When you boot up your computer you get an option of booting Windows or Ubuntu.</p>
<p class="western" style="margin-bottom: 0cm;">The environment you get in Ubuntu is called “GNOME”. If you&#8217;re used to Windows, it won&#8217;t be too confusing to you. Instead of one bar at the bottom, by default you get two, one at the top and one at the bottom. You get menu&#8217;s and equivalents of “quick launch” icons and the system tray at the top, and then application tabs on the bottom bar. The good thing about open source based software is freedom, and it&#8217;s the same here. The desktop environment I&#8217;ve outlined here is totally customisable, you could move things around so that it&#8217;s more Windows like, or something completely different.</p>
<p class="western" style="margin-bottom: 0cm;">Unlike Windows, Ubuntu comes pre-installed with applications that you are actually going to be familiar with and will want to use on a daily basis. Although adding and removing software I personally find a lot easier in Ubuntu than in Windows. In Ubuntu there is an applications called the “Synaptic Package Manager” where you can simply point and click at software in an on-line catalogue. There&#8217;s no more of this Windows style searching the web for an installation .exe file and running the install. Everything is automated for you in Ubuntu. If you&#8217;re a little more adventurous you can use this same automated system via the “Terminal” which is a way of controlling your system by typing in text commands (<em>not everyone&#8217;s cup of tea</em>).</p>
<p class="western" style="margin-bottom: 0cm;">I&#8217;ve tried Ubuntu several times in the past, but not all of the hardware in my laptop was supported, most notably my webcam. This time my webcam works! Getting to grips with Ubuntu 9.04 wasn&#8217;t without little hitches. I found that their default media player somehow broke the function of the volume keys on my laptop, the only fix I had was to change file associations so that application doesn&#8217;t get used. Also, the touchpad didn&#8217;t work, until I Googled around and found a single text command to type into the terminal that fixed it.</p>
<p class="western" style="margin-bottom: 0cm;">There&#8217;s a whole lot of other features new to Ubuntu 9.04 which are well covered elsewhere. I haven&#8217;t mentioned them here because I simply haven&#8217;t had to use them yet.</p>
<p class="western" style="margin-bottom: 0cm;">If you&#8217;re in the Windows or Mac world and like the 3D desktop effects that Vista, Windows 7 and OSX have, then you won&#8217;t be disappointed with Ubuntu. When you initially turn on desktop effects you are asked to give your permission for Ubuntu to install drivers for your video card, once this is done it sets up your desktop effects. The desktop effects software is called “Compiz” and you can optionally install the Compiz Settings Manager to get greater control of how your effects work. I&#8217;m still fine tuning my settings to get more productivity, but less pointless distraction (<em>and you can easily go from one extreme to the other!</em>). Once you do have your desktop effects set up, I promise you, what you get is far more impressive than anything Microsoft or Apple can give you, and remember, this doesn&#8217;t cost you a penny.</p>
<p class="western" style="margin-bottom: 0cm;">I&#8217;ve even got a few indispensable Windows applications running in Linux thanks to the <a href="http://www.winehq.org/">WINE</a> application (think of it as an adapter for running Windows software in Linux). One exception is my current favourite computer game, <a href="http://www.teamfortress.com/">Team Fortress 2</a>. I can play it, but it&#8217;s not completely stable and performance isn&#8217;t really satisfactory, even with all settings turned down. I&#8217;m working on this, but gaming isn&#8217;t my top priority.</p>
<p class="western" style="margin-bottom: 0cm;">If you&#8217;re not a techie, but you&#8217;re still reading this, then well done, and I&#8217;d like to encourage you further to try out Ubuntu by pointing out that I&#8217;ve had my mother using this too, and she didn&#8217;t even notice the difference from Windows XP – she&#8217;s just doing her web browsing and e-mail as normal. So if that&#8217;s all you do on your computer – take the plunge, go open source and enjoy the freedom.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidgilson.co.uk/2009/06/software-review-ubuntu-904/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
