<?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>Steve Glendinning &#187; Linux</title>
	<atom:link href="http://www.steveglendinning.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.steveglendinning.com</link>
	<description></description>
	<lastBuildDate>Fri, 06 Nov 2009 10:26:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Found a new toy: sshfs</title>
		<link>http://www.steveglendinning.com/2009/11/06/found-a-new-toy-sshfs/</link>
		<comments>http://www.steveglendinning.com/2009/11/06/found-a-new-toy-sshfs/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 10:26:29 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Lenny]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.steveglendinning.com/?p=91</guid>
		<description><![CDATA[sshfs allows you to mount a remote filesystem using nothing at the server end other than a standard ssh server]]></description>
			<content:encoded><![CDATA[<p>I just discovered sshfs.  This allows you to mount a remote filesystem using nothing at the server end other than a standard ssh server.</p>
<p>Once installer, as a non-root user you can just:</p>
<p><code>mkdir mnt<br />
sshfs username@server.domain.com:/path mnt</code></p>
<p>Then you can access it, copy files etc (both directions) as if it were a local directory</p>
<p><code>ls mnt</code></p>
<p>When finished this disconnects it:</p>
<p><code>fusermount -u mnt</code></p>
<p>Found at <a href="http://home.prea.net/hacking/X2200/NFS">http://home.prea.net/hacking/X2200/NFS</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.steveglendinning.com/2009/11/06/found-a-new-toy-sshfs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to make home and end keys work with Putty</title>
		<link>http://www.steveglendinning.com/2008/03/25/how-to-make-home-and-end-keys-work-with-putty/</link>
		<comments>http://www.steveglendinning.com/2008/03/25/how-to-make-home-and-end-keys-work-with-putty/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 11:00:08 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.steveglendinning.com/2008/03/25/how-to-make-home-and-end-keys-work-with-putty/</guid>
		<description><![CDATA[Using Putty to ssh onto a Debian machine, the &#8220;home&#8221; and &#8220;end&#8221; keys don&#8217;t behave well.  By default, both of these keys output a &#8220;~&#8221; character instead of moving the cursor to the beginning or end of the line.
I found the solution, it&#8217;s a simple change in Putty&#8217;s settings (Connection -&#62; Data -&#62; Terminal-type string).  [...]]]></description>
			<content:encoded><![CDATA[<p>Using Putty to ssh onto a Debian machine, the &#8220;home&#8221; and &#8220;end&#8221; keys don&#8217;t behave well.  By default, both of these keys output a &#8220;~&#8221; character instead of moving the cursor to the beginning or end of the line.</p>
<p>I found <a href="http://www.linuxquestions.org/questions/linux-software-2/using-home-and-end-keys-via-ssh-putty-484127/" title="Putty fix home and end keys">the solution</a>, it&#8217;s a simple change in Putty&#8217;s settings (Connection -&gt; Data -&gt; Terminal-type string).  By default this is set to &#8220;xterm&#8221; but changing it to &#8220;linux&#8221; fixes the home and end keys.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.steveglendinning.com/2008/03/25/how-to-make-home-and-end-keys-work-with-putty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
