<?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>todbot blog &#187; unixgeek</title>
	<atom:link href="http://todbot.com/blog/category/unixgeek/feed/" rel="self" type="application/rss+xml" />
	<link>http://todbot.com/blog</link>
	<description>Random experiments, circuits, code, rapid prototyping, sometimes things to buy, and the odd tune by Tod E. Kurt.</description>
	<lastBuildDate>Fri, 03 Feb 2012 20:58:00 +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>ReadyNAS Rules</title>
		<link>http://todbot.com/blog/2006/03/01/readynas-rules/</link>
		<comments>http://todbot.com/blog/2006/03/01/readynas-rules/#comments</comments>
		<pubDate>Wed, 01 Mar 2006 20:38:57 +0000</pubDate>
		<dc:creator>todbot</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[toys]]></category>
		<category><![CDATA[unixgeek]]></category>

		<guid isPermaLink="false">http://todbot.com/blog/2006/03/01/readynas-rules/</guid>
		<description><![CDATA[I recently obtained a ReadyNAS NV by Infrant, on the recommendation of my friend Ben Franco, who's done much research on large disk arrays. The ReadyNAS pretty much rules.  I think my long-standing storage woes may finally be over.



It's a dedicated Network Attached Storage (NAS) box that does RAID-0, RAID-1, RAID-5, or a [...]]]></description>
		<wfw:commentRss>http://todbot.com/blog/2006/03/01/readynas-rules/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>secure cvs setup</title>
		<link>http://todbot.com/blog/2005/06/28/secure-cvs-setup/</link>
		<comments>http://todbot.com/blog/2005/06/28/secure-cvs-setup/#comments</comments>
		<pubDate>Tue, 28 Jun 2005 18:12:31 +0000</pubDate>
		<dc:creator>todbot</dc:creator>
				<category><![CDATA[unixgeek]]></category>

		<guid isPermaLink="false">http://todbot.com/blog/archives/2005/06/28/secure-cvs-setup/</guid>
		<description><![CDATA[On server (called 'booty', say):

% sudo mkdir /usr/local/cvs
% sudo cvs -d /usr/local/cvs init
% sudo chmod -R a+rw /usr/local/cvs


On client (called 'junk', say):

% export CVSROOT=${USER}@booty:/usr/local/cvs
% export CVS_RSH=ssh
% mkdir testimport
% cd testimport
% touch hellothere
% cvs import -m "initial import"  testimport testimport start
% cd ..
% mv testimport testimport.away
% cvs checkout testimport


No other work, like setting up [...]]]></description>
		<wfw:commentRss>http://todbot.com/blog/2005/06/28/secure-cvs-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ssh and tar thru ssh gateway</title>
		<link>http://todbot.com/blog/2005/06/26/ssh-and-tar-thru-ssh-gateway/</link>
		<comments>http://todbot.com/blog/2005/06/26/ssh-and-tar-thru-ssh-gateway/#comments</comments>
		<pubDate>Mon, 27 Jun 2005 04:26:58 +0000</pubDate>
		<dc:creator>todbot</dc:creator>
				<category><![CDATA[unixgeek]]></category>

		<guid isPermaLink="false">http://todbot.com/blog/archives/2005/06/26/ssh-and-tar-thru-ssh-gateway/</guid>
		<description><![CDATA[I have an ssh gateway (let's call it gate) that I use to access my internal network.  On that net, I have a machine (let's call it stuff) with stuff I want.  A lot of stuff.  And I want to use tar to preserve the permissions and symlinks and stuff on [...]]]></description>
		<wfw:commentRss>http://todbot.com/blog/2005/06/26/ssh-and-tar-thru-ssh-gateway/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

