<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9" -->
<rss version="0.92">
<channel>
	<title>uk-dave.com</title>
	<link>http://www.uk-dave.com</link>
	<description>// todo: insert witty tagline here</description>
	<lastBuildDate>Sun, 31 May 2009 12:03:27 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Integrating Subversion, Mantis and Eclipse</title>
		<description><![CDATA[I recently installed Subversion and Mantis on my Linux server for handling version control and issue tracking of my software projects. I also use the excellent Eclipse IDE for all my development whether it be Java, C++ or PHP. This post details how I managed to integrate all these tools together so that I could [...]]]></description>
		<link>http://www.uk-dave.com/2009/05/integrating-subversion-mantis-and-eclipse/</link>
			</item>
	<item>
		<title>Tweaking MySQL for low memory usage</title>
		<description><![CDATA[I&#8217;m running MySQL on a VPS with limited memory and found the following settings gave slightly better performance. Edit /etc/mysql/my.cnf and change the settings as shown below. The old settings I&#8217;ve got are the default ones used by Ubuntu 8.04.






key_buffer		= 16M
max_allowed_packet	= 16M
thread_stack		= 128K
table_cache             [...]]]></description>
		<link>http://www.uk-dave.com/2009/01/tweaking-mysql-for-low-memory-usage/</link>
			</item>
	<item>
		<title>Fixing Home, End, and Page Up/Down keys in OS X terminal</title>
		<description><![CDATA[The Home, End, Page Up and Page Down keys in Terminal don&#8217;t work as you would expect if you&#8217;ve come from the land of PCs. To get them them working &#8220;properly&#8221; again open up Terminal and go to the Preferences dialog. Click on the Settings button at the top and then the Keyboard tab. Change [...]]]></description>
		<link>http://www.uk-dave.com/2009/01/fixing-home-end-and-page-updown-keys-in-os-x-terminal/</link>
			</item>
	<item>
		<title>Panoramas with Hugin</title>
		<description><![CDATA[I recently got introduced to a neat bit of sofware for creating panoramas called Hugin, and best of all it&#8217;s cross platform and open source which means I can use it on my MacBook.

The basic idea is you take a bunch of photos (remember to lock the exposure and make sure about 25% of the [...]]]></description>
		<link>http://www.uk-dave.com/2008/04/panoramas-with-hugin/</link>
			</item>
	<item>
		<title>Enabling colours with &#8220;ls&#8221; in OS X terminal</title>
		<description><![CDATA[On Linux you can type &#8220;ls &#8211;color&#8221; to get a directory listing in glorious colour, however the same command doesn&#8217;t work quite as well on OS X. The solution is to add the following lines to ~/.profile and then just use &#8220;ls&#8221; as normal:


export CLICOLOR=1
export LSCOLORS=ExFxCxDxBxegedabagacad
]]></description>
		<link>http://www.uk-dave.com/2008/03/enabling-colours-with-ls-in-os-x-terminal/</link>
			</item>
</channel>
</rss>
