<?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>Sun, 30 May 2010 23:51:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</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[<p>I recently obtained a ReadyNAS NV by Infrant, on the recommendation of my friend Ben Franco, who&#8217;s done much research on large disk arrays. The ReadyNAS pretty much rules.  I think my long-standing storage woes may finally be over.</p>
<p></p>
<p>It&#8217;s a dedicated Network Attached Storage (NAS) box that does RAID-0, RAID-1, RAID-5, or a proprietary combo of the three called &#8220;X-RAID&#8221;.  X-RAID allows you to start with one disk, move to two, then three, then four, all without rebuilding the RAID or changing RAID levels.</p>
<p></p>
<p>It has a really nice web-based GUI.  You would hardly know that deep-down it&#8217;s [...]]]></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[<p>On server (called &#8216;booty&#8217;, say):

% sudo mkdir /usr/local/cvs
% sudo cvs -d /usr/local/cvs init
% sudo chmod -R a+rw /usr/local/cvs
</p>
<p>On client (called &#8216;junk&#8217;, 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
</p>
<p>No other work, like setting up a cvs &#8216;pserver&#8217; with inetd is required.</p>
]]></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[<p>I have an ssh gateway (let&#8217;s call it gate) that I use to access my internal network.  On that net, I have a machine (let&#8217;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 the files.  I&#8217;ve done this before, but that knowledge is lost to the misty times of the dot-com days.  But I re-figured it out:</p>
<p>From somewhere out on the net&#8230;</p>
<p>Try to log into the internal machine:</p>
<p>
somewhere% ssh -t gate 'ssh stuff'
</p>
<p>This gets you logged into [...]]]></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>
