<?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>Stuff</title>
	<atom:link href="http://stuff.iain.cx/feed/" rel="self" type="application/rss+xml" />
	<link>http://stuff.iain.cx</link>
	<description>Dumenil said I should write a blog</description>
	<lastBuildDate>Sat, 31 Mar 2012 09:00:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Policing and monitoring</title>
		<link>http://stuff.iain.cx/2011/12/27/policing-and-monitoring/</link>
		<comments>http://stuff.iain.cx/2011/12/27/policing-and-monitoring/#comments</comments>
		<pubDate>Tue, 27 Dec 2011 12:17:38 +0000</pubDate>
		<dc:creator>iain</dc:creator>
				<category><![CDATA[Geekiness]]></category>

		<guid isPermaLink="false">http://stuff.iain.cx/?p=334</guid>
		<description><![CDATA[Last year I configured my Cisco 877 router to rate-limit downloads so as not to exceed my ISP&#8217;s monthly quota. Later I realised that rate-limiting is not the best method to cap downstream traffic and switched to policing instead. My method worked but with some changes to the implementation I have since been able to [...]]]></description>
		<wfw:commentRss>http://stuff.iain.cx/2011/12/27/policing-and-monitoring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>libvirtd Kerberos</title>
		<link>http://stuff.iain.cx/2011/05/08/libvirtd-kerberos/</link>
		<comments>http://stuff.iain.cx/2011/05/08/libvirtd-kerberos/#comments</comments>
		<pubDate>Sun, 08 May 2011 10:24:35 +0000</pubDate>
		<dc:creator>iain</dc:creator>
				<category><![CDATA[Geekiness]]></category>

		<guid isPermaLink="false">http://stuff.iain.cx/?p=306</guid>
		<description><![CDATA[I had some fun getting libvirtd to work with GSSAPI. It looked like it should be easy but documentation was thin on the ground and some key points were glossed over. Eventually I did figure it out. Here&#8217;s how. The first step is to configure libvirtd to accept connections secured with GSSAPI. That means it [...]]]></description>
		<wfw:commentRss>http://stuff.iain.cx/2011/05/08/libvirtd-kerberos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error messages</title>
		<link>http://stuff.iain.cx/2010/11/18/error-messages/</link>
		<comments>http://stuff.iain.cx/2010/11/18/error-messages/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 12:51:18 +0000</pubDate>
		<dc:creator>iain</dc:creator>
				<category><![CDATA[Geekiness]]></category>
		<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://stuff.iain.cx/?p=300</guid>
		<description><![CDATA[The command: snapdrive storage list -all The error message displayed to the user: Status call to SDU daemon failed The error hidden in the Snapdrive trace log: Fatal error: Assertion detected in production code: ../sbl/StorageOperation.cpp:182: Test &#8216;osAssistants.size() == 1&#8242; failed The actual problem: /etc/redhat-release contains the string CentOS not Red Hat.]]></description>
		<wfw:commentRss>http://stuff.iain.cx/2010/11/18/error-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Policing vs rate-limiting</title>
		<link>http://stuff.iain.cx/2010/08/31/policing-vs-rate-limiting/</link>
		<comments>http://stuff.iain.cx/2010/08/31/policing-vs-rate-limiting/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 06:31:51 +0000</pubDate>
		<dc:creator>iain</dc:creator>
				<category><![CDATA[Geekiness]]></category>

		<guid isPermaLink="false">http://stuff.iain.cx/?p=291</guid>
		<description><![CDATA[I read some Cisco documentation recommending the use of traffic policing in a service policy over rate-limiting on an interface. I already used a policy to set DSCP values which later controlled the rate-limiting so switching to policing would cut out the middle man and be easier to understand. That being said, my goal is [...]]]></description>
		<wfw:commentRss>http://stuff.iain.cx/2010/08/31/policing-vs-rate-limiting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rate limiting stats</title>
		<link>http://stuff.iain.cx/2010/07/13/rate-limiting-stats/</link>
		<comments>http://stuff.iain.cx/2010/07/13/rate-limiting-stats/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 13:03:48 +0000</pubDate>
		<dc:creator>iain</dc:creator>
				<category><![CDATA[Geekiness]]></category>

		<guid isPermaLink="false">http://stuff.iain.cx/?p=283</guid>
		<description><![CDATA[My experiment with rate limiting downloads seems to be largely successful, modulo a few typos and omissions. I accidentally set the HTTP class as a match-all rule rather than a match-any rule, meaning it would always fail to match as traffic cannot be both HTTP and HTTPS traffic simultaneously. I also forgot to add SSH [...]]]></description>
		<wfw:commentRss>http://stuff.iain.cx/2010/07/13/rate-limiting-stats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco 877 download rate limiting</title>
		<link>http://stuff.iain.cx/2010/07/11/cisco-877-download-rate-limiting/</link>
		<comments>http://stuff.iain.cx/2010/07/11/cisco-877-download-rate-limiting/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 16:37:16 +0000</pubDate>
		<dc:creator>iain</dc:creator>
				<category><![CDATA[Geekiness]]></category>

		<guid isPermaLink="false">http://stuff.iain.cx/?p=273</guid>
		<description><![CDATA[I&#8217;m in the process of migrating to a different ISP. Whereas until now I have been on a flat rate for download usage, the new provider charges significantly more for downloads between 0900 and 1800 on weekdays. As I have a Cisco 877 router I should be able to throttle downloads during peak times and [...]]]></description>
		<wfw:commentRss>http://stuff.iain.cx/2010/07/11/cisco-877-download-rate-limiting/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Automount trickery, submounts, cross-platform stuff etc</title>
		<link>http://stuff.iain.cx/2010/05/12/automount-trickery-submounts-cross-platform-stuff-etc/</link>
		<comments>http://stuff.iain.cx/2010/05/12/automount-trickery-submounts-cross-platform-stuff-etc/#comments</comments>
		<pubDate>Wed, 12 May 2010 21:48:23 +0000</pubDate>
		<dc:creator>iain</dc:creator>
				<category><![CDATA[Geekiness]]></category>

		<guid isPermaLink="false">http://stuff.iain.cx/?p=250</guid>
		<description><![CDATA[Hands up if your home directory is full of crap. Mine is. It has junk going back to 1999. As a measure of just how much junk I have let me tell you that at time of writing my home directory is 20Gb in size. In addition to having eleven years&#8217; worth of files that [...]]]></description>
		<wfw:commentRss>http://stuff.iain.cx/2010/05/12/automount-trickery-submounts-cross-platform-stuff-etc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oops</title>
		<link>http://stuff.iain.cx/2010/05/01/oops/</link>
		<comments>http://stuff.iain.cx/2010/05/01/oops/#comments</comments>
		<pubDate>Sat, 01 May 2010 08:19:07 +0000</pubDate>
		<dc:creator>iain</dc:creator>
				<category><![CDATA[Editorial]]></category>

		<guid isPermaLink="false">http://stuff.iain.cx/?p=246</guid>
		<description><![CDATA[Looks like I managed to kill my blog for a while. I&#8217;m not entirely sure how it happened; probably something to do with the fact that my WordPress installation is stored in a GIt submodule underneath my main web tree. Somehow I ended up blowing it away. That happened yesterday and unfortunately I didn&#8217;t notice [...]]]></description>
		<wfw:commentRss>http://stuff.iain.cx/2010/05/01/oops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NSSM 2.3</title>
		<link>http://stuff.iain.cx/2010/04/21/nssm-2-3/</link>
		<comments>http://stuff.iain.cx/2010/04/21/nssm-2-3/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 23:15:42 +0000</pubDate>
		<dc:creator>iain</dc:creator>
				<category><![CDATA[Geekiness]]></category>

		<guid isPermaLink="false">http://stuff.iain.cx/?p=221</guid>
		<description><![CDATA[I&#8217;m running final tests on, and will soon release, NSSM 2.3. NSSM &#8211; the Non-Sucking Service Manager &#8211; was originally written as a replacement for the venerable srvany, a tool which allows you to install any application as a Windows NT service. The new release will fix some bugs and add a new feature which [...]]]></description>
		<wfw:commentRss>http://stuff.iain.cx/2010/04/21/nssm-2-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xorg-x11-drv-wacom deferred pain</title>
		<link>http://stuff.iain.cx/2010/04/19/xorg-x11-drv-wacom-deferred-pain/</link>
		<comments>http://stuff.iain.cx/2010/04/19/xorg-x11-drv-wacom-deferred-pain/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 18:44:36 +0000</pubDate>
		<dc:creator>iain</dc:creator>
				<category><![CDATA[Geekiness]]></category>

		<guid isPermaLink="false">http://stuff.iain.cx/?p=216</guid>
		<description><![CDATA[Some weeks ago Fedora 12 obsoleted linuxwacom and replaced it with xorg-x11-drv-wacom which apparently is a brand new XInput-based driver for Wacom tablets. Immediately this caused me great pain and suffering as TPCButton mode, ie the thing where you hold a side button and tap the pen to do a click, stopped working and my [...]]]></description>
		<wfw:commentRss>http://stuff.iain.cx/2010/04/19/xorg-x11-drv-wacom-deferred-pain/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

