<?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>Felipe Alvarez&#039;s blog &#187; GNU Linux</title>
	<atom:link href="http://www.felipe1982.com/blog/category/technology/gnu-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.felipe1982.com/blog</link>
	<description>blog about computing, philosophy, and life in Australia</description>
	<lastBuildDate>Fri, 03 Sep 2010 14:54:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>OpenMediaVault</title>
		<link>http://www.felipe1982.com/blog/2010/08/19/openmediavault/</link>
		<comments>http://www.felipe1982.com/blog/2010/08/19/openmediavault/#comments</comments>
		<pubDate>Thu, 19 Aug 2010 13:23:04 +0000</pubDate>
		<dc:creator>Felipe Alvarez</dc:creator>
				<category><![CDATA[GNU Linux]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[freenas]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[RAID]]></category>

		<guid isPermaLink="false">http://www.felipe1982.com/blog/?p=661</guid>
		<description><![CDATA[OpenMediaVault is looking quite promising. Development is still underway, and author has provided no taste to his loyal fans. This is another project from the same developers that brought you FreeNAS, an OS designed to store all of your files safely and secure, and make them accessible via a wide array of different networking protocols. [...]]]></description>
		<wfw:commentRss>http://www.felipe1982.com/blog/2010/08/19/openmediavault/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review of openSUSE 11.3 &#8211; Totally impressive</title>
		<link>http://www.felipe1982.com/blog/2010/07/25/review-of-opensuse-11-3-totally-impressive/</link>
		<comments>http://www.felipe1982.com/blog/2010/07/25/review-of-opensuse-11-3-totally-impressive/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 13:53:32 +0000</pubDate>
		<dc:creator>Felipe Alvarez</dc:creator>
				<category><![CDATA[GNU Linux]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[11.3]]></category>
		<category><![CDATA[lxde]]></category>
		<category><![CDATA[opensuse 11.3]]></category>

		<guid isPermaLink="false">http://www.felipe1982.com/blog/?p=640</guid>
		<description><![CDATA[openSUSE was released on July 15th. I downloaded the 32-bit DVD today, because I wanted to try the new LXDE Desktop that is included with the disk (thanks to Andreas for making that effort!). It is currently being test driven on VirtualBox on openSUSE 11.2, and MAN is it ever FAST! It&#8217;s probably the 1.5GB [...]]]></description>
		<wfw:commentRss>http://www.felipe1982.com/blog/2010/07/25/review-of-opensuse-11-3-totally-impressive/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GNU find and -perm option &#8211; Part 1</title>
		<link>http://www.felipe1982.com/blog/2010/06/06/gnu-find-and-perm-option/</link>
		<comments>http://www.felipe1982.com/blog/2010/06/06/gnu-find-and-perm-option/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 01:27:58 +0000</pubDate>
		<dc:creator>Felipe Alvarez</dc:creator>
				<category><![CDATA[GNU Linux]]></category>

		<guid isPermaLink="false">http://www.felipe1982.com/blog/?p=620</guid>
		<description><![CDATA[I have always found GNU find to be a little bit tricky to use. It is indeed quite a powerful program. It allows you to search anywhere, for anything! With the output, you can use the -exec option to run a command on each and every file find finds. -perm is a fantastic feature to [...]]]></description>
		<wfw:commentRss>http://www.felipe1982.com/blog/2010/06/06/gnu-find-and-perm-option/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password-less Logins with OpenSSH, scp, and rsync</title>
		<link>http://www.felipe1982.com/blog/2010/01/29/password-less-logins-with-openssh-scp-and-rsync/</link>
		<comments>http://www.felipe1982.com/blog/2010/01/29/password-less-logins-with-openssh-scp-and-rsync/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 07:39:31 +0000</pubDate>
		<dc:creator>Felipe Alvarez</dc:creator>
				<category><![CDATA[GNU Linux]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.felipe1982.com/blog/?p=556</guid>
		<description><![CDATA[UPDATE: I changed &#8216;&#62;&#8217; (erase file, then write to file) to &#8216;&#62;&#62;&#8217; (append to file). This avoids you overwriting your, or other peoples&#8217;, public keys. Setting up password-less logins is both dangerous, and mighty. It allows one to authenticate to an OpenSSH server without typing in a password. Authentication is gained via knowledge of a [...]]]></description>
		<wfw:commentRss>http://www.felipe1982.com/blog/2010/01/29/password-less-logins-with-openssh-scp-and-rsync/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Software RAID-5 on GNU/Linux Using mdadm In 6 Easy Steps</title>
		<link>http://www.felipe1982.com/blog/2010/01/27/software-raid-5-on-gnulinux-using-mdadm-in-6-easy-steps/</link>
		<comments>http://www.felipe1982.com/blog/2010/01/27/software-raid-5-on-gnulinux-using-mdadm-in-6-easy-steps/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 05:23:56 +0000</pubDate>
		<dc:creator>Felipe Alvarez</dc:creator>
				<category><![CDATA[GNU Linux]]></category>

		<guid isPermaLink="false">http://www.felipe1982.com/blog/?p=519</guid>
		<description><![CDATA[For this setup, I used 4 320GB sata 300 hard drives. This array is not configured for booting, just for redundant storage. My four drives are: sdb sdc sdd sde 1.  Ensure all partitions on the drives are erased There are a few ways to do this. I just overwrite the first million bytes with [...]]]></description>
		<wfw:commentRss>http://www.felipe1982.com/blog/2010/01/27/software-raid-5-on-gnulinux-using-mdadm-in-6-easy-steps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>No More Promises</title>
		<link>http://www.felipe1982.com/blog/2010/01/24/no-more-promises/</link>
		<comments>http://www.felipe1982.com/blog/2010/01/24/no-more-promises/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 05:56:30 +0000</pubDate>
		<dc:creator>Felipe Alvarez</dc:creator>
				<category><![CDATA[GNU Linux]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.felipe1982.com/blog/?p=517</guid>
		<description><![CDATA[I will never again buy a RAID Controller card from Promise again! They claimed to support GNU/Linux, and they don&#8217;t. They said they didn&#8217;t have drivers for Windows 7, and then suddenly they magically appear on their Downloads page. We weren&#8217;t even notified. I&#8217;m going to go with mdadm and try my luck with software [...]]]></description>
		<wfw:commentRss>http://www.felipe1982.com/blog/2010/01/24/no-more-promises/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>openSUSE 11.2 Disappointing</title>
		<link>http://www.felipe1982.com/blog/2009/11/17/opensuse-11-2-disappointing/</link>
		<comments>http://www.felipe1982.com/blog/2009/11/17/opensuse-11-2-disappointing/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 04:01:18 +0000</pubDate>
		<dc:creator>Felipe Alvarez</dc:creator>
				<category><![CDATA[Australia]]></category>
		<category><![CDATA[GNU Linux]]></category>

		<guid isPermaLink="false">http://www.felipe1982.com/blog/?p=482</guid>
		<description><![CDATA[I must say I found openSUSE 11.2 to be a major disappointment. I&#8217;ve come to expect better, much better, from Novell. If it weren&#8217;t for the stability issues with KDE and relatively poor netbook support this distribution would have been a keeper for me. There really is a lot to like. Perhaps the results will [...]]]></description>
		<wfw:commentRss>http://www.felipe1982.com/blog/2009/11/17/opensuse-11-2-disappointing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu saves Millions for French Police</title>
		<link>http://www.felipe1982.com/blog/2009/03/13/ubuntu-saves-millions-for-french-police/</link>
		<comments>http://www.felipe1982.com/blog/2009/03/13/ubuntu-saves-millions-for-french-police/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 02:07:04 +0000</pubDate>
		<dc:creator>Felipe Alvarez</dc:creator>
				<category><![CDATA[GNU Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.felipe1982.com/blog/?p=177</guid>
		<description><![CDATA[French Police save Millions switching to Ubuntu The French national police force, the Gendarmerie Nationale, has spoken about their migration away from the Windows platform to Linux. Estimated to have already saved the force 50 Million Euros, the migration is due to be completed on all 90,000 workstations by 2015. Of the move, Lt. Col. [...]]]></description>
		<wfw:commentRss>http://www.felipe1982.com/blog/2009/03/13/ubuntu-saves-millions-for-french-police/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New openSUSE 11.1 Released Today</title>
		<link>http://www.felipe1982.com/blog/2008/12/19/new-opensuse-111-released-today/</link>
		<comments>http://www.felipe1982.com/blog/2008/12/19/new-opensuse-111-released-today/#comments</comments>
		<pubDate>Fri, 19 Dec 2008 00:12:23 +0000</pubDate>
		<dc:creator>Felipe Alvarez</dc:creator>
				<category><![CDATA[GNU Linux]]></category>
		<category><![CDATA[opensuse]]></category>
		<category><![CDATA[opensuse 11.1]]></category>

		<guid isPermaLink="false">http://www.felipe1982.com/blog/?p=91</guid>
		<description><![CDATA[The openSUSE Project is proud to announce the release of openSUSE 11.1. The openSUSE 11.1 release includes more than 230 new features, improvements to YaST, major updates to GNOME, KDE, OpenOffice.org, and more freedom with a brand new license, Liberation fonts, and openJDK. This is also the first release built entirely in the openSUSE Build [...]]]></description>
		<wfw:commentRss>http://www.felipe1982.com/blog/2008/12/19/new-opensuse-111-released-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>who contributes to linux?</title>
		<link>http://www.felipe1982.com/blog/2008/04/02/who-contributes-to-linux/</link>
		<comments>http://www.felipe1982.com/blog/2008/04/02/who-contributes-to-linux/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 13:09:00 +0000</pubDate>
		<dc:creator>Felipe Alvarez</dc:creator>
				<category><![CDATA[GNU Linux]]></category>

		<guid isPermaLink="false">http://www.felipe1982.com/blog/?p=3</guid>
		<description><![CDATA[This is the largest distributed software development project in the world. Since 2005, the number of active kernel developers has tripled, reflecting the rowing importance of Linux in the embedded systems, server, and desktop markets. Between 70 and 95 percent of those developers are being paid for their work, dispelling the “hobbyist” myth present from [...]]]></description>
		<wfw:commentRss>http://www.felipe1982.com/blog/2008/04/02/who-contributes-to-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
