<?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://www.moe.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.moe.co.uk</link>
	<description>I know I will forget.</description>
	<lastBuildDate>Wed, 04 Jan 2012 04:35:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Ubuntu apt-get Cannot initiate the connection to 80:80 (0.0.0.80). &#8211; connect (22: Invalid argument)</title>
		<link>http://www.moe.co.uk/2012/01/04/ubuntu-apt-get-cannot-initiate-the-connection-to-8080-0-0-0-80-connect-22-invalid-argument/</link>
		<comments>http://www.moe.co.uk/2012/01/04/ubuntu-apt-get-cannot-initiate-the-connection-to-8080-0-0-0-80-connect-22-invalid-argument/#comments</comments>
		<pubDate>Wed, 04 Jan 2012 04:35:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.moe.co.uk/?p=794</guid>
		<description><![CDATA[Was using a fresh install of Ubuntu 11.10 (oneiric) and continually received the following errors when trying to apt-get update: Cannot initiate the connection to 80:80 (0.0.0.80). &#8211; connect (22: Invalid argument) W: Failed to fetch http://au.archive.ubuntu.com/ubuntu/dists/oneiric-updates/universe/binary-i386/Packages Cannot initiate the connection to 80:80 (0.0.0.80). &#8211; connect (22: Invalid argument) etc&#8230; During OS installation a proxy [...]]]></description>
		<wfw:commentRss>http://www.moe.co.uk/2012/01/04/ubuntu-apt-get-cannot-initiate-the-connection-to-8080-0-0-0-80-connect-22-invalid-argument/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show disk usage excluding some directory structures</title>
		<link>http://www.moe.co.uk/2011/12/14/show-disk-usage-excluding-some-directory-structures/</link>
		<comments>http://www.moe.co.uk/2011/12/14/show-disk-usage-excluding-some-directory-structures/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 05:45:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[One Liners]]></category>
		<category><![CDATA[Operating System]]></category>

		<guid isPermaLink="false">http://www.moe.co.uk/?p=789</guid>
		<description><![CDATA[Wanted to do a quick &#8220;du -sh&#8221; on only the directories in / (&#8216;root&#8217;) and NOT any of the mounted partitions.  This one liner worked nicely: cd / ls -la / &#124; awk &#8216;{ print $9 }&#8217; &#124; egrep -v &#8216;boot&#124;part1&#124;var&#124;\.&#8217; &#124; xargs du -sh]]></description>
		<wfw:commentRss>http://www.moe.co.uk/2011/12/14/show-disk-usage-excluding-some-directory-structures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux routing a packet back out the interface the previous packet was received on</title>
		<link>http://www.moe.co.uk/2011/07/05/linux-routing-a-packet-back-out-the-interface-the-previous-packet-was-received-on/</link>
		<comments>http://www.moe.co.uk/2011/07/05/linux-routing-a-packet-back-out-the-interface-the-previous-packet-was-received-on/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 14:57:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating System]]></category>

		<guid isPermaLink="false">http://www.moe.co.uk/?p=785</guid>
		<description><![CDATA[Had a situation where there were two interfaces on a machine and one with the default gateway.  Some traffic was coming in view the backend NIC but the return traffic was going back out via the default gateway. These two URLs were interesting for this: http://tldp.org/HOWTO/Adv-Routing-HOWTO/ http://kindlund.wordpress.com/2007/11/19/configuring-multiple-default-routes-in-linux/]]></description>
		<wfw:commentRss>http://www.moe.co.uk/2011/07/05/linux-routing-a-packet-back-out-the-interface-the-previous-packet-was-received-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the deal with the facebook.com whois output?</title>
		<link>http://www.moe.co.uk/2011/06/28/what-is-the-deal-with-the-facebook-whois-output/</link>
		<comments>http://www.moe.co.uk/2011/06/28/what-is-the-deal-with-the-facebook-whois-output/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 07:35:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.moe.co.uk/?p=778</guid>
		<description><![CDATA[Was trying to find facebook contact information (phone number) on and around their site, but, this proved pretty much impossible.  I hoping they had some numbers in the whois output of their domains and the whois output looked a little strange. I have seen this before with another domain and wondered how it&#8217;s done. (Sub [...]]]></description>
		<wfw:commentRss>http://www.moe.co.uk/2011/06/28/what-is-the-deal-with-the-facebook-whois-output/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgraded PHP to 5.3 caused error in horde, phpbb3 and wordpress</title>
		<link>http://www.moe.co.uk/2011/04/26/upgraded-php-to-5-3-caused-error-in-horde-and-wordpress/</link>
		<comments>http://www.moe.co.uk/2011/04/26/upgraded-php-to-5-3-caused-error-in-horde-and-wordpress/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 13:41:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[datetime]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[horde]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[strftime]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.moe.co.uk/?p=767</guid>
		<description><![CDATA[A client upgraded his PHP install using the Atomic Turtle packages from 5.2.x to 5.3.6 and started to get error messages on some of his sites, and, in the error_log file for the site.  They looked like this: [Tue Apr 26 14:01:37 2011] [error] [client x.x.x.x] PHP Warning:  strftime() [&#60;a href='function.strftime'&#62;function.strftime&#60;/a&#62;]: It is not safe [...]]]></description>
		<wfw:commentRss>http://www.moe.co.uk/2011/04/26/upgraded-php-to-5-3-caused-error-in-horde-and-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Development boards</title>
		<link>http://www.moe.co.uk/2011/04/01/development-boards/</link>
		<comments>http://www.moe.co.uk/2011/04/01/development-boards/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 15:42:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.moe.co.uk/?p=745</guid>
		<description><![CDATA[What development board to use? is a nice little article covering dev boards from $0-$150 price range.   Found the site and link on http://biobug.org/.  Thanks Will.]]></description>
		<wfw:commentRss>http://www.moe.co.uk/2011/04/01/development-boards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Trackback Spam continues</title>
		<link>http://www.moe.co.uk/2011/03/13/wordpress-trackback-spam-continues/</link>
		<comments>http://www.moe.co.uk/2011/03/13/wordpress-trackback-spam-continues/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 11:05:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[comment]]></category>
		<category><![CDATA[rbl]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[trackback]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.moe.co.uk/?p=740</guid>
		<description><![CDATA[In post WordPress trackback spam I setup some rudimentry mod_security rules to block duplicate trackback spam attempts from known spammer IPs.  This stopped quite a few since implementation: 1449 in one day. However, I&#8217;m still getting a lot of trackback comment spam. Following the experiences from the blog post below I&#8217;m going to add some [...]]]></description>
		<wfw:commentRss>http://www.moe.co.uk/2011/03/13/wordpress-trackback-spam-continues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress trackback spam</title>
		<link>http://www.moe.co.uk/2011/03/11/wordpress-trackback-spam/</link>
		<comments>http://www.moe.co.uk/2011/03/11/wordpress-trackback-spam/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 15:20:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[block IP]]></category>
		<category><![CDATA[comments]]></category>
		<category><![CDATA[pmFromFile]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[trackback]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.moe.co.uk/?p=736</guid>
		<description><![CDATA[Start receiving 1000&#8242;s of trackback spam comments on previous post articles.  Very annoying considering we were receiving lots of emails for each of these. Decided to install mod_security and block and IP that does the trackbacks and will also add some RBL look ups later on. Installed mod_security with: apt-get install libapache-mod-security mod-security-common Used parts [...]]]></description>
		<wfw:commentRss>http://www.moe.co.uk/2011/03/11/wordpress-trackback-spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk 9.5.2 to 9.5.4 update bad practise</title>
		<link>http://www.moe.co.uk/2011/03/11/plesk-9-5-2-to-9-5-4-update-bad-practise/</link>
		<comments>http://www.moe.co.uk/2011/03/11/plesk-9-5-2-to-9-5-4-update-bad-practise/#comments</comments>
		<pubDate>Fri, 11 Mar 2011 12:17:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Control Panels]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[quota]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://www.moe.co.uk/?p=731</guid>
		<description><![CDATA[It seems like the Plesk developers have decided to do the following during the upgrade process, which, seems like a bad idea: ===&#62; Installing Apache Server Trying to stop service httpd&#8230; done Copying apache files&#8230; done ===&#62; Installing Quotas Trying to change quota limits&#8230; done Run quotacheck. This may take some time. quotacheck: Scanning /dev/md1 [...]]]></description>
		<wfw:commentRss>http://www.moe.co.uk/2011/03/11/plesk-9-5-2-to-9-5-4-update-bad-practise/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More FastCGI application processes in Plesk Linux</title>
		<link>http://www.moe.co.uk/2011/03/07/more-fastcgi-application-processes-in-plesk-linux/</link>
		<comments>http://www.moe.co.uk/2011/03/07/more-fastcgi-application-processes-in-plesk-linux/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 14:48:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Control Panels]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[fastcgi]]></category>
		<category><![CDATA[mod_fcgid]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://www.moe.co.uk/?p=727</guid>
		<description><![CDATA[Received a number of issues running a PHP site under FastCGI on Plesk 9.5.3 / CentOS 5.5 64 bit.  Saw a number of errors in the error log: [warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function [warn] (110)Connection timed out: mod_fcgid: ap_pass_brigade failed in handle_request function [warn] mod_fcgid: can&#8217;t apply process slot [...]]]></description>
		<wfw:commentRss>http://www.moe.co.uk/2011/03/07/more-fastcgi-application-processes-in-plesk-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

