<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Aslak Johansen's Weblog</title>
	<atom:link href="http://aslakjohansen.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://aslakjohansen.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 08 Nov 2009 16:51:37 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='aslakjohansen.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/55be66e084a57c701dc0a19539818191?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Aslak Johansen's Weblog</title>
		<link>http://aslakjohansen.wordpress.com</link>
	</image>
			<item>
		<title>Timetraveling with GIT</title>
		<link>http://aslakjohansen.wordpress.com/2009/11/08/timetraveling-with-git/</link>
		<comments>http://aslakjohansen.wordpress.com/2009/11/08/timetraveling-with-git/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 16:50:00 +0000</pubDate>
		<dc:creator>aslakjohansen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[checkout]]></category>
		<category><![CDATA[commit]]></category>
		<category><![CDATA[giggle]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[git checkout]]></category>
		<category><![CDATA[git log]]></category>
		<category><![CDATA[hash]]></category>
		<category><![CDATA[old revision]]></category>
		<category><![CDATA[revision]]></category>
		<category><![CDATA[sha]]></category>
		<category><![CDATA[timetravel]]></category>

		<guid isPermaLink="false">http://aslakjohansen.wordpress.com/?p=202</guid>
		<description><![CDATA[or checking out a specific commit.
First, one has to locate the hash of the commit. This can be done by:

Scanning the log by running &#8220;git log&#8221; (press q to quit). Look for lines labeled commit.

    Scanning the log in giggle. Look for the SHA-line. Example:
    
  

In this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aslakjohansen.wordpress.com&blog=1710987&post=202&subd=aslakjohansen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>or checking out a specific commit.</p>
<p>First, one has to locate the hash of the commit. This can be done by:</p>
<ol>
<li>Scanning the log by running &#8220;<tt>git log</tt>&#8221; (press <b>q</b> to quit). Look for lines labeled <em>commit</em>.</li>
<li>
    Scanning the log in <a href="http://live.gnome.org/giggle">giggle</a>. Look for the SHA-line. Example:<br />
    <a href="http://aslakjohansen.files.wordpress.com/2009/11/screenshot-home-aslak-vcs-git-masterthesis-giggle.png"><img src="http://aslakjohansen.files.wordpress.com/2009/11/screenshot-home-aslak-vcs-git-masterthesis-giggle.png?w=450&#038;h=256" alt="Screenshot of Giggle, click to enlarge" title="Screenshot of Giggle, click to enlarge" width="450" height="256" class="aligncenter size-full wp-image-203" border="0" /></a>
  </li>
</ol>
<p>In this case our hash is <tt>7f8d2051582dd030e3c07ded70010af033461e31</tt>.</p>
<p>Then, come up with a name for a branch to refer the this specific revision. For this example we will use <em>old-branch</em>.</p>
<p>Last, set up the branch by running:<br />
<tt><br />
git checkout -b old-branch 7f8d2051582dd030e3c07ded70010af033461e31<br />
</tt></p>
<p><b>Syntax:</b> The general syntax is: &#8220;<tt>git checkout -b BRANCHNAME HASH</tt>&#8220;</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aslakjohansen.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aslakjohansen.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aslakjohansen.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aslakjohansen.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aslakjohansen.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aslakjohansen.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aslakjohansen.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aslakjohansen.wordpress.com/202/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aslakjohansen.wordpress.com/202/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aslakjohansen.wordpress.com/202/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aslakjohansen.wordpress.com&blog=1710987&post=202&subd=aslakjohansen&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aslakjohansen.wordpress.com/2009/11/08/timetraveling-with-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb27f68ee3d8f886c52d241d37beaedc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aslakjohansen</media:title>
		</media:content>

		<media:content url="http://aslakjohansen.files.wordpress.com/2009/11/screenshot-home-aslak-vcs-git-masterthesis-giggle.png" medium="image">
			<media:title type="html">Screenshot of Giggle, click to enlarge</media:title>
		</media:content>
	</item>
		<item>
		<title>Making BOINC work under Karmic</title>
		<link>http://aslakjohansen.wordpress.com/2009/11/05/making-boinc-work-under-karmic/</link>
		<comments>http://aslakjohansen.wordpress.com/2009/11/05/making-boinc-work-under-karmic/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 22:31:27 +0000</pubDate>
		<dc:creator>aslakjohansen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[boinc]]></category>
		<category><![CDATA[CA certificate]]></category>
		<category><![CDATA[ca-bundle.crt]]></category>
		<category><![CDATA[cannot be authenticated]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[project communication failed]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[world community grid]]></category>

		<guid isPermaLink="false">http://aslakjohansen.wordpress.com/?p=197</guid>
		<description><![CDATA[Since installing Karmic on my laptop, it has consistently failed to connect to the World Community Grid server.
Symptoms: When going the the &#8216;Messages&#8217; tab of the &#8216;Advanced View&#8217;, one is greeted by lines of the form:

2009-11-05T12:56:47 CET&#124;World Community Grid&#124;Sending scheduler request: Project initialization.  Requesting 1 seconds of work, reporting 0 completed tasks
2009-11-05T12:56:50 CET&#124;&#124;Project communication [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aslakjohansen.wordpress.com&blog=1710987&post=197&subd=aslakjohansen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Since installing Karmic on my laptop, it has consistently failed to connect to the <a href="http://www.worldcommunitygrid.org">World Community Grid</a> server.</p>
<p><b>Symptoms:</b> When going the the &#8216;Messages&#8217; tab of the &#8216;Advanced View&#8217;, one is greeted by lines of the form:<br />
<tt><br />
2009-11-05T12:56:47 CET|World Community Grid|Sending scheduler request: Project initialization.  Requesting 1 seconds of work, reporting 0 completed tasks<br />
2009-11-05T12:56:50 CET||Project communication failed: attempting access to reference site<br />
2009-11-05T12:56:52 CET|World Community Grid|Scheduler request failed: Peer certificate cannot be authenticated with known CA certificates<br />
2009-11-05T12:56:53 CET||Internet access OK - project servers may be temporarily down.<br />
</tt><br />
<b>Solution:</b> After some googling I came across this <a href="http://lists.alioth.debian.org/pipermail/pkg-boinc-devel/2009-May/002093.html">page</a>, which basically gives a simple workaround:<br />
<tt><br />
sudo su<br />
cd /var/lib/boinc-client<br />
mv ca-bundle.crt ca-bundle.crt.backup<br />
wget http://boinc.berkeley.edu/trac/export/16195/trunk/boinc/curl/ca-bundle.crt<br />
</tt><br />
I&#8217;m not convinced that it will survive an update though.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aslakjohansen.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aslakjohansen.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aslakjohansen.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aslakjohansen.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aslakjohansen.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aslakjohansen.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aslakjohansen.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aslakjohansen.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aslakjohansen.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aslakjohansen.wordpress.com/197/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aslakjohansen.wordpress.com&blog=1710987&post=197&subd=aslakjohansen&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aslakjohansen.wordpress.com/2009/11/05/making-boinc-work-under-karmic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb27f68ee3d8f886c52d241d37beaedc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aslakjohansen</media:title>
		</media:content>
	</item>
		<item>
		<title>Measuring the Desktop</title>
		<link>http://aslakjohansen.wordpress.com/2009/11/01/measuring-the-desktop/</link>
		<comments>http://aslakjohansen.wordpress.com/2009/11/01/measuring-the-desktop/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 00:07:54 +0000</pubDate>
		<dc:creator>aslakjohansen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[Jaunty Jackelope]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[measuring]]></category>
		<category><![CDATA[screenruler]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://aslakjohansen.wordpress.com/?p=191</guid>
		<description><![CDATA[From time to time one needs to measure stuff on the desktop. You might &#8211; for instance &#8211; want to know whether some region of an image will fit nicely into some part of a webpage.
In ubuntu (both jaunty and karmic releases) the screenruler application provides an easily available mean to do just that. This [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aslakjohansen.wordpress.com&blog=1710987&post=191&subd=aslakjohansen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>From time to time one needs to measure stuff on the desktop. You might &#8211; for instance &#8211; want to know whether some region of an image will fit nicely into some part of a webpage.</p>
<p>In <a href="http://www.ubuntu.com">ubuntu</a> (both jaunty and karmic releases) the <strong>screenruler</strong> application provides an easily available mean to do just that. This application is available through a package of the same name and can be found in the menu under <em>Applications -&gt; Accessories -&gt; Screen Ruler</em>.</p>
<p><img class="aligncenter size-full wp-image-192" title="Screenshot of two instances of 'screenruler' application" src="http://aslakjohansen.files.wordpress.com/2009/11/screenruler.png?w=461&#038;h=430" alt="Screenshot of two instances of 'screenruler' application" width="461" height="430" /></p>
<p>The screenshot above shows two instances of screenruler along with the contextual menu (available through right-click or a menu button which appears when the mouse hovers over the ruler). Through this menu the metric can be changed. The length of the ruler can be changed by pulling in the ends and the orientation can be flipped by middle-clicking.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aslakjohansen.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aslakjohansen.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aslakjohansen.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aslakjohansen.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aslakjohansen.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aslakjohansen.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aslakjohansen.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aslakjohansen.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aslakjohansen.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aslakjohansen.wordpress.com/191/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aslakjohansen.wordpress.com&blog=1710987&post=191&subd=aslakjohansen&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aslakjohansen.wordpress.com/2009/11/01/measuring-the-desktop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb27f68ee3d8f886c52d241d37beaedc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aslakjohansen</media:title>
		</media:content>

		<media:content url="http://aslakjohansen.files.wordpress.com/2009/11/screenruler.png" medium="image">
			<media:title type="html">Screenshot of two instances of 'screenruler' application</media:title>
		</media:content>
	</item>
		<item>
		<title>Sharing a network connection</title>
		<link>http://aslakjohansen.wordpress.com/2009/10/28/sharing-a-network-connection/</link>
		<comments>http://aslakjohansen.wordpress.com/2009/10/28/sharing-a-network-connection/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 00:41:47 +0000</pubDate>
		<dc:creator>aslakjohansen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[eduroam]]></category>
		<category><![CDATA[network connection]]></category>
		<category><![CDATA[network manager]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[shared connection]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://aslakjohansen.wordpress.com/?p=183</guid>
		<description><![CDATA[Note: This applies to multiple flavors of Ubuntu; Jaunty as well as Karmic. Also, it might be generic to all distributions based on Network Manager.
At the university we have a eduroam-based wireless network. It has not been very dependable yet; sometimes you can log on, sometimes you cannot. It doesn&#8217;t seem to be directly related [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aslakjohansen.wordpress.com&blog=1710987&post=183&subd=aslakjohansen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><b>Note:</b> This applies to multiple flavors of Ubuntu; Jaunty as well as Karmic. Also, it might be generic to all distributions based on Network Manager.</p>
<p>At the university we have a <a href="http://www.eduroam.org">eduroam</a>-based wireless network. It has not been very dependable yet; sometimes you can log on, sometimes you cannot. It doesn&#8217;t seem to be directly related to signal strength.</p>
<p>It seems that <a href="http://www.ubuntu.com">Ubuntu</a> &#8211; which uses <a href="http://projects.gnome.org/NetworkManager/">Network Manager</a> &#8211; is quite well suited for this environment. Our setup  is based on two laptops; one which can connect to eduroam and one which cannot. These are connected by a standard ethernet cable. The laptop connected to eduroam is then set up to share the connection.</p>
<p><b>The Guide</b></p>
<p>First open up the network connections dialog. Do this by right clicking on the Network Manager icon in the notification area and choose &#8216;Edit Connections &#8230;&#8217;. In the &#8216;Wired&#8217; tab, click &#8216;Add&#8217; to add a new connection. Fill it out like so:</p>
<p><img src="http://aslakjohansen.files.wordpress.com/2009/10/screenshot-editing-share-connection.png?w=379&#038;h=503" alt="Add connection dialog box" title="Add connection dialog box" width="379" height="503" class="aligncenter size-full wp-image-184" /></p>
<p>The important parts are</p>
<ol>
<li>The method. This should be &#8216;Shared to other computers&#8217;.</li>
<li>The unmarking of &#8216;Connect automatically&#8217;. This will make sure other connections (like DHCP) take precedence.</li>
</ol>
<p>After confirming this dialog (by clicking &#8216;Apply &#8230;&#8217;) the list of network connections should look like this:</p>
<p><img src="http://aslakjohansen.files.wordpress.com/2009/10/screenshot-network-connections.png?w=437&#038;h=326" alt="List of network connections" title="List of network connections" width="437" height="326" class="aligncenter size-full wp-image-185" /></p>
<p>Thats it! When you whish to share a wireless connection, click on the network manager icon in the notification area and choose &#8216;Share Connection&#8217; under &#8216;Wired networks&#8217;.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aslakjohansen.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aslakjohansen.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aslakjohansen.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aslakjohansen.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aslakjohansen.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aslakjohansen.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aslakjohansen.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aslakjohansen.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aslakjohansen.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aslakjohansen.wordpress.com/183/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aslakjohansen.wordpress.com&blog=1710987&post=183&subd=aslakjohansen&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aslakjohansen.wordpress.com/2009/10/28/sharing-a-network-connection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb27f68ee3d8f886c52d241d37beaedc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aslakjohansen</media:title>
		</media:content>

		<media:content url="http://aslakjohansen.files.wordpress.com/2009/10/screenshot-editing-share-connection.png" medium="image">
			<media:title type="html">Add connection dialog box</media:title>
		</media:content>

		<media:content url="http://aslakjohansen.files.wordpress.com/2009/10/screenshot-network-connections.png" medium="image">
			<media:title type="html">List of network connections</media:title>
		</media:content>
	</item>
		<item>
		<title>Facebook chat with Empathy under Ubuntu (Karmic)</title>
		<link>http://aslakjohansen.wordpress.com/2009/10/26/facebook-chat-with-empathy-under-ubuntu-karmic/</link>
		<comments>http://aslakjohansen.wordpress.com/2009/10/26/facebook-chat-with-empathy-under-ubuntu-karmic/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 22:07:08 +0000</pubDate>
		<dc:creator>aslakjohansen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[empathy]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Jaunty]]></category>
		<category><![CDATA[Jaunty Jackelope]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[pidgin-facebookchat]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://aslakjohansen.wordpress.com/?p=177</guid>
		<description><![CDATA[The solution for Jaunty seems to have degenerated.
I recently installed Karmic (Koala) Beta and decided to give it a try again. For me, installing the pidgin-facebookchat package and following the instructions at the relevant (bottom) part of the official documentations page regarding protocols. The experience is not entirely stable, but for a beta release I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aslakjohansen.wordpress.com&blog=1710987&post=177&subd=aslakjohansen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The <a href="http://aslakjohansen.wordpress.com/2009/06/21/facebook-chat-with-empathy-and-ubuntu/">solution</a> for Jaunty seems to have degenerated.</p>
<p>I recently installed Karmic (Koala) Beta and decided to give it a try again. For me, installing the <tt>pidgin-facebookchat</tt> package and following the instructions at the relevant (bottom) part of the official documentations page regarding <a href="http://live.gnome.org/Empathy/Protocols">protocols</a>. The experience is not entirely stable, but for a beta release I guess it&#8217;s ok.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aslakjohansen.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aslakjohansen.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aslakjohansen.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aslakjohansen.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aslakjohansen.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aslakjohansen.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aslakjohansen.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aslakjohansen.wordpress.com/177/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aslakjohansen.wordpress.com/177/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aslakjohansen.wordpress.com/177/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aslakjohansen.wordpress.com&blog=1710987&post=177&subd=aslakjohansen&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aslakjohansen.wordpress.com/2009/10/26/facebook-chat-with-empathy-under-ubuntu-karmic/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb27f68ee3d8f886c52d241d37beaedc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aslakjohansen</media:title>
		</media:content>
	</item>
		<item>
		<title>Resetting Evolution</title>
		<link>http://aslakjohansen.wordpress.com/2009/10/15/resetting-evolution/</link>
		<comments>http://aslakjohansen.wordpress.com/2009/10/15/resetting-evolution/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 23:18:45 +0000</pubDate>
		<dc:creator>aslakjohansen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[clearing]]></category>
		<category><![CDATA[evolution]]></category>
		<category><![CDATA[gconf]]></category>
		<category><![CDATA[mail client]]></category>
		<category><![CDATA[resetting]]></category>
		<category><![CDATA[restore]]></category>

		<guid isPermaLink="false">http://aslakjohansen.wordpress.com/?p=156</guid>
		<description><![CDATA[Not the Darwinian kind, but the mail client. This is useful if you want to move evolution data back and forth between two machines.
A little google-research seems to indicate that Evolution stores its data at several locations:


    Running processes These may interfere with our work.
    Exit them by running: [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aslakjohansen.wordpress.com&blog=1710987&post=156&subd=aslakjohansen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Not the Darwinian kind, but the <a href="http://projects.gnome.org/evolution/">mail client</a>. This is useful if you want to move evolution data back and forth between two machines.</p>
<p>A little google-research seems to indicate that Evolution stores its data at several locations:</p>
<ul>
<li>
    <b>Running processes</b> These may interfere with our work.<br />
    Exit them by running: <tt><i>killall evolution-data-server-2.26 evolution-alarm-notify</i></tt><br />
    <b>Note</b> that the name of the data server seems to follow the relase of evolution (2.26 in this case).
  </li>
<li>
    <b>~/.evolution</b> This is the big one, containing mails and other kind of data.<br />
    Backed up by running: <tt><i>mv ~/.evolution ~/.evolution.bk0</i></tt><br />
    <b>Note</b> this resets the location.
  </li>
<li>
    <b>~/.gconf/apps/evolution</b> Contains GConf data. This is most likely and old format which I have lying around.<br />
    Backed up by running: <tt><i>mv ~/.gconf/apps/evolution ~/.evolution_gconf</i></tt><br />
    <b>Note</b> this resets the location.
  </li>
<li>
    <b>gconf2://apps/evolution</b> Contains GConf data, new format.<br />
    I don&#8217;t know how to backup this.<br />
    Removed by running[<a href="https://lists.ubuntu.com/archives/ubuntu-users/2005-February/023612.html">source</a>]: <tt><i>gconftool-2 --recursive-unset /apps/evolution</i></tt><br />
    <b>Note</b> this resets the location.
  </li>
</ul>
<p>When these locations have been cleared, starting evolution will launch a settings importer, which can load settings from a backup. Backups can be created by chosing &#8216;Backup Settings &#8230;&#8217; from the &#8216;File&#8217; menu.</p>
<p><b>Note:</b> This process appears to forget all about your signatures. Use other means to back them up if necessary.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aslakjohansen.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aslakjohansen.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aslakjohansen.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aslakjohansen.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aslakjohansen.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aslakjohansen.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aslakjohansen.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aslakjohansen.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aslakjohansen.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aslakjohansen.wordpress.com/156/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aslakjohansen.wordpress.com&blog=1710987&post=156&subd=aslakjohansen&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aslakjohansen.wordpress.com/2009/10/15/resetting-evolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb27f68ee3d8f886c52d241d37beaedc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aslakjohansen</media:title>
		</media:content>
	</item>
		<item>
		<title>Photo trap for Bats</title>
		<link>http://aslakjohansen.wordpress.com/2009/09/19/photo-trap-for-bats/</link>
		<comments>http://aslakjohansen.wordpress.com/2009/09/19/photo-trap-for-bats/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 22:29:04 +0000</pubDate>
		<dc:creator>aslakjohansen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Bats]]></category>
		<category><![CDATA[Pho]]></category>
		<category><![CDATA[Photo Trap]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[phototrap]]></category>
		<category><![CDATA[Pond]]></category>

		<guid isPermaLink="false">http://aslakjohansen.wordpress.com/?p=152</guid>
		<description><![CDATA[Came across an article describing one guys efforts in photographing bats slurping water from a pond while in flight. The pictures are strangely beautiful.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aslakjohansen.wordpress.com&blog=1710987&post=152&subd=aslakjohansen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Came across an <a href="http://www.dailymail.co.uk/sciencetech/article-1213851/Stunning-shots-thirsty-bats-swooping-lick-water-garden-pond.html">article</a> describing one guys efforts in photographing bats slurping water from a pond while in flight. The pictures are strangely beautiful.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aslakjohansen.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aslakjohansen.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aslakjohansen.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aslakjohansen.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aslakjohansen.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aslakjohansen.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aslakjohansen.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aslakjohansen.wordpress.com/152/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aslakjohansen.wordpress.com/152/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aslakjohansen.wordpress.com/152/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aslakjohansen.wordpress.com&blog=1710987&post=152&subd=aslakjohansen&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aslakjohansen.wordpress.com/2009/09/19/photo-trap-for-bats/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb27f68ee3d8f886c52d241d37beaedc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aslakjohansen</media:title>
		</media:content>
	</item>
		<item>
		<title>Cloning a VirtualBox Virtual Machine</title>
		<link>http://aslakjohansen.wordpress.com/2009/09/12/cloning-a-virtualbox-virtual-machine/</link>
		<comments>http://aslakjohansen.wordpress.com/2009/09/12/cloning-a-virtualbox-virtual-machine/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 14:38:32 +0000</pubDate>
		<dc:creator>aslakjohansen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[clonevdi]]></category>
		<category><![CDATA[cloning]]></category>
		<category><![CDATA[UUID]]></category>
		<category><![CDATA[vboxmanage]]></category>
		<category><![CDATA[vboxmanage clonevdi]]></category>
		<category><![CDATA[VDI file]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://aslakjohansen.wordpress.com/?p=147</guid>
		<description><![CDATA[Locating clear guidelines describing the proces of creating a copy of an already existing machine (also known as cloning it) is not an easy task. I gave up when I came across an unofficial guide or two.
In VirtualBox, virtual machine definitions are stored separately from disk images. Cloning the machine can be reduced to the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aslakjohansen.wordpress.com&blog=1710987&post=147&subd=aslakjohansen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Locating clear guidelines describing the proces of creating a copy of an already existing machine (also known as cloning it) is not an easy task. I gave up when I came across an unofficial guide or two.</p>
<p>In <a href="http://www.virtualbox.org">VirtualBox</a>, virtual machine definitions are stored separately from disk images. Cloning the machine can be reduced to the matter of cloning the disk(s) and creating a new machine which uses the cloned disk(s). Since disk images contain a unique identifier (UUID) a simple copy &#8211; as performed by the operating system &#8211; won&#8217;t do. Instead, use the following command:<br />
<code><br />
vboxmanage clonevdi ORIGINAL_IMAGE NEW_IMAGE<br />
</code><br />
The default locating for disk images is <tt>~/.VirtualBox/HardDisks</tt> and the files use the <tt>.vdi</tt> extension.</p>
<p>Example:<br />
<code><br />
$ vboxmanage clonevdi ~/.VirtualBox/HardDisks/Disk.vdi ~/.VirtualBox/HardDisks/DiskClone.vdi<br />
VirtualBox Command Line Management Interface Version 2.1.4_OSE<br />
(C) 2005-2009 Sun Microsystems, Inc.<br />
All rights reserved.</p>
<p>0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%<br />
Clone hard disk created in format 'VDI'. UUID: cd4972c2-b57f-4b59-90f3-db151ac131e5<br />
$<br />
</code><br />
Then create a new virtual machine which uses the <tt>DiskClone.vdi</tt> image.</p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aslakjohansen.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aslakjohansen.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aslakjohansen.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aslakjohansen.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aslakjohansen.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aslakjohansen.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aslakjohansen.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aslakjohansen.wordpress.com/147/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aslakjohansen.wordpress.com/147/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aslakjohansen.wordpress.com/147/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aslakjohansen.wordpress.com&blog=1710987&post=147&subd=aslakjohansen&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aslakjohansen.wordpress.com/2009/09/12/cloning-a-virtualbox-virtual-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb27f68ee3d8f886c52d241d37beaedc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aslakjohansen</media:title>
		</media:content>
	</item>
		<item>
		<title>Adapting a Leica R-mount lens to Nikon F cameras</title>
		<link>http://aslakjohansen.wordpress.com/2009/09/12/adapting-a-leica-r-mount-lens-to-nikon-f-cameras/</link>
		<comments>http://aslakjohansen.wordpress.com/2009/09/12/adapting-a-leica-r-mount-lens-to-nikon-f-cameras/#comments</comments>
		<pubDate>Sat, 12 Sep 2009 10:24:35 +0000</pubDate>
		<dc:creator>aslakjohansen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[adaptor]]></category>
		<category><![CDATA[conversion]]></category>
		<category><![CDATA[F-Mount]]></category>
		<category><![CDATA[leica]]></category>
		<category><![CDATA[Leica R]]></category>
		<category><![CDATA[leitax]]></category>
		<category><![CDATA[nikon]]></category>
		<category><![CDATA[Nikon F]]></category>
		<category><![CDATA[R-Mount]]></category>
		<category><![CDATA[stop-down metering]]></category>

		<guid isPermaLink="false">http://aslakjohansen.wordpress.com/?p=142</guid>
		<description><![CDATA[This site sells kits to convert Leica R-Mount lenses to Nikon F mount.
Features (according to site):

The procedure is fully reversible.
The lens will focus to infinity.
Nikon cameras will show focus confirmation light in viewfinder.

It seems like a few Hong Kong based brands are offering alternatives on ebay. Don&#8217;t know if they are trustworthy though &#8230;
leitax also [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aslakjohansen.wordpress.com&blog=1710987&post=142&subd=aslakjohansen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>This <a href="http://www.leitax.com/leica-lens-for-nikon-cameras.html">site</a> sells kits to convert Leica R-Mount lenses to Nikon F mount.</p>
<p>Features (according to site):</p>
<ul>
<li>The procedure is fully reversible.</li>
<li>The lens will focus to infinity.</li>
<li>Nikon cameras will show focus confirmation light in viewfinder.</li>
</ul>
<p>It seems like a few Hong Kong based brands are offering alternatives on <a href="http://photography.shop.ebay.co.uk/i.html?_nkw=leica+r+nikon&amp;_sacat=3323&amp;_trksid=p3286.m270.l1313&amp;_odkw=leica&amp;_osacat=3323">ebay</a>. Don&#8217;t know if they are trustworthy though &#8230;</p>
<p><a href="http://www.leitax.com">leitax</a> also has kits for other exotic lens/body combinations. Just about any combination of:</p>
<ul>
<li><b>Lens: </b> Contax Carl Zeiss, Leica R</li>
<li><b>Body: </b> Canon EOS, Minolta/Sony alpha, Nikon F, Pentax, Sigma</li>
</ul>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aslakjohansen.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aslakjohansen.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aslakjohansen.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aslakjohansen.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aslakjohansen.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aslakjohansen.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aslakjohansen.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aslakjohansen.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aslakjohansen.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aslakjohansen.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aslakjohansen.wordpress.com&blog=1710987&post=142&subd=aslakjohansen&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aslakjohansen.wordpress.com/2009/09/12/adapting-a-leica-r-mount-lens-to-nikon-f-cameras/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb27f68ee3d8f886c52d241d37beaedc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aslakjohansen</media:title>
		</media:content>
	</item>
		<item>
		<title>9/11, 1973 edition</title>
		<link>http://aslakjohansen.wordpress.com/2009/09/11/911-1973-edition/</link>
		<comments>http://aslakjohansen.wordpress.com/2009/09/11/911-1973-edition/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 21:09:04 +0000</pubDate>
		<dc:creator>aslakjohansen</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[1973]]></category>
		<category><![CDATA[9/11]]></category>
		<category><![CDATA[Chilean coup d'état]]></category>

		<guid isPermaLink="false">http://aslakjohansen.wordpress.com/?p=140</guid>
		<description><![CDATA[Chilean coup d&#8217;état
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aslakjohansen.wordpress.com&blog=1710987&post=140&subd=aslakjohansen&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://en.wikipedia.org/wiki/1973_Chilean_coup_d%27%C3%A9tat">Chilean coup d&#8217;état</a></p>
  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aslakjohansen.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aslakjohansen.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aslakjohansen.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aslakjohansen.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aslakjohansen.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aslakjohansen.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aslakjohansen.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aslakjohansen.wordpress.com/140/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aslakjohansen.wordpress.com/140/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aslakjohansen.wordpress.com/140/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aslakjohansen.wordpress.com&blog=1710987&post=140&subd=aslakjohansen&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://aslakjohansen.wordpress.com/2009/09/11/911-1973-edition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/bb27f68ee3d8f886c52d241d37beaedc?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aslakjohansen</media:title>
		</media:content>
	</item>
	</channel>
</rss>