<?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>The One with the Thoughts of Frans &#187; Software</title>
	<atom:link href="http://fransdejonge.com/category/operating-systems/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://fransdejonge.com</link>
	<description>Just a personal blog, sharing some thoughts and findings.</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:37:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Mounting Remote Filesystems With sshfs</title>
		<link>http://fransdejonge.com/2010/01/mounting-remote-filesystems-with-sshfs/</link>
		<comments>http://fransdejonge.com/2010/01/mounting-remote-filesystems-with-sshfs/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 16:05:44 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://frans.lowter.us/?p=1024</guid>
		<description><![CDATA[sshfs makes remote directories transparently appear like they were local.]]></description>
			<content:encoded><![CDATA[<p>This is a condensed and edited version of the <a href="http://embraceubuntu.com/2005/10/28/how-to-mount-a-remote-ssh-filesystem-using-sshfs/">Ubuntu Blog guide regarding how to mount a remote ssh filesystem using sshfs</a>, based on my personal experience.</p>
<p>Before you can use sshfs, you&#8217;ll need an SSH server. This is useful for all kinds of things, but that&#8217;s not important here. To set up an SSH server in Ubuntu, all you need to do is <code>sudo apt-get install openssh-server</code>. Setting it up in Cygwin (like I did to access my Windows box, and to tunnel VNC through it) is a bit trickier, but there are <a href="http://www.joomlawebserver.com/freebsd/remote-access/05.-setting-up-ssh-on-cygwin-client-and-server.html">decent tutorials</a> out there. Once that&#8217;s taken care of, you can set up sshsf.</p>
<pre><code>sudo apt-get install sshfs
sudo mkdir /media/dir-name
sudo chown `whoami` /media/dir-name
sudo adduser `whoami` fuse
</code></pre>
<p>Log out and log back in again so that you&#8217;re a proper part of the group.</p>
<p>Mount using <code>sshfs [user@]host.ext:/remote-dir /media/dir-name</code>; unmount using <code>fusermount -u /media/dir-name</code>.</p>
<p>It all worked perfectly for me, but if not, there&#8217;s apparently a solution.</p>
<blockquote cite="http://embraceubuntu.com/2005/10/28/how-to-mount-a-remote-ssh-filesystem-using-sshfs/"><p>If you get the following error:</p>
<blockquote><p>fusermount: fuse device not found, try ‘modprobe fuse’ first</p>
</blockquote>
<p>You will have to load the fuse module by doing:<br/> $sudo modprobe fuse</p>
<p>You can add fuse to the modules that are loaded on startup by editing the file /etc/modules and adding a line with only the word “fuse” in it, at the end.</p>
<p>and then issue the sshfs command above again.</p>
</blockquote>
<p>If you&#8217;re on Windows, don&#8217;t panick. <a href="http://dokan-dev.net/en/">Dokan SSHFS</a> will perform the same task.</p>
<p>It should be noted that this is <a href="http://conigliaro.org/2006/09/23/fish-and-sshfs/">even easier within KDE applications</a>, where you can simply use <code>fish://your-server.com</code>, but sshfs cooperates better with the rest of my system. Trying the same with Dolphin in KDE on Windows results in a KIOslave going crazy using all the CPU it can, however.</p>
<p>Aside from easy editing of files directly on my Windows box, this finally enabled me to stream videos from my Windows box, although right now only lower quality ones since it&#8217;s also connected through WLAN. With Samba things just weren&#8217;t working out, and the same applied to FTP (though it was better for file transfers than Samba, I have to say). Admittedly, this still actually uses FTP under the hood, but it just works better. Besides it will also be more secure to use remotely thanks to SSH.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2010/01/mounting-remote-filesystems-with-sshfs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Make µTorrent Independent From Documents &amp; Settings</title>
		<link>http://fransdejonge.com/2009/12/how-to-make-%c2%b5torrent-independent-from-documents-settings/</link>
		<comments>http://fransdejonge.com/2009/12/how-to-make-%c2%b5torrent-independent-from-documents-settings/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 10:03:43 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://frans.lowter.us/?p=994</guid>
		<description><![CDATA[If you copy (or move) the files in %appdata%\utorrent to the same directory where you keep utorrent.exe, it will exist independently from your Windows installation, and will be unaffected by reinstalling Windows. By reinstalling Windows I mean reformatting your dedicated Windows partition and starting fresh.]]></description>
			<content:encoded><![CDATA[<p>If you copy (or move) the files in <code>%appdata%\utorrent</code> to the same directory where you keep <code>utorrent.exe</code>, it will exist independently from your Windows installation, and will be unaffected by reinstalling Windows. <small class="sidenote">By reinstalling Windows I mean reformatting your dedicated Windows partition and starting fresh.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2009/12/how-to-make-%c2%b5torrent-independent-from-documents-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unlocker</title>
		<link>http://fransdejonge.com/2006/12/unlocker/</link>
		<comments>http://fransdejonge.com/2006/12/unlocker/#comments</comments>
		<pubDate>Sun, 17 Dec 2006 01:48:17 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://frans.lowter.us/archives/2006/12/17/unlocker/</guid>
		<description><![CDATA[Unlocker is a very useful free tool for when Windows XP simply doesn&#8217;t want to release your external harddrive.]]></description>
			<content:encoded><![CDATA[<p><a href="http://ccollomb.free.fr/unlocker/">Unlocker</a> is a very useful free tool for when Windows XP simply doesn&#8217;t want to release your external harddrive.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2006/12/unlocker/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

