<?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>Dan's View &#187; Geek</title>
	<atom:link href="http://danb-uk.net/cat/geek/feed/" rel="self" type="application/rss+xml" />
	<link>http://danb-uk.net</link>
	<description>My wanderings and geekery</description>
	<lastBuildDate>Mon, 01 Mar 2010 10:12:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>ShoutCast Stream Meta script</title>
		<link>http://danb-uk.net/2010/03/shoutcast-stream-meta-script/</link>
		<comments>http://danb-uk.net/2010/03/shoutcast-stream-meta-script/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 10:00:37 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[shoutcast]]></category>

		<guid isPermaLink="false">http://danb-uk.net/?p=319</guid>
		<description><![CDATA[Using the following python script you can pull the meta info from a playing stream. The headers variable will contain the Radio Name and other things, and the meta&#8217;s returned will include the currently playing track. source Example output: dan@x ~/ $ ./get_icy_name.py {'headers': {'icy-genre': 'Techno Drum and Bass', 'icy-notice2': 'SHOUTcast Distributed Network Audio Server/Linux [...]]]></description>
		<wfw:commentRss>http://danb-uk.net/2010/03/shoutcast-stream-meta-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wasted BogoMIPS</title>
		<link>http://danb-uk.net/2009/05/wasted-bogomips/</link>
		<comments>http://danb-uk.net/2009/05/wasted-bogomips/#comments</comments>
		<pubDate>Tue, 05 May 2009 14:15:56 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[bogomips]]></category>
		<category><![CDATA[fail]]></category>

		<guid isPermaLink="false">http://danb-uk.net/?p=246</guid>
		<description><![CDATA[So last week I screwed up in a royal fashion. I caused 1 core on 12,000 servers to be running at 100% with a zombie process. In conversation with a friend he asked &#8220;So how many BogoMIPS were you wasting?&#8221;, of course I had to find out. So I grepped out the first core on [...]]]></description>
		<wfw:commentRss>http://danb-uk.net/2009/05/wasted-bogomips/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>whois?</title>
		<link>http://danb-uk.net/2009/04/whois/</link>
		<comments>http://danb-uk.net/2009/04/whois/#comments</comments>
		<pubDate>Tue, 21 Apr 2009 20:11:00 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[whois]]></category>

		<guid isPermaLink="false">http://danb-uk.net/?p=239</guid>
		<description><![CDATA[&#8220;If your ISP has registered with the appropriate databases, our servers are updated on a regular basis so you will have to wait until the next refresh to gain access.&#8221; Would you interpret that to mean they are using whois lookups on IP addresses/blocks to check its location for limiting content to certain contries?]]></description>
		<wfw:commentRss>http://danb-uk.net/2009/04/whois/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Unbuffered patch for aircrack-ng</title>
		<link>http://danb-uk.net/2009/04/unbuffered-patch-for-aircrack-ng/</link>
		<comments>http://danb-uk.net/2009/04/unbuffered-patch-for-aircrack-ng/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 18:42:34 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[WIFI]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://danb-uk.net/?p=218</guid>
		<description><![CDATA[If like me you like to pipe things around in the shell then when I looked at aircrack-ng I wanted to script using it. Therefore I wrote a simple patch for the current version that disables buffering to allow the stdout/err to act like they are writing to a log file so good for timely [...]]]></description>
		<wfw:commentRss>http://danb-uk.net/2009/04/unbuffered-patch-for-aircrack-ng/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use ssh ControlMaster to improve speed of connection time</title>
		<link>http://danb-uk.net/2009/04/ssh-controlmaster/</link>
		<comments>http://danb-uk.net/2009/04/ssh-controlmaster/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 18:02:46 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://danb-uk.net/?p=212</guid>
		<description><![CDATA[I often work on many machines and end up with multiple sessions to each. Therefore I finally got around to checking out the ControlMaster and ControlPath configuration of ssh. I added the following to my ~/.ssh/config which is for a virtual machine I use on my laptop, so no network issues in play. Host vm [...]]]></description>
		<wfw:commentRss>http://danb-uk.net/2009/04/ssh-controlmaster/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iplayer-dl Centos 5 RPMs</title>
		<link>http://danb-uk.net/2009/02/iplayer-dl-centos-5-rpms/</link>
		<comments>http://danb-uk.net/2009/02/iplayer-dl-centos-5-rpms/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 00:24:20 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[iplayer-dl]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://danb-uk.net/?p=139</guid>
		<description><![CDATA[So I am setting up something to automatically download iPlayer episodes and needed to install iplayer-dl onto a Centos 5 machine. I don&#8217;t like installing stuff on a host without using package management therefore I have created a RPM for it. You can find the SPEC, RPM and SRPM here.]]></description>
		<wfw:commentRss>http://danb-uk.net/2009/02/iplayer-dl-centos-5-rpms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migrations&#8230;</title>
		<link>http://danb-uk.net/2009/02/migrations/</link>
		<comments>http://danb-uk.net/2009/02/migrations/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 13:15:02 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[a2b]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://danb-uk.net/?p=117</guid>
		<description><![CDATA[Well would be apart from hosing the box within 3 hours. Once Xen is up an running, mini boxes will be doing it all. Update: An image I took a while back.]]></description>
		<wfw:commentRss>http://danb-uk.net/2009/02/migrations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing UserFly</title>
		<link>http://danb-uk.net/2009/01/testing-userfly/</link>
		<comments>http://danb-uk.net/2009/01/testing-userfly/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 12:52:50 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[userfly]]></category>

		<guid isPermaLink="false">http://danb-uk.net/?p=114</guid>
		<description><![CDATA[I have added userfly to my blog, let&#8217;s see how it works.]]></description>
		<wfw:commentRss>http://danb-uk.net/2009/01/testing-userfly/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>eee PC 901 &#8211; 2.6.27 &#8211; Working eth0</title>
		<link>http://danb-uk.net/2008/11/eee-pc-901-2627-working-eth0/</link>
		<comments>http://danb-uk.net/2008/11/eee-pc-901-2627-working-eth0/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 16:52:46 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://danb-uk.net/?p=68</guid>
		<description><![CDATA[So I did some more searching and came accross a patch for 2.6.26 that I have modified to work with 2.6.27. Original: http://people.redhat.com/csnook/atl2/atlx/atl2-2.6.26-4.patch.bz2 Patched: http://github.com/DanBUK/gentoo-eeepc/tree/master/kernel/atl2-2.6.26-4.patch]]></description>
		<wfw:commentRss>http://danb-uk.net/2008/11/eee-pc-901-2627-working-eth0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gentoo &#8211; eee PC 901 &#8211; Kernel Configuration 2.6.27</title>
		<link>http://danb-uk.net/2008/11/gentoo-eee-pc-901-kernel-configuration-2627/</link>
		<comments>http://danb-uk.net/2008/11/gentoo-eee-pc-901-kernel-configuration-2627/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 14:18:19 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[eeepc]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://danb-uk.net/?p=66</guid>
		<description><![CDATA[So I said I would do it and here is is. The current and as I update it kernel configuration for the eee PC 901. I currently have NOT got the ethernet or bluetooth working, I actually havn&#8217;t even started to get the bluetooth working, but ethernet doesn&#8217;t seem to want to work. If anyone [...]]]></description>
		<wfw:commentRss>http://danb-uk.net/2008/11/gentoo-eee-pc-901-kernel-configuration-2627/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
