<?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>askmatt &#187; linux</title>
	<atom:link href="http://askmatt.co.uk/blog/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://askmatt.co.uk/blog</link>
	<description>ask matt</description>
	<lastBuildDate>Wed, 28 Sep 2011 15:20:03 +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 additonal IP addresses not available after hard reboot &#8211; slicehost</title>
		<link>http://askmatt.co.uk/blog/2010/09/ubuntu-additonal-ip-addresses-not-available-after-hard-reboot-slicehost/</link>
		<comments>http://askmatt.co.uk/blog/2010/09/ubuntu-additonal-ip-addresses-not-available-after-hard-reboot-slicehost/#comments</comments>
		<pubDate>Thu, 09 Sep 2010 11:59:00 +0000</pubDate>
		<dc:creator>askmatt</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[slicehost]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://askmatt.co.uk/blog/?p=105</guid>
		<description><![CDATA[Log in using ssh (putty) sudo ifup eth0:1 sudo ifup eth0:2 sudo ifup eth0:3 &#8230; and so on.]]></description>
		<wfw:commentRss>http://askmatt.co.uk/blog/2010/09/ubuntu-additonal-ip-addresses-not-available-after-hard-reboot-slicehost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>T-Mobile Broadband USB Stick 610 (Huawei E1750) Ubuntu</title>
		<link>http://askmatt.co.uk/blog/2010/06/t-mobile-broadband-usb-stick-610-huawei-e1750-ubuntu/</link>
		<comments>http://askmatt.co.uk/blog/2010/06/t-mobile-broadband-usb-stick-610-huawei-e1750-ubuntu/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 10:28:36 +0000</pubDate>
		<dc:creator>askmatt</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://askmatt.co.uk/blog/?p=96</guid>
		<description><![CDATA[The T-Mobile Broadband USB Stick 610 unlimited access gift pack for £44.99 has to be the cheapest way to get online anywhere for the next 3 months! Works with Ubuntu after you&#8217;ve run this script.]]></description>
		<wfw:commentRss>http://askmatt.co.uk/blog/2010/06/t-mobile-broadband-usb-stick-610-huawei-e1750-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Block countries using apache mod geo-ip / List of countries by fraud risk</title>
		<link>http://askmatt.co.uk/blog/2010/05/block-countries-using-apache-mod-geo-ip-list-of-countries-by-fraud-risk/</link>
		<comments>http://askmatt.co.uk/blog/2010/05/block-countries-using-apache-mod-geo-ip-list-of-countries-by-fraud-risk/#comments</comments>
		<pubDate>Mon, 31 May 2010 21:37:11 +0000</pubDate>
		<dc:creator>askmatt</dc:creator>
				<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://askmatt.co.uk/blog/?p=88</guid>
		<description><![CDATA[Install mod_geoip sudo apt-get install libapache2-mod-geoip The installation process creates a file /etc/apache2/mods-available/geoip.conf , ignore it and put the config info in apache2.conf , it will make it easier to find later. Find these lines in /etc/apache2/apache2.conf &#60;Files ~ &#8220;^\.ht&#8221;&#62; Order allow,deny Deny from all &#60;/Files&#62; and paste these lines directly below &#60;Files *&#62; #check [...]]]></description>
		<wfw:commentRss>http://askmatt.co.uk/blog/2010/05/block-countries-using-apache-mod-geo-ip-list-of-countries-by-fraud-risk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu start Xpay4 at boot</title>
		<link>http://askmatt.co.uk/blog/2010/03/ubuntu-start-xpay4-at-boot/</link>
		<comments>http://askmatt.co.uk/blog/2010/03/ubuntu-start-xpay4-at-boot/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 23:34:34 +0000</pubDate>
		<dc:creator>askmatt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://askmatt.co.uk/blog/?p=79</guid>
		<description><![CDATA[Add the following lines to /etc/rc.local cd /usr/local/xpay4 java -jar Xpay4.jar If /etc/rc.local doesn&#8217;t exist just create it.]]></description>
		<wfw:commentRss>http://askmatt.co.uk/blog/2010/03/ubuntu-start-xpay4-at-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Write CPU / Memory usage to log file every hour</title>
		<link>http://askmatt.co.uk/blog/2010/03/write-cpu-memory-usage-to-log-file-every-hour/</link>
		<comments>http://askmatt.co.uk/blog/2010/03/write-cpu-memory-usage-to-log-file-every-hour/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 23:28:53 +0000</pubDate>
		<dc:creator>askmatt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://askmatt.co.uk/blog/?p=75</guid>
		<description><![CDATA[Add this cron job &#8230; 0 * * * * top -n1 -b &#124; head -4 >> /var/www/askmatt.co.uk/top.txt output &#8230; Your browser does not support iframes.]]></description>
		<wfw:commentRss>http://askmatt.co.uk/blog/2010/03/write-cpu-memory-usage-to-log-file-every-hour/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quickly change a colour in a stylesheet from the command line</title>
		<link>http://askmatt.co.uk/blog/2010/01/quickly-change-a-colour-in-a-stylesheet-from-the-command-line/</link>
		<comments>http://askmatt.co.uk/blog/2010/01/quickly-change-a-colour-in-a-stylesheet-from-the-command-line/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 23:21:38 +0000</pubDate>
		<dc:creator>askmatt</dc:creator>
				<category><![CDATA[e-commerce]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://askmatt.co.uk/blog/?p=27</guid>
		<description><![CDATA[Change all instances of &#8216;#ebbc58&#8242; to &#8216;#ffff33&#8242; in all files ending .css in the directory &#8216;/var/www/skin/frontend/default/default/&#8217; and all its sub-directories. find /var/www/skin/frontend/default/default/ -name &#8220;*.css&#8221; -print &#124; xargs sed -i &#8216;s/ebbc58/ffff33/g&#8217;]]></description>
		<wfw:commentRss>http://askmatt.co.uk/blog/2010/01/quickly-change-a-colour-in-a-stylesheet-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

