<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.2" -->
<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/"
	>

<channel>
	<title>ten.ynottony.net</title>
	<link>http://ten.ynottony.net</link>
	<description>He's at it again...</description>
	<pubDate>Thu, 20 Nov 2008 15:13:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>
	<language>en</language>
			<item>
		<title>Ruby Gems on Ubuntu 8.10</title>
		<link>http://ten.ynottony.net/2008/11/20/ruby-gems-on-ubuntu-810/</link>
		<comments>http://ten.ynottony.net/2008/11/20/ruby-gems-on-ubuntu-810/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 15:06:21 +0000</pubDate>
		<dc:creator>tony</dc:creator>
		
		<category><![CDATA[Ubuntu]]></category>

		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://ten.ynottony.net/2008/11/20/ruby-gems-on-ubuntu-810/</guid>
		<description><![CDATA[Today I was setting up ruby, rails and capistrano on Ubuntu 8.10.  It turns out that the gems binary path was not in my path.
To fix it, edit your ~/.bashrc file.
gedit ~/.bashrc
Add these lines to the bottom of the file.
#Export the path for Ruby Gems
export PATH=$PATH:/var/lib/gems/1.8/bin
Save it and then source the file (to save you [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was setting up ruby, rails and capistrano on Ubuntu 8.10.  It turns out that the gems binary path was not in my path.</p>
<p>To fix it, edit your ~/.bashrc file.<br />
<code>gedit ~/.bashrc</code></p>
<p>Add these lines to the bottom of the file.<br />
<code>#Export the path for Ruby Gems<br />
export PATH=$PATH:/var/lib/gems/1.8/bin</code></p>
<p>Save it and then source the file (to save you from logging-out and back in again).<br />
<code>source ~/.bashrc</code></p>
<p>Then you should be able to run capistrano as you would expect.</p>
<p><strong>Please note: There are potential problems with this as Ruby Gems can install system libraries in this path that end up being used instead of the correct system ones.  This can potentially cause problems.  See <a href="https://bugs.launchpad.net/ubuntu/+bug/262063" title="Launhpad bug" target="_blank">Launchpad bug #262063</a> for a discussion of the issue.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://ten.ynottony.net/2008/11/20/ruby-gems-on-ubuntu-810/feed/</wfw:commentRss>
		</item>
		<item>
		<title>SSH tricks: Forward and Reverse Tunneling for Fun and Profit</title>
		<link>http://ten.ynottony.net/2008/11/11/ssh-tricks-forward-and-reverse-tunneling-for-fun-and-profit/</link>
		<comments>http://ten.ynottony.net/2008/11/11/ssh-tricks-forward-and-reverse-tunneling-for-fun-and-profit/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 20:21:56 +0000</pubDate>
		<dc:creator>tony</dc:creator>
		
		<category><![CDATA[SSH]]></category>

		<category><![CDATA[How-to]]></category>

		<guid isPermaLink="false">http://ten.ynottony.net/2008/11/11/ssh-tricks-forward-and-reverse-tunneling-for-fun-and-profit/</guid>
		<description><![CDATA[SSH or Secure SHell is a protocol for connecting to a remote computer&#8217;s shell securely.  Many people use it for just this purpose, but there are several less used, yet extremely useful tricks you can use to get more out of SSH.
In this post, I will cover what forward and reverse tunneling of ports through [...]]]></description>
			<content:encoded><![CDATA[<p><strong>SSH</strong> or <strong>S</strong>ecure <strong>SH</strong>ell is a protocol for connecting to a remote computer&#8217;s shell securely.  Many people use it for just this purpose, but there are several less used, yet extremely useful tricks you can use to get more out of SSH.</p>
<p>In this post, I will cover what forward and reverse tunneling of ports through SSH is.  Why you would want to do it, and how to do it.  <a href="http://en.wikipedia.org/wiki/Computer_port_(software)" title="Wikipedia page on the term Port">Port</a> tunneling is also known as port forwarding.</p>
<p> <a href="http://ten.ynottony.net/2008/11/11/ssh-tricks-forward-and-reverse-tunneling-for-fun-and-profit/#more-9" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ten.ynottony.net/2008/11/11/ssh-tricks-forward-and-reverse-tunneling-for-fun-and-profit/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Recovering photos from a formatted camera&#8230;</title>
		<link>http://ten.ynottony.net/2007/09/07/recovering-photos-from-a-formatted-camera/</link>
		<comments>http://ten.ynottony.net/2007/09/07/recovering-photos-from-a-formatted-camera/#comments</comments>
		<pubDate>Fri, 07 Sep 2007 14:33:43 +0000</pubDate>
		<dc:creator>tony</dc:creator>
		
		<category><![CDATA[Wedding]]></category>

		<category><![CDATA[How-to]]></category>

		<category><![CDATA[Recovery]]></category>

		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://ten.ynottony.net/?p=5</guid>
		<description><![CDATA[I&#8217;ve just come back from my sister-in-laws wedding.  It was great and we took some really good photos. (When I see we, I mean Jude took some really great photos, and I cut some peoples head off).  Unfortunately, we accidentally formatted the card and lost all of our photos.
Being fairly geeky, Jude and [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just come back from my sister-in-laws wedding.  It was great and we took some really good photos. (When I see we, I mean Jude took some really great photos, and I cut some peoples head off).  Unfortunately, we accidentally formatted the card and lost all of our photos.</p>
<p>Being fairly geeky, Jude and I thought we might be able to recover some of the photos.  Never tried it before, but thought it should be possible.  If they can do it on CSI, it must be possible.  Right?</p>
<p> <a href="http://ten.ynottony.net/2007/09/07/recovering-photos-from-a-formatted-camera/#more-5" class="more-link">(more&#8230;)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ten.ynottony.net/2007/09/07/recovering-photos-from-a-formatted-camera/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
