<?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>Lenfis bLog &#187; english</title>
	<atom:link href="http://blog.jl42.de/tag/english/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jl42.de</link>
	<description>Computer, Coffee &#38; Co</description>
	<lastBuildDate>Thu, 17 Jun 2010 07:04:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Ubuntu, Apparmor and moved home dirs</title>
		<link>http://blog.jl42.de/2010/06/ubuntu-apparmor-and-moved-home-dirs/</link>
		<comments>http://blog.jl42.de/2010/06/ubuntu-apparmor-and-moved-home-dirs/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 07:04:42 +0000</pubDate>
		<dc:creator>Jakob</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[apparmor]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.jl42.de/?p=806</guid>
		<description><![CDATA[I got a new HDD recently and linked /home to a new partition mounted on /data/, /data/home/. Just like I did a dozen times before. Now a realized, that my pdf viewer evince (and surely some other programs) aren&#8217;t working anymore. Evince crashes with this error message: (evince:22792): EggSMClient-WARNING **: Failed to connect to the]]></description>
			<content:encoded><![CDATA[<p>I got a new HDD recently and linked /home to a new partition mounted on /data/, /data/home/. Just like I did a dozen times before. Now a realized, that my pdf viewer evince (and surely some other programs) aren&#8217;t working anymore. Evince crashes with this error message:</p>
<pre>(evince:22792): EggSMClient-WARNING **: Failed to connect to the session manager: None of the authentication protocols specified are supported
(evince:22792): Gtk-WARNING **: Attempting to read the recently used resources file at `/home/lenfers/.recently-used.xbel', but the parser failed: Datei »/home/lenfers/.recently-used.xbel« konnte nicht geöffnet werden: Permission denied.
** (evince:22792): WARNING **: Error creating last_settings file: Fehler beim Öffnen der Datei »/home/lenfers/.gnome2/evince/last_settings«: No such file or directory
</pre>
<p>As I found out, that is caused by AppArmor, a surely useful innovation to secure your computer, but new enough that I haven&#8217;t took the time to get to know it. AppArmor is activated by default on Ubunut 10.04 (and IIRC 9.10 and maybe 9.04 as well) and restricts access of programs on certain files. Due to the change of my home directory, evince tried to access files which for AppArmor are in /data/home/lenfers/ and consequently disallowed access to them.</p>
<p>The solution to this is easy, after <a href="https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/447292">I found it</a>: Make your new location for home directories known to AppArmor: Add the path of your home direcories to the HOMEDIRs var in  /etc/apparmor.d/tunables/home. Now the line looks like that for me:</p>
<pre>@{HOMEDIRS}=/home/ /data/home/</pre>
<p>Now back to work. <img src='http://blog.jl42.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<script type="text/javascript">
var flattr_wp_ver = '0.9.13';
var flattr_uid = '18315';
var flattr_url = 'http://blog.jl42.de';
var flattr_lng = 'en_GB';
var flattr_cat = 'text';
var flattr_tag = 'blog,wordpress,rss,feed';
var flattr_btn = 'large';
var flattr_tle = 'Lenfis bLog';
var flattr_dsc = 'Computer, Coffee &amp; Co';
</script>
<script src="https://api.flattr.com/js/0.5.0/load.js?mode=auto" type="text/javascript"></script> <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://blog.jl42.de/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p><!-- PHP 5.x -->
<div id='reaction_buttons_post806' class='reaction_buttons'>
<div class="reaction_buttons_tagline">What do you think of this post?</div><span class='reaction_button_Awesome_count' onclick="reaction_buttons_increment_button_ajax('806', 'Awesome');"'>Awesome&nbsp;<span>(1)</span></span> <span class='reaction_button_Interesting_count' onclick="reaction_buttons_increment_button_ajax('806', 'Interesting');"'>Interesting&nbsp;<span>(1)</span></span> <span class='reaction_button_Useful_count' onclick="reaction_buttons_increment_button_ajax('806', 'Useful');"'>Useful&nbsp;<span>(4)</span></span> <span class='reaction_button_Boring_count' onclick="reaction_buttons_increment_button_ajax('806', 'Boring');"'>Boring&nbsp;<span>(3)</span></span> <span class='reaction_button_Sucks_count' onclick="reaction_buttons_increment_button_ajax('806', 'Sucks');"'>Sucks&nbsp;<span>(0)</span></span> </div>
]]></content:encoded>
			<wfw:commentRss>http://blog.jl42.de/2010/06/ubuntu-apparmor-and-moved-home-dirs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reaction Buttons and WordPress 3</title>
		<link>http://blog.jl42.de/2010/06/reaction-buttons-and-wordpress-3/</link>
		<comments>http://blog.jl42.de/2010/06/reaction-buttons-and-wordpress-3/#comments</comments>
		<pubDate>Sat, 12 Jun 2010 07:37:14 +0000</pubDate>
		<dc:creator>Jakob</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[reaction buttons]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.jl42.de/?p=802</guid>
		<description><![CDATA[Just made small changes to Reaction Buttons and tested them on a WordPress3 rc3 blog. New features will be in version 1.1. Download the current version directly through the plugins menu or from wordpress.org. Feel free to Flattr this post at flattr.com, if you like it. What do you think of this post?Interesting&#160;(2) Boring&#160;(1)]]></description>
			<content:encoded><![CDATA[<p>Just made small changes to Reaction Buttons and tested them on a WordPress3 rc3 blog. New features will be in version 1.1.</p>
<p>Download the current version directly through the plugins menu or from <a href="http://wordpress.org/extend/plugins/reaction-buttons/">wordpress.org</a>.</p>
<script type="text/javascript">
var flattr_wp_ver = '0.9.13';
var flattr_uid = '18315';
var flattr_url = 'http://blog.jl42.de';
var flattr_lng = 'en_GB';
var flattr_cat = 'text';
var flattr_tag = 'blog,wordpress,rss,feed';
var flattr_btn = 'large';
var flattr_tle = 'Lenfis bLog';
var flattr_dsc = 'Computer, Coffee &amp; Co';
</script>
<script src="https://api.flattr.com/js/0.5.0/load.js?mode=auto" type="text/javascript"></script> <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://blog.jl42.de/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p><!-- PHP 5.x -->
<div id='reaction_buttons_post802' class='reaction_buttons'>
<div class="reaction_buttons_tagline">What do you think of this post?</div><span class='reaction_button_Awesome_count' onclick="reaction_buttons_increment_button_ajax('802', 'Awesome');"'>Awesome&nbsp;<span>(2)</span></span> <span class='reaction_button_Interesting_count' onclick="reaction_buttons_increment_button_ajax('802', 'Interesting');"'>Interesting&nbsp;<span>(2)</span></span> <span class='reaction_button_Useful_count' onclick="reaction_buttons_increment_button_ajax('802', 'Useful');"'>Useful&nbsp;<span>(1)</span></span> <span class='reaction_button_Boring_count' onclick="reaction_buttons_increment_button_ajax('802', 'Boring');"'>Boring&nbsp;<span>(1)</span></span> <span class='reaction_button_Sucks_count' onclick="reaction_buttons_increment_button_ajax('802', 'Sucks');"'>Sucks&nbsp;<span>(1)</span></span> </div>
]]></content:encoded>
			<wfw:commentRss>http://blog.jl42.de/2010/06/reaction-buttons-and-wordpress-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VDR hack: Stream video with synced audio</title>
		<link>http://blog.jl42.de/2010/06/vdr-hack-stream-video-with-synced-audio/</link>
		<comments>http://blog.jl42.de/2010/06/vdr-hack-stream-video-with-synced-audio/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 07:07:19 +0000</pubDate>
		<dc:creator>Jakob</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[vdr]]></category>
		<category><![CDATA[vlc]]></category>
		<category><![CDATA[wc2010]]></category>
		<category><![CDATA[wm2010]]></category>

		<guid isPermaLink="false">http://blog.jl42.de/?p=793</guid>
		<description><![CDATA[VDR streams very well with the streamdev-plugin, but only unicast http streams. That is usually no problem, because even 3 streams aren&#8217;t nearly too much for a normal 100Mbit home network and I wouldn&#8217;t need any more at home. But with the world cup starting tomorrow me and Karin are going to watch some games]]></description>
			<content:encoded><![CDATA[<p>VDR streams very well with the <a href="http://www.vdr-wiki.de/wiki/index.php/Streamdev-plugin">streamdev-plugin</a>, but only unicast http streams. That is usually no problem, because  even 3 streams aren&#8217;t nearly too much for a normal 100Mbit home network and I  wouldn&#8217;t need any more at home. But with the world cup starting tomorrow  me and Karin are going to watch some games that aren&#8217;t that interesting  to us at the computer while doing other stuff. We did this before, but  the downside is that we never got the http stream really synchronized  and nothing is more annoying than the same audio stream with a one second delay in one  room. (Our solution was to mute one stream, but thats not a real  solution because one of us always has to have a asynchronous audio to the video signal.)</p>
<p>My hack I will be using for the world cup the next four  weeks is the following: I described how to <a href="http://blog.jl42.de/2010/06/stream-of-the-world-cup-2010/">stream  the world cup at your office for all your colleagues</a> a few days ago.  I will do that at home too, and then just play that stream, in which  the video and the audio are really in sync, at least for my ear. I have  to play the stream, because the VDR still has control over the DVB  devices and VLC couldn&#8217;t open them. And the VLC on my VDR is quite  ancient, since I&#8217;m using an older version of c&#8217;t-vdr.</p>
<p>So, on one  computer I start VLC with the following options (all in one line):</p>
<pre>cvlc  http://vdr:3000/S19.2E-1-1101-28106  ":sout=#rtp{dst=226.42.42.42,port=5004,mux=ts}"</pre>
<p>You can get the URL for each channel from your vdr at http://vdr:3000/channels.html.</p>
<p>And on all the computers that are supposed to view the stream, VLC has to be started with the following command:</p>
<pre>vlc rtp://@226.42.42.42:5004/</pre>
<p>Sure there is now a slightly higher delay (two streams), but I don&#8217;t mind those three seconds when we can watch the games with synced audio. You can get a bit more information about streaming in my <a href="http://blog.jl42.de/2010/06/stream-of-the-world-cup-2010/">world cup streaming post</a> and a lot more in the <a href="http://wiki.videolan.org/Documentation:Streaming_HowTo">VLC streaming documentation</a>.</p>
<script type="text/javascript">
var flattr_wp_ver = '0.9.13';
var flattr_uid = '18315';
var flattr_url = 'http://blog.jl42.de';
var flattr_lng = 'en_GB';
var flattr_cat = 'text';
var flattr_tag = 'blog,wordpress,rss,feed';
var flattr_btn = 'large';
var flattr_tle = 'Lenfis bLog';
var flattr_dsc = 'Computer, Coffee &amp; Co';
</script>
<script src="https://api.flattr.com/js/0.5.0/load.js?mode=auto" type="text/javascript"></script> <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://blog.jl42.de/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p><!-- PHP 5.x -->
<div id='reaction_buttons_post793' class='reaction_buttons'>
<div class="reaction_buttons_tagline">What do you think of this post?</div><span class='reaction_button_Awesome_count' onclick="reaction_buttons_increment_button_ajax('793', 'Awesome');"'>Awesome&nbsp;<span>(0)</span></span> <span class='reaction_button_Interesting_count' onclick="reaction_buttons_increment_button_ajax('793', 'Interesting');"'>Interesting&nbsp;<span>(3)</span></span> <span class='reaction_button_Useful_count' onclick="reaction_buttons_increment_button_ajax('793', 'Useful');"'>Useful&nbsp;<span>(2)</span></span> <span class='reaction_button_Boring_count' onclick="reaction_buttons_increment_button_ajax('793', 'Boring');"'>Boring&nbsp;<span>(0)</span></span> <span class='reaction_button_Sucks_count' onclick="reaction_buttons_increment_button_ajax('793', 'Sucks');"'>Sucks&nbsp;<span>(0)</span></span> </div>
]]></content:encoded>
			<wfw:commentRss>http://blog.jl42.de/2010/06/vdr-hack-stream-video-with-synced-audio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just read: Wil Wheatons «Dancing Barefoot»</title>
		<link>http://blog.jl42.de/2010/05/just-read-wil-wheatons-%c2%abdancing-barefoot%c2%bb/</link>
		<comments>http://blog.jl42.de/2010/05/just-read-wil-wheatons-%c2%abdancing-barefoot%c2%bb/#comments</comments>
		<pubDate>Sat, 15 May 2010 17:58:08 +0000</pubDate>
		<dc:creator>Jakob</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[just read]]></category>
		<category><![CDATA[star trek]]></category>

		<guid isPermaLink="false">http://blog.jl42.de/?p=750</guid>
		<description><![CDATA[After having read Wil Wheatons «Just a geek» (about which I wrote a week ago), I thought I&#8217;ll also read Wils first book «Dancing Barefoot». If you liked Just a geek, I bet you won&#8217;t be disappointed by its predecessor. But to be honest I liked Just a geek more, it felt more personal and]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.de/exec/obidos/ASIN/0596006748/lenfisblog-21/"><img class="alignright size-full wp-image-753" title="Dancing Barefoot" src="http://blog.jl42.de/wp-content/uploads/2010/05/21SRTC4230L._SL160_.jpg" alt="" width="103" height="160" /></a>After having read <a href="http://www.amazon.de/exec/obidos/ASIN/0596806310/lenfisblog-21/">Wil  Wheatons «Just a geek»</a> (about which <a href="http://blog.jl42.de/2010/05/just-read-wil-wheatons-just-a-geek/">I wrote a week ago</a>), I thought I&#8217;ll also read Wils first book «<a href="http://www.amazon.de/exec/obidos/ASIN/0596006748/lenfisblog-21/">Dancing Barefoot</a>». If you liked Just a geek, I bet you won&#8217;t be disappointed by its predecessor. But to be honest I liked Just a geek more, it felt more personal and told Wils story. Also there are a few (two?) stories told in both books. But I found especially the story about &#8220;WILLIAM FUCKING SHATNER&#8221; interesting, because I couldn&#8217;t understand in Just a geek why Wil is calling him that. Dancing Barefoot tells the associated story.</p>
<p>Oh and from a geeks point of view I found the license quite curious: <a href="http://creativecommons.org/licenses/by-nd-nc/1.0/">Creative Commons &#8211; Deed Attribution-Noncommercial-No Derivative Works</a> Kudos to that! <img src='http://blog.jl42.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">http://creativecommons.org/licenses/by-nd-nc/1.0/http://creativecommons.org/licenses/by-nd-nc/1.0/</div>
<script type="text/javascript">
var flattr_wp_ver = '0.9.13';
var flattr_uid = '18315';
var flattr_url = 'http://blog.jl42.de';
var flattr_lng = 'en_GB';
var flattr_cat = 'text';
var flattr_tag = 'blog,wordpress,rss,feed';
var flattr_btn = 'large';
var flattr_tle = 'Lenfis bLog';
var flattr_dsc = 'Computer, Coffee &amp; Co';
</script>
<script src="https://api.flattr.com/js/0.5.0/load.js?mode=auto" type="text/javascript"></script> <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://blog.jl42.de/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p><!-- PHP 5.x -->
<div id='reaction_buttons_post750' class='reaction_buttons'>
<div class="reaction_buttons_tagline">What do you think of this post?</div><span class='reaction_button_Awesome_count' onclick="reaction_buttons_increment_button_ajax('750', 'Awesome');"'>Awesome&nbsp;<span>(1)</span></span> <span class='reaction_button_Interesting_count' onclick="reaction_buttons_increment_button_ajax('750', 'Interesting');"'>Interesting&nbsp;<span>(4)</span></span> <span class='reaction_button_Useful_count' onclick="reaction_buttons_increment_button_ajax('750', 'Useful');"'>Useful&nbsp;<span>(2)</span></span> <span class='reaction_button_Boring_count' onclick="reaction_buttons_increment_button_ajax('750', 'Boring');"'>Boring&nbsp;<span>(1)</span></span> <span class='reaction_button_Sucks_count' onclick="reaction_buttons_increment_button_ajax('750', 'Sucks');"'>Sucks&nbsp;<span>(1)</span></span> </div>
]]></content:encoded>
			<wfw:commentRss>http://blog.jl42.de/2010/05/just-read-wil-wheatons-%c2%abdancing-barefoot%c2%bb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exclude categories in Reaction Buttons</title>
		<link>http://blog.jl42.de/2010/05/exclude-categories-in-reaction-buttons/</link>
		<comments>http://blog.jl42.de/2010/05/exclude-categories-in-reaction-buttons/#comments</comments>
		<pubDate>Mon, 10 May 2010 19:03:57 +0000</pubDate>
		<dc:creator>Jakob</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[reaction buttons]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.jl42.de/?p=745</guid>
		<description><![CDATA[I found some time to check my todo list for reaction buttons and found an old entry about the possibility to exclude posts from a certain category from displaying the Reaction Buttons. Well, now that entry is gone. Grab the new version through the plugin interface within wordpress or download it from wordpress.org. Feel free]]></description>
			<content:encoded><![CDATA[<p>I found some time to check my todo list for reaction buttons and found an old entry about the possibility to exclude posts from a certain category from displaying the Reaction Buttons. Well, now that entry is gone. <img src='http://blog.jl42.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Grab the new version through the plugin interface within wordpress or <a href="http://wordpress.org/extend/plugins/reaction-buttons/">download it from wordpress.org</a>.</p>
<script type="text/javascript">
var flattr_wp_ver = '0.9.13';
var flattr_uid = '18315';
var flattr_url = 'http://blog.jl42.de';
var flattr_lng = 'en_GB';
var flattr_cat = 'text';
var flattr_tag = 'blog,wordpress,rss,feed';
var flattr_btn = 'large';
var flattr_tle = 'Lenfis bLog';
var flattr_dsc = 'Computer, Coffee &amp; Co';
</script>
<script src="https://api.flattr.com/js/0.5.0/load.js?mode=auto" type="text/javascript"></script> <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://blog.jl42.de/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p><!-- PHP 5.x -->
<div id='reaction_buttons_post745' class='reaction_buttons'>
<div class="reaction_buttons_tagline">What do you think of this post?</div><span class='reaction_button_Awesome_count' onclick="reaction_buttons_increment_button_ajax('745', 'Awesome');"'>Awesome&nbsp;<span>(2)</span></span> <span class='reaction_button_Interesting_count' onclick="reaction_buttons_increment_button_ajax('745', 'Interesting');"'>Interesting&nbsp;<span>(0)</span></span> <span class='reaction_button_Useful_count' onclick="reaction_buttons_increment_button_ajax('745', 'Useful');"'>Useful&nbsp;<span>(1)</span></span> <span class='reaction_button_Boring_count' onclick="reaction_buttons_increment_button_ajax('745', 'Boring');"'>Boring&nbsp;<span>(0)</span></span> <span class='reaction_button_Sucks_count' onclick="reaction_buttons_increment_button_ajax('745', 'Sucks');"'>Sucks&nbsp;<span>(0)</span></span> </div>
]]></content:encoded>
			<wfw:commentRss>http://blog.jl42.de/2010/05/exclude-categories-in-reaction-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Just read: Wil Wheatons «Just a geek»</title>
		<link>http://blog.jl42.de/2010/05/just-read-wil-wheatons-just-a-geek/</link>
		<comments>http://blog.jl42.de/2010/05/just-read-wil-wheatons-just-a-geek/#comments</comments>
		<pubDate>Mon, 10 May 2010 19:00:30 +0000</pubDate>
		<dc:creator>Jakob</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[just read]]></category>
		<category><![CDATA[star trek]]></category>

		<guid isPermaLink="false">http://blog.jl42.de/?p=739</guid>
		<description><![CDATA[Last weekend I finished Just a geek by Wil Wheaton. As a Star Trek fan I always enjoy reading literature about the backgrounds and the people behind Star Trek, but this book wasn&#8217;t just interesting, I found it also quite educational about life, the universe and everything. Wil wrote a very open book about his]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.de/exec/obidos/ASIN/0596806310/lenfisblog-21/"><img class="alignright size-full wp-image-742" title="Just a geek" src="http://blog.jl42.de/wp-content/uploads/2010/05/41pmKw6MSVL._SL160_.jpg" alt="Wil Wheaton: Just a geek" width="104" height="160" /></a>Last weekend I finished <a href="http://www.amazon.de/exec/obidos/ASIN/0596806310/lenfisblog-21/">Just a geek by Wil Wheaton</a>. As a Star Trek fan I always enjoy reading literature about the backgrounds and the people behind Star Trek, but this book wasn&#8217;t just interesting, I found it also quite educational about life, the universe and everything. Wil wrote a very open book about his life journey after leaving Star Trek &#8211; The Next Generation (TNG) and his search for happiness. It seems he didn&#8217;t skip the bad parts and decisions he made, but on the other hand is quite entertaining about it.</p>
<p>What I for example didn&#8217;t knew before, is that he left Star Trek on his own to pursue his movie career. Since there was a big Anti Wesley Crusher Campaign during TNG, I always assumed that he was written out of the show. I have to admit, I wasn&#8217;t a Wesley fan either and wasn&#8217;t that unhappy that he left the show, even though I never would have written him a fan hate letter or something like that. But I never really thought about the fact, that it wasn&#8217;t his fault: A 16 year old boy has not that much influence with writers/directors/whatever, he had to do what the script told him.</p>
<p>If you are interested in a bit Star Trek history from a unique point of view or perhaps follow <a href="http://wilwheaton.typepad.com/">Wils blog</a>, this book is surely a good read, I enjoyed it very much.</p>
<script type="text/javascript">
var flattr_wp_ver = '0.9.13';
var flattr_uid = '18315';
var flattr_url = 'http://blog.jl42.de';
var flattr_lng = 'en_GB';
var flattr_cat = 'text';
var flattr_tag = 'blog,wordpress,rss,feed';
var flattr_btn = 'large';
var flattr_tle = 'Lenfis bLog';
var flattr_dsc = 'Computer, Coffee &amp; Co';
</script>
<script src="https://api.flattr.com/js/0.5.0/load.js?mode=auto" type="text/javascript"></script> <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://blog.jl42.de/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p><!-- PHP 5.x -->
<div id='reaction_buttons_post739' class='reaction_buttons'>
<div class="reaction_buttons_tagline">What do you think of this post?</div><span class='reaction_button_Awesome_count' onclick="reaction_buttons_increment_button_ajax('739', 'Awesome');"'>Awesome&nbsp;<span>(1)</span></span> <span class='reaction_button_Interesting_count' onclick="reaction_buttons_increment_button_ajax('739', 'Interesting');"'>Interesting&nbsp;<span>(3)</span></span> <span class='reaction_button_Useful_count' onclick="reaction_buttons_increment_button_ajax('739', 'Useful');"'>Useful&nbsp;<span>(0)</span></span> <span class='reaction_button_Boring_count' onclick="reaction_buttons_increment_button_ajax('739', 'Boring');"'>Boring&nbsp;<span>(0)</span></span> <span class='reaction_button_Sucks_count' onclick="reaction_buttons_increment_button_ajax('739', 'Sucks');"'>Sucks&nbsp;<span>(0)</span></span> </div>
]]></content:encoded>
			<wfw:commentRss>http://blog.jl42.de/2010/05/just-read-wil-wheatons-just-a-geek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installation via USB</title>
		<link>http://blog.jl42.de/2010/04/installation-via-usb/</link>
		<comments>http://blog.jl42.de/2010/04/installation-via-usb/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 15:30:06 +0000</pubDate>
		<dc:creator>Jakob</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[vdr]]></category>

		<guid isPermaLink="false">http://blog.jl42.de/?p=729</guid>
		<description><![CDATA[I just got some new hardware for my new (or overhauled) vdr. (More on that later&#8230;) I wanted to try out yavdr and needed a cd drive for the installation. I looked in my basement for an old drive, finally found one in an old IBM Intellistation and got it out of there. Then I]]></description>
			<content:encoded><![CDATA[<p>I just got some new hardware for my new (or overhauled) vdr. (More on that later&#8230;) I wanted to try out <a href="http://www.yavdr.org/">yavdr</a> and needed a cd drive for the installation. I looked in my basement for an old drive, finally found one in an old IBM Intellistation and got it out of there. Then I burned the cd, very sloooowly, so the old drive can read it, found a PATA cable to connect the drive and booted. Half through the boot process the drive couldn&#8217;t read the cd anymore&#8230; All that hassle, just because I seem to be too oldschool to think of usb drives. Since I already got the iso image on my computer, it took around 3 minutes to use <a href="https://help.ubuntu.com/community/Installation/FromUSBStick">usb-creator</a> to create a bootable usb drive. Too easy for me I suppose&#8230;</p>
<script type="text/javascript">
var flattr_wp_ver = '0.9.13';
var flattr_uid = '18315';
var flattr_url = 'http://blog.jl42.de';
var flattr_lng = 'en_GB';
var flattr_cat = 'text';
var flattr_tag = 'blog,wordpress,rss,feed';
var flattr_btn = 'large';
var flattr_tle = 'Lenfis bLog';
var flattr_dsc = 'Computer, Coffee &amp; Co';
</script>
<script src="https://api.flattr.com/js/0.5.0/load.js?mode=auto" type="text/javascript"></script> <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://blog.jl42.de/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p><!-- PHP 5.x -->
<div id='reaction_buttons_post729' class='reaction_buttons'>
<div class="reaction_buttons_tagline">What do you think of this post?</div><span class='reaction_button_Awesome_count' onclick="reaction_buttons_increment_button_ajax('729', 'Awesome');"'>Awesome&nbsp;<span>(0)</span></span> <span class='reaction_button_Interesting_count' onclick="reaction_buttons_increment_button_ajax('729', 'Interesting');"'>Interesting&nbsp;<span>(0)</span></span> <span class='reaction_button_Useful_count' onclick="reaction_buttons_increment_button_ajax('729', 'Useful');"'>Useful&nbsp;<span>(0)</span></span> <span class='reaction_button_Boring_count' onclick="reaction_buttons_increment_button_ajax('729', 'Boring');"'>Boring&nbsp;<span>(0)</span></span> <span class='reaction_button_Sucks_count' onclick="reaction_buttons_increment_button_ajax('729', 'Sucks');"'>Sucks&nbsp;<span>(0)</span></span> </div>
]]></content:encoded>
			<wfw:commentRss>http://blog.jl42.de/2010/04/installation-via-usb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Widget support for Reaction Buttons</title>
		<link>http://blog.jl42.de/2010/03/widget-support-for-reaction-buttons/</link>
		<comments>http://blog.jl42.de/2010/03/widget-support-for-reaction-buttons/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 16:16:42 +0000</pubDate>
		<dc:creator>Jakob</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[reaction buttons]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.jl42.de/?p=712</guid>
		<description><![CDATA[I just uploaded a new version of Reaction Buttons, which features a widget now. In that widget you can show the top x posts with the most clicks for each button. Coding took less time than putting the new version online, since there are a lot of places where you can set a version and]]></description>
			<content:encoded><![CDATA[<p>I just uploaded a new version of Reaction Buttons, which features a widget now. In that widget you can show the top x posts with the most clicks for each button.</p>
<p>Coding took less time than putting the new version online, since there are a lot of places where you can set a version and they are parsed directly out of svn by some wordpress magic script. <img src='http://blog.jl42.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I tagged the new release properly in the svn repository and added the version nubmer as stable in the parsed readme.txt. But I forgot to change the version in the main .php file, which seems to be important too. Thanks to <a href="irc://irc.freenode.net/wordpress">#wordpress on irc.freenode.net</a> for pointing that out. <img src='http://blog.jl42.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://wordpress.org/extend/plugins/reaction-buttons/">Download  from wordpress.org</a> or directly through the install/update function of  wordpress.</p>
<script type="text/javascript">
var flattr_wp_ver = '0.9.13';
var flattr_uid = '18315';
var flattr_url = 'http://blog.jl42.de';
var flattr_lng = 'en_GB';
var flattr_cat = 'text';
var flattr_tag = 'blog,wordpress,rss,feed';
var flattr_btn = 'large';
var flattr_tle = 'Lenfis bLog';
var flattr_dsc = 'Computer, Coffee &amp; Co';
</script>
<script src="https://api.flattr.com/js/0.5.0/load.js?mode=auto" type="text/javascript"></script> <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://blog.jl42.de/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p><!-- PHP 5.x -->
<div id='reaction_buttons_post712' class='reaction_buttons'>
<div class="reaction_buttons_tagline">What do you think of this post?</div><span class='reaction_button_Awesome_count' onclick="reaction_buttons_increment_button_ajax('712', 'Awesome');"'>Awesome&nbsp;<span>(2)</span></span> <span class='reaction_button_Interesting_count' onclick="reaction_buttons_increment_button_ajax('712', 'Interesting');"'>Interesting&nbsp;<span>(3)</span></span> <span class='reaction_button_Useful_count' onclick="reaction_buttons_increment_button_ajax('712', 'Useful');"'>Useful&nbsp;<span>(1)</span></span> <span class='reaction_button_Boring_count' onclick="reaction_buttons_increment_button_ajax('712', 'Boring');"'>Boring&nbsp;<span>(1)</span></span> <span class='reaction_button_Sucks_count' onclick="reaction_buttons_increment_button_ajax('712', 'Sucks');"'>Sucks&nbsp;<span>(0)</span></span> </div>
]]></content:encoded>
			<wfw:commentRss>http://blog.jl42.de/2010/03/widget-support-for-reaction-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t download files from Dokuwiki</title>
		<link>http://blog.jl42.de/2010/03/cant-download-files-from-dokuwiki/</link>
		<comments>http://blog.jl42.de/2010/03/cant-download-files-from-dokuwiki/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 14:12:08 +0000</pubDate>
		<dc:creator>Jakob</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[dokuwiki]]></category>
		<category><![CDATA[english]]></category>

		<guid isPermaLink="false">http://blog.jl42.de/?p=705</guid>
		<description><![CDATA[Recently I found out, that the user documentation videos my colleague made, weren&#8217;t shown anymore in our dokuwiki installation and I couldn&#8217;t find out why. Everything worked well, pages were shown, but only downloadable media wasn&#8217;t. I added a .htaccess for a different project a while ago and allowed them in the apache configuration. But]]></description>
			<content:encoded><![CDATA[<p>Recently I found out, that the user documentation videos my colleague made, weren&#8217;t shown anymore in our dokuwiki installation and I couldn&#8217;t find out why. Everything worked well, pages were shown, but only downloadable media wasn&#8217;t. I added a .htaccess for a different project a while ago and allowed them in the apache configuration. But even though I deactivated the new .htaccess file again to test if some of my settings messed with dokuwiki, I still got the following error:</p>
<blockquote><p>[Tue Mar 02 12:34:14 2010] [error] [client 134.x.y.z] client denied by server configuration: /opt/wiki/data/media/win/printersetup.ogv</p></blockquote>
<p>What I didn&#8217;t knew was, that dokuwiki has some restrictive .htaccess files for file downloads. Just modify them or deactivate .htaccess overrides for dokuwiki again, like I did.</p>
<script type="text/javascript">
var flattr_wp_ver = '0.9.13';
var flattr_uid = '18315';
var flattr_url = 'http://blog.jl42.de';
var flattr_lng = 'en_GB';
var flattr_cat = 'text';
var flattr_tag = 'blog,wordpress,rss,feed';
var flattr_btn = 'large';
var flattr_tle = 'Lenfis bLog';
var flattr_dsc = 'Computer, Coffee &amp; Co';
</script>
<script src="https://api.flattr.com/js/0.5.0/load.js?mode=auto" type="text/javascript"></script> <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://blog.jl42.de/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p><!-- PHP 5.x -->
<div id='reaction_buttons_post705' class='reaction_buttons'>
<div class="reaction_buttons_tagline">What do you think of this post?</div><span class='reaction_button_Awesome_count' onclick="reaction_buttons_increment_button_ajax('705', 'Awesome');"'>Awesome&nbsp;<span>(3)</span></span> <span class='reaction_button_Interesting_count' onclick="reaction_buttons_increment_button_ajax('705', 'Interesting');"'>Interesting&nbsp;<span>(2)</span></span> <span class='reaction_button_Useful_count' onclick="reaction_buttons_increment_button_ajax('705', 'Useful');"'>Useful&nbsp;<span>(1)</span></span> <span class='reaction_button_Boring_count' onclick="reaction_buttons_increment_button_ajax('705', 'Boring');"'>Boring&nbsp;<span>(0)</span></span> <span class='reaction_button_Sucks_count' onclick="reaction_buttons_increment_button_ajax('705', 'Sucks');"'>Sucks&nbsp;<span>(0)</span></span> </div>
]]></content:encoded>
			<wfw:commentRss>http://blog.jl42.de/2010/03/cant-download-files-from-dokuwiki/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>New Reaction Buttons version</title>
		<link>http://blog.jl42.de/2010/02/new-reaction-buttons-version/</link>
		<comments>http://blog.jl42.de/2010/02/new-reaction-buttons-version/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 14:34:34 +0000</pubDate>
		<dc:creator>Jakob</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[reaction buttons]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.jl42.de/?p=702</guid>
		<description><![CDATA[Yesterday I finally found some time to include cookies into reaction buttons, so that you could push every button only once. Sure, It&#8217;s quite easy to circumvent, but without authentication it&#8217;s not possible to prevent that. And authenticating before using the buttons would be against their primary idea. Download from wordpress.org or directly through the]]></description>
			<content:encoded><![CDATA[<p>Yesterday I finally found some time to include cookies into reaction buttons, so that you could push every button only once. Sure, It&#8217;s quite easy to circumvent, but without authentication it&#8217;s not possible to prevent that. And authenticating before using the buttons would be against their primary idea. <img src='http://blog.jl42.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://wordpress.org/extend/plugins/reaction-buttons/">Download from wordpress.org</a> or directly through the update function of wordpress.</p>
<script type="text/javascript">
var flattr_wp_ver = '0.9.13';
var flattr_uid = '18315';
var flattr_url = 'http://blog.jl42.de';
var flattr_lng = 'en_GB';
var flattr_cat = 'text';
var flattr_tag = 'blog,wordpress,rss,feed';
var flattr_btn = 'large';
var flattr_tle = 'Lenfis bLog';
var flattr_dsc = 'Computer, Coffee &amp; Co';
</script>
<script src="https://api.flattr.com/js/0.5.0/load.js?mode=auto" type="text/javascript"></script> <p>Feel free to Flattr this post at <a href="http://flattr.com/" title="Flattr" target="_blank">flattr.com</a>, if you like it.</p> <p><a href="http://flattr.com/" title="Flattr" target="_blank"><img src="http://blog.jl42.de/wp-content/plugins/flattrss/button-compact-static-100x17.png" alt="flattr this!"/></a></p><!-- PHP 5.x -->
<div id='reaction_buttons_post702' class='reaction_buttons'>
<div class="reaction_buttons_tagline">What do you think of this post?</div><span class='reaction_button_Awesome_count' onclick="reaction_buttons_increment_button_ajax('702', 'Awesome');"'>Awesome&nbsp;<span>(3)</span></span> <span class='reaction_button_Interesting_count' onclick="reaction_buttons_increment_button_ajax('702', 'Interesting');"'>Interesting&nbsp;<span>(2)</span></span> <span class='reaction_button_Useful_count' onclick="reaction_buttons_increment_button_ajax('702', 'Useful');"'>Useful&nbsp;<span>(1)</span></span> <span class='reaction_button_Boring_count' onclick="reaction_buttons_increment_button_ajax('702', 'Boring');"'>Boring&nbsp;<span>(0)</span></span> <span class='reaction_button_Sucks_count' onclick="reaction_buttons_increment_button_ajax('702', 'Sucks');"'>Sucks&nbsp;<span>(0)</span></span> </div>
]]></content:encoded>
			<wfw:commentRss>http://blog.jl42.de/2010/02/new-reaction-buttons-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
