<?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>heipei's weblog</title>
	<atom:link href="http://heipei.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://heipei.net</link>
	<description>Johannes 'heipei' Gilger</description>
	<lastBuildDate>Tue, 02 Feb 2010 15:48:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OpenSSH: Reuse existing connections / Reverse tunnel</title>
		<link>http://heipei.net/2010/02/02/openssh-reuse-existing-connections-reverse-tunnel/</link>
		<comments>http://heipei.net/2010/02/02/openssh-reuse-existing-connections-reverse-tunnel/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 15:48:00 +0000</pubDate>
		<dc:creator>Jojo</dc:creator>
				<category><![CDATA[Geekstuff]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://heipei.net/?p=801</guid>
		<description><![CDATA[You often hear the phrase &#8220;the swiss knife of &#8230;&#8221;. Well, for networking, OpenSSH clearly deserves that title in my opinion. Besides the obvious feature of providing secure logins with different options for mutual authentication, it can also be used to transfer files. It is also a core component of software like git, which depend [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.openssh.org/"><img src="/weblog/openssh.png" alt="OpenSSH" class="alignleft" style="border:0px"/></a>You often hear the phrase &#8220;the swiss knife of &#8230;&#8221;. Well, for networking, OpenSSH clearly deserves that title in my opinion. Besides the obvious feature of providing secure logins with different options for mutual authentication, it can also be used to transfer files. It is also a core component of software like git, which depend on ssh to securely push changes instead of reinventing their own server and dealing with the whole authentication/authorization stuff once again.<br />
I&#8217;ve blogged about <a href="http://heipei.net/2008/08/28/ssh-through-proxyintermediate-host/">using SSH to access hosts behind a firewall/router more conveniently</a>, and I really suggest you sit down and read the manpage front-to-back, it will probably be rewarding for your current workflow.</p>
<p><b>Reusing a connection</b><br />
Anyway, today I wanted to present another advanced feature, one I only stumbled upon while learning for an upcoming exam. The slides mentioned the possibility to share connections on one SSH-channel (to the same destination, obviously). Now, why do you need more than one connection in the first place? Well, sometimes you just need the space, and using screen just doesn&#8217;t cut it. Or you use git or scp to the same host you&#8217;re logged in already interactively. In that case, you just have to establish one connection and any further connection will use the first one. The benefit? Login is way faster, almost instantly, because the whole handshake and authentication doesn&#8217;t have to take place again. The caveat: You&#8217;ll have to close your master-connection last, otherwise the other connections will drop too. For me that&#8217;s no problem, since the host I use most of the time is also the host I&#8217;ve got a session open with 24/7 (IRC).</p>
<p>I&#8217;m just gonna show the fully automated version here, though you can use it manually as well, just when you need it. A better description can be found <a href="http://www.debian-administration.org/articles/290">here</a>. To automate it, put this in your <tt>~/.ssh/config</tt> (you don&#8217;t have a config yet? shocking!):<br />
<code>ControlMaster auto<br />
ControlPath /tmp/%r@%h:%p</code>As usual, you can put it at the very top to apply for all hosts or you can activate it for specific hosts by putting below a <tt>Host</tt> declaration. Now all you have to do is use <tt>ssh host</tt> as usual. You&#8217;ll see it&#8217;s working when you terminate the connection:<br />
<tt>Shared connection to host.de closed.</tt></p>
<p><b>Reverse tunnel</b><br />
Yes, you can tunnel with OpenSSH. You can even have it act as a SOCKS proxy, which is really neat when combined with Firefox-plugins like FoxyProxy. But you can also reverse-tunnel your way out of a closed network (or NATed network for that matter) when you don&#8217;t have access to any intermediate host (like the router/firewall). It&#8217;s easy:<br />
<code>ssh -NR 12345:localhost:22 home.de</code>This assumes you&#8217;re issuing the command from the machine that you want to access (from home) later on. It will bind the port 12345 on home.de so that it is forwarded to port 22 (SSH) on the local host. Yeah, it requires some reverse thinking too to get it right ;) The <tt>-N</tt>-switch prevents a login, by the way. Obviously it is of little use if your home.de has a flaky dialup connection, so you might want to reverse-tunnel to a stable endpoint (or use something like autossh).</p>
]]></content:encoded>
			<wfw:commentRss>http://heipei.net/2010/02/02/openssh-reuse-existing-connections-reverse-tunnel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photo recap for early 2010</title>
		<link>http://heipei.net/2010/01/17/photo-recap-for-early-2010/</link>
		<comments>http://heipei.net/2010/01/17/photo-recap-for-early-2010/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 21:41:11 +0000</pubDate>
		<dc:creator>Jojo</dc:creator>
				<category><![CDATA[Aachen]]></category>
		<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Fotos]]></category>

		<guid isPermaLink="false">http://heipei.net/?p=790</guid>
		<description><![CDATA[Wow, the last few weeks I shot more photos (and learned more) than in a whole year, at least that&#8217;s how it feels.
First and foremost I got a new lens for my birthday. The Canon EF-S 18-200mm 3.5-5.6 IS. This was meant as a replacement for the rather basic 18-55mm that came with my 400D [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/heipei/4265421855/" title="Canon 430EX II by heipei, on Flickr"><img src="http://farm3.static.flickr.com/2787/4265421855_c0e825d5e4_m.jpg" width="160" height="240" alt="Canon 430EX II" class="alignleft"/></a>Wow, the last few weeks I shot more photos (and learned more) than in a whole year, at least that&#8217;s how it feels.<br />
First and foremost I got a new lens for my birthday. The Canon EF-S 18-200mm 3.5-5.6 IS. This was meant as a replacement for the rather basic 18-55mm that came with my 400D body. So far the 18-200 hasn&#8217;t disappointed me. I&#8217;m really using the big span of the focal length and since it is meant as my alround-lens I didn&#8217;t care to much about the 3.5 open aperture (I&#8217;ll mostly use it for trips or well-lit situations, my EF 50mm 1.4USM is still the basement-party weapon). Check out a few of my photos on flickr to get an idea of the lens. The IS is really nice, the handling feels rich. The only downsides of this lens are it&#8217;s weight and the autofocus which sometimes has a hard time in low light conditions.</p>
<p>A few weeks ago I decided to finally buy a flash. I didn&#8217;t hesitate long and bought the Canon 430EX II. Before that (and while waiting for DHL) I read a lot of <a href="http://www.strobist.blogspot.com/">strobist.com</a>, so that I hit the ground running when the flash did arrive. The nice thing about buying flashes is that you don&#8217;t have to worry so much about capabilities/size, because you can buy a bigger one which can act as master at some point in the future should you feel the need to. Along with the flash I ordered some small utilities, like the Phottix Tetra radio-triggers for off-camera flash, the Roscoe Strobist Gel collection (gel from &#8220;gelatine&#8221;. It&#8217;s called &#8220;Effektfolien&#8221; in german) and a small diffuser (just for fun). The Phottix Tetra have been great as well, especially considering the price-tag of about 30€, which is next to nil compared to other wireless triggers which quickly add up to ten times that much. However the Phottix triggers don&#8217;t support TTL, which is a measuring-system so the camera knows how to adjust for the flash. Well, what better time to really get acquainted with the M mode ;)</p>
<p><a href="http://www.flickr.com/photos/heipei/4282057138/" title="Aachen Open 2010 by heipei, on Flickr"><img src="http://farm5.static.flickr.com/4034/4282057138_4d1d0e8c2f.jpg" width="500" height="334" alt="Aachen Open 2010" class="aligncenter"/></a><br />
Aachen Open 2010, which just ended today, was the only real event I looked forward to, photography-wise, and it turned out really nice. Not only was the event itself a smashing success (no other way to put it, the organisation was flawless, the attendance was record-breaking and the venue perfect for our needs), but also meant many diverse personalities to photograph. You can see my complete photos of the event here: <a href="http://photos.heipei.net/Aachen_Open_2010/">photos.heipei.net/Aachen_Open_2010/</a> and photos by other people will be collected here: <a href="http://cube.hackvalue.de/ao10/media-de">http://cube.hackvalue.de/ao10/media-de</a>.</p>
<p><a href="http://www.flickr.com/photos/heipei/4282192117/" title="Reflective Umbrella DIY by heipei, on Flickr"><img src="http://farm3.static.flickr.com/2793/4282192117_efb2300055.jpg" width="500" height="334" alt="Reflective Umbrella DIY" class="aligncenter"/></a><br />
Tonight I salvaged an old (and broken) Umbrella and simply covered the inside with white xerox paper. I sawed of the round part of the handle and now it fits into the grip of my tripod. The Phottix has a mount option for standard tripods. The <a href="http://www.flickr.com/photos/heipei/tags/umbrella/">results are amazing</a>, and as usual I now feel much better when I buy an umbrella (I&#8217;m not quite sure whether I want reflective or shoot-through or both ;)</p>
<div align="center"><a href="http://www.flickr.com/photos/heipei/4282940966/" title="Reflective Umbrella DIY by heipei, on Flickr"><img src="http://farm5.static.flickr.com/4027/4282940966_fef380f800_m.jpg" width="160" height="240" alt="Reflective Umbrella DIY"/></a><a href="http://www.flickr.com/photos/heipei/4282193297/" title="Reflective Umbrella DIY by heipei, on Flickr"><img src="http://farm5.static.flickr.com/4002/4282193297_bb60f5c93d_m.jpg" width="240" height="160" alt="Reflective Umbrella DIY"/></a><a href="http://www.flickr.com/photos/heipei/4282182157/" title="Reflective Umbrella DIY by heipei, on Flickr"><img src="http://farm3.static.flickr.com/2746/4282182157_766d455d40_m.jpg" width="160" height="240" alt="Reflective Umbrella DIY"/></a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://heipei.net/2010/01/17/photo-recap-for-early-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photo technique bits: Polfilter</title>
		<link>http://heipei.net/2010/01/15/photo-technique-bits-polfilter/</link>
		<comments>http://heipei.net/2010/01/15/photo-technique-bits-polfilter/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 13:24:22 +0000</pubDate>
		<dc:creator>Jojo</dc:creator>
				<category><![CDATA[Fotos]]></category>
		<category><![CDATA[Langeweile]]></category>

		<guid isPermaLink="false">http://heipei.net/?p=784</guid>
		<description><![CDATA[A polfilter (pol for polarizing) can give you all kinds of nifty improvements in your outdoor pictures. Here is a little preview. I expect to achieve much more drastic differences come summer:

Left: No filter (or at least filter turned towards &#8220;normal&#8221;). Right: Filter set to the right angle. Make sure you check out the full-sized [...]]]></description>
			<content:encoded><![CDATA[<p>A polfilter (pol for polarizing) can give you all kinds of nifty improvements in your outdoor pictures. Here is a little preview. I expect to achieve much more drastic differences come summer:<br />
<a href="http://www.flickr.com/photos/heipei/4275843417/" title="Kleine Polfilter-Demo by heipei, on Flickr"><img src="http://farm3.static.flickr.com/2783/4275843417_1efcdbcc86.jpg" width="500" height="375" alt="Kleine Polfilter-Demo" class="aligncenter"/></a><br />
Left: No filter (or at least filter turned towards &#8220;normal&#8221;). Right: Filter set to the right angle. Make sure you check out the full-sized version of the photo and pay attention not only to the sky but also to the trees and the windows of the building. Image was sharpened with Gimp btw.</p>
]]></content:encoded>
			<wfw:commentRss>http://heipei.net/2010/01/15/photo-technique-bits-polfilter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Softbox DIY</title>
		<link>http://heipei.net/2009/12/21/softbox-diy/</link>
		<comments>http://heipei.net/2009/12/21/softbox-diy/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 20:33:12 +0000</pubDate>
		<dc:creator>Jojo</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Fotos]]></category>
		<category><![CDATA[Geekstuff]]></category>

		<guid isPermaLink="false">http://heipei.net/?p=754</guid>
		<description><![CDATA[Just like the post on the Streulichtblende (sorry, german only) I thought I&#8217;d build my own Softbox before actually buying one (and the flash that goes with it ;). What&#8217;s a Softbox? Well, put simple it&#8217;s a device to distribute light/the flash evenly over a big surface, so that the resulting light and especially the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/heipei/4204217520/" title="Softbox DIY by heipei, on Flickr"><img src="http://farm3.static.flickr.com/2719/4204217520_46c90e6bf5.jpg" width="500" height="334" alt="Softbox DIY" class="aligncenter"/></a>Just like the <a href="http://heipei.net/2008/07/06/streulichtblende-diy/">post on the Streulichtblende</a> (sorry, german only) I thought I&#8217;d build my own Softbox before actually buying one (and the flash that goes with it ;). What&#8217;s a Softbox? Well, put simple it&#8217;s a device to distribute light/the flash evenly over a big surface, so that the resulting light and especially the shadows are &#8220;soft&#8221;. You can buy those for external flashes, or use the similar umbrellas, but I opted to try it with my builtin flash first :P<br />
<img src="http://heipei.net/weblog/softbox_diy.jpg" alt="Softbox" class="aligncenter"/><br />
<b>Construction</b><br />
This is not a detailed guide how to build it (you should figure that out yourself, depending on the materials available to you), but just a summary of my results.<br />
<a href="http://www.flickr.com/photos/heipei/4204207632/" title="Softbox DIY by heipei, on Flickr"><img src="http://farm3.static.flickr.com/2598/4204207632_2078d5cddb_m.jpg" width="160" height="240" alt="Softbox DIY" class="alignleft"/></a>As you can see I used the cheapest materials I could find: an empty amazon.de-box, using the lashes to create an inner curvature, then covering everything inside the box with tin foil. Finally the diffusor is made from two Din A4 sheet of white paper, where you&#8217;ll have to be careful with the thickness and the color. I can&#8217;t say it&#8217;s comfortable to use or durable, but the time spent making it is minimal, so who cares.</p>
<p><b>Results</b><br />
When are the effects of a softbox most obvious? Probably when there is absolutely no other light-source around (see my Black/White collage). It becomes even more obvious if you photograph something in front a background where it casts shadows. One thing I had to do was to increase my flash exposure compensation (i.e. make it brighter), and in a few cases I had to manually set the white balance, though that&#8217;s something I do very often anyway. And using the P-mode seems like the only usable way to incorporate the flash easily. I guess I&#8217;ll have to read up on the difference between &#8220;Green Square&#8221; and &#8220;P&#8221; again. If you can I&#8217;d try to build a bigger box and of course the flash should be close to the center (which can&#8217;t be done with the internal flash). </p>
<p><a href="http://www.flickr.com/photos/heipei/4204206028/" title="Softbox DIY by heipei, on Flickr"><img src="http://farm3.static.flickr.com/2746/4204206028_1303bc7d35_m.jpg" width="240" height="160" alt="Softbox DIY" class="alignright"/></a><b>Bottom line</b><br />
After quite a few shots (photographing people is probably the most rewarding) with my selfbuilt softbox and I know now that the money for a professional one will be well spent ;) If anyone knows of good brands for a) flashes (for Canon) b) softboxes c) remote flash triggers (wireless), let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://heipei.net/2009/12/21/softbox-diy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aachen Open 2010 &#8211; It&#8217;s gonna be legen&#8230; dary!</title>
		<link>http://heipei.net/2009/12/14/aachen-open-2010-its-gonna-be-legen-dary/</link>
		<comments>http://heipei.net/2009/12/14/aachen-open-2010-its-gonna-be-legen-dary/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 12:15:14 +0000</pubDate>
		<dc:creator>Jojo</dc:creator>
				<category><![CDATA[Aachen]]></category>
		<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Geekstuff]]></category>
		<category><![CDATA[Uni]]></category>

		<guid isPermaLink="false">http://heipei.net/?p=731</guid>
		<description><![CDATA[
This is just a reminder that Aachen Open, a German speedcubing competition, will take place again next year. More precisely on January 16/17, 2010. What&#8217;s even better is the huge number of registered participants and the new venue for the competition. Since the last place became quite crowded (and began to smell after about 2 [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://cube.hackvalue.de/ao10/"><img src="http://cube.hackvalue.de/ao10/banner.png" alt="Aachen Open 2010" class="aligncenter" style="border: 0px;"/></a><br />
This is just a reminder that <a href="http://cube.hackvalue.de/ao10/">Aachen Open</a>, a German speedcubing competition, will take place again next year. More precisely on <strong>January 16/17, 2010</strong>. What&#8217;s even better is the huge number of registered participants and the new venue for the competition. Since the last place became quite crowded (and began to smell after about 2 hours) the management secured a larger spot in RWTHs Computer-Science building (Aula II, Ahornstraße 55). The downside for visitors is the distance to downtown Aachen, but on the bright side we&#8217;ll be equipped with internet throughout the competition.</p>
<p>Rest assured, I&#8217;ll be there, but probably less cubing and more photographing. So be sure to come by, even if just to get a glimpse of hardcore-nerds in a different area than your own profession. In case you missed the last Aachen Open, be sure to check out <a href="http://cube.hackvalue.de/ao09/">last years website</a> for impressions.</p>
]]></content:encoded>
			<wfw:commentRss>http://heipei.net/2009/12/14/aachen-open-2010-its-gonna-be-legen-dary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mops-Passwörter speichern unter Mac OS 10.6</title>
		<link>http://heipei.net/2009/12/06/mops-passworter-speichern-unter-mac-os-10-6/</link>
		<comments>http://heipei.net/2009/12/06/mops-passworter-speichern-unter-mac-os-10-6/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 10:25:35 +0000</pubDate>
		<dc:creator>Jojo</dc:creator>
				<category><![CDATA[Aachen]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Geekstuff]]></category>
		<category><![CDATA[Uni]]></category>

		<guid isPermaLink="false">http://heipei.net/?p=727</guid>
		<description><![CDATA[Manchmal muss man, trotz eduroam, noch das alte Cisco-VPN benutzen um sich ins Uni-Netz einzuwählen. Z.B. wenn man von Zuhause auf Dinge wie Springerlink oder andere Online-Bibliotheken zugreifen will, oder um auf bestimmte Hosts per SSH zu kommen die (sinnvollerweise) von aussen nicht erreichbar sind.
In Mac OS 10.6 Snow Leopard kann man Cisco-Verbindungen glücklicherweise direkt [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://heipei.net/weblog/eduroam.gif" class="alignleft" alt="eduroam"/>Manchmal muss man, trotz eduroam, noch das alte Cisco-VPN benutzen um sich ins Uni-Netz einzuwählen. Z.B. wenn man von Zuhause auf Dinge wie Springerlink oder andere Online-Bibliotheken zugreifen will, oder um auf bestimmte Hosts per SSH zu kommen die (sinnvollerweise) von aussen nicht erreichbar sind.<br />
In Mac OS 10.6 Snow Leopard kann man Cisco-Verbindungen glücklicherweise direkt mit dem Betriebssystem machen und ist endlich frei von dem nervigen Cisco-Client. Allerdings hat das ganze noch einen kleinen Bug, nämlich dass man sein Passwort bei jedem Verbindungsversuch neu eingeben muss. Wie man das vermeidet steht hier: <a href="http://www.macosxhints.com/article.php?story=2009082703155512">10.6: Save Cisco IPSec password in the keychain</a></p>
]]></content:encoded>
			<wfw:commentRss>http://heipei.net/2009/12/06/mops-passworter-speichern-unter-mac-os-10-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>msmtp queueing for offline use</title>
		<link>http://heipei.net/2009/11/17/msmtp-queueing-for-offline-use/</link>
		<comments>http://heipei.net/2009/11/17/msmtp-queueing-for-offline-use/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 19:15:51 +0000</pubDate>
		<dc:creator>Jojo</dc:creator>
				<category><![CDATA[Geekstuff]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unterwegs]]></category>

		<guid isPermaLink="false">http://heipei.net/?p=715</guid>
		<description><![CDATA[When you start using a small and slow laptop over an unreliable GPRS connection (say while travelling in an ICE at 300km/h) you start noticing certain things that are missing from your current shell-setup. One of these problems manifests itself when you want to send the mail you just typed in mutt. Fortunately there is [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://heipei.net/weblog/mutt-icon.png" alt="mutt" class="alignleft"/>When you start using a small and slow laptop over an unreliable GPRS connection (say while travelling in an ICE at 300km/h) you start noticing certain things that are missing from your current shell-setup. One of these problems manifests itself when you want to send the mail you just typed in mutt. Fortunately there is an easy and elegant fix (if you use mutt with msmtp): <a href="http://sourceforge.net/projects/msmtp/files/msmtpqueue/">msmtpqueue</a>. This gives you three little scripts to enqueue, list and send messages which would otherwise have gone directly into msmtp. Just put them somewhere and then add this to your .muttrc:<code>set sendmail="$HOME/local/bin/msmtp-enqueue -i"<br />
macro index \Cy "!$HOME/local/bin/msmtp-runqueue&lt;enter&gt;"</code>Now &#8220;sending&#8221; mail from mutt happens instantly and you can manually push the batch of mails out to your smtp once the train has stopped in a station and your reception is stable ;). <tt>msmtp-listqueue</tt> shows you the queued mails while <tt>msmtp-runqueue</tt> mails them (using msmtp of course!). For the downstream-direction of offline mutt-usage there&#8217;s <a href="http://software.complete.org/software/wiki/offlineimap/">offlineimap</a>, but I feel like this deserves an extra post ;)</p>
]]></content:encoded>
			<wfw:commentRss>http://heipei.net/2009/11/17/msmtp-queueing-for-offline-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Aspire One / X.org screen blanking</title>
		<link>http://heipei.net/2009/11/14/aspire-one-x-org-screen-blanking/</link>
		<comments>http://heipei.net/2009/11/14/aspire-one-x-org-screen-blanking/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 11:39:14 +0000</pubDate>
		<dc:creator>Jojo</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Geekstuff]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://heipei.net/?p=709</guid>
		<description><![CDATA[When using X on my Acer Aspire One (110L) and playing videos with mplayer, X would occasionally blank the screen after a few minutes without any way out but to suspend/resume to get your X back. This didn&#8217;t only happen with mplayer, and it didn&#8217;t have anything to do with xscreensaver.Anyway, after some digging I [...]]]></description>
			<content:encoded><![CDATA[<p>When using X on my Acer Aspire One (110L) and playing videos with mplayer, X would occasionally blank the screen after a few minutes without any way out but to suspend/resume to get your X back. This didn&#8217;t only happen with mplayer, and it didn&#8217;t have anything to do with xscreensaver.Anyway, after some digging I found that adding<code>        Option          "FramebufferCompression"        "off"</code>to the <tt>Device</tt>-section of my xorg.conf resolved the problem.<br />
Another cool thing I found out while going through ssh manpages is that you can silence the motd on login simply by touching <tt>~/.hushlogin</tt>.</p>
]]></content:encoded>
			<wfw:commentRss>http://heipei.net/2009/11/14/aspire-one-x-org-screen-blanking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo Wallpaper</title>
		<link>http://heipei.net/2009/11/13/gentoo-wallpaper/</link>
		<comments>http://heipei.net/2009/11/13/gentoo-wallpaper/#comments</comments>
		<pubDate>Fri, 13 Nov 2009 09:26:30 +0000</pubDate>
		<dc:creator>Jojo</dc:creator>
				<category><![CDATA[Geekstuff]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://heipei.net/?p=702</guid>
		<description><![CDATA[I just found this wallpaper I seem to have made in &#8216;06 (around August) and posted to the Gentoo Forums. It never went anywhere, but it would be a shame to let it go to waste, so here you go. Don&#8217;t ask for any higher resolutions though ;)

Download it in 800&#215;600, 1024&#215;768 or 1280&#215;1024.
]]></description>
			<content:encoded><![CDATA[<p>I just found this wallpaper I seem to have made in &#8216;06 (around August) and <a href="http://forums.gentoo.org/viewtopic-p-3495740.html#3495740">posted to the Gentoo Forums</a>. It never went anywhere, but it would be a shame to let it go to waste, so here you go. Don&#8217;t ask for any higher resolutions though ;)<br />
<a href="http://heipei.net/weblog/gentoo-heipei-800x600.jpg"><img src="http://heipei.net/weblog/gentoo-heipei-thumb.jpg" alt="Gentoo Wallpaper" class="aligncenter"/></a><br />
Download it in <a href="http://heipei.net/weblog/gentoo-heipei-800x600.jpg">800&#215;600</a>, <a href="http://heipei.net/weblog/gentoo-heipei-1024x768.jpg">1024&#215;768</a> or <a href="http://heipei.net/weblog/gentoo-heipei-1280x1024.jpg">1280&#215;1024</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://heipei.net/2009/11/13/gentoo-wallpaper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photostream recap: France / Munich</title>
		<link>http://heipei.net/2009/10/27/photostream-recap-france-munich/</link>
		<comments>http://heipei.net/2009/10/27/photostream-recap-france-munich/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 16:54:47 +0000</pubDate>
		<dc:creator>Jojo</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[Fotos]]></category>
		<category><![CDATA[Unterwegs]]></category>

		<guid isPermaLink="false">http://heipei.net/?p=688</guid>
		<description><![CDATA[Without anything spectacular to blog about I fall back on my trusty photostream to keep you guys interested ;) You can find photos from my weekend-trip to Munich (including a short visit to the TU in Garching) as well as impressions of my holiday in France. We&#8217;re planning to continue the hiking season next weekend [...]]]></description>
			<content:encoded><![CDATA[<p>Without anything spectacular to blog about I fall back on <a href="http://www.flickr.com/photos/heipei/">my trusty photostream</a> to keep you guys interested ;) You can find photos from my <a href="http://www.flickr.com/photos/heipei/sets/72157622550988205/">weekend-trip to Munich</a> (including a short visit to the TU in Garching) as well as impressions of my <a href="http://www.flickr.com/photos/heipei/sets/72157622069268043/">holiday in France</a>. We&#8217;re planning to continue the hiking season next weekend with a visit to the Eifelsteig, so I&#8217;m hoping to snap some nice fall-foliage. Enjoy!</p>
<div align="center"><a href="http://www.flickr.com/photos/heipei/3873481111/" title="Pleneuf val Andre by heipei, on Flickr"><img src="http://farm3.static.flickr.com/2565/3873481111_3c49801539.jpg" width="500" height="334" alt="Pleneuf val Andre" class="aligncenter"/></a></div>
<div align="center"><a href="http://www.flickr.com/photos/heipei/3874278668/" title="Dinard by heipei, on Flickr"><img src="http://farm3.static.flickr.com/2431/3874278668_9739618710_m.jpg" width="160" height="240" alt="Dinard" /></a><a href="http://www.flickr.com/photos/heipei/3874281470/" title="Saint-Malo by heipei, on Flickr"><img src="http://farm4.static.flickr.com/3445/3874281470_f41ce0183b_m.jpg" width="160" height="240" alt="Saint-Malo" /></a><a href="http://www.flickr.com/photos/heipei/3874270544/" title="Pleneuf val Andre by heipei, on Flickr"><img src="http://farm4.static.flickr.com/3521/3874270544_ca458e07ce_m.jpg" width="160" height="240" alt="Pleneuf val Andre" /></a><a href="http://www.flickr.com/photos/heipei/3873478081/" title="Pleneuf val Andre by heipei, on Flickr"><img src="http://farm3.static.flickr.com/2654/3873478081_3c9f883799_m.jpg" width="160" height="240" alt="Pleneuf val Andre" /></a></div>
<div align="center"><a href="http://www.flickr.com/photos/heipei/4046171220/" title="München-Ausflug by heipei, on Flickr"><img src="http://farm4.static.flickr.com/3517/4046171220_7aa80bbdf1_m.jpg" width="240" height="160" alt="München-Ausflug" /></a><a href="http://www.flickr.com/photos/heipei/4045419285/" title="München-Ausflug by heipei, on Flickr"><img src="http://farm3.static.flickr.com/2692/4045419285_5a2c32abba_m.jpg" width="240" height="160" alt="München-Ausflug" /></a></div>
<div align="center"><a href="http://www.flickr.com/photos/heipei/4045435805/" title="München-Ausflug by heipei, on Flickr"><img src="http://farm3.static.flickr.com/2549/4045435805_397688c50f_m.jpg" width="160" height="240" alt="München-Ausflug" /></a><a href="http://www.flickr.com/photos/heipei/4045433781/" title="München-Ausflug by heipei, on Flickr"><img src="http://farm3.static.flickr.com/2605/4045433781_0a8e11ca9f_m.jpg" width="160" height="240" alt="München-Ausflug" /></a><a href="http://www.flickr.com/photos/heipei/4046164570/" title="München-Ausflug by heipei, on Flickr"><img src="http://farm4.static.flickr.com/3525/4046164570_ab7dcf9e45_m.jpg" width="160" height="240" alt="München-Ausflug" /></a><a href="http://www.flickr.com/photos/heipei/4046169156/" title="München-Ausflug by heipei, on Flickr"><img src="http://farm3.static.flickr.com/2755/4046169156_27e4614864_m.jpg" width="160" height="240" alt="München-Ausflug" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://heipei.net/2009/10/27/photostream-recap-france-munich/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
