<?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></title>
	<atom:link href="http://kleinkruemel.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kleinkruemel.wordpress.com</link>
	<description>A place to sort things that shouldn't be forgotten</description>
	<lastBuildDate>Sat, 19 Apr 2008 17:53:51 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='kleinkruemel.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/0e0e1cd10522f9bc93bf6244a21ca362?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title></title>
		<link>http://kleinkruemel.wordpress.com</link>
	</image>
			<item>
		<title>One-way email address</title>
		<link>http://kleinkruemel.wordpress.com/2008/04/19/one-way-email-address/</link>
		<comments>http://kleinkruemel.wordpress.com/2008/04/19/one-way-email-address/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 17:53:51 +0000</pubDate>
		<dc:creator>Krümel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://kleinkruemel.wordpress.com/?p=15</guid>
		<description><![CDATA[Tired of having to tell your email address every time you register for something on the net? http://wasteland.rfc822.org/faq.html provides receive-only email addresses which direct the incoming emails directly to a virtual trash can.
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinkruemel.wordpress.com&blog=1395160&post=15&subd=kleinkruemel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Tired of having to tell your email address every time you register for something on the net? <a href="http://wasteland.rfc822.org/faq.html" target="_blank">http://wasteland.rfc822.org/faq.html</a> provides receive-only email addresses which direct the incoming emails directly to a virtual trash can.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kleinkruemel.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kleinkruemel.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kleinkruemel.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kleinkruemel.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kleinkruemel.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kleinkruemel.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kleinkruemel.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kleinkruemel.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kleinkruemel.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kleinkruemel.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kleinkruemel.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kleinkruemel.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinkruemel.wordpress.com&blog=1395160&post=15&subd=kleinkruemel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kleinkruemel.wordpress.com/2008/04/19/one-way-email-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4845c441efae909ee8e54e001683c0c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">kruemel</media:title>
		</media:content>
	</item>
		<item>
		<title>Password free SSH connection</title>
		<link>http://kleinkruemel.wordpress.com/2008/04/15/12/</link>
		<comments>http://kleinkruemel.wordpress.com/2008/04/15/12/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 21:47:07 +0000</pubDate>
		<dc:creator>Krümel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://kleinkruemel.wordpress.com/?p=12</guid>
		<description><![CDATA[Of course, using ssh without giving a password each time one logs in to the server heavily affects the security of the whole process. Using keys on both the client and the server machine gives third parties the possibility to copy the client key and be able to log in to the server. While this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinkruemel.wordpress.com&blog=1395160&post=12&subd=kleinkruemel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Of course, using ssh without giving a password each time one logs in to the server heavily affects the security of the whole process. Using keys on both the client and the server machine gives third parties the possibility to copy the client key and be able to log in to the server. While this can be  bypassed by specifiying the ip addresses with access to the server, hacking the client machine and logging in to the server from there is still possible. However, in some cases a password free ssh connection is preferable. Therefore, one has to create a public key, which will be given to the server machine, and private one kept on the client machine. The following procedure creates theese keys:</p>
<p>On the client machine, type</p>
<blockquote><p>$ ssh-keygen -t rsa -b 1024</p></blockquote>
<p>Enter the path where to save the key, e.g.</p>
<blockquote><p>$ .ssh/ida_rsa</p></blockquote>
<p>Leave the password blank.</p>
<p>Now, copy the file ida_rsa.pub to the server and add it to the file ~./.ssh/authorized_keys:</p>
<blockquote><p>$ ssh-copy-id -i ~/.ssh/id_rsa.pub user@remote-system</p></blockquote>
<p>Now</p>
<blockquote><p>$ ssh user@remote-system</p></blockquote>
<p>establishes the ssh connection without asking for a password anymore.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kleinkruemel.wordpress.com/12/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kleinkruemel.wordpress.com/12/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kleinkruemel.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kleinkruemel.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kleinkruemel.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kleinkruemel.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kleinkruemel.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kleinkruemel.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kleinkruemel.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kleinkruemel.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kleinkruemel.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kleinkruemel.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinkruemel.wordpress.com&blog=1395160&post=12&subd=kleinkruemel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kleinkruemel.wordpress.com/2008/04/15/12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4845c441efae909ee8e54e001683c0c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">kruemel</media:title>
		</media:content>
	</item>
		<item>
		<title>Evolution crashes and can not be restarted</title>
		<link>http://kleinkruemel.wordpress.com/2008/04/12/evolution-crashes-and-can-not-be-restarted/</link>
		<comments>http://kleinkruemel.wordpress.com/2008/04/12/evolution-crashes-and-can-not-be-restarted/#comments</comments>
		<pubDate>Sat, 12 Apr 2008 08:27:51 +0000</pubDate>
		<dc:creator>Krümel</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Evolution]]></category>
		<category><![CDATA[Suse 10.3]]></category>

		<guid isPermaLink="false">http://kleinkruemel.wordpress.com/?p=13</guid>
		<description><![CDATA[Switching between categories of contacts leads to a crash of my evolution (2.12.0 on Suse 10.3). Afterwards, it isn&#8217;t even possible to restart it. At least the restart problem can be resolved by running
$ /usr/bin/evolution &#8211; -force-shutdown
in the shell.
(see original bug report)
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinkruemel.wordpress.com&blog=1395160&post=13&subd=kleinkruemel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Switching between categories of contacts leads to a crash of my evolution (2.12.0 on Suse 10.3). Afterwards, it isn&#8217;t even possible to restart it. At least the restart problem can be resolved by running</p>
<blockquote><p>$ /usr/bin/evolution &#8211; -force-shutdown</p></blockquote>
<p>in the shell.</p>
<p>(see original <a href="https://bugs.launchpad.net/ubuntu/+source/evolution/+bug/57555" target="_blank">bug report</a>)</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kleinkruemel.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kleinkruemel.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kleinkruemel.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kleinkruemel.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kleinkruemel.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kleinkruemel.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kleinkruemel.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kleinkruemel.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kleinkruemel.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kleinkruemel.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kleinkruemel.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kleinkruemel.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinkruemel.wordpress.com&blog=1395160&post=13&subd=kleinkruemel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kleinkruemel.wordpress.com/2008/04/12/evolution-crashes-and-can-not-be-restarted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4845c441efae909ee8e54e001683c0c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">kruemel</media:title>
		</media:content>
	</item>
		<item>
		<title>Assinging variables via commands in a cshell skript</title>
		<link>http://kleinkruemel.wordpress.com/2008/03/25/assinging-variables-via-commands-in-a-cshell-skript/</link>
		<comments>http://kleinkruemel.wordpress.com/2008/03/25/assinging-variables-via-commands-in-a-cshell-skript/#comments</comments>
		<pubDate>Tue, 25 Mar 2008 16:03:28 +0000</pubDate>
		<dc:creator>Krümel</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://kleinkruemel.wordpress.com/?p=11</guid>
		<description><![CDATA[It is more or less well known that the ouput of a shell command can be redirected to a file via &#8220;&#62;&#8221;. To assign a variable with the value of the command output, one has to use the quotes ` ` instead of &#8221; &#8221; or &#8216; &#8216; . For example,
$ set var = ` [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinkruemel.wordpress.com&blog=1395160&post=11&subd=kleinkruemel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>It is more or less well known that the ouput of a shell command can be redirected to a file via &#8220;&gt;&#8221;. To assign a variable with the value of the command output, one has to use the quotes <em>` `</em> instead of &#8221; &#8221; or &#8216; &#8216; . For example,</p>
<blockquote><p>$ set var = ` cat * | grep &#8220;text&#8221; | cut  -d  .  -f1`</p></blockquote>
<p><span style="color:#000000;"><span style="font-size:xx-small;">leads to evaluation of the command and assigning the result to the value of the variable var. This makes sense in all cases where the result of the command should not only be stored but is used in further commands.</span></span></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kleinkruemel.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kleinkruemel.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kleinkruemel.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kleinkruemel.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kleinkruemel.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kleinkruemel.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kleinkruemel.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kleinkruemel.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kleinkruemel.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kleinkruemel.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kleinkruemel.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kleinkruemel.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinkruemel.wordpress.com&blog=1395160&post=11&subd=kleinkruemel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kleinkruemel.wordpress.com/2008/03/25/assinging-variables-via-commands-in-a-cshell-skript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4845c441efae909ee8e54e001683c0c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">kruemel</media:title>
		</media:content>
	</item>
		<item>
		<title>People who don&#8217;t know nothing about the laws of physics</title>
		<link>http://kleinkruemel.wordpress.com/2008/03/12/people-who-dont-know-nothing-about-the-laws-of-physics/</link>
		<comments>http://kleinkruemel.wordpress.com/2008/03/12/people-who-dont-know-nothing-about-the-laws-of-physics/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 08:28:16 +0000</pubDate>
		<dc:creator>Krümel</dc:creator>
				<category><![CDATA[Physics]]></category>

		<guid isPermaLink="false">http://kleinkruemel.wordpress.com/?p=10</guid>
		<description><![CDATA[Standing in the queue of the supermarket, I often undergo the following scenario: The person in front of me just wants to buy some bottles of wine and nothing else. So here is the question: Why is it so difficult to put theese bottles in a way that they are aligned with the direction of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinkruemel.wordpress.com&blog=1395160&post=10&subd=kleinkruemel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Standing in the queue of the supermarket, I often undergo the following scenario: The person in front of me just wants to buy some bottles of wine and nothing else. So here is the question: Why is it so difficult to put theese bottles in a way that they are aligned with the direction of motion of the conveyor belt which would prevent them from moving and colliding with each other all the time?  Some people lay them down perpendicularly to the conveyor belt, some even place them upstanding and do not even seem to recognize that inertia is a phenomenom not beeing restricted to the outside world of the supermarket. One should place signs at the cash desks saying<b> &#8220;Be aware of physics!&#8221;</b></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kleinkruemel.wordpress.com/10/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kleinkruemel.wordpress.com/10/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kleinkruemel.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kleinkruemel.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kleinkruemel.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kleinkruemel.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kleinkruemel.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kleinkruemel.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kleinkruemel.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kleinkruemel.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kleinkruemel.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kleinkruemel.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinkruemel.wordpress.com&blog=1395160&post=10&subd=kleinkruemel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kleinkruemel.wordpress.com/2008/03/12/people-who-dont-know-nothing-about-the-laws-of-physics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4845c441efae909ee8e54e001683c0c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">kruemel</media:title>
		</media:content>
	</item>
		<item>
		<title>gcc options</title>
		<link>http://kleinkruemel.wordpress.com/2008/03/10/gcc-options/</link>
		<comments>http://kleinkruemel.wordpress.com/2008/03/10/gcc-options/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 18:03:54 +0000</pubDate>
		<dc:creator>Krümel</dc:creator>
				<category><![CDATA[C programming]]></category>

		<guid isPermaLink="false">http://kleinkruemel.wordpress.com/?p=9</guid>
		<description><![CDATA[Use -g to generate debugging information when compiling the source code. This information will be stored in the object file. It describes the type of data of the variables and functions and the correspondence between source line numbers and addresses in the executable code.
I currently start to use the DDD debugger. The manual can be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinkruemel.wordpress.com&blog=1395160&post=9&subd=kleinkruemel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Use -g to generate debugging information when compiling the source code. This information will be stored in the object file. It describes the type of data of the variables and functions and the correspondence between source line numbers and addresses in the executable code.</p>
<p>I currently start to use the DDD debugger. The manual can be found <a href="http://www.gnu.org/manual/ddd/" target="_blank">here</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kleinkruemel.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kleinkruemel.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kleinkruemel.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kleinkruemel.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kleinkruemel.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kleinkruemel.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kleinkruemel.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kleinkruemel.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kleinkruemel.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kleinkruemel.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kleinkruemel.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kleinkruemel.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinkruemel.wordpress.com&blog=1395160&post=9&subd=kleinkruemel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kleinkruemel.wordpress.com/2008/03/10/gcc-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4845c441efae909ee8e54e001683c0c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">kruemel</media:title>
		</media:content>
	</item>
		<item>
		<title>sshfs</title>
		<link>http://kleinkruemel.wordpress.com/2008/03/08/sshfs/</link>
		<comments>http://kleinkruemel.wordpress.com/2008/03/08/sshfs/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 08:21:57 +0000</pubDate>
		<dc:creator>Krümel</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://kleinkruemel.wordpress.com/?p=8</guid>
		<description><![CDATA[One of the most useful information I got during the last weeks is to use sshfs. Thanks liquidat for the short tip. sshfs serves to mount a directory on a different computer via ssh. This simplifies my work on the Supercomputer HLRB II (SGI Altix 4700) of the Leibniz-Rechnezentrum Muenchen a lot as I can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinkruemel.wordpress.com&blog=1395160&post=8&subd=kleinkruemel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>One of the most useful information I got during the last weeks is to use <a href="http://fuse.sourceforge.net/sshfs.html" title="sshfs" target="_blank">sshfs.</a> Thanks liquidat for the<a href="http://liquidat.wordpress.com/2008/02/23/short-tip-mount-directories-via-ssh/" target="_blank"> short tip</a>. sshfs serves to mount a directory on a different computer via ssh. This simplifies my work on the <a href="http://www.lrz-muenchen.de/services/compute/hlrb/" target="_blank">Supercomputer HLRB II</a> (SGI Altix 4700) of the <a href="http://www.lrz-muenchen.de/" target="_blank">Leibniz-Rechnezentrum Muenchen</a> a lot as I can directly use the analysing software of my own computer or easily compare to older data stored on my local machine.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kleinkruemel.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kleinkruemel.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kleinkruemel.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kleinkruemel.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kleinkruemel.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kleinkruemel.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kleinkruemel.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kleinkruemel.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kleinkruemel.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kleinkruemel.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kleinkruemel.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kleinkruemel.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinkruemel.wordpress.com&blog=1395160&post=8&subd=kleinkruemel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kleinkruemel.wordpress.com/2008/03/08/sshfs/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4845c441efae909ee8e54e001683c0c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">kruemel</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux is not Windows</title>
		<link>http://kleinkruemel.wordpress.com/2008/03/02/linux-is-not-windows/</link>
		<comments>http://kleinkruemel.wordpress.com/2008/03/02/linux-is-not-windows/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 12:49:24 +0000</pubDate>
		<dc:creator>Krümel</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://kleinkruemel.wordpress.com/?p=7</guid>
		<description><![CDATA[As a relatively new Linux user, I found this article very interesting: http://linux.wordpress.com/linux-is-not-windows/
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinkruemel.wordpress.com&blog=1395160&post=7&subd=kleinkruemel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>As a relatively new Linux user, I found this article very interesting: <a href="http://linux.wordpress.com/linux-is-not-windows/" target="_blank" class="moz-txt-link-freetext">http://linux.wordpress.com/linux-is-not-windows/</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kleinkruemel.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kleinkruemel.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kleinkruemel.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kleinkruemel.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kleinkruemel.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kleinkruemel.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kleinkruemel.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kleinkruemel.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kleinkruemel.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kleinkruemel.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kleinkruemel.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kleinkruemel.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinkruemel.wordpress.com&blog=1395160&post=7&subd=kleinkruemel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kleinkruemel.wordpress.com/2008/03/02/linux-is-not-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4845c441efae909ee8e54e001683c0c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">kruemel</media:title>
		</media:content>
	</item>
		<item>
		<title>Meine Diplomarbeit als pdf</title>
		<link>http://kleinkruemel.wordpress.com/2007/07/20/4/</link>
		<comments>http://kleinkruemel.wordpress.com/2007/07/20/4/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 17:10:16 +0000</pubDate>
		<dc:creator>Krümel</dc:creator>
				<category><![CDATA[Physics]]></category>

		<guid isPermaLink="false">http://kleinkruemel.wordpress.com/2007/07/20/4/</guid>
		<description><![CDATA[diplomarbeit.pdf
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinkruemel.wordpress.com&blog=1395160&post=4&subd=kleinkruemel&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><a href="http://kleinkruemel.files.wordpress.com/2007/08/diplomarbeit-fertig-verbessert.pdf" title="diplomarbeit-fertig-verbessert.pdf">diplomarbeit.pdf</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/kleinkruemel.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/kleinkruemel.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kleinkruemel.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kleinkruemel.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kleinkruemel.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kleinkruemel.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kleinkruemel.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kleinkruemel.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kleinkruemel.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kleinkruemel.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kleinkruemel.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kleinkruemel.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kleinkruemel.wordpress.com&blog=1395160&post=4&subd=kleinkruemel&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://kleinkruemel.wordpress.com/2007/07/20/4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f4845c441efae909ee8e54e001683c0c?s=96&#38;d=identicon" medium="image">
			<media:title type="html">kruemel</media:title>
		</media:content>
	</item>
	</channel>
</rss>