<?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>Brenton Alker's Deprecated Behaviour &#187; Operating Systems</title>
	<atom:link href="http://blog.tekerson.com/category/operating-systems/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tekerson.com</link>
	<description>The inane, sometimes insane, ramblings from the mind of Brenton Alker.</description>
	<lastBuildDate>Wed, 17 Feb 2010 04:11:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Basic branching with git</title>
		<link>http://blog.tekerson.com/2008/09/05/basic-branching-with-git/</link>
		<comments>http://blog.tekerson.com/2008/09/05/basic-branching-with-git/#comments</comments>
		<pubDate>Fri, 05 Sep 2008 02:48:22 +0000</pubDate>
		<dc:creator>Brenton Alker</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://blog.tekerson.com/?p=51</guid>
		<description><![CDATA[With 3 long-running tasks concurrently on my plate, I finally got around to learning branching in git, and it&#8217;s easy!
Until this week, I had managed to get by without learning to branch. I have looked previously but got a little lost. I often temporarily stored my work using &#8220;git-stash&#8221; to work on multiple things at [...]]]></description>
		<wfw:commentRss>http://blog.tekerson.com/2008/09/05/basic-branching-with-git/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Set Manipulation of files with uniq &amp; sort</title>
		<link>http://blog.tekerson.com/2008/03/22/set-manipulation-of-files-with-uniq-sort/</link>
		<comments>http://blog.tekerson.com/2008/03/22/set-manipulation-of-files-with-uniq-sort/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 15:24:19 +0000</pubDate>
		<dc:creator>Brenton Alker</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://blog.everyone-here.is-a-geek.com/2008/03/22/set-manipulation-of-files-with-uniq-sort/</guid>
		<description><![CDATA[I often find myself performing operations on single column CSV files to perform tasks such as merging member id lists, or email addresses, counting unique entries, finding duplicates etc.
By applying some set theory (remember that from math class) and some standard linux/unix command line tools, almost any operation I have ever wanted to achieve in [...]]]></description>
		<wfw:commentRss>http://blog.tekerson.com/2008/03/22/set-manipulation-of-files-with-uniq-sort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Manually Deliver Email to Maildir</title>
		<link>http://blog.tekerson.com/2008/03/14/manually-deliver-email-to-maildir/</link>
		<comments>http://blog.tekerson.com/2008/03/14/manually-deliver-email-to-maildir/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 01:12:31 +0000</pubDate>
		<dc:creator>Brenton Alker</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://blog.everyone-here.is-a-geek.com/2008/03/14/manually-deliver-email-to-maildir/</guid>
		<description><![CDATA[I have, on occasion, had need to manually drop an email into a users inbox. For example, when an over-zealous virus scanner dumps mail into &#34;quarantine&#34;.
After confirming that the email are, in fact, virus free, the emails are able to be injected into the users maildir with the help of safecat, which guarantees atomic copying [...]]]></description>
		<wfw:commentRss>http://blog.tekerson.com/2008/03/14/manually-deliver-email-to-maildir/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using procmail to apply filter mail into Maildir folders</title>
		<link>http://blog.tekerson.com/2007/12/16/using-procmail-to-apply-filter-mail-into-maildir-folders/</link>
		<comments>http://blog.tekerson.com/2007/12/16/using-procmail-to-apply-filter-mail-into-maildir-folders/#comments</comments>
		<pubDate>Sun, 16 Dec 2007 01:24:17 +0000</pubDate>
		<dc:creator>Brenton Alker</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://blog.everyone-here.is-a-geek.com/2007/12/16/using-procmail-to-apply-filter-mail-into-maildir-folders/</guid>
		<description><![CDATA[This topic wasn&#8217;t on my &#8220;to do&#8221; list, but it came up. So here it is.
Use of procmail to filter emails is definitely not a new thing, that is what it does after all. But in my attempt to configure it, I found very little clear information about support for &#34;Maildir&#34; style delivery amongst the [...]]]></description>
		<wfw:commentRss>http://blog.tekerson.com/2007/12/16/using-procmail-to-apply-filter-mail-into-maildir-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rename multiple files with a Regular Expression (Regex)</title>
		<link>http://blog.tekerson.com/2007/07/25/rename-multiple-files-with-a-regular-expression-regex/</link>
		<comments>http://blog.tekerson.com/2007/07/25/rename-multiple-files-with-a-regular-expression-regex/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 07:00:57 +0000</pubDate>
		<dc:creator>Brenton Alker</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://blog.everyone-here.is-a-geek.com/2007/07/25/rename-multiple-files-with-a-regular-expression-regex/</guid>
		<description><![CDATA[It is often useful to be able to rename multiple files at the same time. Typical cases include changing a file extension (eg. *.jpeg to *.jpg) or renaming a set of files moved from one server to another (such as when repairing database replication, eg. slave1-bin.* to slave2-bin.*)
It is possible to write a shell script [...]]]></description>
		<wfw:commentRss>http://blog.tekerson.com/2007/07/25/rename-multiple-files-with-a-regular-expression-regex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wiping MBR and Reinstalling Grub</title>
		<link>http://blog.tekerson.com/2007/05/13/wiping-mbr-and-reinstalling-grub/</link>
		<comments>http://blog.tekerson.com/2007/05/13/wiping-mbr-and-reinstalling-grub/#comments</comments>
		<pubDate>Sun, 13 May 2007 07:15:00 +0000</pubDate>
		<dc:creator>Brenton Alker</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://blog.everyone-here.is-a-geek.com/2007/05/13/wiping-mbr-and-reinstalling-grub/</guid>
		<description><![CDATA[If you have ever mistakenly installed grub (or any other boot manager) onto the MBR of the wrong drive (usually during setting up additional multi-boot OSs), you&#8217;ll know it can be a pain to get rid of. Most sources out there are for when you accidentally override the windows boot manager with an common *nix [...]]]></description>
		<wfw:commentRss>http://blog.tekerson.com/2007/05/13/wiping-mbr-and-reinstalling-grub/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automated Incremental Backups With rsync</title>
		<link>http://blog.tekerson.com/2007/04/28/automated-incremental-backups-with-rsync/</link>
		<comments>http://blog.tekerson.com/2007/04/28/automated-incremental-backups-with-rsync/#comments</comments>
		<pubDate>Sat, 28 Apr 2007 05:28:37 +0000</pubDate>
		<dc:creator>Brenton Alker</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://blog.everyone-here.is-a-geek.com/2007/04/28/automated-incremental-backups-with-rsync/</guid>
		<description><![CDATA[When I installed my software RAID array, I was a little unsure of stability, mainly because I&#8217;ve never configured RAID before, not because the software is unstable. So as a precaution, I decided to create a backup scheme (which I should have had anyway).
Using some tools found on almost every Linux system, &#34;rsync&#34; and &#34;cp&#34;, [...]]]></description>
		<wfw:commentRss>http://blog.tekerson.com/2007/04/28/automated-incremental-backups-with-rsync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Software RAID With mdadm</title>
		<link>http://blog.tekerson.com/2007/04/23/configuring-software-raid-with-mdadm/</link>
		<comments>http://blog.tekerson.com/2007/04/23/configuring-software-raid-with-mdadm/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 05:14:31 +0000</pubDate>
		<dc:creator>Brenton Alker</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://blog.everyone-here.is-a-geek.com/2007/04/23/configuring-software-raid-with-mdadm/</guid>
		<description><![CDATA[Along with the old server machines I collected from the office (that this server is currently running on) came a plethora of hard disks of varying sized. I decided to put a couple of them to use in a RAID array to protect my important (not really) data.
The motherboard in my (much newer) desktop machine [...]]]></description>
		<wfw:commentRss>http://blog.tekerson.com/2007/04/23/configuring-software-raid-with-mdadm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Debian Etch Install</title>
		<link>http://blog.tekerson.com/2007/04/19/debian-etch-install/</link>
		<comments>http://blog.tekerson.com/2007/04/19/debian-etch-install/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 12:05:29 +0000</pubDate>
		<dc:creator>Brenton Alker</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>

		<guid isPermaLink="false">http://blog.everyone-here.is-a-geek.com/2007/04/19/debian-etch-install/</guid>
		<description><![CDATA[As I mentioned previously, I just replaced my server. The side-effect of this is that I need to perform a fresh install of all the software (unless I just move the drives of course, but I still want to use the old server).
I&#8217;ve decided to stay with Debian as my server distribution as I haven&#8217;t [...]]]></description>
		<wfw:commentRss>http://blog.tekerson.com/2007/04/19/debian-etch-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing custom programming font</title>
		<link>http://blog.tekerson.com/2007/01/31/installing-custom-programming-font/</link>
		<comments>http://blog.tekerson.com/2007/01/31/installing-custom-programming-font/#comments</comments>
		<pubDate>Wed, 31 Jan 2007 06:45:12 +0000</pubDate>
		<dc:creator>Brenton Alker</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.everyone-here.is-a-geek.com/2007/01/31/installing-custom-programming-font/</guid>
		<description><![CDATA[Every so often I find a new font that I want to use for something on my system.
This time it was a new programming font in gvim. The font I was interested in is ProFontI use this font at work, and it is far superior to the default terminal font.
But ever time I go to [...]]]></description>
		<wfw:commentRss>http://blog.tekerson.com/2007/01/31/installing-custom-programming-font/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
