<?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>Andy Dixon &#187; perl</title>
	<atom:link href="http://www.andydixon.com/category/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andydixon.com</link>
	<description>Do the Oblivious</description>
	<lastBuildDate>Wed, 08 Feb 2012 00:24:39 +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>Fixing Debian / Ubuntu iostat Munin Plugin</title>
		<link>http://www.andydixon.com/2012/01/26/fixing-debian-ubuntu-iostat-munin-plugin/</link>
		<comments>http://www.andydixon.com/2012/01/26/fixing-debian-ubuntu-iostat-munin-plugin/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 08:12:57 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[iostat]]></category>
		<category><![CDATA[munin]]></category>

		<guid isPermaLink="false">http://www.andydixon.com/?p=841</guid>
		<description><![CDATA[Munin is written in perl. Yummy. I noticed that the iostat plugin was broken and was not returning any values. To fix this you need to change a line in the plugin code. nano -w /usr/share/munin/plugins/iostat You need to change line 176 to read: next unless $tmpnam !~ \/c\d+d\d+$/ In nano, press ctrl + shift [...]]]></description>
			<content:encoded><![CDATA[<p>Munin is written in perl. Yummy.</p>
<p>I noticed that the iostat plugin was broken and was not returning any values. To fix this you need to change a line in the plugin code.</p>
<p><code>nano -w /usr/share/munin/plugins/iostat</code></p>
<p>You need to change line 176 to read:</p>
<blockquote><p><code>next unless $tmpnam !~ \/c\d+d\d+$/</code></p></blockquote>
<p>In nano, press ctrl + shift + &#8211; (or ctrl+underscore) and type 177 [enter]</p>
<p>That should do it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andydixon.com/2012/01/26/fixing-debian-ubuntu-iostat-munin-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transparent Linux Anonymity</title>
		<link>http://www.andydixon.com/2012/01/01/transparent-linux-anonymity/</link>
		<comments>http://www.andydixon.com/2012/01/01/transparent-linux-anonymity/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 00:00:05 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[anonymity]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[IPTables]]></category>

		<guid isPermaLink="false">http://www.andydixon.com/?p=5</guid>
		<description><![CDATA[I started cleaning up my github account, and found an old script I wrote which configures a Linux (well, tested on Ubuntu) box to pass all internet traffic through through Tor. Its a perl script which requires IPTables to be installed, and before running, a small config file needs to be created at /etc/anonymiser.conf containing [...]]]></description>
			<content:encoded><![CDATA[<p>I started cleaning up my github account, and found an old script I wrote which configures a Linux (well, tested on Ubuntu) box to pass all internet traffic through through <a title="Tor Project" href="http://www.torproject.org" target="_blank">Tor</a>.</p>
<p>Its a perl script which requires IPTables to be installed, and before running, a small config file needs to be created at <em>/etc/anonymiser.conf</em> containing something like this:<br />
<code><br />
@mynets = ("192.168.0.0/24","192.168.1.0/24","10.0.0.0/8");<br />
$TOR_UID = `id -u debian-tor`;<br />
1;</code></p>
<p>The script basically checks to see if Tor is installed, if not, install it, configure it so DNS is routed too (enhances security), and writes a bunch of IPTables rules to route outgoing streams through the (newly) installed Tor service.</p>
<p>To download or fork the script, you can grab it from here:</p>
<p><a href="https://github.com/andydixon/TransparentLinuxAnonymity">https://github.com/andydixon/TransparentLinuxAnonymity</a></p>
<p><em>Edit:</em> Actually, looking at it, its written for Debian based Linux distributions..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andydixon.com/2012/01/01/transparent-linux-anonymity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

