<?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 &#187; LAMP</title>
	<atom:link href="http://adjei.co.uk/category/lamp/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>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>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>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>Don&#8217;t just oops, panic!</title>
		<link>http://adjei.co.uk/lamp/dont-just-oops-panic/</link>
		<comments>http://adjei.co.uk/lamp/dont-just-oops-panic/#comments</comments>
		<pubDate>Mon, 03 Dec 2007 00:51:23 +0000</pubDate>
		<dc:creator>Jonathan Adjei</dc:creator>
				<category><![CDATA[LAMP]]></category>

		<guid isPermaLink="false">http://adjei.co.uk/anything-thinking-outside-the-box/dont-just-oops-panic/</guid>
		<description><![CDATA[In the event that Linux has a rare turn and decides to crash on you, you might want the machine to reboot if at all possible. The following will give you that ability. It should probably be paired with dumping any crash info out to a network server (hence the long pause &#8211; 300 secs), [...]]]></description>
		<wfw:commentRss>http://adjei.co.uk/lamp/dont-just-oops-panic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verdana, Trebuchet for linux</title>
		<link>http://adjei.co.uk/lamp/verdana-trebuchet-for-linux/</link>
		<comments>http://adjei.co.uk/lamp/verdana-trebuchet-for-linux/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 13:31:48 +0000</pubDate>
		<dc:creator>Jonathan Adjei</dc:creator>
				<category><![CDATA[LAMP]]></category>

		<guid isPermaLink="false">http://adjei.co.uk/lamp/verdana-trebuchet-for-linux/</guid>
		<description><![CDATA[I&#8217;m more seriously investigating the feasability of moving my main desktop environment to Linux.
I&#8217;ve just found a package of fonts vital for the web that has brought me one step closer.
It contains Verdana, Tahoma, Times New       Roman, Arial, Trebuchet, Comic       Sans, Impact and [...]]]></description>
		<wfw:commentRss>http://adjei.co.uk/lamp/verdana-trebuchet-for-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New CSS reference</title>
		<link>http://adjei.co.uk/lamp/new-css-reference/</link>
		<comments>http://adjei.co.uk/lamp/new-css-reference/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 11:46:11 +0000</pubDate>
		<dc:creator>Jonathan Adjei</dc:creator>
				<category><![CDATA[LAMP]]></category>

		<guid isPermaLink="false">http://adjei.co.uk/lamp/new-css-reference/</guid>
		<description><![CDATA[Hi,
This is just a heads up. Sitepoint are launching a new CSS reference that sounds very promising. They&#8217;ve hinted in the latest newsletter that you&#8217;ll need a Sitepoint forums account for access to it.. and I&#8217;m guessing they might be charging people who don&#8217;t have one created before Dec 1st for access.
Their technical writing has [...]]]></description>
		<wfw:commentRss>http://adjei.co.uk/lamp/new-css-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server build notes</title>
		<link>http://adjei.co.uk/lamp/server-build-notes/</link>
		<comments>http://adjei.co.uk/lamp/server-build-notes/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 14:36:31 +0000</pubDate>
		<dc:creator>Jonathan Adjei</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://adjei.co.uk/lamp/server-build-notes/</guid>
		<description><![CDATA[Part 1
Retrieve the full license key from Plesk using the web control panel License Manager.
Backup and download the key.
# cp /etc/psa/psa.key /var/www/vhosts/&#60;domain&#62;/httpdocs/
Visit http://&#60;domain&#62;/psa.key
Part 2
Then run the offline installer script&#8230;
wget -q -O - http://www.atomicorp.com/installers/aooi &#124;sh
or tweak it slightly&#8230;
# wget http://3es.atomicrocketturtle.com/tests/aooi-installer.sh
# chmod +x aooi-installer.sh
Edit the script
# vi aooi-installer.sh
:%s/www.gtlib.gatech.edu/mirror.linux.duke.edu/g
:wq

Run the install
# ./aooi-installer.sh
Open a serial console and watch what [...]]]></description>
		<wfw:commentRss>http://adjei.co.uk/lamp/server-build-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk, 1and1 and CentOS</title>
		<link>http://adjei.co.uk/lamp/plesk-1and1-and-centos/</link>
		<comments>http://adjei.co.uk/lamp/plesk-1and1-and-centos/#comments</comments>
		<pubDate>Tue, 31 Jul 2007 14:24:06 +0000</pubDate>
		<dc:creator>Jonathan Adjei</dc:creator>
				<category><![CDATA[LAMP]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://adjei.co.uk/lamp/plesk-1and1-and-centos/</guid>
		<description><![CDATA[I&#8217;m currently building a new server for a client and am finding great success using the top notch tools from atomic rocket turtle. (Atomic Corp)

By using Scott&#8217;s AOOI script I have managed to install CentOS 4.4 on one of 1and1&#8217;s  Business Server IIs along with PHP 5 and  mysql 5. Taking a backup [...]]]></description>
		<wfw:commentRss>http://adjei.co.uk/lamp/plesk-1and1-and-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RPMBUILD</title>
		<link>http://adjei.co.uk/lamp/rpmbuild/</link>
		<comments>http://adjei.co.uk/lamp/rpmbuild/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 13:36:47 +0000</pubDate>
		<dc:creator>Jonathan Adjei</dc:creator>
				<category><![CDATA[LAMP]]></category>

		<guid isPermaLink="false">http://adjei.co.uk/lamp/rpmbuild/</guid>
		<description><![CDATA[I had to build an rpm file from a src.rpm file for the first time today&#8230; shows you how well yum etc. are working.
Here&#8217;s a handy page of instructions on getting this done.
http://perso.b2b2c.ca/sarrazip/dev/rpm-building-crash-course.html

  addthis_url    = 'http%3A%2F%2Fadjei.co.uk%2Flamp%2Frpmbuild%2F';
  addthis_title  = 'RPMBUILD';
  addthis_pub    = '';

]]></description>
		<wfw:commentRss>http://adjei.co.uk/lamp/rpmbuild/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
