<?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>Marginal Structure &#187; bash</title>
	<atom:link href="http://blog.quaternio.net/tag/bash/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.quaternio.net</link>
	<description></description>
	<lastBuildDate>Wed, 06 Jan 2010 21:30:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ssh-Agent Forwarding</title>
		<link>http://blog.quaternio.net/2009/11/04/ssh-agent-forwarding/</link>
		<comments>http://blog.quaternio.net/2009/11/04/ssh-agent-forwarding/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 22:13:30 +0000</pubDate>
		<dc:creator>Jessy</dc:creator>
				<category><![CDATA[Applied]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://blog.quaternio.net/?p=434</guid>
		<description><![CDATA[For some reason this seems confusing&#8211; but it isn&#8217;t! That said, I always forget the specifics. Here&#8217;s how you use ssh-agent to do key forwarding to remove machines. 
On your local machine, execute:

eval `ssh-agent`

Note the back ticks around ssh-agent. you need to eval this, not run it!
Now you need to add the identities you want [...]]]></description>
		<wfw:commentRss>http://blog.quaternio.net/2009/11/04/ssh-agent-forwarding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Colourizing Python Print Statements</title>
		<link>http://blog.quaternio.net/2009/05/18/colourizing-python-print-statements/</link>
		<comments>http://blog.quaternio.net/2009/05/18/colourizing-python-print-statements/#comments</comments>
		<pubDate>Tue, 19 May 2009 07:07:07 +0000</pubDate>
		<dc:creator>Jessy</dc:creator>
				<category><![CDATA[Applied]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[escape codes]]></category>
		<category><![CDATA[print]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://blog.quaternio.net/?p=380</guid>
		<description><![CDATA[Lately I find myself writing a lot of python scripts that involves a ton of text flying by, and me inventing increasingly creative combinations of obscure symbols to delineate different portions of the output. Luckily, if you&#8217;re not using windows using a sensible operating system, then you probably have an underappreciated tool at your disposal&#8211; [...]]]></description>
		<wfw:commentRss>http://blog.quaternio.net/2009/05/18/colourizing-python-print-statements/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Swap between different Django versions</title>
		<link>http://blog.quaternio.net/2009/02/24/swap-between-different-django-versions/</link>
		<comments>http://blog.quaternio.net/2009/02/24/swap-between-different-django-versions/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 22:24:19 +0000</pubDate>
		<dc:creator>Jessy</dc:creator>
				<category><![CDATA[Applied]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[revisions]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.quaternio.net/?p=270</guid>
		<description><![CDATA[The development environment i&#8217;m using right now requires that we use a slightly older version of django than the current svn checkout I had installed on my machine. I went searching around for what people do when they have multiple versions of django they need to run, and came across a simple script written by [...]]]></description>
		<wfw:commentRss>http://blog.quaternio.net/2009/02/24/swap-between-different-django-versions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
