<?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>Hints and Kinks &#187; sysadmin</title>
	<atom:link href="http://matthew.mceachen.us/blog/tags/sysadmin/feed" rel="self" type="application/rss+xml" />
	<link>http://matthew.mceachen.us/blog</link>
	<description>Tips and tricks and howtos galore</description>
	<lastBuildDate>Wed, 18 Jan 2012 12:17:48 +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>HOWTO: Mount your USB hard drives at boot time on Ubuntu</title>
		<link>http://matthew.mceachen.us/blog/howto-mount-your-usb-hard-drives-at-boot-time-on-ubuntu-920.html</link>
		<comments>http://matthew.mceachen.us/blog/howto-mount-your-usb-hard-drives-at-boot-time-on-ubuntu-920.html#comments</comments>
		<pubDate>Sun, 15 Aug 2010 04:02:11 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[shell hackery]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=920</guid>
		<description><![CDATA[I&#8217;ve got a number of external USB hard drives connected to my ubuntu server that need to mount to a predictable directory. When you log into Gnome, the desktop environment does it&#8217;s nifty thing and mounts any drive you&#8217;ve got &#8230; <a href="http://matthew.mceachen.us/blog/howto-mount-your-usb-hard-drives-at-boot-time-on-ubuntu-920.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/howto-mount-your-usb-hard-drives-at-boot-time-on-ubuntu-920.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple MySQL backup to gmail on Ubuntu/Debian</title>
		<link>http://matthew.mceachen.us/blog/simple-mysql-backup-to-gmail-on-ubuntudebian-882.html</link>
		<comments>http://matthew.mceachen.us/blog/simple-mysql-backup-to-gmail-on-ubuntudebian-882.html#comments</comments>
		<pubDate>Thu, 10 Jun 2010 01:38:47 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=882</guid>
		<description><![CDATA[Backing up your MySQL database (if it&#8217;s a reasonable size, like &#60; 100s of MB) can be done with a cronjob that runs mysqldump, gzip, and mpack. First set up your server to use gmail as the Mail Transfer Agent: &#8230; <a href="http://matthew.mceachen.us/blog/simple-mysql-backup-to-gmail-on-ubuntudebian-882.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/simple-mysql-backup-to-gmail-on-ubuntudebian-882.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOWTO install etherpad on ubuntu 9.10</title>
		<link>http://matthew.mceachen.us/blog/howto-install-etherpad-on-ubuntu-9-10-811.html</link>
		<comments>http://matthew.mceachen.us/blog/howto-install-etherpad-on-ubuntu-9-10-811.html#comments</comments>
		<pubDate>Tue, 02 Mar 2010 07:14:17 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[etherpad]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[shell hackery]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=811</guid>
		<description><![CDATA[Etherpad was opensourced by google, and has some generic installation instructions. Here&#8217;s the translation for Ubuntu Karmic Koala (release 9.10): Install the prerequisites: sudo apt-get install mysql-server-5.1 mercurial sun-java6-jdk sun-java6-jre sun-java6-bin cd /tmp wget http://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.1.12.tar.gz/from/http://mysql.he.net/ wget http://www.scala-lang.org/downloads/distrib/files/scala-2.7.7.final.tgz sudo mkdir -p &#8230; <a href="http://matthew.mceachen.us/blog/howto-install-etherpad-on-ubuntu-9-10-811.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/howto-install-etherpad-on-ubuntu-9-10-811.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to fix your ubuntu 9.10 console</title>
		<link>http://matthew.mceachen.us/blog/how-to-fix-your-ubuntu-9-10-console-721.html</link>
		<comments>http://matthew.mceachen.us/blog/how-to-fix-your-ubuntu-9-10-console-721.html#comments</comments>
		<pubDate>Sun, 29 Nov 2009 05:19:56 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=721</guid>
		<description><![CDATA[After upgrading my server (that isn&#8217;t running X) to Ubuntu 9.10 (Karmic Koala), I found that the console on my LCD monitor was cropping out several characters from the left and right sides. It wasn&#8217;t hard to fix, though, given &#8230; <a href="http://matthew.mceachen.us/blog/how-to-fix-your-ubuntu-9-10-console-721.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/how-to-fix-your-ubuntu-9-10-console-721.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DegradedArray event on /dev/md0:gronk</title>
		<link>http://matthew.mceachen.us/blog/degradedarray-event-on-devmd0gronk-3.html</link>
		<comments>http://matthew.mceachen.us/blog/degradedarray-event-on-devmd0gronk-3.html#comments</comments>
		<pubDate>Thu, 03 Apr 2008 07:18:56 +0000</pubDate>
		<dc:creator>matthew</dc:creator>
				<category><![CDATA[Technical HOWTOs]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://matthew.mceachen.us/blog/?p=3</guid>
		<description><![CDATA[Due to an unscheduled powercycle on my linux server, I got a very troubling page from mdadm, the multi-disk administrator, saying it had marked one of the disks as failed. This, presumably, was due to a flaky SATA controller that &#8230; <a href="http://matthew.mceachen.us/blog/degradedarray-event-on-devmd0gronk-3.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://matthew.mceachen.us/blog/degradedarray-event-on-devmd0gronk-3.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

