<?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>chris ramsay &#187; Linux</title>
	<atom:link href="http://blog.chrisramsay.co.uk/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chrisramsay.co.uk</link>
	<description>remise à zéro!</description>
	<lastBuildDate>Wed, 23 Sep 2009 10:05:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dynamically Populate /etc/hosts in an AWS AMI</title>
		<link>http://blog.chrisramsay.co.uk/2009/08/26/dynamically-populate-etchosts-in-an-aws-ami/</link>
		<comments>http://blog.chrisramsay.co.uk/2009/08/26/dynamically-populate-etchosts-in-an-aws-ami/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 13:20:14 +0000</pubDate>
		<dc:creator>Chris Ramsay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://blog.chrisramsay.co.uk/?p=268</guid>
		<description><![CDATA[I came across a problem recently when setting up some Fedora 8 Linux machine instances (AMIs) on Amazon&#8217;s EC2 service regarding the setting of the machine&#8217;s /etc/hosts file. The main issue was to get the host file to correlate the machine&#8217;s local IP address with its (new) host name. Seeing as the IP address was [...]]]></description>
		<wfw:commentRss>http://blog.chrisramsay.co.uk/2009/08/26/dynamically-populate-etchosts-in-an-aws-ami/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yum with Multiple Repos: yum-plugin-priorities on CentOS</title>
		<link>http://blog.chrisramsay.co.uk/2009/08/14/yum-with-multiple-repos-yum-plugin-priorities-on-centos/</link>
		<comments>http://blog.chrisramsay.co.uk/2009/08/14/yum-with-multiple-repos-yum-plugin-priorities-on-centos/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 13:52:18 +0000</pubDate>
		<dc:creator>Chris Ramsay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://blog.chrisramsay.co.uk/?p=259</guid>
		<description><![CDATA[I am just putting a new development server together, using CentOS 5,  and have come across the same headache as usual &#8211; managing standard and 3rd party rpm repositories and avoiding conflicts. I had forgotten about the excellent package yum-plugin-priorities, so here are some brief details on how to get started.

Package Prioritisation
The priorities plug-in [...]]]></description>
		<wfw:commentRss>http://blog.chrisramsay.co.uk/2009/08/14/yum-with-multiple-repos-yum-plugin-priorities-on-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error #5100 on Tweetdeck Install in Linux</title>
		<link>http://blog.chrisramsay.co.uk/2009/06/12/error-5100-on-tweetdeck-install-in-linux/</link>
		<comments>http://blog.chrisramsay.co.uk/2009/06/12/error-5100-on-tweetdeck-install-in-linux/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 08:42:35 +0000</pubDate>
		<dc:creator>Chris Ramsay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Air]]></category>
		<category><![CDATA[TweetDeck]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://blog.chrisramsay.co.uk/?p=238</guid>
		<description><![CDATA[I have finally got round to installing TweetDeck on one of my Linux Fedora 10 systems. Whilst trying to run the Adobe Air Application Installer in order to install TweetDeck I kept getting the famous &#8216;Error #5100&#8216; code, and the install process would then crash out. It seems that the #5100 error code points to [...]]]></description>
		<wfw:commentRss>http://blog.chrisramsay.co.uk/2009/06/12/error-5100-on-tweetdeck-install-in-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Writing Files with Django Under SELinux</title>
		<link>http://blog.chrisramsay.co.uk/2009/05/22/writing-files-with-django-under-selinux/</link>
		<comments>http://blog.chrisramsay.co.uk/2009/05/22/writing-files-with-django-under-selinux/#comments</comments>
		<pubDate>Fri, 22 May 2009 11:01:30 +0000</pubDate>
		<dc:creator>Chris Ramsay</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.chrisramsay.co.uk/?p=206</guid>
		<description><![CDATA[Abstract
Playing about with Django’s excellent admin interface this morning I came across a little problem that I am sure others will find if using Django in an SELinux environment. This concerns the ability to upload files to a server &#8211; in my case using Apache, mod_wsgi (not in daemon mode), and Fedora 10 with SELinux [...]]]></description>
		<wfw:commentRss>http://blog.chrisramsay.co.uk/2009/05/22/writing-files-with-django-under-selinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django Connection Problems on Remote MySQL Database</title>
		<link>http://blog.chrisramsay.co.uk/2009/05/21/django-connection-problems-on-remote-mysql-database/</link>
		<comments>http://blog.chrisramsay.co.uk/2009/05/21/django-connection-problems-on-remote-mysql-database/#comments</comments>
		<pubDate>Thu, 21 May 2009 14:15:47 +0000</pubDate>
		<dc:creator>Chris Ramsay</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.chrisramsay.co.uk/?p=187</guid>
		<description><![CDATA[Outline
An interesting problem reared its head today regarding the inability of my Django setup to connect to a remote MySQL server. I have just migrated a Django site I am in the middle of working on from a single physical server to two virtual machines (VMs) running on a free copy of VMWare&#8217;s ESXi server; [...]]]></description>
		<wfw:commentRss>http://blog.chrisramsay.co.uk/2009/05/21/django-connection-problems-on-remote-mysql-database/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The Joy of Screen</title>
		<link>http://blog.chrisramsay.co.uk/2009/02/11/the-joy-of-screen/</link>
		<comments>http://blog.chrisramsay.co.uk/2009/02/11/the-joy-of-screen/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 22:03:54 +0000</pubDate>
		<dc:creator>Chris Ramsay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Bash]]></category>

		<guid isPermaLink="false">http://blog.chrisramsay.co.uk/?p=154</guid>
		<description><![CDATA[One of the developers at work has introduced me to something quite fantastic on the Unix command line &#8211; screen.

Screen is, according to the GNU web site:
[Screen is] a full-screen window manager that multiplexes a physical terminal between several processes, typically interactive shells.
It has really cool features, so let me line some up for you.
Multiple [...]]]></description>
		<wfw:commentRss>http://blog.chrisramsay.co.uk/2009/02/11/the-joy-of-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Squeezebox plus Ubuntu is Heaven</title>
		<link>http://blog.chrisramsay.co.uk/2009/02/05/squeezebox-plus-ubuntu-is-heaven/</link>
		<comments>http://blog.chrisramsay.co.uk/2009/02/05/squeezebox-plus-ubuntu-is-heaven/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 21:12:55 +0000</pubDate>
		<dc:creator>Chris Ramsay</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.chrisramsay.co.uk/?p=70</guid>
		<description><![CDATA[A good friend of mine has been kind enough to donate me a Slim Devices Squeezebox (Merci Olaf &#38; Isabelle, je vous dois beaucoup!). Basically it a Digital to Analogue converter capable of picking up streamed music over wi-fi (or a cat 5 cable if you prefer).

You can&#8217;t just plug it in and go on [...]]]></description>
		<wfw:commentRss>http://blog.chrisramsay.co.uk/2009/02/05/squeezebox-plus-ubuntu-is-heaven/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Split Up a Multi-Project SVN Repo</title>
		<link>http://blog.chrisramsay.co.uk/2008/11/03/split-up-a-multi-project-svn-repo/</link>
		<comments>http://blog.chrisramsay.co.uk/2008/11/03/split-up-a-multi-project-svn-repo/#comments</comments>
		<pubDate>Mon, 03 Nov 2008 17:20:50 +0000</pubDate>
		<dc:creator>Chris Ramsay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Subversion]]></category>
		<category><![CDATA[Admin]]></category>

		<guid isPermaLink="false">http://blog.chrisramsay.co.uk/?p=71</guid>
		<description><![CDATA[Abstract
I have decided to reorganise my Subversion repos for a while now. Mainly due to historical reasons, the repo has contained multiple projects, which has meant that revision numbers are spread throughout the code base of all projects. The time has come to think about splitting the repo along project lines and generating new project-specific [...]]]></description>
		<wfw:commentRss>http://blog.chrisramsay.co.uk/2008/11/03/split-up-a-multi-project-svn-repo/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PHP Exception Problems and eAccelerator 0.9.5.1-3 on FC7</title>
		<link>http://blog.chrisramsay.co.uk/2008/01/03/php-exception-problems-and-eaccelerator-0951-3-on-fc7/</link>
		<comments>http://blog.chrisramsay.co.uk/2008/01/03/php-exception-problems-and-eaccelerator-0951-3-on-fc7/#comments</comments>
		<pubDate>Thu, 03 Jan 2008 12:05:05 +0000</pubDate>
		<dc:creator>Chris Ramsay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.chrisramsay.co.uk/2008/01/03/php-exception-problems-and-eaccelerator-0951-3-on-fc7/</guid>
		<description><![CDATA[Just before the Christmas break, I installed eAccelerator on our development servers in order to run some benchmark tests on the effects of code caching. As with many a pre-holiday project, I eventualy ran out of time, and promptly forgot that the caching was still up and running when I got back to work today.
Lo [...]]]></description>
		<wfw:commentRss>http://blog.chrisramsay.co.uk/2008/01/03/php-exception-problems-and-eaccelerator-0951-3-on-fc7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IMAP Support on PHP 5.2.3</title>
		<link>http://blog.chrisramsay.co.uk/2007/11/27/imap-support-on-php-523/</link>
		<comments>http://blog.chrisramsay.co.uk/2007/11/27/imap-support-on-php-523/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 11:17:05 +0000</pubDate>
		<dc:creator>Chris Ramsay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[IMAP]]></category>

		<guid isPermaLink="false">http://blog.chrisramsay.co.uk/2007/11/27/imap-support-on-php-523/</guid>
		<description><![CDATA[I have been reconfiguring PHP on our servers (FC6/7) here in order to support PHP&#8217;s IMAP extension. I ran the usual ./configure command with  &#8211;with-imap=shared &#8211;with-imap-ssl tagged on the end. At some point the configure failed, sI checked out what happened in the configure log.
$sudo cat config.log
It seems that the c-client development library was [...]]]></description>
		<wfw:commentRss>http://blog.chrisramsay.co.uk/2007/11/27/imap-support-on-php-523/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
