<?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>adjei.co.uk</title>
	<atom:link href="http://adjei.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://adjei.co.uk</link>
	<description>Jonathan's braindump</description>
	<lastBuildDate>Thu, 12 Nov 2009 00:20:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New wordpress same old theme</title>
		<link>http://adjei.co.uk/anything-thinking-outside-the-box/new-wordpress-same-old-theme/</link>
		<comments>http://adjei.co.uk/anything-thinking-outside-the-box/new-wordpress-same-old-theme/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 13:10:51 +0000</pubDate>
		<dc:creator>Jonathan Adjei</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://adjei.co.uk/anything-thinking-outside-the-box/new-wordpress-same-old-theme/</guid>
		<description><![CDATA[I&#8217;ve just upgraded my wordpress install, and am very impressed. Really slick!  ..and best of all it works with an iPhone app from which this post (of no use to anyone) has come  
Sheesh it&#8217;s warm out!


  addthis_url    = 'http%3A%2F%2Fadjei.co.uk%2Fanything-thinking-outside-the-box%2Fnew-wordpress-same-old-theme%2F';
  addthis_title  = 'New+wordpress+same+old+theme';
  addthis_pub   [...]]]></description>
		<wfw:commentRss>http://adjei.co.uk/anything-thinking-outside-the-box/new-wordpress-same-old-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fetching mail with fetchmail</title>
		<link>http://adjei.co.uk/lamp/fetching-mail-with-fetchmail/</link>
		<comments>http://adjei.co.uk/lamp/fetching-mail-with-fetchmail/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 13:48:38 +0000</pubDate>
		<dc:creator>Jonathan Adjei</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://adjei.co.uk/?p=62</guid>
		<description><![CDATA[During a domain transfer, while DNS was still propogating I needed to retrieve mail from the old server to the new.
I did so thusly&#8230;
# yum install fetchmail
$ touch .fetchmailrc
$ chmod 600 .fetchmailc

I then added the following lines to .fetchmailrc
poll &#60;remote_ip&#62; with proto POP3
user &#60;remoteemail@example.com&#62; there with password "&#60;password&#62;" is "&#60;localemail@example.com" here
Then once ensuring you can [...]]]></description>
		<wfw:commentRss>http://adjei.co.uk/lamp/fetching-mail-with-fetchmail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KeePassX on CentOS</title>
		<link>http://adjei.co.uk/lamp/keepassx-on-centos/</link>
		<comments>http://adjei.co.uk/lamp/keepassx-on-centos/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 01:17:33 +0000</pubDate>
		<dc:creator>Jonathan Adjei</dc:creator>
				<category><![CDATA[LAMP]]></category>

		<guid isPermaLink="false">http://adjei.co.uk/?p=61</guid>
		<description><![CDATA[I&#8217;ve been playing with CentOS 5 lately, and really needed KeePassX on it. I ran into a few problems&#8230;
No rpms for Centos means you have to try and build from source. You also need qt-devel on the machine but it has to be version 4.3 or greater to compile.
So I had to enable atrpms-testing and [...]]]></description>
		<wfw:commentRss>http://adjei.co.uk/lamp/keepassx-on-centos/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Speedy wamp</title>
		<link>http://adjei.co.uk/anything-thinking-outside-the-box/speedy-wamp/</link>
		<comments>http://adjei.co.uk/anything-thinking-outside-the-box/speedy-wamp/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 03:00:57 +0000</pubDate>
		<dc:creator>Jonathan Adjei</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://adjei.co.uk/?p=59</guid>
		<description><![CDATA[To get a bit more speed out of your sluggish windows development machine (I use wampserver), add the following code to your php.ini.
; APC accellerator
extension=php_apc.dll
[APC]
apc.enabled = 1
apc.cache_by_default = 1
apc.enable_cli = 0
apc.shm_segments = 1
apc.shm_size = 64
apc.max_file_size = 1M
apc.stat=1
Also download the APC dll from here&#8230;
http://pecl4win.php.net/ext.php/php_apc.dll
and place it in your php &#8216;ext&#8217; dir. Mine is here&#8230;
D:\wamp\bin\php\php5.2.6\ext
Restart Apache and [...]]]></description>
		<wfw:commentRss>http://adjei.co.uk/anything-thinking-outside-the-box/speedy-wamp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fresh install essentials</title>
		<link>http://adjei.co.uk/anything-thinking-outside-the-box/fresh-install-essentials/</link>
		<comments>http://adjei.co.uk/anything-thinking-outside-the-box/fresh-install-essentials/#comments</comments>
		<pubDate>Fri, 26 Sep 2008 23:10:54 +0000</pubDate>
		<dc:creator>Jonathan Adjei</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://adjei.co.uk/?p=58</guid>
		<description><![CDATA[I&#8217;m still using windows for my primary development environment, although the bulk of the software I use is open source and/or free. I thought I&#8217;d share/store a rundown of some of the apps I install on a fresh windows build.

Google ChromeÂ (Quite a surprise winner this!)
Comodo Firewall
AVG antivirus
Keepass
7zip
Notepad++
Eclipse PDTÂ and Subclipse
FirefoxÂ and Firebug
Putty
Open Office
PDFCreator
K-Lite Codec Pack and Media [...]]]></description>
		<wfw:commentRss>http://adjei.co.uk/anything-thinking-outside-the-box/fresh-install-essentials/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Keeping tabs on your laptop</title>
		<link>http://adjei.co.uk/anything-thinking-outside-the-box/keeping-tabs-on-your-laptop/</link>
		<comments>http://adjei.co.uk/anything-thinking-outside-the-box/keeping-tabs-on-your-laptop/#comments</comments>
		<pubDate>Wed, 10 Sep 2008 23:37:10 +0000</pubDate>
		<dc:creator>Jonathan Adjei</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://adjei.co.uk/?p=57</guid>
		<description><![CDATA[If you&#8217;ve ever mildly pondered at the thought of your laptop being stolen or simply wandering off for a short time while left unattended, then this rather clever application may help put your mind at ease. If your laptop does disappear, you can track it&#8217;s location as soon as it connects to the internet. The [...]]]></description>
		<wfw:commentRss>http://adjei.co.uk/anything-thinking-outside-the-box/keeping-tabs-on-your-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>memcached on CentOS</title>
		<link>http://adjei.co.uk/lamp/memcached-on-centos/</link>
		<comments>http://adjei.co.uk/lamp/memcached-on-centos/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 11:01:37 +0000</pubDate>
		<dc:creator>Jonathan Adjei</dc:creator>
				<category><![CDATA[LAMP]]></category>

		<guid isPermaLink="false">http://adjei.co.uk/?p=56</guid>
		<description><![CDATA[When installing memcached on my CentOS 5.2 box using the rpmforge repo, I found apache/php complaining of API version problems.
To get round it I first used PECL to install memcached, then used yum to set memcached to work nicely with the Redhat style environment.
# pecl install memcache
# yum --enablerepo=rmpforge install memcached
# yum install php-pecl-memcache
Thinking back, [...]]]></description>
		<wfw:commentRss>http://adjei.co.uk/lamp/memcached-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Go on, do a bit for charidy</title>
		<link>http://adjei.co.uk/anything-thinking-outside-the-box/go-on-do-a-bit-for-charidy/</link>
		<comments>http://adjei.co.uk/anything-thinking-outside-the-box/go-on-do-a-bit-for-charidy/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 23:05:10 +0000</pubDate>
		<dc:creator>Jonathan Adjei</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://adjei.co.uk/anything-thinking-outside-the-box/go-on-do-a-bit-for-charidy/</guid>
		<description><![CDATA[Search the web and do something for my favouritest local charity.
Life Tribe Kidz Klub Coventry! 

Powered by Everyclick



Thanks!

  addthis_url    = 'http%3A%2F%2Fadjei.co.uk%2Fanything-thinking-outside-the-box%2Fgo-on-do-a-bit-for-charidy%2F';
  addthis_title  = 'Go+on%2C+do+a+bit+for+charidy';
  addthis_pub    = '';

]]></description>
		<wfw:commentRss>http://adjei.co.uk/anything-thinking-outside-the-box/go-on-do-a-bit-for-charidy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk Hard disk quotas</title>
		<link>http://adjei.co.uk/lamp/plesk-hard-disk-quotas/</link>
		<comments>http://adjei.co.uk/lamp/plesk-hard-disk-quotas/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 23:55:06 +0000</pubDate>
		<dc:creator>Jonathan Adjei</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://adjei.co.uk/anything-thinking-outside-the-box/plesk-hard-disk-quotas/</guid>
		<description><![CDATA[I had to enable quota support to my hard disk mounts on one of my new Plesk boxes today. This lets Plesk manage how much space is given to whomever&#8230; very necessary for a virtual hosting box.
I found these instructions on the Plesk forum, but not all in one place, hence&#8230;
Add &#8216;usrquota&#8217; to the options [...]]]></description>
		<wfw:commentRss>http://adjei.co.uk/lamp/plesk-hard-disk-quotas/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Total Eclipse of the phpeart</title>
		<link>http://adjei.co.uk/anything-thinking-outside-the-box/total-eclipse-of-the-phpeart/</link>
		<comments>http://adjei.co.uk/anything-thinking-outside-the-box/total-eclipse-of-the-phpeart/#comments</comments>
		<pubDate>Mon, 28 Jan 2008 12:59:33 +0000</pubDate>
		<dc:creator>Jonathan Adjei</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://adjei.co.uk/anything-thinking-outside-the-box/total-eclipse-of-the-phpeart/</guid>
		<description><![CDATA[These are some notes on the path I&#8217;m walking from Windows to Linux.
I&#8217;m trying to replace my development environment which to date has mostly been in Dreamweaver. Eclipse is a strong contender for usurping it.. even though I have Dreamweaver 8 working on Fedora using Wine. You can mostly blame this on CakePHP and the [...]]]></description>
		<wfw:commentRss>http://adjei.co.uk/anything-thinking-outside-the-box/total-eclipse-of-the-phpeart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
