<?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>Jeff Beard &#187; Systems Administration</title>
	<atom:link href="http://jeffbeard.org/category/computing/systems-administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeffbeard.org</link>
	<description>blog.blog</description>
	<lastBuildDate>Wed, 16 Dec 2009 15:45:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Unix CLI Command Repository</title>
		<link>http://jeffbeard.org/2009/02/unix-cli-command-repository/</link>
		<comments>http://jeffbeard.org/2009/02/unix-cli-command-repository/#comments</comments>
		<pubDate>Thu, 05 Feb 2009 15:48:45 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Computing]]></category>
		<category><![CDATA[Systems Administration]]></category>

		<guid isPermaLink="false">http://jeffbeard.org/?p=38</guid>
		<description><![CDATA[I just found the Command Line Fu command repository via reddit.com. Tons of very useful commands for a variety of tasks.
For those that might not be a *nix sysadmin, you&#8217;re missing the joy of firing off scripts from the command line that can do an extraordinary amount of work in a short amount of time. [...]]]></description>
			<content:encoded><![CDATA[<p>I just found the <a href="http://www.commandlinefu.com/commands/browse">Command Line Fu</a> command repository via<a title="reddit" href="http://www.reddit.com"> reddit.com</a>. Tons of very useful commands for a variety of tasks.</p>
<p>For those that might not be a *nix sysadmin, you&#8217;re missing the joy of firing off scripts from the command line that can do an extraordinary amount of work in a short amount of time. I was a veritable hero early in my career when I was able to help a client replace a copyright string in some 5000 files and create backups with this one:</p>
<p><code>find . -type f -name '*.html' | xargs grep -l '&amp;copy;' | xargs perl -pi.bak -e 's/&amp;copy;1997/&amp;copy;1999/g'</code></p>
<p>Or something like that.</p>
<p>Regardless, the client was amazed and happy that one could work such magic in just a few minutes and the content in the Command Line Fu repository looks chock full of opportunities to amaze folks with your wizardry.</p>
]]></content:encoded>
			<wfw:commentRss>http://jeffbeard.org/2009/02/unix-cli-command-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Web Site, Again</title>
		<link>http://jeffbeard.org/2009/01/new-web-site-again/</link>
		<comments>http://jeffbeard.org/2009/01/new-web-site-again/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 01:14:35 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Systems Administration]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[slicehost]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[webhosting]]></category>

		<guid isPermaLink="false">http://jeffbeard.org/?p=3</guid>
		<description><![CDATA[I&#8217;ve setup a new blog on a new server for a variety of reasons, mostly having to do with it being a terrible idea to host on my home network. I&#8217;ve chosen a hosting service provider rather than hosting it on my own hardware. I&#8217;m using Slicehost for now. It&#8217;s fairly inexpensive (not the cheapest [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve setup a new blog on a new server for a variety of reasons, mostly having to do with it being a terrible idea to host on my home network. I&#8217;ve chosen a hosting service provider rather than hosting it on my own hardware. I&#8217;m using <a href="http://www.slicehost.net">Slicehost</a> for now. It&#8217;s fairly inexpensive (not the cheapest by far), has a good amount of positive buzz around it and they use operating system virtualization. This is cool since I get full control of my &#8220;slice&#8221; (<a title="Ubuntu" href="http://www.ubuntu.com">Ubuntu</a>) just like a regular server but upgrades are done through a web-based management console so I don&#8217;t have to drive to a Denver hosting facility to do maintenance. If I need to upgrade memory or storage I can do so with a click or two. Plus I can take snapshots of the entire slice which can be used to rebuild the whole VPS through a nifty administrative console. They don&#8217;t offer much storage but I plan to use <a title="Amazon S3" href="http://aws.amazon.com/s3/">Amazon S3</a> for storage on the cheap.</p>
<p>Anyway, so far so good.</p>
<p>Next up is moving my 25 web sites to the new server! (Who knew I was so rich in Internet property!)</p>
<p>Anyway, I&#8217;ll be posting up my old articles and files over the next couple of weeks but in the meantime here&#8217;s a nice picture:</p>
<p><a class="tt-flickr tt-flickr-Medium" title="The Flatirons" href="http://www.flickr.com/photos/bippity/3113560932/"><img class="alignleft" src="http://farm4.static.flickr.com/3189/3113560932_842ed2f82d.jpg" alt="The Flatirons" width="350" height="288" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jeffbeard.org/2009/01/new-web-site-again/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
