<?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>make ; make install</title>
	<atom:link href="http://makemakeinstall.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://makemakeinstall.com/blog</link>
	<description>I write code. I fix broken users. I assist misguided computers.</description>
	<lastBuildDate>Fri, 09 Jul 2010 16:14:07 +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>No-frills init scripts</title>
		<link>http://makemakeinstall.com/blog/114/no-frills-init-scripts/</link>
		<comments>http://makemakeinstall.com/blog/114/no-frills-init-scripts/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 18:07:57 +0000</pubDate>
		<dc:creator>marti</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[BASH]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Sysadmin]]></category>

		<guid isPermaLink="false">http://makemakeinstall.com/blog/?p=114</guid>
		<description><![CDATA[If you&#8217;re like most solaris/linux/unix sysadmins, you occasionally need to whip up a quick init script for an app that doesn&#8217;t provide one, or that has one that&#8217;s not appropriate for your particular environments. Needing just such a thing myself recently, I decided to not just throw together the bare minimum, but to spend a [...]]]></description>
		<wfw:commentRss>http://makemakeinstall.com/blog/114/no-frills-init-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brute force database renaming in legacy perl code</title>
		<link>http://makemakeinstall.com/blog/109/brute-force-database-renaming-in-legacy-perl-code/</link>
		<comments>http://makemakeinstall.com/blog/109/brute-force-database-renaming-in-legacy-perl-code/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 23:18:53 +0000</pubDate>
		<dc:creator>marti</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://makemakeinstall.com/blog/?p=109</guid>
		<description><![CDATA[for table in CIRCUITS Discussions Dynamics ECON Evals \
Fluids Materials Mechanics STATICS THERMO ; \
  do for file in `sudo grep -r \"$table\" . &#124; cut -d: -f 1` ; \
    do sudo sed -i".orig" "s/\"$table\"/\"gecourses_$table\"/" $file ; \
  done ; \
done

]]></description>
		<wfw:commentRss>http://makemakeinstall.com/blog/109/brute-force-database-renaming-in-legacy-perl-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posting from XML Feeds to Twitter. Or, This post&#8217;s title is entirely too long to fit in a single Tweet; whatever can be done about this grave situation?</title>
		<link>http://makemakeinstall.com/blog/99/posting-from-xml-feeds-to-twitter-or-this-posts-title-is-entirely-too-long-to-fit-in-a-single-tweet-whatever-can-be-done-about-this-grave-situation/</link>
		<comments>http://makemakeinstall.com/blog/99/posting-from-xml-feeds-to-twitter-or-this-posts-title-is-entirely-too-long-to-fit-in-a-single-tweet-whatever-can-be-done-about-this-grave-situation/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 00:36:17 +0000</pubDate>
		<dc:creator>marti</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Gist]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[XML Feeds]]></category>

		<guid isPermaLink="false">http://makemakeinstall.com/blog/?p=99</guid>
		<description><![CDATA[I recently decided that I&#8217;d like to link to all of my blog posts from Twitter; obviously, this is a task for a script, and while I found a lot of blog posts describing one or two pieces of the process, when I put together a list of features I wanted:

Periodically poll an XML Feed [...]]]></description>
		<wfw:commentRss>http://makemakeinstall.com/blog/99/posting-from-xml-feeds-to-twitter-or-this-posts-title-is-entirely-too-long-to-fit-in-a-single-tweet-whatever-can-be-done-about-this-grave-situation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blogger -&gt; Wordpress Migration</title>
		<link>http://makemakeinstall.com/blog/81/blogger-to-wordpress-migration/</link>
		<comments>http://makemakeinstall.com/blog/81/blogger-to-wordpress-migration/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 05:22:04 +0000</pubDate>
		<dc:creator>marti</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://makemakeinstall.com/blog/?p=81</guid>
		<description><![CDATA[I got an email this morning &#8211;  several of them, actually &#8212; letting me know that Blogger would be discontinuing FTP/SFTP publishing of blogs. Since I don&#8217;t like some of the minor restrictions of using Blogger&#8217;s hosted publishing, I&#8217;ve always appreciated this feature. But alas, all good things come to an end. Faced with the [...]]]></description>
		<wfw:commentRss>http://makemakeinstall.com/blog/81/blogger-to-wordpress-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My server&#8217;s hard drive crashed I have a new server</title>
		<link>http://makemakeinstall.com/blog/17/my-servers-hard-drive-crashed/</link>
		<comments>http://makemakeinstall.com/blog/17/my-servers-hard-drive-crashed/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 08:22:00 +0000</pubDate>
		<dc:creator>marti</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Colo]]></category>
		<category><![CDATA[Core Networks]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[Slicehost]]></category>
		<category><![CDATA[Virtual Server]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://makemakeinstall.com/wordpress/?p=17</guid>
		<description><![CDATA[This weekend I spent quite a bit of time (that should have been dedicated to doing something fun, or at least to productive work) dealing with a significant hardware scare. The OS on my web server started freezing up randomly, not allowing me to make any changes to the system, or even to shut it [...]]]></description>
		<wfw:commentRss>http://makemakeinstall.com/blog/17/my-servers-hard-drive-crashed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Simple Django WebAuth Decorator</title>
		<link>http://makemakeinstall.com/blog/16/a-simple-django-webauth-decorator/</link>
		<comments>http://makemakeinstall.com/blog/16/a-simple-django-webauth-decorator/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 07:45:00 +0000</pubDate>
		<dc:creator>marti</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[Decorators]]></category>
		<category><![CDATA[Djanjo]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[WebAuth]]></category>

		<guid isPermaLink="false">http://makemakeinstall.com/wordpress/?p=16</guid>
		<description><![CDATA[Like many universities, my employer uses Stanford&#8217;s WebAuth Single Sign-On package as one major piece in it&#8217;s computing account system. WebAuth is an MIT licensed infrastructure that allows decentralized web applications to securely authenticate users without themselves ever handling user credentials. Websites begin by sending unauthenticated users to a trusted WebAuth server which validates the [...]]]></description>
		<wfw:commentRss>http://makemakeinstall.com/blog/16/a-simple-django-webauth-decorator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contemplating cost-efficient, highly reliable storage</title>
		<link>http://makemakeinstall.com/blog/15/contemplating-cost-efficient-highly-reliable-storage/</link>
		<comments>http://makemakeinstall.com/blog/15/contemplating-cost-efficient-highly-reliable-storage/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 17:11:00 +0000</pubDate>
		<dc:creator>marti</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[NetApp]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[RAID]]></category>
		<category><![CDATA[RAIDZ]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[WAFL]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://makemakeinstall.com/wordpress/?p=15</guid>
		<description><![CDATA[I have long been a fan of NetApp&#8217;s storage products; my office purchased our first NetApp filer shelf back in 2005, and over the years have added an additional five shelves as our capacity needs have grown. Management of these devices has almost always been painless, and NetApp&#8217;s support has generally been top notch. Having [...]]]></description>
		<wfw:commentRss>http://makemakeinstall.com/blog/15/contemplating-cost-efficient-highly-reliable-storage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick-n-Dirty Nagios Plugins</title>
		<link>http://makemakeinstall.com/blog/14/quick-n-dirty-nagios-plugins/</link>
		<comments>http://makemakeinstall.com/blog/14/quick-n-dirty-nagios-plugins/#comments</comments>
		<pubDate>Thu, 26 Nov 2009 23:14:00 +0000</pubDate>
		<dc:creator>marti</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MailMan]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://makemakeinstall.com/wordpress/?p=14</guid>
		<description><![CDATA[In the spirit of the holidays &#8212; and of spending more time at home, away from the server room &#8212; I&#8217;d like to present a sample script from the many that I use to monitor (from home, the beach, or my mythical cabin in the woods) my computers&#8217; collective health. Obviously, Nagios itself comes with [...]]]></description>
		<wfw:commentRss>http://makemakeinstall.com/blog/14/quick-n-dirty-nagios-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
