<?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>Sam Inverso &#187; Tech</title>
	<atom:link href="http://www.saminverso.com/category/tech/feed" rel="self" type="application/rss+xml" />
	<link>http://www.saminverso.com</link>
	<description>Not a Substitute for Human Interaction</description>
	<lastBuildDate>Sat, 03 Jul 2010 15:50:23 +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>Putty SSH Multi-hop X11 Forwarding</title>
		<link>http://www.saminverso.com/2009/11/25/putty-ssh-multi-hop-x11-forwarding</link>
		<comments>http://www.saminverso.com/2009/11/25/putty-ssh-multi-hop-x11-forwarding#comments</comments>
		<pubDate>Wed, 25 Nov 2009 11:00:00 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.saminverso.com/?p=85</guid>
		<description><![CDATA[If your remote computer is sitting behind a firewall and the only way through to it is an sshgateway server you can use a multi-hop. e.g. 
Home Computer-> SSH_Gateway -> Work_Computer

<strong>With plink on the command line:</strong>]]></description>
			<content:encoded><![CDATA[<p><img align="left" alt="Wall of Fire Card" class="post_image" src="http://www.saminverso.com/uploadMe/firewall.jpg" /></p>
<p>If your remote computer is sitting behind a firewall, and you need to go through a sshgateway server, you can use a simple multi-hop instead of a tunnel. e.g.<br />
Home_Computer-> SSH_Gateway -> Work_Computer<br />
<br clear="left"/><br />
<strong>With plink on the command line:</strong></p>
<pre><code>plink -t -X -A username@SSH_Gateway ssh -X -A username@work_computer </code></pre>
<p><strong>Or in Putty:</strong></p>
<p>Hostname: SSH_Gateway<br />
Data -> Auto-login username:  username (for ssh gateway)<br />
SSH -> Remote Command:
<pre><code> ssh -x -A username@work_computer</code></pre>
<p>Auth -> Check &#8220;Allow agent forwarding&#8221; if you are using Pageant<br />
X11 -> Check &#8220;Enable X11 forwarding&#8221; if you want it.</p>
<p>What the options mean:<br />
<strong>-t</strong> enable pty allocation (used so you can do the second ssh from gateway to the work computer)<br />
<em>-A </em>agent forwarding (only needed if you are using Pageant or another key agent)<br />
<em>-X</em> enable X11 forwarding (only needed if you want to send X11 back to your home computer)</p>
<p>If you want X11 on Windows, setup <a href="http://www.straightrunning.com/XmingNotes/">Xming</a> and Bob&#8217;s your Uncle.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.saminverso.com/2009/11/25/putty-ssh-multi-hop-x11-forwarding/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamic Daily Banner Montage Fixed</title>
		<link>http://www.saminverso.com/2007/01/19/dynamic-daily-banner-montage-fixed</link>
		<comments>http://www.saminverso.com/2007/01/19/dynamic-daily-banner-montage-fixed#comments</comments>
		<pubDate>Fri, 19 Jan 2007 01:25:58 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.saminverso.com/2007/01/19/dynamic-daily-banner-montage-fixed/</guid>
		<description><![CDATA[The daily dynamic banner montage is now dynamic again. HostGator disabled cURL for all shared users without giving notice. The cron job that rotates the banner depends on cURL so for about a month now it wasn&#8217;t working. I just noticed the problem, and after a quick email to support they fixed it. HostGator does [...]]]></description>
			<content:encoded><![CDATA[<p>The daily dynamic banner montage is now dynamic again. HostGator disabled cURL for all shared users without giving notice. The cron job that rotates the banner depends on cURL so for about a month now it wasn&#8217;t working. I just noticed the problem, and after a quick email to support they fixed it. HostGator does some wacky things in the name of security sometimes, but their support people are great in quickly resolving the issues.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.saminverso.com/2007/01/19/dynamic-daily-banner-montage-fixed/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixed text crowding image in posts.</title>
		<link>http://www.saminverso.com/2006/12/25/fixed-text-crowding-image-in-posts</link>
		<comments>http://www.saminverso.com/2006/12/25/fixed-text-crowding-image-in-posts#comments</comments>
		<pubDate>Mon, 25 Dec 2006 17:10:16 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.saminverso.com/2006/12/25/fixed-text-crowding-image-in-posts/</guid>
		<description><![CDATA[Fixed the problem of text butting up against inlined post images by adding margin-right: 9px; to the CSS entry.]]></description>
			<content:encoded><![CDATA[<p>Fixed the problem of text butting up against inlined post images by adding  <code>margin-right: 9px;</code> to the CSS entry.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.saminverso.com/2006/12/25/fixed-text-crowding-image-in-posts/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can connect to a wireless router but not the internet.</title>
		<link>http://www.saminverso.com/2006/12/25/can-connect-to-a-wireless-router-but-not-the-internet</link>
		<comments>http://www.saminverso.com/2006/12/25/can-connect-to-a-wireless-router-but-not-the-internet#comments</comments>
		<pubDate>Mon, 25 Dec 2006 16:54:04 +0000</pubDate>
		<dc:creator>Sam</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.saminverso.com/2006/12/25/can-connect-to-a-wireless-router-but-not-the-internet/</guid>
		<description><![CDATA[Windows XP was connecting to my wireless router with full strength, but I couldn&#8217;t browse any internet sites. After much wrangling, resetting, and rebooting, I found WinSock XP Fix off a web forum and within a minute and a reboot internet was working again! Ahh, the pleasures of surfing supine in bed. TheÂ  developer doesn&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" alt="Wireless Icon" class="post_image" src="http://www.saminverso.com/uploadMe/wirelessIcon.jpg" />Windows XP was connecting to my wireless router with full strength, but I couldn&#8217;t browse any internet sites.</p>
<p>After much wrangling, resetting, and rebooting, I found <a href="http://www.snapfiles.com/get/winsockxpfix.html">WinSock XP Fix</a> off a web forum and within a minute and a reboot internet was working again! Ahh, the pleasures of surfing supine in bed.</p>
<p>TheÂ  developer doesn&#8217;t host the program, you can get it at snapfiles: <a href="http://www.snapfiles.com/get/winsockxpfix.html">http://www.snapfiles.com/get/winsockxpfix.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.saminverso.com/2006/12/25/can-connect-to-a-wireless-router-but-not-the-internet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Download of the Day: Tiny Menu Firefox extension &#8211; Lifehacker</title>
		<link>http://www.saminverso.com/2006/10/26/download-of-the-day-tiny-menu-firefox-extension-lifehacker</link>
		<comments>http://www.saminverso.com/2006/10/26/download-of-the-day-tiny-menu-firefox-extension-lifehacker#comments</comments>
		<pubDate>Thu, 26 Oct 2006 13:59:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.saminverso.com/2006/10/26/download-of-the-day-tiny-menu-firefox-extension-lifehacker/</guid>
		<description><![CDATA[Download of the Day: Tiny Menu Firefox extension &#8211; Lifehacker Make the most of your toolbar space.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.lifehacker.com/software/firefox/download-of-the-day--tiny-menu-firefox-extension-209634.php">Download of the Day: Tiny Menu Firefox extension &#8211; Lifehacker</a></p>
<p>Make the most of your toolbar space.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.saminverso.com/2006/10/26/download-of-the-day-tiny-menu-firefox-extension-lifehacker/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
