<?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; Ubuntu</title>
	<atom:link href="http://fransdejonge.com/category/operating-systems/ubuntu/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>Remote Desktop: Remmina</title>
		<link>http://fransdejonge.com/2011/05/remote-desktop-remmina/</link>
		<comments>http://fransdejonge.com/2011/05/remote-desktop-remmina/#comments</comments>
		<pubDate>Tue, 17 May 2011 13:07:14 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://fransdejonge.com/?p=1774</guid>
		<description><![CDATA[A quick tip for Ubuntu users: install Remmina instead of (or alongside) the default Vinagre with sudo apt-get install remmina. It&#8217;s much better. Not only does it perform better (that is, it doesn&#8217;t hog CPU), but it has all the options Vinagre lacks.]]></description>
			<content:encoded><![CDATA[<p>A quick tip for Ubuntu users: install Remmina instead of (or alongside) the default Vinagre with <code>sudo apt-get install remmina</code>. It&#8217;s much better. Not only does it perform better (that is, it doesn&#8217;t hog CPU), but it has all the options Vinagre lacks.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2011/05/remote-desktop-remmina/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parcellite</title>
		<link>http://fransdejonge.com/2011/03/parcellite/</link>
		<comments>http://fransdejonge.com/2011/03/parcellite/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 14:51:35 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://fransdejonge.com/?p=1757</guid>
		<description><![CDATA[Glipper crashes, Parcellite does not.]]></description>
			<content:encoded><![CDATA[<p>A while ago I wrote about <a href="http://fransdejonge.com/2010/08/22/glipper-a-fix-to-ubuntu-clipboard-woes/">Glipper</a>, but I seem to be affected by <a href="https://bugs.launchpad.net/ubuntu/+source/glipper/+bug/213494">bug #213494</a>, which means that about half the time Glipper crashes on startup; it didn&#8217;t use to do that.</p>
<p>There&#8217;s a proposed workaround on the linked bug report, namely to add a timeout to the beginning of the Glipper code. It seems to work alright for the most part, but Parcellite offers the same functionality without any of the downsides: it doesn&#8217;t depend on Gnome Panel and, of course, it doesn&#8217;t crash.</p>
<p>The easiest way to get it is, as always, <code>sudo apt-get install parcellite</code>. A more recent version can be obtained using the <a href="http://www.webupd8.org/2011/03/parcellite-10-puddletag-0100-webupd8.html">Web Upd8 PPA</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2011/03/parcellite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VNC Tunneling on Ubuntu for Safer VNC</title>
		<link>http://fransdejonge.com/2011/02/vnc-tunneling-on-ubuntu-for-safer-vnc/</link>
		<comments>http://fransdejonge.com/2011/02/vnc-tunneling-on-ubuntu-for-safer-vnc/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 18:11:15 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://fransdejonge.com/?p=1746</guid>
		<description><![CDATA[A very quick overview.]]></description>
			<content:encoded><![CDATA[<p><code>ssh -L [local port]:localhost:[remote port] [user name]@[domain]</code></p>
<p>You can then run the VNC viewer like this:</p>
<p><code>vncviewer -LowColourLevel 1 localhost:[local port]</code></p>
<p>The color level setting here is what results in the best mix between speed and prettiness for me.</p>
<blockquote><p>    -LowColourLevel level<br />
              Selects  the  reduced  colour level to use on slow links.  level can range from 0 to 2, 0 meaning 8 colours, 1 meaning 64 colours (the default), 2 meaning 256 colours.</p></blockquote>
<p>If you are connecting from Linux to Linux (as opposed to from Linux to XP), more efficient means may be available.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2011/02/vnc-tunneling-on-ubuntu-for-safer-vnc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Decent Audio Player on Linux: Or How to Replace foobar2000</title>
		<link>http://fransdejonge.com/2011/01/a-decent-audio-player-on-linux-or-how-to-replace-foobar2000/</link>
		<comments>http://fransdejonge.com/2011/01/a-decent-audio-player-on-linux-or-how-to-replace-foobar2000/#comments</comments>
		<pubDate>Sun, 16 Jan 2011 16:36:28 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://fransdejonge.com/?p=1751</guid>
		<description><![CDATA[If Aqualung can't, nothing can. You decide.]]></description>
			<content:encoded><![CDATA[<p>Short answer: you can&#8217;t. Slightly longer answer: there are only four applications (of the <a href="http://my.opera.com/community/forums/topic.dml?id=359191">ginormous number I tried</a>) capable of playing music well: <strong>Aqualung</strong>, Deadbeef, GogglesMM, and mpd. Anything else simply doesn&#8217;t do it for me. In this post I&#8217;ll explain my requirements for an audio player.</p>
<p>My most basic requirement for an audio player is, logically, playing audio <em>well</em>. While that sounds too obvious to mention, the primary reason I only came up with four audio players is because none of the other players I tried met what I mean by this, which is the following:</p>
<ul>
<li>Good audio quality. It would seem that all players on Windows as well as Linux have reasonable output quality these days, and I remember that 10 years ago that wasn&#8217;t necessarily the case. What player you chose could significantly affect the output. Either way, I still list it because it&#8217;s probably the most important requirement.</li>
<li>Gapless playback. No fading in and out and no pauses. Fading might be alright between songs from different albums, though I feel that true gapless playback removes any need for silly fading practices. At any rate, even though this applies most strongly to only a minority of albums it&#8217;s a prerequisite.</li>
<li>ReplayGain. I don&#8217;t like to be surprised by overly loud music or some such. But perhaps most important, this means album gain, not just track gain. Many players that support some form of RG fail here because they only do it on a per-track basis.</li>
</ul>
<p>Then there are some peripheral things I like that aren&#8217;t directly related to audio quality:</p>
<ul>
<li>Must not freeze when adding a few files. Preferably it&#8217;ll be able to do it completely out of your sight, but I&#8217;ll take some kind of &#8220;busy&#8221; notice as long as it doesn&#8217;t interfere with the application&#8217;s ability to play music, be paused, go to the next track, and the like. It seems that any Python-based application utterly fails here, including Quod Libet, which says &#8220;Do other media libraries choke and die after a mere 10,000 songs?&#8221; Perhaps it doesn&#8217;t die, but it certainly chokes for enough time for me to stop caring if it will so I&#8217;ll kill it manually.</li>
<li>Shouldn&#8217;t lock out the interface or keyboard bindings while adding music. If the GUI doesn&#8217;t freeze, but does lock me out with a &#8220;nice&#8221; adding files dialog it isn&#8217;t really that much better than freezing, is it? Still, at least you&#8217;ve got a rough idea regarding what&#8217;s going on and whether it&#8217;ll take seconds, minutes, or hours before you regain control. Plus there&#8217;s usually a cancel button for instant control, whereas a frozen GUI requires killing and restarting for that.</li>
<li>Last.FM scrobbling. I just like it. All in all I suppose this is the least important feature.</li>
<li>Media library. foobar2000&#8242;s library contains a bunch of track metadata and it automatically monitors folders for updates. It&#8217;s quite neat.</li>
</ul>
<p>Neither Aqualung, Deadbeef, GogglesMM, nor mpd quite succeeds at all of these requirements, while they are all part of foobar2000&#8242;s base package or easily added with plugins. I haven&#8217;t even touched on the wonderful things I can do in foobar2000 with the command line, keyboard bindings, and columns_ui, but I suppose can&#8217;t expect that.</p>
<p>Aqualung generally seems to succeed best at the requirements I listed, save for Last.FM submission. However, because I don&#8217;t use Ubuntu/Linux as my primary media playing OS (that&#8217;s still XP) I generally tend to vary a bit between Aqualung and Deadbeef as my music player of choice. Nevertheless I&#8217;m quite confident that Aqualung would be my primary choice if I played more than the occasional few tracks or podcasts.</p>
<p>Rather than explaining what Aqualung does right, which I think I already did while listing my requirements, I&#8217;ll explain what&#8217;s less optimal about the alternatives from the perspective of my second-favorite player, Deadbeef.</p>
<ul>
<li>it does ReplayGain well, including on MP3 with ID3v2 tags — Aqualung: equivalent; Goggles: worse</li>
<li>it doesn&#8217;t choke when adding lots of files, but does lock out access to the interface while it&#8217;s adding files — Aqualung: superior; Goggles: equivalent to worse (since Goggles requires files to be added to the music library, which isn&#8217;t something I necessarily want just to play some random file or song)</li>
<li>it only does gapless playback on some filetypes — Aqualung: superior; Goggles: equivalent</li>
<li>it supports Last.FM scrobbling — Aqualung: worse; Goggles: equivalent</li>
</ul>
<p>Aqualung is clearly superior on all accounts save Last.FM support, but I&#8217;m glad that Deadbeef, Goggles, and mpd are around to show other players how not to suck. I have to say that if mpd could play random files easily I&#8217;d probably be using that instead of anything else. Plus I don&#8217;t really want everything to be in a library before I can play it. Since I don&#8217;t typically use Linux for &#8220;real&#8221; music listening I sometimes pick Deadbeef&#8217;s or Goggles&#8217; Last.FM submission over Aqualung&#8217;s technical superiority.</p>
<p>Basically, Deadbeef and Aqualung deliver what Quod Libet promises: &#8220;Are you sick of audio players that think they know how to organize your music for you? Do other media libraries choke and die after a mere 10,000 songs?&#8221; Goggles is a little too focused on its library for my taste, but it&#8217;s certainly not horrible. Still, the point is that I like Quod Libet&#8217;s philosophy better than Goggles&#8217; philosophy. Quod Libet, meanwhile, does not deliver on its promise at all and it chokes horribly. I suspect it&#8217;s due to Python, because all Python-based players seem to suffer from the same defect.</p>
<p>Finally, I must admit that I haven&#8217;t properly investigated terminal-based players such as cmus and MOC because I only found out about them recently, after I tried tons and tons of music players in order to end up with the list at the top of this post.</p>
<p>If you know any other players that more or less meet these requirements, particularly the playing back music <em>well</em> part, I&#8217;d love to hear them.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2011/01/a-decent-audio-player-on-linux-or-how-to-replace-foobar2000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screen</title>
		<link>http://fransdejonge.com/2010/12/screen/</link>
		<comments>http://fransdejonge.com/2010/12/screen/#comments</comments>
		<pubDate>Sat, 18 Dec 2010 13:06:17 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://fransdejonge.com/?p=1749</guid>
		<description><![CDATA[Screen enables you to use sessions in your terminal.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever used SSH, you probably came across a situation where your connection got interrupted and you lost what you were doing, or maybe you simply wanted to carry over what you were doing remotely to your main computer. That&#8217;s what Screen is for, but it&#8217;s also useful on just one computer.</p>
<p>There are an awful lot of possibilities listed in <code><span>man</span> screen</code>, but I only need a few.</p>
<ul>
<li><code><span>screen</span></code> starts screen, obviously</li>
<li><kbd>Ctrl</kbd> + <kbd>a</kbd>, <kbd>d</kbd> to <em>detach</em> from a screen session</li>
<li><code><span>screen</span> -r</code> to reattach</li>
<li><kbd>Ctrl</kbd> + <kbd>a</kbd>, <kbd>c</kbd> to <em>create</em> a new console (or type <code><span>screen</span> command</code> to forgo on an essentially useless Bash session)</li>
<li><kbd>Ctrl</kbd> + <kbd>a</kbd>, <kbd>Ctrl</kbd> + <kbd>a</kbd> switches to the last active window</li>
<li><kbd>Ctrl</kbd> + <kbd>a</kbd>, <kbd>n</kbd> and <kbd>Ctrl</kbd> + <kbd>a</kbd>, <kbd>p</kbd> switches back and forth through windows</li>
<li><kbd>Ctrl</kbd> + <kbd>a</kbd>, <kbd>X</kbd>, where X is a number</li>
<li><kbd>Ctrl</kbd> + <kbd>a</kbd>, <kbd>"</kbd> gives you a list of windows to choose from; this isn&#8217;t very useful without naming the windows with <kbd>Ctrl</kbd> + <kbd>a</kbd>, <kbd>A</kbd></li>
</ul>
<p>I mostly learned this through a <a href="http://www.kuro5hin.org/story/2004/3/9/16838/14935">slightly more detailed guide</a>, for the screen man page was a little too overwhelming to figure out what was useful and what wasn&#8217;t.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2010/12/screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mouse in TTY</title>
		<link>http://fransdejonge.com/2010/12/mouse-in-tty/</link>
		<comments>http://fransdejonge.com/2010/12/mouse-in-tty/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 15:14:02 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://fransdejonge.com/?p=1750</guid>
		<description><![CDATA[To utilize the mouse in your tty, install gpm: sudo apt-get install gpm.]]></description>
			<content:encoded><![CDATA[<p>To utilize the mouse in your tty, install gpm: <code>sudo apt-get install gpm</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2010/12/mouse-in-tty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Damn, It Is Cold</title>
		<link>http://fransdejonge.com/2010/10/damn-it-is-cold/</link>
		<comments>http://fransdejonge.com/2010/10/damn-it-is-cold/#comments</comments>
		<pubDate>Sun, 17 Oct 2010 20:15:04 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Opera]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://fransdejonge.com/?p=1732</guid>
		<description><![CDATA[Weather in fall always comes paired with temperature drops, fall storms, and lots of rain. But seldom has the temperature dropped from 20°C to a mere 7°C in a mere day.]]></description>
			<content:encoded><![CDATA[<p>Weather in fall always comes paired with temperature drops, fall storms, and lots of rain. But seldom did the temperature drop from 20°C to a mere 7°C from one day to the next.</p>
<p>The release of Ubuntu 10.10 coincided with this change for wintry weather; however, while I&#8217;m sure it&#8217;s swell, you won&#8217;t see me upgrading just yet. Perhaps I&#8217;ll have to look a little harder into acquiring a netbook so I can use it with the Ubuntu Netbook Edition.</p>
<p>Of more interest is the announcement that Opera 11 will have extensions. Or, more particularly, that I was <a href="http://twitter.com/#!/opvard/status/27501719128">the first to guess this in a contest</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2010/10/damn-it-is-cold/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Glipper: A Fix to Ubuntu Clipboard Woes</title>
		<link>http://fransdejonge.com/2010/08/glipper-a-fix-to-ubuntu-clipboard-woes/</link>
		<comments>http://fransdejonge.com/2010/08/glipper-a-fix-to-ubuntu-clipboard-woes/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 19:41:11 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://fransdejonge.com/?p=1726</guid>
		<description><![CDATA[Glipper is a clipboard manager for Gnome, somewhat similar to Klipper.]]></description>
			<content:encoded><![CDATA[<p>KDE ships with Klipper by default, while Gnome has no built-in alternative. Though I prefer a little history, the absence of a clipboard manager isn&#8217;t the worst thing in the world. However, xclipboard forgets what you copied if you close the application from which you were copying, which is a serious annoyance and a usability issue for new as well as seasoned Ubuntu users.</p>
<p>Luckily the situation is easy to rectify. <code>sudo apt-get install glipper</code>, right-click on a panel, click &#8220;Add to Panel,&#8221; select the entry named &#8220;Clipboard manager&#8221; and click &#8220;Add.&#8221;</p>
<p>If you want to paste something other than the currently active copied text you can either select it from the Glipper icon or, if you prefer a more keyboard-based approach (like me), you can press <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>C</kbd> to pop-up a list of available items. Of course you could change that keyboard binding to anything you like.</p>
<p>The default settings are fairly sane, so unless you want to keep more than the last 20 copied items in memory you can leave it be.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2010/08/glipper-a-fix-to-ubuntu-clipboard-woes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Lighttpd and PHP on Ubuntu</title>
		<link>http://fransdejonge.com/2010/03/lighttpd-and-php-on-ubuntu/</link>
		<comments>http://fransdejonge.com/2010/03/lighttpd-and-php-on-ubuntu/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 11:51:11 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://frans.lowter.us/?p=1615</guid>
		<description><![CDATA[Summarized guide to installing Lighttpd on Ubuntu.]]></description>
			<content:encoded><![CDATA[<p>I prefer Lighttpd over Apache on my personal computers because of its phenomenal speed and reduced memory usage. It&#8217;s surprisingly easy to get Lighttpd and PHP running on Ubuntu. For an extensive guide, including how to enable MySQL, <a href="http://www.ubuntugeek.com/lighttpd-webserver-setup-with-php5-and-mysql-support.html">Ubuntu Geek</a> is the place to be.</p>
<p>This entry only deals with the basics of getting Lighttpd up and running with PHP. To get started, use:</p>
<pre><code>sudo apt-get install lighttpd php5-cgi</code></pre>
<p>Then run <code>lighty-enable-mod</code> and enter <code>fastcgi</code>.</p>
<p>Then you can edit /etc/lighttpd/lighttpd.conf. Stick the following at the end:</p>
<pre><code>fastcgi.server = ( “.php” => ((
“bin-path” => “/usr/bin/php5-cgi”,
“socket” => “/tmp/php.socket”
)))</code></pre>
<p>Recommended: <code>sudo apt-get install php5-curl php5-tidy </code> to be able to run <a href="http://bitbucket.org/frenzie/tubes/">Tubes</a> with all functionality, and of course any other modules you might like. There&#8217;s nothing to it; you don&#8217;t even have to edit php.ini.</p>
<p>When you&#8217;re done customizing things to your liking, use <code>sudo /etc/init.d/lighttpd restart</code> to see the changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2010/03/lighttpd-and-php-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add Keyboard Shortcuts to Ubuntu/Gnome</title>
		<link>http://fransdejonge.com/2010/02/how-to-add-keyboard-shortcuts-to-ubuntugnome/</link>
		<comments>http://fransdejonge.com/2010/02/how-to-add-keyboard-shortcuts-to-ubuntugnome/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 21:09:37 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://frans.lowter.us/?p=1509</guid>
		<description><![CDATA[Adding, changing and removing keybindings is easy in Ubuntu.]]></description>
			<content:encoded><![CDATA[<p>Someone asked me how to <q>find a shortcut key to call something like Task Manager to terminate a program.</q></p>
<p>In Ubuntu 9.04 and 9.10, the following applies:</p>
<ol>
<li>The easiest option in this particular instance:
<p><kbd>Alt</kbd> + <kbd>F2</kbd>, <code>gnome-system-monitor</code>, <kbd>Enter</kbd></li>
<li>The slightly more complicated (though still easy), always applicable option:
<p>System > Preferences > Keyboard Shortcuts</p>
<p>Click Add</p>
<p>Type whatever you like in name. &#8220;System Monitor&#8221;, &#8220;Task Manager&#8221; or anything you like. It doesn&#8217;t really matter, just so you can identify it yourself.</p>
<p>Type <code>gnome-system-monitor</code> in Command.</p>
<p>Click Apply.</p>
<p>Scroll down to the bottom (Custom Shortcuts)</p>
<p>Click on where it says &#8220;Disabled&#8221;</p>
<p>Press <kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>Del</kbd> (by default this keybinding gives you the logout/shutdown screen, so you&#8217;ll probably get a warning about reassigning this particular combination).</li>
</ol>
<p>For more information on keybindings in Ubuntu, I&#8217;d advise you to read the <a href="https://help.ubuntu.com/community/KeyboardShortcuts">community documentation</a>. If you&#8217;re interested, you can also check out <a href="http://my.opera.com/community/forums/findpost.pl?id=4087401">the original context</a> of what I wrote in this post.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2010/02/how-to-add-keyboard-shortcuts-to-ubuntugnome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Grub2 Brilliance</title>
		<link>http://fransdejonge.com/2010/01/grub2-brilliance/</link>
		<comments>http://fransdejonge.com/2010/01/grub2-brilliance/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 17:34:22 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://frans.lowter.us/?p=1224</guid>
		<description><![CDATA[A small rant on grub2 inconsistency.]]></description>
			<content:encoded><![CDATA[<p>This is what update-grub outputs (I keep typing grub-update because it just seems more logical):</p>
<pre><samp>$ sudo update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-2.6.31-16-generic
[…]
Found Windows 7 (loader) on /dev/sda1
[…]
done</samp></pre>
<p>This is what /etc/default/grub wants to set the default boot entry:</p>
<pre><samp>GRUB_DEFAULT="Windows 7 (loader) (on /dev/sda1)"</samp></pre>
<p>Thanks. That really made things so much simpler.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2010/01/grub2-brilliance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using exiv2 to Help Manage Your Pictures</title>
		<link>http://fransdejonge.com/2010/01/using-exiv2-to-help-manage-your-pictures/</link>
		<comments>http://fransdejonge.com/2010/01/using-exiv2-to-help-manage-your-pictures/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 09:52:20 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Photograpy]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://frans.lowter.us/?p=1136</guid>
		<description><![CDATA[A short explanation of a couple of useful features of exiv2 that help to keep your photo collection in check.]]></description>
			<content:encoded><![CDATA[<h3>Installation</h3>
<p>As always, in Ubuntu it&#8217;s a piece of cake with <code>sudo apt-get install exiv2</code>.</p>
<h3>Adjusting Exif Date/Time</h3>
<p>With exiv2, <code>exiv2 ad -a  [-]HH[:MM[:SS]] file</code> does the job.</p>
<p>For example, my camera was still on DST when I shot my <a href="http://frans.lowter.us/2010/01/01/fireworks-on-the-scheldt/">new year&#8217;s fireworks pictures</a>, which made them appear as if they were shot at 1 AM. Thus, I ran the command <code>exiv2 ad -a -1 *.JPG</code> to fix it.</p>
<h3>Using a Command File</h3>
<p>I use a file named exif-copyright-2010.txt (and another one for 2009 etc.) with just two lines in it, which I apply instantly when grabbing pictures from my camera. This file contains the following lines.</p>
<pre><code>add Exif.Image.Artist	Ascii	"My name"
add Exif.Image.Copyright	Ascii	"Copyright © 2010 My name"</code></pre>
<p>This can be applied using <code>exiv2 -m /somewhere/exif-copyright-2010.txt file</code>. I used to mess about with batch processing in graphical applications — which worked fine — but this is much faster.</p>
<h3>Read More</h3>
<p>You can read more about all of this on the <a href="http://www.exiv2.org/sample.html">official website</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2010/01/using-exiv2-to-help-manage-your-pictures/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updates on Twitter</title>
		<link>http://fransdejonge.com/2010/01/updates-on-twitter/</link>
		<comments>http://fransdejonge.com/2010/01/updates-on-twitter/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 17:09:41 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Site]]></category>
		<category><![CDATA[Thoughts]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://frans.lowter.us/?p=1174</guid>
		<description><![CDATA[I will provide links to updates to my weblog on Twitter from now on.]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t care much for Twitter. The maximum message length of 140 characters is extremely limiting and, unless you resort to chatspeak, it&#8217;s hard to say anything meaningful in such a limited space. If you do resort to chatspeak, it won&#8217;t look meaningful even if it is. Catch 22! I imagine the best way to say something meaningful is to link to a blog post offering more explanation, or maybe I&#8217;m just prejudiced against chatspeak. Regardless, since most people comment on blog posts using Twitter, and everybody and their grandparents is using it, I figured I should look into a way to utilize it in a more meaningful way than logging in about once a year.</p>
<p><a href="http://code.google.com/p/microblog-purple/">microblog-purple</a> offers convenient integration into Pidgin, which I already use for chatting. <small class="sidenote">It&#8217;s easy to install on Ubuntu using <code>sudo apt-get install pidgin-mbpurple</code>, but you may want to consider using PPA for both <a href="http://pidgin.im/download/ubuntu/" title="PPA instructions for Pidgin">Pidgin</a> and <a href="http://sugree.com/project/microblog-purple" title="PPA instructinos for microblog-purple">microblog-purple</a>. Note that the microblog-purple from PPA is named <code>pidgin-microblog</code>, so if you already installed <code>pidgin-mbpurple</code> you&#8217;ll have to remove that first.</small> That&#8217;s what it is, after all: a chat service with a 140-character limit — most chat services offer at least 500 characters or so. At least it has better offline and history support than most. You also need to enable the plugin named Twitgin so you get a character count on the window where you communicate with Twitter.</p>
<p>Since, like I said, almost everybody uses it, I figured it might also be a good idea to announce new blog posts on Twitter automatically. I searched around a bit in the forest of Twitter plugins and <a href="http://www.joedolson.com/articles/wp-to-twitter/">WP to Twitter</a> sounds like it best meets my needs. This post is a test of the plugin, and it announces my partial submission to the crowd — not submission in the sense of Islam, but submission in the sense of realism.</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2010/01/updates-on-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick, Unsecured Backup Over FTP</title>
		<link>http://fransdejonge.com/2009/12/quick-unsecured-backup-over-ftp/</link>
		<comments>http://fransdejonge.com/2009/12/quick-unsecured-backup-over-ftp/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 20:24:12 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Site]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://frans.lowter.us/?p=709</guid>
		<description><![CDATA[I wanted something that I could easily set as a cron job, and the following works quite decently. For some reason the same construct does not seem to work with sftp, so if you&#8217;ve got any kind of sensitive data you probably shouldn&#8217;t use this. wget -r ftp://user:pass@domain[/folder]]]></description>
			<content:encoded><![CDATA[<p>I wanted something that I could easily set as a cron job, and<br />
the following works quite decently. For some reason the same construct does not seem to work with <code>sftp</code>, so if you&#8217;ve got any kind of sensitive data you probably shouldn&#8217;t use this.</p>
<p><code>wget -r ftp://user:pass@domain[/folder]</code></p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2009/12/quick-unsecured-backup-over-ftp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu/Linux Tips That I Can&#8217;t Do Without</title>
		<link>http://fransdejonge.com/2009/10/ubuntulinux-tips-that-i-cant-do-without/</link>
		<comments>http://fransdejonge.com/2009/10/ubuntulinux-tips-that-i-cant-do-without/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 16:56:15 +0000</pubDate>
		<dc:creator>Frans</dc:creator>
				<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://frans.lowter.us/?p=246</guid>
		<description><![CDATA[An overview of some things I find useful in regard to Ubuntu Linux.]]></description>
			<content:encoded><![CDATA[<p>This post is more of a reference for myself than for other people to read, but some of it might be useful. I&#8217;m currently using Ubuntu 9.10.</p>
<h2>Audio</h2>
<p>My #1 biggest problem with Linux is still audio-related issues. Luckily they are mostly fairly trivial to fix &#8211; at least on my laptop. I haven&#8217;t figured out how to make my desktop output 5.1 audio through optical out, so I&#8217;m still using Windows there.</p>
<h3>Crackling Sound</h3>
<p>If I boot into KDE4 instead of Gnome then my audio is messed up afterward. I have no idea why, but to fix it I can run <code>alsamixer -Dhw</code> and turn the PCM volume all the way up (or at least higher than 0). <a href="http://ubuntuforums.org/showthread.php?t=987252#post_message_6213684">Source</a>.</p>
<p>Another issue I&#8217;ve noticed is that after adjusting the volume in Gnome or KDE, I can never quite get the volume back up to what was previously 100% (i.e. the same max as in Windows). Starting <code>alsamixer</code> shows that the <em>front</em> and <em>headphone</em> volumes get stuck at about 70%.</p>
<h3>Audio input/output</h3>
<p>Apparently the Ubuntu <code>System > Preferences > Sound</code> doesn&#8217;t properly set the default inputs and outputs for PulseAudio. To use different inputs or outputs for audio for programs you can use <code>pavucontrol</code>. It makes the latest betas of Skype usable on Linux.</p>
<h3>Last.FM submission (in Quod Libet and Perhaps Other Applications)</h3>
<p>You need to install the Last.FM submission daemon (<code>sudo apt-get install lastfmsubmitd</code>). Also see <a href="https://bugs.launchpad.net/ubuntu/+source/quodlibet/+bug/432451">this bug report</a>.</p>
<h2>Browsers</h2>
<h3>Chromium</h3>
<p>I like having a bunch of browsers at my disposal and Chromium comes right after Opera, Links2, Firefox, Epiphany, and Konqueror in my list of favorite browsers. That puts it ahead of most notably Safari and IE. <img src='http://fransdejonge.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<pre><code>deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu karmic main</code></pre>
<p>Install using <code>sudo apt-get install chromium-browser</code>. If you forget about the browser suffix then you&#8217;ll end up with some kind of Space Invaders clone. It&#8217;s quite nice actually, but I keep forgetting about its existence.</p>
<h3>Links 2</h3>
<p>Always nice to have. <code>sudo apt-get install links2</code>.</p>
<h3>Opera</h3>
<p>No OS is fully functional if it doesn&#8217;t have Opera. <a href="ftp://ftp.opera.com/pub/opera/linux/">Download the latest Qt4 build from FTP</a> because the repository, which is primarily aimed at Debian, doesn&#8217;t seem to be working properly right now—and if it did, it would install the Qt3 rather than the Qt4 version. I find that <a href="http://my.opera.com/community/customize/skins/info/?id=3465">Tango CL</a> does a pretty good job of blending my Opera in with various types of Gnome and KDE looks, although there may be more specialized skins available to take this even further. I use the purple color scheme because it seems to fit in better with the blue looks of my system than the blue color scheme does.</p>
<p>If Flash doesn&#8217;t want to work on YouTube in Opera, get rid of all the flashplugin-alternative.so files (or at least make sure that Opera doesn&#8217;t see them).</p>
<h2>Miscellaneous</h2>
<h3><del datetime="2010-03-10T07:44:58+00:00">Amarok</del><ins datetime="2010-03-10T07:44:58+00:00">Audio Player</ins></h3>
<p><del datetime="2010-03-10T07:44:58+00:00">Rhythmbox is some kind of iTunes clone full of bugs. Utterly useless unless you want to listen to one of the predefined Internet radio channels while Ubuntu is installing. Get Amarok with <code>sudo apt-get install amarok</code>. First things first, go to <code>Settings > Configure Amarok</code> and uncheck <q>Show splash screen on startup</q>. While very self-explanatory, still very annoying. I mostly use Amarok for playing internet sources, such as Librivox, Last.FM and various internet radio channels. For my local music I prefer something like foobar2000, which probably translates best to Quod Libet in a Linux context.</del> <ins datetime="2010-03-10T07:44:58+00:00">I would not use Amarok. <a href="http://code.google.com/p/gogglesmm/">Goggles Music Manager</a> is my current audio player of choice in Linux, though it leaves much to be desired compared to foobar2000.</ins></p>
<h3>Background</h3>
<p>I like to use <a href="http://ftp.gnome.org/pub/GNOME/teams/art.gnome.org/backgrounds/NATURE-ATouchOfRed_1280x1024.jpg">a touch of red</a> as my background on Ubuntu. <a href="http://art.gnome.org/backgrounds/nature">Source</a>.</p>
<h3>Circular scrolling</h3>
<p>Install GSynaptics using <code>sudo apt-get install gsynaptics</code>. Go to <code>System > Preferences > Touchpad</code>. Go to the tab Scrolling. Enable circular scrolling. Much better use of the touchpad.</p>
<h3>Compositing</h3>
<p>I haven&#8217;t yet figured out what window manager I want to use. I do like Compiz, but its application switching capabilities are pure bile. Metacity has <a href="http://tombuntu.com/index.php/2008/11/14/metacity-compositing-effects-in-ubuntu-810/">compositing</a>, but it feels slower than with compositing turned off and you can&#8217;t seem to configure anything. I don&#8217;t want shadows and all that junk; I just don&#8217;t want my windows to take half a second to appear when I switch desktops. I could try to use Metacity compositing in combination with superswitcher, but it just lacks some of that nice 3D accelerated flair. If only the Compiz plugins were properly annotated, perhaps I could take a stab at writing a SmartTab.org clone myself. It&#8217;s a pity that with all of Ubuntu&#8217;s usability improvements over Windows, application switching isn&#8217;t one of them. Perhaps I&#8217;ll have to use Kwin, which is much better but feels somewhat out of place.</p>
<h3>Compiling Software</h3>
<p>Don&#8217;t forget that when a <code>./autogen.sh</code> or a <code>./configure</code> is complaining about missing a package it&#8217;s talking about <code>package<strong>-dev</strong></code>. Gave me a headache a couple of times, but I don&#8217;t suppose I&#8217;ll break my head over it again.</p>
<h3>exiv2</h3>
<p>Very useful command line utility for taking care of the metadata of your photos. Find out more with <code>man exiv2</code>, <a href="http://frans.lowter.us/2010/01/04/using-exiv2-to-help-manage-your-pictures/">my post highlighting some of my favorite options</a>, and at <a href="http://www.exiv2.org/sample.html">exiv2&#8242;s official website</a>.</p>
<h3>Glipper</h3>
<p>xclipboard forgets what you copied if you close the application from which you were copying; luckily <a href="/2010/08/22/glipper-a-fix-to-ubuntu-clipboard-woes/">the situation is easy to rectify</a>. <code>sudo apt-get install glipper</code>, right-click on a panel, click &#8220;Add to Panel,&#8221; select the entry named &#8220;Clipboard manager&#8221; and click &#8220;Add.&#8221;</p>
<h3>Grub2</h3>
<p>Ubuntu 9.10 comes with Grub2. The relevant command to make it dance and sing is <code>update-grub</code>. Things like default boot entry can be set in <code>/etc/default/grub</code>. Don&#8217;t forget to <a href="http://frans.lowter.us/2010/01/07/grub2-brilliance/">add parentheses</a>. Recovering is horribly complicated <a href="https://wiki.ubuntu.com/Grub2#Recover Grub 2 via LiveCD">compared to ye olde grub</a>.</p>
<h3>Keyboard Disabling for External USB Keyboard</h3>
<p>It depends on the specific hardware and drivers, but the generic principle may still apply.</p>
<p>To disable internal laptop keyboard: <code>sudo sh -c 'echo -n "i8042" > /sys/bus/platform/drivers/i8042/unbind'</code></p>
<p>To enable it again: <code>sudo sh -c 'echo -n "i8042" > /sys/bus/platform/drivers/i8042/bind'</code></p>
<p>If it disables more than intended, at worst you&#8217;ll have to reboot.</p>
<h3>Keyboard Settings</h3>
<p>In <code>System > Preferences > Keyboard</code> go to the tab <code>Layouts</code>. I tend to use <code>USA International (AltGR dead keys)</code>, but these settings would probably yield real usability improvements in any layout (most notably the plain USA one). In <code>Layout Options</code>, check the following boxes. I&#8217;ve also made a <a href="http://frans.lowter.us/wp-content/uploads/2009/10/Screenshot-Keyboard-Layout-Options.png">screenshot</a> of my settings.</p>
<ul>
<li>Adding EuroSign to certain keys: <code>5</code></li>
<li>Compose key position: <code>Right Ctrl</code></li>
<li>Key to choose 3rd level: <code>Right Alt</code></li>
</ul>
<p>Now you can type the € sign using <kbd>Right Alt + 5</kbd>, type various accents like é using either <kbd>Right Alt + e</kbd> or <kbd>Right Ctrl > ' > e</kbd> and do other fun things like typing the en dash using <kbd>Right Ctrl > --</kbd>. and the em dash using <kbd>Right Ctrl > ---</kbd>. There&#8217;s an extensive <a href="http://www.hermit.org/Linux/ComposeKeys.html">compose key reference</a> available for the characters that you can produce with the compose key; the characters that you can type with the <kbd>Right Alt</kbd> modifier depend on your keyboard setup. This can be viewed by utilizing the Add Keyboard interface, but there has got to be an easy way to view the <em>current</em> keyboard layout.</p>
<p>In KDE the same can be achieved in by going to the KDE System Settings > Regional &#038; Language > Keyboard Layout configuration. Under the Layout tab, select Enable keyboard layouts. Then go to Advanced and there you can put the same as outlined above.</p>
<h3>MS Core Fonts</h3>
<p>Don&#8217;t forget about them. They make browsing more pleasant because many websites use MS fonts like Verdana. Install using <code>sudo apt-get install msttcorefonts</code>.</p>
<h3>SciTE</h3>
<p>Gedit is insufficient and Kate is too slow. Grab the <a href="http://www.scintilla.org/SciTEDownload.html">latest version</a> because Ubuntu 9.10 comes with the ancient 1.71. I do like to <code>sudo apt-get install scite</code> it first because it fixes up the icons, menu entries and such—although it fails to properly register it for all the file types that it automatically registers Gedit and Kate for. Note that after <code>make install</code> it results in a <code>/usr/bin/SciTE</code> binary. I simply delete the remaining <code>scite</code> and then rename the <code>SciTE</code> binary to <code>scite</code>, but there are probably some good reasons not to do it like that—too bad.</p>
<p>Some settings that I like for my .SciTEUser.properties.</p>
<pre><code>position.width=700
position.height=800
# Indentation
tabsize=2
indent.size=2
use.tabs=1
#indent.auto=1
indent.automatic=1
indent.opening=0
indent.closing=0
#tab.indents=0
#backspace.unindents=0
statusbar.visible=1

# Sizes and visibility in edit pane
line.margin.visible=1
line.margin.width=4
margin.width=16

# Wrapping of long lines
wrap=1</code></pre>
<h3>Screen Capture</h3>
<p>You can make videos of applications, regions on your screen, or your entire screen with recordMyDesktop. Install with <code>sudo apt-get install gtk-recordmydesktop</code>.</p>
<h3>Temperature sensors</h3>
<p>Install <code>sensors-applet</code> to be able to monitor temperatures of various hardware components in a Gnome panel. This depends on <code>lm-sensors</code>, which is of course installed automatically. To make it actually detect all available sensors run <code>sudo sensors-detect</code>. Without doing that, I can&#8217;t monitor the temperature of my CPU cores.</p>
<h2>Network</h2>
<h3>Enter Password to Unlock Keyring</h3>
<p>To get rid of this annoying behavior, check <q>Available to all users</q> in the settings for the respective network. I prefer to have my network available ASAP, as do <a href="http://www.eteanga.ie/solution-to-ubuntu-904-enter-password-for-default-keyring-to-unlock/">many others</a>.</p>
<h3>Internet Connection Sharing</h3>
<p>I don&#8217;t know <a href="https://help.ubuntu.com/community/Internet/ConnectionSharing">what the guys at the Ubuntu documentation are smoking</a>, but all you need to do is right click on the NetworkManager icon, Edit Connections, pick the one you want to share through, and pick <em>Shared to other computers</em> in the Method drop-down. They really scared me with that when I wanted to share my laptop&#8217;s wireless connection with my desktop to download some updates (not that they got the Linksys wireless USB to work properly).</p>
]]></content:encoded>
			<wfw:commentRss>http://fransdejonge.com/2009/10/ubuntulinux-tips-that-i-cant-do-without/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

