<?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>Steve Levine &#187; Linux</title>
	<atom:link href="http://blue64.net/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blue64.net</link>
	<description>Living in a 64 bit world</description>
	<lastBuildDate>Sat, 15 May 2010 16:52:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>First Thoughts On My New Eee Pc (1005PE)</title>
		<link>http://blue64.net/2010/03/first-thoughts-on-my-new-eee-pc-1005pe/</link>
		<comments>http://blue64.net/2010/03/first-thoughts-on-my-new-eee-pc-1005pe/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 22:30:30 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blue64.net/?p=714</guid>
		<description><![CDATA[So far, so good with my new Eee PC (1005PE) Netbook.  The machine came pre-installed with Win 7 Starter edition, so the first task for me to do was to get rid of Windows 7 and install Ubuntu Netbook on it.  So I downloaded the Ubuntu Netbook 10.04 daily build image (yes, I [...]]]></description>
		<wfw:commentRss>http://blue64.net/2010/03/first-thoughts-on-my-new-eee-pc-1005pe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy Upgrades</title>
		<link>http://blue64.net/2009/06/easy-upgrades/</link>
		<comments>http://blue64.net/2009/06/easy-upgrades/#comments</comments>
		<pubDate>Mon, 15 Jun 2009 22:49:31 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blue64.net/?p=324</guid>
		<description><![CDATA[Who doesn&#8217;t like easy upgrades?  Easy upgrades are great when implemented correctly.  There are two speciifiic easy upgrades I have been (enjoying) using recently, namely, Wordpress and Ubuntu Server.
Wordpress
This blog has been powered by Wordpress for a long time, and has been upgraded many times along the way.  Download the latest tgz file, [...]]]></description>
		<wfw:commentRss>http://blue64.net/2009/06/easy-upgrades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Directory size from the cmd line</title>
		<link>http://blue64.net/2006/02/directory-size-from-the-cmd-line/</link>
		<comments>http://blue64.net/2006/02/directory-size-from-the-cmd-line/#comments</comments>
		<pubDate>Sun, 26 Feb 2006 01:55:00 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://blue64.net/?p=82</guid>
		<description><![CDATA[Have you ever wanted to scan recursively through a directory to find out how much space each sub directory was taking up?  Well, there is an easy way of doing this on *nix.  Just run du &#8220;Disk Usage&#8221;.
On a Darwin (OS X) based distro you can run:
du -hd1
which tells du to render the [...]]]></description>
		<wfw:commentRss>http://blue64.net/2006/02/directory-size-from-the-cmd-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to SSH without using a Password</title>
		<link>http://blue64.net/2004/12/how-to-ssh-without-using-a-password/</link>
		<comments>http://blue64.net/2004/12/how-to-ssh-without-using-a-password/#comments</comments>
		<pubDate>Tue, 28 Dec 2004 02:33:51 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blue64.net/?p=95</guid>
		<description><![CDATA[0. The basis of using ssh without typing your password is public key based authentication. You need to generate a pair of public/private keys for this.
1. Firstly, generate your public/private keys using ssh-keygen
 % ssh-keygen -t rsa
You must use the -t option to specify that you are producing keys for SSH using RSA. This will [...]]]></description>
		<wfw:commentRss>http://blue64.net/2004/12/how-to-ssh-without-using-a-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
