<?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>Nerdbloke &#187; Linux</title>
	<atom:link href="http://blog.pluis.com.au/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.pluis.com.au</link>
	<description>Nerd. Bloke. Life</description>
	<lastBuildDate>Wed, 18 Jan 2012 06:43:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Make ubuntu look like windows</title>
		<link>http://blog.pluis.com.au/2008/12/04/make-ubuntu-look-like-windows/</link>
		<comments>http://blog.pluis.com.au/2008/12/04/make-ubuntu-look-like-windows/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 10:21:12 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[skinning]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.pluis.com.au/2008/12/04/make-ubuntu-look-like-windows/</guid>
		<description><![CDATA[Most linux fiends will cry &#8220;WHY?&#8221; but I think if it makes more wife-friendly than it&#8217;s a good thing&#8230; http://www.dawningvalley.com/2008/09/making-ubuntu-look-and-feel-like-windows-xp/]]></description>
		<wfw:commentRss>http://blog.pluis.com.au/2008/12/04/make-ubuntu-look-like-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installed new operating system</title>
		<link>http://blog.pluis.com.au/2008/11/04/installed-new-operating-system/</link>
		<comments>http://blog.pluis.com.au/2008/11/04/installed-new-operating-system/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 01:30:54 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[8.10]]></category>
		<category><![CDATA[Ibex]]></category>
		<category><![CDATA[Intrepid]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.pluis.com.au/2008/11/04/installed-new-operating-system/</guid>
		<description><![CDATA[At 11pm last night I decided to install the latest version of Ubuntu &#8211; version 8.10 Intrepid Ibex. I grabbed the 32-bit alternate installer disc iso yesterday. It took about 1.5 hours &#8211; that is including the time it took me to change the server the OS gets it updates from. I have changed the [...]]]></description>
		<wfw:commentRss>http://blog.pluis.com.au/2008/11/04/installed-new-operating-system/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Extracting fonts from PDF files</title>
		<link>http://blog.pluis.com.au/2008/03/26/extracting-fonts-from-pdf-files/</link>
		<comments>http://blog.pluis.com.au/2008/03/26/extracting-fonts-from-pdf-files/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 11:41:29 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[font]]></category>

		<guid isPermaLink="false">http://blog.pluis.com.au/2008/03/26/extracting-fonts-from-pdf-files/</guid>
		<description><![CDATA[I stumbled across a font I wanted to use in a personal project. But it was in a PDF file. I found that this guy knew the steps to extract them and install the font on your windows box. To summarize: Use linux (at the moment Ubuntu 7.10) Install fontforge (~$ sudo apt-get install fontforge) [...]]]></description>
		<wfw:commentRss>http://blog.pluis.com.au/2008/03/26/extracting-fonts-from-pdf-files/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to back up a windows installation</title>
		<link>http://blog.pluis.com.au/2008/03/05/how-to-back-up-a-windows-installation/</link>
		<comments>http://blog.pluis.com.au/2008/03/05/how-to-back-up-a-windows-installation/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 12:00:27 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.pluis.com.au/2008/03/05/how-to-back-up-a-windows-installation/</guid>
		<description><![CDATA[Now that I have installed winXP I think it&#8217;s time to back it up. Summary [Backup] ~$ sudo time dd if=/dev/hda1 ibs=4096 &#124; bzip2 -v --fast &#124; split -a 2 -b 1024m - winxpsp2.img-part- [Verify backup files] ~$ md5sum /dev/hda1 ~$ cat winxpsp2.img-part-* &#124; bunzip2 &#124; md5sum [Restore] ~$ sudo time cat winxpsp2.img-part-* &#124; bunzip2 [...]]]></description>
		<wfw:commentRss>http://blog.pluis.com.au/2008/03/05/how-to-back-up-a-windows-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Discover how your partitions are set up</title>
		<link>http://blog.pluis.com.au/2008/02/29/discover-how-your-partitions-are-set-up/</link>
		<comments>http://blog.pluis.com.au/2008/02/29/discover-how-your-partitions-are-set-up/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 12:39:10 +0000</pubDate>
		<dc:creator>jason</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.pluis.com.au/2008/02/29/discover-how-your-partitions-are-set-up/</guid>
		<description><![CDATA[Before i re-install windows I thought it would be prudent to ensure that I select the correct partition to install on. Finding out how your partitions are set up is quite easy in Ubuntu. Bring up a command shell and start the The GNU Parted disk partition resizing program, otherwise known as &#8220;parted&#8221;. To start [...]]]></description>
		<wfw:commentRss>http://blog.pluis.com.au/2008/02/29/discover-how-your-partitions-are-set-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

