<?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>The Blog of Graham &#187; Linux</title>
	<atom:link href="http://ham1.co.uk/blog/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://ham1.co.uk/blog</link>
	<description>Another random emerging photoblog</description>
	<lastBuildDate>Tue, 04 May 2010 20:54:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Cancelling hard drive format in Windows</title>
		<link>http://ham1.co.uk/blog/2010/02/17/cancelling-hard-drive-format-in-windows/</link>
		<comments>http://ham1.co.uk/blog/2010/02/17/cancelling-hard-drive-format-in-windows/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 16:17:21 +0000</pubDate>
		<dc:creator>Graham</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[external hard drive]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://ham1.co.uk/blog/?p=1165</guid>
		<description><![CDATA[I was formatting a USB external hard drive with NTFS (same thing would apply to FAT I believe). I unchecked quick format which meant it took an age on the large 750GB hard drive, so I thought I would cancel it. The drive was then not recognised my Windows (I am using Windows 7). So [...]]]></description>
		<wfw:commentRss>http://ham1.co.uk/blog/2010/02/17/cancelling-hard-drive-format-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>javac is not available for sun-jre-bin-1.6 on x86_64</title>
		<link>http://ham1.co.uk/blog/2008/10/03/javac-is-not-available-for-sun-jre-bin-16-on-x86_64/</link>
		<comments>http://ham1.co.uk/blog/2008/10/03/javac-is-not-available-for-sun-jre-bin-16-on-x86_64/#comments</comments>
		<pubDate>Fri, 03 Oct 2008 19:51:43 +0000</pubDate>
		<dc:creator>Graham</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://ham1.co.uk/blog/?p=505</guid>
		<description><![CDATA[When trying to compile some java code on my x86_64 (amd64) 64bit Gentoo machine I was greeted with the following error message: * javac is not available for sun-jre-bin-1.6 on x86_64 * IMPORTANT: some Java tools are not available on some VMs on some architectures This can be fixed by installing and/or setting the jdk [...]]]></description>
		<wfw:commentRss>http://ham1.co.uk/blog/2008/10/03/javac-is-not-available-for-sun-jre-bin-16-on-x86_64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disk performance: why aren&#8217;t you using ionice yet?</title>
		<link>http://ham1.co.uk/blog/2008/04/01/disk-performance-why-arent-you-using-ionice-yet/</link>
		<comments>http://ham1.co.uk/blog/2008/04/01/disk-performance-why-arent-you-using-ionice-yet/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 23:05:20 +0000</pubDate>
		<dc:creator>Graham</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux ionice nix unix nice]]></category>

		<guid isPermaLink="false">http://ham1.co.uk/blog/?p=43</guid>
		<description><![CDATA[A cool article about a lesser known Linux command, ionice, it&#8217;s like nice but for disk usage. http://friedcpu.wordpress.com/2007/07/17/why-arent-you-using-ionice-yet/]]></description>
		<wfw:commentRss>http://ham1.co.uk/blog/2008/04/01/disk-performance-why-arent-you-using-ionice-yet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>* ERROR: wrong args ( &gt; ) when redirecting output from an init script</title>
		<link>http://ham1.co.uk/blog/2008/03/22/error-wrong-args-when-redirecting-output-from-an-init-script/</link>
		<comments>http://ham1.co.uk/blog/2008/03/22/error-wrong-args-when-redirecting-output-from-an-init-script/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 19:07:44 +0000</pubDate>
		<dc:creator>Graham</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[eval]]></category>
		<category><![CDATA[init.d]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[stop]]></category>

		<guid isPermaLink="false">http://ham1.co.uk/blog/?p=42</guid>
		<description><![CDATA[While writing a script to help ease maintenance of my Gentoo installation (i.e. the portage tree) I came across the following error when trying to redirect the standard output of stopping/starting the rsync deamon /etc/init.d/rsyncd stop &#62; /dev/null ..stopping rsyncd.. * ERROR: wrong args ( &#62; ) The line in the script was: $SUDO /etc/init.d/rsyncd [...]]]></description>
		<wfw:commentRss>http://ham1.co.uk/blog/2008/03/22/error-wrong-args-when-redirecting-output-from-an-init-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Failed to execute default Terminal Emulator (when trying to open a terminal in Thunar)</title>
		<link>http://ham1.co.uk/blog/2007/10/22/failed-to-execute-default-terminal-emulator-when-trying-to-open-a-terminal-in-thunar/</link>
		<comments>http://ham1.co.uk/blog/2007/10/22/failed-to-execute-default-terminal-emulator-when-trying-to-open-a-terminal-in-thunar/#comments</comments>
		<pubDate>Mon, 22 Oct 2007 21:58:56 +0000</pubDate>
		<dc:creator>Graham</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu kconsole xfce]]></category>

		<guid isPermaLink="false">http://ham1.co.uk/blog/?p=38</guid>
		<description><![CDATA[If you get this if you are using xubuntu or ubuntu then go to the section where you change your default application and change the terminal to konsole or some other gui terminal such as xterm. I think this is caused by the xfce terminal not being able to cope with 24-bit colour or something. [...]]]></description>
		<wfw:commentRss>http://ham1.co.uk/blog/2007/10/22/failed-to-execute-default-terminal-emulator-when-trying-to-open-a-terminal-in-thunar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful project for linux web devs&#8230;</title>
		<link>http://ham1.co.uk/blog/2007/04/24/useful-project-for-linux-web-devs/</link>
		<comments>http://ham1.co.uk/blog/2007/04/24/useful-project-for-linux-web-devs/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 11:35:07 +0000</pubDate>
		<dc:creator>Graham</dc:creator>
				<category><![CDATA[Interweb]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://ham1.co.uk/blog/?p=28</guid>
		<description><![CDATA[IEs4Linux Internet Explorers for Linux, versions 5-7(in the Beta). Very useful for checking website designs with IE in Linux!]]></description>
		<wfw:commentRss>http://ham1.co.uk/blog/2007/04/24/useful-project-for-linux-web-devs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
