<?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>theboywho.me.uk</title>
	<atom:link href="http://theboywho.me.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://theboywho.me.uk</link>
	<description>Somewhere to put things so I don&#039;t have to keep them in my head.</description>
	<lastBuildDate>Sat, 07 Aug 2010 19:47:05 +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>Sony TZ21 Webcam (VGP-VCC7) in Unbuntu</title>
		<link>http://theboywho.me.uk/2010/08/07/sony-tz21-webcam-vgp-vcc7-in-unbuntu/</link>
		<comments>http://theboywho.me.uk/2010/08/07/sony-tz21-webcam-vgp-vcc7-in-unbuntu/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 19:44:14 +0000</pubDate>
		<dc:creator>theboywho</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sony]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vaio]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://theboywho.me.uk/?p=82</guid>
		<description><![CDATA[There is a kernel module for this webcam called r5u870, however a new project is producing a purely user space implementation. The website for both is: http://www.arakhne.org/ricoh/ The instructions to install the newer driver from the r5u87x () driver package&#8217;s README file: $ sudo apt-get install libglib2.0-dev libusb-dev build-essential gcc automake mercurial $ hg clone [...]]]></description>
		<wfw:commentRss>http://theboywho.me.uk/2010/08/07/sony-tz21-webcam-vgp-vcc7-in-unbuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Various SSL Tools</title>
		<link>http://theboywho.me.uk/2010/07/21/various-ssl-tools/</link>
		<comments>http://theboywho.me.uk/2010/07/21/various-ssl-tools/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 17:00:59 +0000</pubDate>
		<dc:creator>theboywho</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[certificates]]></category>
		<category><![CDATA[csr]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[openssl]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://theboywho.me.uk/?p=79</guid>
		<description><![CDATA[Decode CSR: # openssl req -in mycsr.csr -noout -text Decode Cert: # openssl x509 -in certificate.crt -text -noout Decrypt the key: # openssl rsa -in www.key -out new.key]]></description>
		<wfw:commentRss>http://theboywho.me.uk/2010/07/21/various-ssl-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable SSH for WordPress Auto-update</title>
		<link>http://theboywho.me.uk/2010/05/07/enable-ssh-for-wordpress-auto-update/</link>
		<comments>http://theboywho.me.uk/2010/05/07/enable-ssh-for-wordpress-auto-update/#comments</comments>
		<pubDate>Fri, 07 May 2010 11:09:53 +0000</pubDate>
		<dc:creator>theboywho</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://theboywho.me.uk/?p=59</guid>
		<description><![CDATA[WordPress has an &#8216;Auto-update&#8217; feature which gives you the option to use FTP or FTPS. There is however a third option: SSH. I followed these instructions. My server is Gentoo based so the PHP SSH extension has to be installed like this: emerge pecl-ssh2 /etc/init.d/apache2 restart The extension is automatically enabled at install time. On [...]]]></description>
		<wfw:commentRss>http://theboywho.me.uk/2010/05/07/enable-ssh-for-wordpress-auto-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inject packages into Gentoo</title>
		<link>http://theboywho.me.uk/2008/12/03/inject-packages-into-gentoo/</link>
		<comments>http://theboywho.me.uk/2008/12/03/inject-packages-into-gentoo/#comments</comments>
		<pubDate>Wed, 03 Dec 2008 12:12:52 +0000</pubDate>
		<dc:creator>theboywho</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[portage]]></category>

		<guid isPermaLink="false">http://theboywho.me.uk/?p=47</guid>
		<description><![CDATA[Some packages in Gentoo require kernel sources to be installed. In my case it was the DRBD kernel module. The system I wanted to install it on is actually a Linode. They provide the sources for the VPS kernels but I needed a way to pursuade Portage that it didn&#8217;t need to install gentoo-sources before [...]]]></description>
		<wfw:commentRss>http://theboywho.me.uk/2008/12/03/inject-packages-into-gentoo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Binary Property Lists</title>
		<link>http://theboywho.me.uk/2008/11/29/binary-property-lists/</link>
		<comments>http://theboywho.me.uk/2008/11/29/binary-property-lists/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 23:56:32 +0000</pubDate>
		<dc:creator>theboywho</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[plist]]></category>

		<guid isPermaLink="false">http://theboywho.me.uk/?p=38</guid>
		<description><![CDATA[While discovering how to get MobileMail to use multiple &#8216;From&#8217; addresses, I found that the Accounts.plist file can spontaneously change format. Well not quite spontaneously. I copied the file from my iPhone: it was plain text. I went into Settings, on the phone, and added a new Mail account, copied the file again: it was [...]]]></description>
		<wfw:commentRss>http://theboywho.me.uk/2008/11/29/binary-property-lists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple Addresses, One E-Mail Account In MobileMail</title>
		<link>http://theboywho.me.uk/2008/11/29/multiple-addresses-one-e-mail-account-in-mobilemail/</link>
		<comments>http://theboywho.me.uk/2008/11/29/multiple-addresses-one-e-mail-account-in-mobilemail/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 23:16:06 +0000</pubDate>
		<dc:creator>theboywho</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://theboywho.me.uk/?p=33</guid>
		<description><![CDATA[MobileMail&#8217;s configuration options on the iPhone don&#8217;t allow you to specify multiple addresses for a single e-mail account. I found this article which provides a long winded method &#8211; you add a new account for each address you need. Thankfully, if you have a jailbroken iPhone, there is a much easier way. The MobileMail configuration [...]]]></description>
		<wfw:commentRss>http://theboywho.me.uk/2008/11/29/multiple-addresses-one-e-mail-account-in-mobilemail/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Stop Windows Making Noises When You Backspace Into Nothing</title>
		<link>http://theboywho.me.uk/2008/11/28/stop-windows-dinging-everytime-you-backspace-in-an-empty-window/</link>
		<comments>http://theboywho.me.uk/2008/11/28/stop-windows-dinging-everytime-you-backspace-in-an-empty-window/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 20:15:48 +0000</pubDate>
		<dc:creator>theboywho</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[noise]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://theboywho.me.uk/?p=17</guid>
		<description><![CDATA[A friend asked me: &#8220;Do you know how to stop Windows making noises when you backspace into nothing?&#8221; The solution is to set the Windows Default Beep sound to nothing: Control Panel-&#62;Sound &#8216;Sounds&#8217; tab Set the &#8216;Default Beep&#8217; to (None) Voilà!]]></description>
		<wfw:commentRss>http://theboywho.me.uk/2008/11/28/stop-windows-dinging-everytime-you-backspace-in-an-empty-window/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Out with the NanoBlogger, in with the WordPress</title>
		<link>http://theboywho.me.uk/2008/11/28/hello-world/</link>
		<comments>http://theboywho.me.uk/2008/11/28/hello-world/#comments</comments>
		<pubDate>Fri, 28 Nov 2008 16:43:59 +0000</pubDate>
		<dc:creator>theboywho</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://theboywho.me.uk/?p=1</guid>
		<description><![CDATA[My little NanoBlogger experiment has ended. As much as I like the console and using nano to create posts I have to admit to loving richer web-based interfaces like the one provided by WordPress. My old NanoBlogger posts should re-appear soon. Once that&#8217;s done I will be posting some iPhone-related stuff!]]></description>
		<wfw:commentRss>http://theboywho.me.uk/2008/11/28/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>T-Mobile: GRPS or EGDE?</title>
		<link>http://theboywho.me.uk/2008/11/15/t-mobile-grps-or-egde/</link>
		<comments>http://theboywho.me.uk/2008/11/15/t-mobile-grps-or-egde/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 20:32:30 +0000</pubDate>
		<dc:creator>theboywho</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[t-mobile]]></category>

		<guid isPermaLink="false">http://theboywho.me.uk/?p=21</guid>
		<description><![CDATA[While researching the original iPhone I decided to try and find out if T-Mobile supported EDGE on their network. First a little background: GPRS stands for General Packet Radio Service. Simply put, it is used to provide Internet connectivity to mobile phones. GPRS allows a maximum download speed of 80kbit/s, which isn&#8217;t a lot faster [...]]]></description>
		<wfw:commentRss>http://theboywho.me.uk/2008/11/15/t-mobile-grps-or-egde/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox 3.0.x &amp; MinimizeToTray</title>
		<link>http://theboywho.me.uk/2008/06/16/firefox-30x-minimizetotray/</link>
		<comments>http://theboywho.me.uk/2008/06/16/firefox-30x-minimizetotray/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 11:28:44 +0000</pubDate>
		<dc:creator>theboywho</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://theboywho.me.uk/?p=5</guid>
		<description><![CDATA[I upgraded to Firefox 3.0 today and discovered that one of my favourite extensions, MinimizeToTray, isn&#8217;t supported. Luckily it can be fooled in to working with the new version. These are the instruction I found at addons.mozilla.org: Download latest version 0.0.1.2006102615+ Rename it to *.zip Open install.rdf in edit mode Replace 2.0.0.* by 3.* in [...]]]></description>
		<wfw:commentRss>http://theboywho.me.uk/2008/06/16/firefox-30x-minimizetotray/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
