<?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>Three till Seven &#187; Linux</title>
	<atom:link href="http://www.3till7.net/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.3till7.net</link>
	<description>Programming, espresso, and grumbling.</description>
	<lastBuildDate>Sat, 04 Feb 2012 01:56:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>merge sort, the eater of nodes</title>
		<link>http://www.3till7.net/2010/02/23/merge-sort-the-eater-of-nodes/</link>
		<comments>http://www.3till7.net/2010/02/23/merge-sort-the-eater-of-nodes/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 15:51:08 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Class]]></category>
		<category><![CDATA[Daily life]]></category>
		<category><![CDATA[boyfriend]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.3till7.net/?p=3986</guid>
		<description><![CDATA[I&#8217;m so tickled to have completed an assignment for my Linux kernel class. The specification was as follows: Modify the algorithm that allocates a file descriptor for the open() and socket() calls. Implement a per-process variable availableFileDescriptor whose value is &#8230; <a href="http://www.3till7.net/2010/02/23/merge-sort-the-eater-of-nodes/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.3till7.net/2010/02/23/merge-sort-the-eater-of-nodes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grub Error 13 and 17 together</title>
		<link>http://www.3till7.net/2009/10/12/grub-error-13-and-17-together/</link>
		<comments>http://www.3till7.net/2009/10/12/grub-error-13-and-17-together/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 00:24:47 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Techy]]></category>
		<category><![CDATA[Grub]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.3till7.net/?p=2991</guid>
		<description><![CDATA[I just encountered a Grub Error 13 and a Grub Error 17 all for seemingly no reason. I fixed the problem, but thought I could save others undue headache. The Setup I have Ubuntu Linux installed on one hard drive &#8230; <a href="http://www.3till7.net/2009/10/12/grub-error-13-and-17-together/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.3till7.net/2009/10/12/grub-error-13-and-17-together/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>grad party, friend code, KDE 4</title>
		<link>http://www.3till7.net/2009/05/07/grad-party-friend-code-kde-4/</link>
		<comments>http://www.3till7.net/2009/05/07/grad-party-friend-code-kde-4/#comments</comments>
		<pubDate>Thu, 07 May 2009 21:45:28 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Daily life]]></category>
		<category><![CDATA[academia]]></category>
		<category><![CDATA[boyfriend]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[screenshots]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.3till7.net/?p=1917</guid>
		<description><![CDATA[Oy, what a week!  I&#8217;ve worked at Lexmark every day since Monday, getting things finalized there and today was my last day.  My manager took me out to lunch with about twelve coworkers, which was very pleasant, getting to sit &#8230; <a href="http://www.3till7.net/2009/05/07/grad-party-friend-code-kde-4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.3till7.net/2009/05/07/grad-party-friend-code-kde-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>chmodding and Ruby</title>
		<link>http://www.3till7.net/2008/02/01/chmodding-and-ruby/</link>
		<comments>http://www.3till7.net/2008/02/01/chmodding-and-ruby/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 20:52:03 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Techy]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2008/02/01/chmodding-and-ruby/</guid>
		<description><![CDATA[Recently, I switched from a Powerbook to a Macbook, and to copy my files from one to the other, I used a pen drive. Since my pen drive has a FAT file system, it treats everything as being executable. This, however, is not the case on a UNIX-like file system like OS X. In order to save myself the hassle of manually chmodding thousands of files, I wrote this Ruby script. <a href="http://www.3till7.net/2008/02/01/chmodding-and-ruby/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.3till7.net/2008/02/01/chmodding-and-ruby/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>IBM swag and a roach-squashin&#8217;</title>
		<link>http://www.3till7.net/2007/11/16/ibm-swag-and-a-roach-squashin/</link>
		<comments>http://www.3till7.net/2007/11/16/ibm-swag-and-a-roach-squashin/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 01:37:17 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[3till7.net]]></category>
		<category><![CDATA[Daily life]]></category>
		<category><![CDATA[boyfriend]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2007/11/16/ibm-swag-and-a-roach-squashin/</guid>
		<description><![CDATA[I was trying to edit an old post, &#8216;PHP and forms&#8217;, this morning but I kept getting &#8220;Service Temporarily Unavailable.&#8221; Every time in the past that I have tried to edit that particular entry, I&#8217;ve gotten the same result. I &#8230; <a href="http://www.3till7.net/2007/11/16/ibm-swag-and-a-roach-squashin/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.3till7.net/2007/11/16/ibm-swag-and-a-roach-squashin/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>.bash_profile</title>
		<link>http://www.3till7.net/2007/11/05/bash-profile/</link>
		<comments>http://www.3till7.net/2007/11/05/bash-profile/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 03:40:51 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Techy]]></category>
		<category><![CDATA[config files]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS X]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2007/11/05/1416/</guid>
		<description><![CDATA[eval `/opt/local/bin/lesspipe.sh`

function dir_access_color {
  local DIR="${1-$PWD}" COLOR=0
  [[ -r "$DIR" ]] &#038;& COLOR=1 # red
  [[ -w "$DIR" ]] &#038;& COLOR=2 # green
  tput -S <<<$'bold\nsetaf '"$COLOR"
} <a href="http://www.3till7.net/2007/11/05/bash-profile/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.3till7.net/2007/11/05/bash-profile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grub Error 17</title>
		<link>http://www.3till7.net/2007/10/25/grub-error-17/</link>
		<comments>http://www.3till7.net/2007/10/25/grub-error-17/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 00:24:15 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Techy]]></category>
		<category><![CDATA[Grub]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2007/10/25/grub-error-17/</guid>
		<description><![CDATA[Note: if this tutorial doesn&#8217;t help you, possibly because fdisk reports your known Linux partition correctly as Linux, you might also try my Grub Error 13 with Grub Error 17 tutorial. I just had an interesting time with trying to &#8230; <a href="http://www.3till7.net/2007/10/25/grub-error-17/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.3till7.net/2007/10/25/grub-error-17/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
		<item>
		<title>impartial review of Microsoft product&#8230;  by Microsoft?</title>
		<link>http://www.3till7.net/2007/05/19/impartial-review-of-microsoft-product-by-microsoft/</link>
		<comments>http://www.3till7.net/2007/05/19/impartial-review-of-microsoft-product-by-microsoft/#comments</comments>
		<pubDate>Sun, 20 May 2007 00:04:41 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Opinions]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2007/05/19/impartial-review-of-microsoft-product-by-microsoft/</guid>
		<description><![CDATA[Get the Facts is a Microsoft site I just stumbled upon through a Digg post, and I just can&#8217;t believe it. From the site: This site is dedicated to helping IT professionals compare Windows and Linux on key platform considerations &#8230; <a href="http://www.3till7.net/2007/05/19/impartial-review-of-microsoft-product-by-microsoft/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.3till7.net/2007/05/19/impartial-review-of-microsoft-product-by-microsoft/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sun&#8217;s advice to Microsoft</title>
		<link>http://www.3till7.net/2007/05/16/suns-advice-to-microsoft/</link>
		<comments>http://www.3till7.net/2007/05/16/suns-advice-to-microsoft/#comments</comments>
		<pubDate>Wed, 16 May 2007 19:29:29 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Opinions]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2007/05/16/suns-advice-to-microsoft/</guid>
		<description><![CDATA[Hahaha, this tickles me to death. In Jonathan Schwartz&#8217;s blog, he writes: So what&#8217;s my view on this interview in Fortune&#8212;in which one of Sun&#8217;s business partners claims the open source community is trampling their patent portfolio? You would be &#8230; <a href="http://www.3till7.net/2007/05/16/suns-advice-to-microsoft/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.3till7.net/2007/05/16/suns-advice-to-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>put up or shut up</title>
		<link>http://www.3till7.net/2007/05/15/put-up-or-shut-up/</link>
		<comments>http://www.3till7.net/2007/05/15/put-up-or-shut-up/#comments</comments>
		<pubDate>Tue, 15 May 2007 23:39:14 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Opinions]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[rants]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2007/05/15/put-up-or-shut-up/</guid>
		<description><![CDATA[I&#8217;ve been so disgusted since yesterday evening when I found out that Microsoft is alleging Linux of patent infringement, but today a few articles have calmed me down: This is, to me, Darl II: &#8220;Our precious IP is worth beeelions, &#8230; <a href="http://www.3till7.net/2007/05/15/put-up-or-shut-up/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.3till7.net/2007/05/15/put-up-or-shut-up/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>blogs and books</title>
		<link>http://www.3till7.net/2007/04/20/blogs-and-books/</link>
		<comments>http://www.3till7.net/2007/04/20/blogs-and-books/#comments</comments>
		<pubDate>Sat, 21 Apr 2007 02:19:30 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[3till7.net]]></category>
		<category><![CDATA[Class]]></category>
		<category><![CDATA[Daily life]]></category>
		<category><![CDATA[cooking]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[list]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2007/04/20/blogs-and-books/</guid>
		<description><![CDATA[I was eating leftovers of last night&#8217;s shepherd&#8217;s pie but I wasn&#8217;t paying much attention, just kind of guiding the spoon to my mouth while I read online. Then I noticed the taste, and my brain had this conversation with &#8230; <a href="http://www.3till7.net/2007/04/20/blogs-and-books/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.3till7.net/2007/04/20/blogs-and-books/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>how to reformat your pen drive</title>
		<link>http://www.3till7.net/2007/04/19/how-to-reformat-your-pen-drive/</link>
		<comments>http://www.3till7.net/2007/04/19/how-to-reformat-your-pen-drive/#comments</comments>
		<pubDate>Thu, 19 Apr 2007 13:12:20 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Techy]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2007/04/19/how-to-reformat-your-pen-drive/</guid>
		<description><![CDATA[USB pen drives are everywhere these days, and for good reason, since they&#8217;re dead useful. I use mine with my Linux box, my Powerbook, and various other systems I&#8217;ve had cause to stick it in. After a while, my 1 &#8230; <a href="http://www.3till7.net/2007/04/19/how-to-reformat-your-pen-drive/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.3till7.net/2007/04/19/how-to-reformat-your-pen-drive/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>the ease of Linux with a focus on Ubuntu</title>
		<link>http://www.3till7.net/2007/04/05/the-ease-of-linux-with-a-focus-on-ubuntu/</link>
		<comments>http://www.3till7.net/2007/04/05/the-ease-of-linux-with-a-focus-on-ubuntu/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 15:08:39 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[3till7.net]]></category>
		<category><![CDATA[Techy]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2007/04/05/the-ease-of-linux-with-a-focus-on-ubuntu/</guid>
		<description><![CDATA[3till7.net had some excitement yesterday because a post from 2005 got Dugg, and is also garnering a lot of hits from StumbleUpon. I find this funny because it&#8217;s such an old post but also because the content is just an &#8230; <a href="http://www.3till7.net/2007/04/05/the-ease-of-linux-with-a-focus-on-ubuntu/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.3till7.net/2007/04/05/the-ease-of-linux-with-a-focus-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>stupid Fedora, grumble grumble</title>
		<link>http://www.3till7.net/2007/02/22/stupid-fedora-grumble-grumble/</link>
		<comments>http://www.3till7.net/2007/02/22/stupid-fedora-grumble-grumble/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 23:52:43 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Opinions]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2007/02/22/stupid-fedora-grumble-grumble/</guid>
		<description><![CDATA[Eric S. Raymond knocks Fedora, and I&#8217;m all about it. I hate that bloody distribution but I see it everywhere. How it got established as &#8220;the Linux to give to newbies&#8221; is beyond me, because it&#8217;s ridiculous trying to install &#8230; <a href="http://www.3till7.net/2007/02/22/stupid-fedora-grumble-grumble/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.3till7.net/2007/02/22/stupid-fedora-grumble-grumble/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>zombies and Atari games</title>
		<link>http://www.3till7.net/2006/12/25/zombies-and-atari-games/</link>
		<comments>http://www.3till7.net/2006/12/25/zombies-and-atari-games/#comments</comments>
		<pubDate>Tue, 26 Dec 2006 04:53:55 +0000</pubDate>
		<dc:creator>Sarah</dc:creator>
				<category><![CDATA[Daily life]]></category>
		<category><![CDATA[Techy]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[zombies again]]></category>

		<guid isPermaLink="false">http://www.3till7.net/2006/12/25/zombies-and-atari-games/</guid>
		<description><![CDATA[I&#8217;m sitting at my brother&#8217;s computer fairly nodding off. I&#8217;ve been eating popcorn and drinking hot cocoa, so it&#8217;s no wonder: warm food does a great job of making me sleepy. Happy Christmas everyone! I made out with a set &#8230; <a href="http://www.3till7.net/2006/12/25/zombies-and-atari-games/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.3till7.net/2006/12/25/zombies-and-atari-games/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

