<?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>asnaedae @ home &#187; computers</title>
	<atom:link href="http://dubdubdub.co.uk/category/computers/feed" rel="self" type="application/rss+xml" />
	<link>http://dubdubdub.co.uk</link>
	<description>random musings from a twisted mind</description>
	<lastBuildDate>Wed, 07 Jul 2010 08:58:06 +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>java log files</title>
		<link>http://dubdubdub.co.uk/2010/06/java-log-files</link>
		<comments>http://dubdubdub.co.uk/2010/06/java-log-files#comments</comments>
		<pubDate>Wed, 30 Jun 2010 15:09:41 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://dubdubdub.co.uk/?p=1035</guid>
		<description><![CDATA[So debugging java can be a mighty pain, a little few lines of ways to make it simpler. # grep -m 1 -n '^2010-06-30 14:20:' catalina.out 11746233:2010-06-30 14:20:01,011 DEBUG com.beginning.of.line # grep -m 1 -n '^2010-06-30 14:21:' catalina.out 11747788:2010-06-30 14:21:00,161 WARN org.apache.commons.httpclient.HttpMethodBase - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream]]></description>
		<wfw:commentRss>http://dubdubdub.co.uk/2010/06/java-log-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snow Leopard and the jvm</title>
		<link>http://dubdubdub.co.uk/2009/11/snow-leopard-and-the-jvm</link>
		<comments>http://dubdubdub.co.uk/2009/11/snow-leopard-and-the-jvm#comments</comments>
		<pubDate>Sat, 21 Nov 2009 18:50:36 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[java]]></category>

		<guid isPermaLink="false">http://dubdubdub.co.uk/?p=978</guid>
		<description><![CDATA[So in a startling case of &#8220;Apple knows best&#8221; they have gone and removed the 1.5 JVM &#8211; I know it&#8217;s pretty old and people were complaining about not having a 1.6 JVM for a long time &#8211; but really! So the following post steps you through re-enabling the 1.5 VM and now semi-happy days]]></description>
		<wfw:commentRss>http://dubdubdub.co.uk/2009/11/snow-leopard-and-the-jvm/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SNMP over SSH tunnels</title>
		<link>http://dubdubdub.co.uk/2009/10/snmp-over-ssh-tunnels</link>
		<comments>http://dubdubdub.co.uk/2009/10/snmp-over-ssh-tunnels#comments</comments>
		<pubDate>Sat, 03 Oct 2009 12:04:03 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[snmp]]></category>

		<guid isPermaLink="false">http://dubdubdub.co.uk/?p=974</guid>
		<description><![CDATA[Sometimes you just need to tunnel UDP based protocols &#8211; such as SNMP &#8211; and the easiest ways is to use socat socat tcp4-listen:6667,reuseaddr,fork UDP:DESTINATION:161 socat udp4-listen:161,reuseaddr,fork tcp:localhost:6667 And in combination with your normal SSH tunnel ssh -L6667:localhost:6667 BASTION_HOST]]></description>
		<wfw:commentRss>http://dubdubdub.co.uk/2009/10/snmp-over-ssh-tunnels/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Smokeping and measuring SOAP requests</title>
		<link>http://dubdubdub.co.uk/2009/09/smokeping-and-measuring-soap-requests</link>
		<comments>http://dubdubdub.co.uk/2009/09/smokeping-and-measuring-soap-requests#comments</comments>
		<pubDate>Mon, 28 Sep 2009 14:25:41 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://dubdubdub.co.uk/?p=969</guid>
		<description><![CDATA[We&#8217;ve had an issue with performance of a SOAP interface, and here&#8217;s how you go about setting up smokeping to time it:- extraargs = -H Content-Type:text/xml --data @/srv/scripts/soap_check/soap-test.xml urlformat = http://server.name.com/url/soap_url The only annoying problem is that the SOAP payload cannot be included as part of the command line, so any slaves would require the]]></description>
		<wfw:commentRss>http://dubdubdub.co.uk/2009/09/smokeping-and-measuring-soap-requests/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UTF-8 and MySQL databases</title>
		<link>http://dubdubdub.co.uk/2009/07/utf-8-and-mysql-databases</link>
		<comments>http://dubdubdub.co.uk/2009/07/utf-8-and-mysql-databases#comments</comments>
		<pubDate>Fri, 31 Jul 2009 15:02:32 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://dubdubdub.co.uk/?p=955</guid>
		<description><![CDATA[Nice bugs that no one seems to want to fix:- mysql> create table test5 ( wibble varchar(500), PRIMARY KEY (wibble) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_bin; ERROR 1071 (42000): Specified key was too long; max key length is 767 bytes mysql> create table test5 ( wibble varchar(500), PRIMARY KEY (wibble) ) ENGINE=myisam DEFAULT CHARSET=utf8 COLLATE=utf8_bin; ERROR]]></description>
		<wfw:commentRss>http://dubdubdub.co.uk/2009/07/utf-8-and-mysql-databases/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>securing wordpress</title>
		<link>http://dubdubdub.co.uk/2009/03/securing-wordpress</link>
		<comments>http://dubdubdub.co.uk/2009/03/securing-wordpress#comments</comments>
		<pubDate>Sun, 08 Mar 2009 21:29:44 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://dubdubdub.co.uk/2009/03/securing-wordpress</guid>
		<description><![CDATA[Notes on how to secure wordpress 2.7.1 (this is all pretty well documented, but I ran into a couple of dohs!) o Remove the default admin user o Create a user you want to login as o Login as this new user o Remove the &#8216;admin&#8217; user &#8211; assign all posts to new user o]]></description>
		<wfw:commentRss>http://dubdubdub.co.uk/2009/03/securing-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>upgrading the playstation</title>
		<link>http://dubdubdub.co.uk/2009/03/upgrading-the-playstation</link>
		<comments>http://dubdubdub.co.uk/2009/03/upgrading-the-playstation#comments</comments>
		<pubDate>Sun, 01 Mar 2009 19:19:12 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[computers]]></category>

		<guid isPermaLink="false">http://dubdubdub.co.uk/?p=938</guid>
		<description><![CDATA[Well finally borrowed an USB disk big enough &#8211; though the actual backup of the playstation ended up at 8GB it complained about fitting on my USB drive. So aside from a simple backup of the old drive via the XMB tool. Replace the old 40GB 2.5&#8243; SATA drive with a nice shiny 320GB model]]></description>
		<wfw:commentRss>http://dubdubdub.co.uk/2009/03/upgrading-the-playstation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>growing disks in macos</title>
		<link>http://dubdubdub.co.uk/2009/02/growing-disks-in-macos</link>
		<comments>http://dubdubdub.co.uk/2009/02/growing-disks-in-macos#comments</comments>
		<pubDate>Fri, 20 Feb 2009 10:45:20 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[drupal]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[snmp]]></category>
		<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://dubdubdub.co.uk/?p=932</guid>
		<description><![CDATA[I have 4 disks that are currently :- 320GB macos boot disk 320GB time machine 500GB mirrored data 500GB mirrored data Running out of space on my mirrored data volume, so just upgrading it with a pair of 1.5TB drives, and so a little bit of a shell game&#8230; well I&#8217;m cheating and using ZFS]]></description>
		<wfw:commentRss>http://dubdubdub.co.uk/2009/02/growing-disks-in-macos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>shining a light on spotlight</title>
		<link>http://dubdubdub.co.uk/2009/01/shining-a-light-on-spotlight</link>
		<comments>http://dubdubdub.co.uk/2009/01/shining-a-light-on-spotlight#comments</comments>
		<pubDate>Tue, 13 Jan 2009 23:24:45 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[notes]]></category>

		<guid isPermaLink="false">http://dubdubdub.co.uk/?p=929</guid>
		<description><![CDATA[Show the status of spotlight on volumes: $ mdutil -sa /Shared Items/Public: Indexing enabled. /Volumes/Time Machine/Shared Items/Backups: Indexing and searching disabled. /Users: Indexing enabled. /Volumes/pool1: Indexing and searching disabled. /Shared Items/Backups: Indexing enabled. /Groups: Indexing enabled. I was recieving a few errors when trying to spotlight for applications (well they didn&#8217;t appear) &#8211; running $]]></description>
		<wfw:commentRss>http://dubdubdub.co.uk/2009/01/shining-a-light-on-spotlight/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>social networking</title>
		<link>http://dubdubdub.co.uk/2009/01/social-networking</link>
		<comments>http://dubdubdub.co.uk/2009/01/social-networking#comments</comments>
		<pubDate>Tue, 06 Jan 2009 11:47:44 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[computers]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://dubdubdub.co.uk/?p=921</guid>
		<description><![CDATA[Hmm, I&#8217;ve always had some trouble using social networks &#8211; how much of that is because I&#8217;m not, and never been, much of a diarist I don&#8217;t know; as a little aid memoire I&#8217;ve scribbled together the following diagram of the interactions EEeeek, err &#8211; maybe I should just stick to 1]]></description>
		<wfw:commentRss>http://dubdubdub.co.uk/2009/01/social-networking/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
