<?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>The Forgetful Sheep &#187; Operating Systems</title>
	<atom:link href="http://juan.axisym3.net/category/os/feed/" rel="self" type="application/rss+xml" />
	<link>http://juan.axisym3.net</link>
	<description>Thoughts of just about anything</description>
	<lastBuildDate>Thu, 01 Jul 2010 22:48:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Keep message unread in IMAP using getmail4</title>
		<link>http://juan.axisym3.net/2010/04/30/keep-message-unread-in-imap-using-getmail4/</link>
		<comments>http://juan.axisym3.net/2010/04/30/keep-message-unread-in-imap-using-getmail4/#comments</comments>
		<pubDate>Sat, 01 May 2010 05:34:56 +0000</pubDate>
		<dc:creator>Juan Frias</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[getmail4]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[imap]]></category>

		<guid isPermaLink="false">http://juan.axisym3.net/?p=279</guid>
		<description><![CDATA[I love getmail4 and use it as a cron job to check emails and send notifications to my phone via text message. Only problem is that getmail4 will mark messages read and when I get back to my desktop I don&#8217;t see notifications and have to remember to open my mail client to see passed <a href="http://juan.axisym3.net/2010/04/30/keep-message-unread-in-imap-using-getmail4/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://juan.axisym3.net/2010/04/30/keep-message-unread-in-imap-using-getmail4/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing Gnome Do without Evolution</title>
		<link>http://juan.axisym3.net/2009/08/08/installing-gnome-do-without-evolution/</link>
		<comments>http://juan.axisym3.net/2009/08/08/installing-gnome-do-without-evolution/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 06:07:04 +0000</pubDate>
		<dc:creator>Juan Frias</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://juan.axisym3.net/?p=196</guid>
		<description><![CDATA[I&#8217;ve been using fluxbox for quite some time now and I really like it. It is very light and since I run it on my server I want to keep the footprint as small as possible.
Problem is I fell in love with Gnome Do and rightfully so, as it has quite a bit of functionality. <a href="http://juan.axisym3.net/2009/08/08/installing-gnome-do-without-evolution/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://juan.axisym3.net/2009/08/08/installing-gnome-do-without-evolution/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Moving from backup2l to rsnapshot for a better backup</title>
		<link>http://juan.axisym3.net/2009/06/21/rsnapshot/</link>
		<comments>http://juan.axisym3.net/2009/06/21/rsnapshot/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 03:24:04 +0000</pubDate>
		<dc:creator>Juan Frias</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Vim Editor]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[rsnapshot]]></category>
		<category><![CDATA[time machine]]></category>

		<guid isPermaLink="false">http://juan.axisym3.net/?p=168</guid>
		<description><![CDATA[For a while now I&#8217;ve been using backup2l for my automated backups, but there where a few things I didn&#8217;t like about it. First the fact that all the backups where compressed, which is fine when you are trying to save space but trying to restore something can be a pain. in backup2l&#8217;s defense it <a href="http://juan.axisym3.net/2009/06/21/rsnapshot/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://juan.axisym3.net/2009/06/21/rsnapshot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Burning Movies to DVD</title>
		<link>http://juan.axisym3.net/2009/06/15/burning-movies-to-dvd/</link>
		<comments>http://juan.axisym3.net/2009/06/15/burning-movies-to-dvd/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 06:56:18 +0000</pubDate>
		<dc:creator>Juan Frias</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[dvd]]></category>
		<category><![CDATA[ffmpeg]]></category>

		<guid isPermaLink="false">http://juan.axisym3.net/?p=136</guid>
		<description><![CDATA[I just recently found a bunch of little video clips that I took with my little point and shoot Canon PowerShot camera. Most of them are really short, less than 5 minutes, and I wanted a quick and easy way to put these on DVD so I can send them to friends and family. So <a href="http://juan.axisym3.net/2009/06/15/burning-movies-to-dvd/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://juan.axisym3.net/2009/06/15/burning-movies-to-dvd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tango color scheme</title>
		<link>http://juan.axisym3.net/2008/11/24/tango-color-scheme/</link>
		<comments>http://juan.axisym3.net/2008/11/24/tango-color-scheme/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 21:37:13 +0000</pubDate>
		<dc:creator>Juan Frias</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Symfony]]></category>

		<guid isPermaLink="false">http://juan.axisym3.net/?p=73</guid>
		<description><![CDATA[When I saw uwstopia&#8217;s post on Tango terminal I fell in love with the color scheme right away. Basically it follows the Tango Desktop Project color scheme with a few exceptions. Personally I spend so much time on the terminal that this scheme make it easier on the eyes. But there was one problem I <a href="http://juan.axisym3.net/2008/11/24/tango-color-scheme/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://juan.axisym3.net/2008/11/24/tango-color-scheme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting a Virtualbox machine from the command line</title>
		<link>http://juan.axisym3.net/2008/11/15/66/</link>
		<comments>http://juan.axisym3.net/2008/11/15/66/#comments</comments>
		<pubDate>Sat, 15 Nov 2008 18:23:23 +0000</pubDate>
		<dc:creator>Juan Frias</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://juan.axisym3.net/?p=66</guid>
		<description><![CDATA[I finally got Virtualbox running on my Debian box but I kept wanting to just start the virtual machine from my Fluxbox menu instead of running the GUI and selecting it from there. After digging around I found that there is an executable VBoxManage that comes with VirtualBox to accomplish this. All you do is <a href="http://juan.axisym3.net/2008/11/15/66/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://juan.axisym3.net/2008/11/15/66/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samba creating root-owned files for non-root user on Debian/etch</title>
		<link>http://juan.axisym3.net/2008/09/30/samba-creating-root-owned-files-for-non-root-user-on-debianetch/</link>
		<comments>http://juan.axisym3.net/2008/09/30/samba-creating-root-owned-files-for-non-root-user-on-debianetch/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 02:29:13 +0000</pubDate>
		<dc:creator>Juan Frias</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://juan.axisym3.net/?p=34</guid>
		<description><![CDATA[I just noticed today that when I connect from my Mac OS X box to my Debian/Etch box via Samba it appears that every time I create a file it gets the owner of root. For example if I log on as jfrias I would expect files to be jfrias:jfrias when I create them but <a href="http://juan.axisym3.net/2008/09/30/samba-creating-root-owned-files-for-non-root-user-on-debianetch/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://juan.axisym3.net/2008/09/30/samba-creating-root-owned-files-for-non-root-user-on-debianetch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Search and replace using perl!</title>
		<link>http://juan.axisym3.net/2008/09/29/linux-how-do-i-mass-find-and-replace-text-in-files-under-linux-using-perl-technology-learn-and-share/</link>
		<comments>http://juan.axisym3.net/2008/09/29/linux-how-do-i-mass-find-and-replace-text-in-files-under-linux-using-perl-technology-learn-and-share/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 18:55:34 +0000</pubDate>
		<dc:creator>Juan Frias</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://juan.axisym3.net/?p=31</guid>
		<description><![CDATA[Sunny Walia has a great tip for Search and Replace in a linux box. 
For a while now I used to use SED but Sunny suggests using perl&#8217;s inplace option (-i) to speed things up. Let me tell you this is a great time saver!.
perl -w -i -p -e &#34;s/search_text/replace_text/g&#34; *.txt
You can read the original <a href="http://juan.axisym3.net/2008/09/29/linux-how-do-i-mass-find-and-replace-text-in-files-under-linux-using-perl-technology-learn-and-share/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://juan.axisym3.net/2008/09/29/linux-how-do-i-mass-find-and-replace-text-in-files-under-linux-using-perl-technology-learn-and-share/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mondo Rescue Live CD</title>
		<link>http://juan.axisym3.net/2008/02/29/mondo-rescue-live-cd-2/</link>
		<comments>http://juan.axisym3.net/2008/02/29/mondo-rescue-live-cd-2/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 22:23:52 +0000</pubDate>
		<dc:creator>Juan Frias</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://juan.axisym3.net/2008/02/29/mondo-rescue-live-cd-2/</guid>
		<description><![CDATA[I love Mondo Rescue and at one point there was a Live CD that would boot your PC and you can then launch it from there. It was great for backing up Windows machines, but I tried searching for it and the Live CD is no where to be found. So I decided to roll <a href="http://juan.axisym3.net/2008/02/29/mondo-rescue-live-cd-2/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://juan.axisym3.net/2008/02/29/mondo-rescue-live-cd-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strange Symlink Behavior in Leopard</title>
		<link>http://juan.axisym3.net/2007/11/11/strange-symlink-behavior-in-leopard/</link>
		<comments>http://juan.axisym3.net/2007/11/11/strange-symlink-behavior-in-leopard/#comments</comments>
		<pubDate>Mon, 12 Nov 2007 00:57:25 +0000</pubDate>
		<dc:creator>Juan Frias</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[Symlinks]]></category>

		<guid isPermaLink="false">http://juan.axisym3.net/2007/11/11/strange-symlink-behavior-in-leopard/</guid>
		<description><![CDATA[I just noticed some strange symlink behavior with my Samba shares on my Debian box. Usually directory symlinks show up as folders on Mac OS X. But today I noticed that they started to show up as file aliases. You can click on them but they don&#8217;t open the target folder. I just recently upgraded to <a href="http://juan.axisym3.net/2007/11/11/strange-symlink-behavior-in-leopard/" class="more-link">More &#62;</a>]]></description>
		<wfw:commentRss>http://juan.axisym3.net/2007/11/11/strange-symlink-behavior-in-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
