<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>MICXED</title>
    <link>http://micxer.de/blog/</link>
    <description>bits micxed with life</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.5 - http://www.s9y.org/</generator>
    <pubDate>Wed, 27 Apr 2011 22:47:04 GMT</pubDate>

    <image>
        <url>http://micxer.de/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: MICXED - bits micxed with life</title>
        <link>http://micxer.de/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Configuring the kernel</title>
    <link>http://micxer.de/blog/archives/77-Configuring-the-kernel.html</link>
    
    <comments>http://micxer.de/blog/archives/77-Configuring-the-kernel.html#comments</comments>
    <wfw:comment>http://micxer.de/blog/wfwcomment.php?cid=77</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://micxer.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=77</wfw:commentRss>
    

    <author>nospam@example.com (micxer)</author>
    <content:encoded>
    &lt;p&gt;Here we are for the fourth part of the Gentoo vServer setup series. I reached chapter 7 of the Gentoo install guide, &amp;quot;Configuring the Kernel&amp;quot;. As already mentioned in the &lt;a href=&quot;http://micxer.de/blog/archives/76-Processor-and-MAKEOPTS.html#extended&quot;&gt;last article&lt;/a&gt; I&#039;m going to use the hardened sources because they contain some patches which will make the server more secure (and I think should be available/enabled in all kernel sources by default). You can have a look at the page of the &lt;a href=&quot;http://www.gentoo.org/proj/en/hardened/&quot;&gt;Gentoo hardened project&lt;/a&gt; for more information about it.&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
var flattr_uid = &#039;9817&#039;;
var flattr_tle = &#039;Configuring the kernel&#039;;
var flattr_dsc = &#039;Here we are for the fourth part of the Gentoo vServer setup series. I reached chapter 7 of the Gentoo install guide, &amp;quot;Configuring the Kernel&amp;quot;. As already mentioned in the last article I\&#039;m going to use the hardened sources because they contain some patches which will make the server more secure (and I think should be available/enabled in all kernel sources by default). You can have a look at the page of the Gentoo hardened project for more information about it.&#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;en_GB&#039;;
var flattr_tag = &#039;gentoo,kvm,vserver&#039;;
var flattr_url = &#039;http://micxer.de/blog/archives/77-Configuring-the-kernel.html&#039;;
var flattr_btn = &#039;compact&#039;;
&lt;/script&gt;
&lt;script src=&quot;http://api.flattr.com/button/load.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 &lt;br /&gt;&lt;a href=&quot;http://micxer.de/blog/archives/77-Configuring-the-kernel.html#extended&quot;&gt;Continue reading &quot;Configuring the kernel&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 19 Mar 2011 18:16:06 +0000</pubDate>
    <guid isPermaLink="false">http://micxer.de/blog/archives/77-guid.html</guid>
    <category>gentoo</category>
<category>kvm</category>
<category>vserver</category>

</item>
<item>
    <title>Processor and MAKEOPTS</title>
    <link>http://micxer.de/blog/archives/76-Processor-and-MAKEOPTS.html</link>
    
    <comments>http://micxer.de/blog/archives/76-Processor-and-MAKEOPTS.html#comments</comments>
    <wfw:comment>http://micxer.de/blog/wfwcomment.php?cid=76</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://micxer.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=76</wfw:commentRss>
    

    <author>nospam@example.com (micxer)</author>
    <content:encoded>
    &lt;p&gt;This is the third part of a series of articles. Go to the &lt;a href=&quot;http://micxer.de/blog/archives/74-Moving-to-a-KVM-based-Gentoo-VServer.html&quot;&gt;first&lt;/a&gt; or &lt;a href=&quot;http://micxer.de/blog/archives/75-First-steps-of-the-Gentoo-install.html&quot;&gt;second article&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;While the way through the first chapters of the installation manual were quite easy, I was facing the first problem at the end of chapter 5. I needed to find out what CFLAGS I&#039;m going to set for the server. Well, there&#039;s a link to the gcc optimization documentation and it tells you to look into /proc/cpuinfo. I found the following there:&lt;/p&gt; 
&lt;p&gt; &lt;/p&gt; 
&lt;pre&gt;root@rescue ~ # cat /proc/cpuinfo&amp;#160;
processor&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;: 0
vendor_id&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;: GenuineIntel
cpu family&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;: 6
model&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;: 2
model name&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;: QEMU Virtual CPU version 0.13.0
stepping&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;: 3
cpu MHz&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;: 2806.926
cache size&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;: 4096 KB
fpu&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;: yes
fpu_exception&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;: yes
cpuid level&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;: 4
wp&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;: yes
flags&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;: fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 syscall nx 
                  lm up rep_good pni cx16 hypervisor lahf_lm
bogomips&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;: 5613.85
clflush size&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;: 64
cache_alignment&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;: 64
address sizes&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;: 40 bits physical, 48 bits virtual
power management:&lt;/pre&gt; 
&lt;p&gt;Yeah, it&#039;s a Genuine Intel processor named &amp;quot;QEMU Virtual CPU&amp;quot;, how&amp;#160;enlightening. So I went looking in the whole wide internet and after some research I stumbled upon the Gentoo Wiki. I almost forgot about it in the past as they had the hard disk crash and needed quite so time to recover. There I found an article about&amp;#160;&lt;a href=&quot;http://en.gentoo-wiki.com/wiki/Safe_Cflags&quot;&gt;safe CFLAGS&lt;/a&gt;&amp;#160;and the other one listing&amp;#160;&lt;a href=&quot;http://en.gentoo-wiki.com/wiki/Safe_Cflags/Intel&quot;&gt;safe CFLAGS for Intel&lt;/a&gt;. They recommend using &lt;code&gt;-march=native&lt;/code&gt; as the compiler then decides what features to enable. If you really wanna know what flags gcc is using you can execute&amp;#160;gcc -Q --help=target -march=native and have a look at the output. I don&#039;t need this server as a distcc host so I used&amp;#160;&lt;code&gt;-march=native&amp;#160;&lt;/code&gt;and went on.&amp;#160;&lt;code&gt;MAKEOPTS&lt;/code&gt; was the easier part. My vServer only offers on CPU so &lt;code&gt;-j2&lt;/code&gt; will be fine.&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
var flattr_uid = &#039;9817&#039;;
var flattr_tle = &#039;Processor and MAKEOPTS&#039;;
var flattr_dsc = &#039;This is the third part of a series of articles. Go to the first or second article  While the way through the first chapters of the installation manual were quite easy, I was facing the first problem at the end of chapter 5. I needed to find out what CFLAGS I\&#039;m going to set for the server. Well, there\&#039;s a link to the gcc optimization documentation and it tells you to look into /proc/cpuinfo. I found the following there:       root@rescue ~ # cat /proc/cpuinfo&amp;#160;  processor	: 0  vendor_id	: GenuineIntel  cpu family	: 6  model		: 2  model name	: QEMU Virtual CPU version 0.13.0  stepping	: 3  cpu MHz		: 2806.926  cache size	: 4096 KB  fpu		: yes  fpu_exception	: yes  cpuid level	: 4  wp		: yes  flags		: fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 syscall nx                     lm up rep_good pni cx16 hypervisor lahf_lm  bogomips	: 5613.85  clflush size	: 64  cache_alignment	: 64  address sizes	: 40 bits physical, 48 bits virtual  power management:   Yeah, it\&#039;s a Genuine Intel processor named &amp;quot;QEMU Virtual CPU&amp;quot;, how&amp;#160;enlightening. So I went looking in the whole wide internet and after some research I stumbled upon the Gentoo Wiki. I almost forgot about it in the past as they had the hard disk crash and needed quite so time to recover. There I found an article about&amp;#160;safe CFLAGS&amp;#160;and the other one listing&amp;#160;safe CFLAGS for Intel. They recommend using -march=native as the compiler then decides what features to enable. If you really wanna know what flags gcc is using you can execute&amp;#160;gcc -Q --help=target -march=native and have a look at the output. I don\&#039;t need this server as a distcc host so I used&amp;#160;-march=native&amp;#160;and went on.&amp;#160;MAKEOPTS was the easier part. My vServer only offers on CPU so -j2 will be fine.&#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;de_DE&#039;;
var flattr_tag = &#039;gentoo,vserver&#039;;
var flattr_url = &#039;http://micxer.de/blog/archives/76-Processor-and-MAKEOPTS.html&#039;;
var flattr_btn = &#039;compact&#039;;
&lt;/script&gt;
&lt;script src=&quot;http://api.flattr.com/button/load.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 &lt;br /&gt;&lt;a href=&quot;http://micxer.de/blog/archives/76-Processor-and-MAKEOPTS.html#extended&quot;&gt;Continue reading &quot;Processor and MAKEOPTS&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 08 Mar 2011 21:52:22 +0000</pubDate>
    <guid isPermaLink="false">http://micxer.de/blog/archives/76-guid.html</guid>
    <category>gentoo</category>
<category>vserver</category>

</item>
<item>
    <title>First steps of the Gentoo install</title>
    <link>http://micxer.de/blog/archives/75-First-steps-of-the-Gentoo-install.html</link>
    
    <comments>http://micxer.de/blog/archives/75-First-steps-of-the-Gentoo-install.html#comments</comments>
    <wfw:comment>http://micxer.de/blog/wfwcomment.php?cid=75</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://micxer.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=75</wfw:commentRss>
    

    <author>nospam@example.com (micxer)</author>
    <content:encoded>
    &lt;p&gt;This is the second part of a series of articles. Read the first article &lt;a href=&quot;http://micxer.de/blog/archives/74-Moving-to-a-KVM-based-Gentoo-VServer.html&quot;&gt;here&lt;/a&gt;.&amp;#160;&lt;/p&gt; 
&lt;p&gt;When purchasing a vServer account with Hetzner you&#039;ll have the choice of several OS images. Since I want to install Gentoo, which is not officially supported, the next step is to boot the rescue system (you can actually choose an option to not install any OS image and boot right into the rescue system).&lt;/p&gt; 
&lt;p&gt;First thing after starting the vServer I started the remote console and logged into the rescue system. Using passwd I set the new password and was able to connect via SSH to my new vServer. You can also work with the remote console but this can be a pain as I haven&#039;t found a way to enter a pipe and it&#039;s nicer to work in a known environment in your favourite terminal.&lt;/p&gt;&lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
var flattr_uid = &#039;9817&#039;;
var flattr_tle = &#039;First steps of the Gentoo install&#039;;
var flattr_dsc = &#039;This is the second part of a series of articles. Read the first article here.&amp;#160;   When purchasing a vServer account with Hetzner you\&#039;ll have the choice of several OS images. Since I want to install Gentoo, which is not officially supported, the next step is to boot the rescue system (you can actually choose an option to not install any OS image and boot right into the rescue system).   First thing after starting the vServer I started the remote console and logged into the rescue system. Using passwd I set the new password and was able to connect via SSH to my new vServer. You can also work with the remote console but this can be a pain as I haven\&#039;t found a way to enter a pipe and it\&#039;s nicer to work in a known environment in your favourite terminal.&#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;de_DE&#039;;
var flattr_tag = &#039;gentoo,vserver&#039;;
var flattr_url = &#039;http://micxer.de/blog/archives/75-First-steps-of-the-Gentoo-install.html&#039;;
var flattr_btn = &#039;compact&#039;;
&lt;/script&gt;
&lt;script src=&quot;http://api.flattr.com/button/load.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 &lt;br /&gt;&lt;a href=&quot;http://micxer.de/blog/archives/75-First-steps-of-the-Gentoo-install.html#extended&quot;&gt;Continue reading &quot;First steps of the Gentoo install&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 02 Mar 2011 21:54:00 +0000</pubDate>
    <guid isPermaLink="false">http://micxer.de/blog/archives/75-guid.html</guid>
    <category>gentoo</category>
<category>vserver</category>

</item>
<item>
    <title>Moving to a KVM based Gentoo VServer</title>
    <link>http://micxer.de/blog/archives/74-Moving-to-a-KVM-based-Gentoo-VServer.html</link>
    
    <comments>http://micxer.de/blog/archives/74-Moving-to-a-KVM-based-Gentoo-VServer.html#comments</comments>
    <wfw:comment>http://micxer.de/blog/wfwcomment.php?cid=74</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://micxer.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=74</wfw:commentRss>
    

    <author>nospam@example.com (micxer)</author>
    <content:encoded>
    &lt;p&gt;My current VServer is located at a hoster that uses Xen. Since I had some serious problems with this virtualization technique, I will switch to a KVM based VServer based on Gentoo. While preparing for the migration I found just little information about how to start and where to gather all the neccessary information to get started with a KVM hosted Gentoo guest. So I decided to blog about it so I will remember and everyone else in the whole wide internet can profit from it (Flattr&#039;s welcome &lt;img src=&quot;http://micxer.de/blog/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; )&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
var flattr_uid = &#039;9817&#039;;
var flattr_tle = &#039;Moving to a KVM based Gentoo VServer&#039;;
var flattr_dsc = &#039;My current VServer is located at a hoster that uses Xen. Since I had some serious problems with this virtualization technique, I will switch to a KVM based VServer based on Gentoo. While preparing for the migration I found just little information about how to start and where to gather all the neccessary information to get started with a KVM hosted Gentoo guest. So I decided to blog about it so I will remember and everyone else in the whole wide internet can profit from it (Flattr\&#039;s welcome  )&#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;en_GB&#039;;
var flattr_tag = &#039;gentoo,vserver&#039;;
var flattr_url = &#039;http://micxer.de/blog/archives/74-Moving-to-a-KVM-based-Gentoo-VServer.html&#039;;
var flattr_btn = &#039;compact&#039;;
&lt;/script&gt;
&lt;script src=&quot;http://api.flattr.com/button/load.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 &lt;br /&gt;&lt;a href=&quot;http://micxer.de/blog/archives/74-Moving-to-a-KVM-based-Gentoo-VServer.html#extended&quot;&gt;Continue reading &quot;Moving to a KVM based Gentoo VServer&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 20 Feb 2011 21:01:17 +0000</pubDate>
    <guid isPermaLink="false">http://micxer.de/blog/archives/74-guid.html</guid>
    <category>gentoo</category>
<category>vserver</category>

</item>
<item>
    <title>Wieder komplett</title>
    <link>http://micxer.de/blog/archives/73-Wieder-komplett.html</link>
    
    <comments>http://micxer.de/blog/archives/73-Wieder-komplett.html#comments</comments>
    <wfw:comment>http://micxer.de/blog/wfwcomment.php?cid=73</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://micxer.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=73</wfw:commentRss>
    

    <author>nospam@example.com (micxer)</author>
    <content:encoded>
    Das Bilder kopieren ging doch viel schneller, als gedacht, da Serendipity doch recht clever ist und die Blder auf Dateibasis ablegt. Danke Serendipity &lt;img src=&quot;http://micxer.de/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
var flattr_uid = &#039;9817&#039;;
var flattr_tle = &#039;Wieder komplett&#039;;
var flattr_dsc = &#039;Das Bilder kopieren ging doch viel schneller, als gedacht, da Serendipity doch recht clever ist und die Blder auf Dateibasis ablegt. Danke Serendipity &#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;de_DE&#039;;
var flattr_tag = &#039;&#039;;
var flattr_url = &#039;http://micxer.de/blog/archives/73-Wieder-komplett.html&#039;;
var flattr_btn = &#039;compact&#039;;
&lt;/script&gt;
&lt;script src=&quot;http://api.flattr.com/button/load.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 
    </content:encoded>

    <pubDate>Fri, 02 Apr 2010 00:30:00 +0000</pubDate>
    <guid isPermaLink="false">http://micxer.de/blog/archives/73-guid.html</guid>
    
</item>
<item>
    <title>Es ist wieder da</title>
    <link>http://micxer.de/blog/archives/72-Es-ist-wieder-da.html</link>
    
    <comments>http://micxer.de/blog/archives/72-Es-ist-wieder-da.html#comments</comments>
    <wfw:comment>http://micxer.de/blog/wfwcomment.php?cid=72</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://micxer.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=72</wfw:commentRss>
    

    <author>nospam@example.com (micxer)</author>
    <content:encoded>
    &lt;p&gt;Es ist wieder sinnlos spät, aber dafür läuft mein Blog wieder, nachdem ich noch ewig debuggt habe, wieso die Startseite nichts anzeigt. Das Geshi-Modul war dran schuld. Jetzt isses wieder weg und alles geht wie gehabt.&lt;/p&gt; 
&lt;p&gt;Auf der Liste steht natürlich noch die Anpassung des Designs und noch weiter oben das Wiedereinpflegen der Bilder. Sieht doch ein wenig komisch aus, so wie es jetzt ist.&amp;#160;&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
var flattr_uid = &#039;9817&#039;;
var flattr_tle = &#039;Es ist wieder da&#039;;
var flattr_dsc = &#039;Es ist wieder sinnlos spät, aber dafür läuft mein Blog wieder, nachdem ich noch ewig debuggt habe, wieso die Startseite nichts anzeigt. Das Geshi-Modul war dran schuld. Jetzt isses wieder weg und alles geht wie gehabt.   Auf der Liste steht natürlich noch die Anpassung des Designs und noch weiter oben das Wiedereinpflegen der Bilder. Sieht doch ein wenig komisch aus, so wie es jetzt ist.&amp;#160;&#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;de_DE&#039;;
var flattr_tag = &#039;blog&#039;;
var flattr_url = &#039;http://micxer.de/blog/archives/72-Es-ist-wieder-da.html&#039;;
var flattr_btn = &#039;compact&#039;;
&lt;/script&gt;
&lt;script src=&quot;http://api.flattr.com/button/load.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 
    </content:encoded>

    <pubDate>Fri, 26 Mar 2010 01:30:03 +0000</pubDate>
    <guid isPermaLink="false">http://micxer.de/blog/archives/72-guid.html</guid>
    <category>blog</category>

</item>
<item>
    <title>Sydney</title>
    <link>http://micxer.de/blog/archives/71-Sydney.html</link>
    
    <comments>http://micxer.de/blog/archives/71-Sydney.html#comments</comments>
    <wfw:comment>http://micxer.de/blog/wfwcomment.php?cid=71</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://micxer.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=71</wfw:commentRss>
    

    <author>nospam@example.com (micxer)</author>
    <content:encoded>
    Die ersten Tage sind schon rum und wir sind in Sydney angekommen, wo der zweite Tag schon fast wieder vorbei ist. 

Von Melbourne hab ich nicht allzu viel gesehen, da bin ich nur angekommen und habe übernachtet. Von dort gings nach Canberra, wo wir uns ein Museum über Australien angeschaut haben. Die haben sich tatsälich viel Mühe gegeben. Das Ganze kombiniert mit der australischen Freundlichkeit war wirklich interessant. Und nachdem wir gestern dann eine Rundfahrt mit dem Sightseeing-Bus gemacht haben, waren wir heute in Manly und haben dort eine viel zu große Runde gemacht, sodass wir Bondi nicht geschafft haben, aber mal sehen, was der Abend noch bringt.

Morgen fahren wir schon wieder weiter in Richtung Brisbane, aber etwas zum Mitnhemen hab ich schon dabei: Sonnenbrand. Es ist noch nicht ganz so schlimm, aber es nervt schon ein wenig. Bin gespannt auf die Fotos und ob man es darauf sieht &lt;img src=&quot;http://micxer.de/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;

Soweit von hier, mal sehen, wann es wieder schnelles Internet gibt.
&lt;script type=&quot;text/javascript&quot;&gt;
var flattr_uid = &#039;9817&#039;;
var flattr_tle = &#039;Sydney&#039;;
var flattr_dsc = &#039;Die ersten Tage sind schon rum und wir sind in Sydney angekommen, wo der zweite Tag schon fast wieder vorbei ist.     Von Melbourne hab ich nicht allzu viel gesehen, da bin ich nur angekommen und habe übernachtet. Von dort gings nach Canberra, wo wir uns ein Museum über Australien angeschaut haben. Die haben sich tatsälich viel Mühe gegeben. Das Ganze kombiniert mit der australischen Freundlichkeit war wirklich interessant. Und nachdem wir gestern dann eine Rundfahrt mit dem Sightseeing-Bus gemacht haben, waren wir heute in Manly und haben dort eine viel zu große Runde gemacht, sodass wir Bondi nicht geschafft haben, aber mal sehen, was der Abend noch bringt.    Morgen fahren wir schon wieder weiter in Richtung Brisbane, aber etwas zum Mitnhemen hab ich schon dabei: Sonnenbrand. Es ist noch nicht ganz so schlimm, aber es nervt schon ein wenig. Bin gespannt auf die Fotos und ob man es darauf sieht     Soweit von hier, mal sehen, wann es wieder schnelles Internet gibt.&#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;de_DE&#039;;
var flattr_tag = &#039;australia,holiday,sydney&#039;;
var flattr_url = &#039;http://micxer.de/blog/archives/71-Sydney.html&#039;;
var flattr_btn = &#039;compact&#039;;
&lt;/script&gt;
&lt;script src=&quot;http://api.flattr.com/button/load.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 
    </content:encoded>

    <pubDate>Fri, 04 Dec 2009 18:45:00 +0000</pubDate>
    <guid isPermaLink="false">http://micxer.de/blog/archives/71-guid.html</guid>
    <category>australia</category>
<category>holiday</category>
<category>sydney</category>

</item>
<item>
    <title>Wir sind alle zugekokste potenzielle Täter</title>
    <link>http://micxer.de/blog/archives/70-Wir-sind-alle-zugekokste-potenzielle-Taeter.html</link>
    
    <comments>http://micxer.de/blog/archives/70-Wir-sind-alle-zugekokste-potenzielle-Taeter.html#comments</comments>
    <wfw:comment>http://micxer.de/blog/wfwcomment.php?cid=70</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://micxer.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=70</wfw:commentRss>
    

    <author>nospam@example.com (micxer)</author>
    <content:encoded>
    &lt;p&gt;Als ich diesen Leserbrief heute bei Twitter gelesen habe, blieb mir fast die Luft weg:&lt;/p&gt;
&lt;div class=&quot;serendipity_imageComment_center&quot; style=&quot;width: 225px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;!-- s9ymdb:150 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;225&quot; height=&quot;336&quot;  src=&quot;http://micxer.de/blog/uploads/pics/informatiker_kokser.jpg&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Potenzielle Täter&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;Ich kann nur hoffen, dass das als überspitzte Satire gemeint ist, denn ich will einfach nicht glauben, dass man so weltfremd sein kann! Falls doch, kann er ja das Internet mal abschalten und alle Informatiker einsperren. Mal sehen, wie lange er ohne Telefon, Fernsehen etc. auskommt.&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
var flattr_uid = &#039;9817&#039;;
var flattr_tle = &#039;Wir sind alle zugekokste potenzielle Täter&#039;;
var flattr_dsc = &#039;Als ich diesen Leserbrief heute bei Twitter gelesen habe, blieb mir fast die Luft weg: Potenzielle Täter Ich kann nur hoffen, dass das als überspitzte Satire gemeint ist, denn ich will einfach nicht glauben, dass man so weltfremd sein kann! Falls doch, kann er ja das Internet mal abschalten und alle Informatiker einsperren. Mal sehen, wie lange er ohne Telefon, Fernsehen etc. auskommt.&#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;de_DE&#039;;
var flattr_tag = &#039;&#039;;
var flattr_url = &#039;http://micxer.de/blog/archives/70-Wir-sind-alle-zugekokste-potenzielle-Taeter.html&#039;;
var flattr_btn = &#039;compact&#039;;
&lt;/script&gt;
&lt;script src=&quot;http://api.flattr.com/button/load.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 
    </content:encoded>

    <pubDate>Wed, 24 Jun 2009 08:27:47 +0000</pubDate>
    <guid isPermaLink="false">http://micxer.de/blog/archives/70-guid.html</guid>
    
</item>
<item>
    <title>HowTo use svn+ssh and public key auth with Visual Paradigm in Windows</title>
    <link>http://micxer.de/blog/archives/69-HowTo-use-svn+ssh-and-public-key-auth-with-Visual-Paradigm-in-Windows.html</link>
    
    <comments>http://micxer.de/blog/archives/69-HowTo-use-svn+ssh-and-public-key-auth-with-Visual-Paradigm-in-Windows.html#comments</comments>
    <wfw:comment>http://micxer.de/blog/wfwcomment.php?cid=69</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://micxer.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=69</wfw:commentRss>
    

    <author>nospam@example.com (micxer)</author>
    <content:encoded>
    Last week Visual Paradigm was introduced in my company. It&#039;s a great tool and supports subversion for managing the project files. All the Mac users just had minor problems when installing it. I&#039;m stuck with a windows machine and I couldn&#039;t convince Visual Paradigm to connect to our SVN server over SSH using a public key. After an odyssey of commandline svn for Windows and Cygwin we finally figured out, how to set up Visual Paradgim to work seamlessy with Putty.

I assume the SVN server is setup to be accessible with SSH and public key authentication. Ususally you then have Putty installed and created a profile that has a private key configured for this server. In addition you should use Pageant to cache the passphrase of the key unless you are using a key without a passphrase (which is a pretty bad idea!). Make sure you can connect to the server using Putty and the key.

After installing Visual Paradigm, go to &amp;ldquo;Tools&amp;rdquo;-&gt;&amp;ldquo;Teamwork&amp;rdquo;-&gt;&amp;ldquo;Open Teamwork client...&amp;rdquo;. Assuming your repository is located at &lt;em&gt;svn+ssh://name.of.svn.server/srv/svn/project&lt;/em&gt; and the UML architecture project is located inside a folder called &lt;em&gt;architecture&lt;/em&gt;, the full URL would look like this: &lt;em&gt;svn+ssh://name.of.svn.server/srv/svn/project/architecture&lt;/em&gt;. But this won&#039;t work since the svn.exe of VP tries to find a profile with the server name you entered. So if your profile is called &lt;em&gt;svn-server&lt;/em&gt;, alter the URL to &lt;em&gt;svn+ssh://svn-server/srv/svn/project/architecture&lt;/em&gt; and use this instead for the connection in Visual Paradigm. Enter username and leave the password field empty. That&#039;s it.

Now you should be able to connect to the repository using the Putty profile with public key authentication.
&lt;script type=&quot;text/javascript&quot;&gt;
var flattr_uid = &#039;9817&#039;;
var flattr_tle = &#039;HowTo use svn+ssh and public key auth with Visual Paradigm in Windows&#039;;
var flattr_dsc = &#039;Last week Visual Paradigm was introduced in my company. It\&#039;s a great tool and supports subversion for managing the project files. All the Mac users just had minor problems when installing it. I\&#039;m stuck with a windows machine and I couldn\&#039;t convince Visual Paradigm to connect to our SVN server over SSH using a public key. After an odyssey of commandline svn for Windows and Cygwin we finally figured out, how to set up Visual Paradgim to work seamlessy with Putty.  I assume the SVN server is setup to be accessible with SSH and public key authentication. Ususally you then have Putty installed and created a profile that has a private key configured for this server. In addition you should use Pageant to cache the passphrase of the key unless you are using a key without a passphrase (which is a pretty bad idea!). Make sure you can connect to the server using Putty and the key.  After installing Visual Paradigm, go to &amp;ldquo;Tools&amp;rdquo;-&gt;&amp;ldquo;Teamwork&amp;rdquo;-&gt;&amp;ldquo;Open Teamwork client...&amp;rdquo;. Assuming your repository is located at svn+ssh://name.of.svn.server/srv/svn/project and the UML architecture project is located inside a folder called architecture, the full URL would look like this: svn+ssh://name.of.svn.server/srv/svn/project/architecture. But this won\&#039;t work since the svn.exe of VP tries to find a profile with the server name you entered. So if your profile is called svn-server, alter the URL to svn+ssh://svn-server/srv/svn/project/architecture and use this instead for the connection in Visual Paradigm. Enter username and leave the password field empty. That\&#039;s it.  Now you should be able to connect to the repository using the Putty profile with public key authentication.&#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;de_DE&#039;;
var flattr_tag = &#039;administration,ssh,subversion,windows&#039;;
var flattr_url = &#039;http://micxer.de/blog/archives/69-HowTo-use-svn+ssh-and-public-key-auth-with-Visual-Paradigm-in-Windows.html&#039;;
var flattr_btn = &#039;compact&#039;;
&lt;/script&gt;
&lt;script src=&quot;http://api.flattr.com/button/load.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 
    </content:encoded>

    <pubDate>Mon, 19 Jan 2009 12:41:34 +0000</pubDate>
    <guid isPermaLink="false">http://micxer.de/blog/archives/69-guid.html</guid>
    <category>administration</category>
<category>ssh</category>
<category>subversion</category>
<category>windows</category>

</item>
<item>
    <title>Kurz vor der Angst...</title>
    <link>http://micxer.de/blog/archives/68-Kurz-vor-der-Angst....html</link>
    
    <comments>http://micxer.de/blog/archives/68-Kurz-vor-der-Angst....html#comments</comments>
    <wfw:comment>http://micxer.de/blog/wfwcomment.php?cid=68</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://micxer.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=68</wfw:commentRss>
    

    <author>nospam@example.com (micxer)</author>
    <content:encoded>
    Ich gehe jeden Moment los Richtung Bahnhof, wo es dann nach Frankfurt und dann über Singapur nach Perth geht. Dort fängt für uns der Weltjugendtag 2008 an.

Wer ein bisschen mitlesen will, kann das indirekt hier auf dem Blog tun. Ich werde mich in Unkosten stürzen und ab und zu mal eine SMS an Twitter schicken, sodass die Nachrichten recht oben in der Box zu sehen sind. Und falls ich zuviel geschrieben habe und ihr alles nachlesen wollt, schaut einfach bei meinem &lt;a href=&quot;http://twitter.com/micxer&quot; title=&quot;micxer&#039;s Nachrichten bei Twitter&quot;&gt;Twitter-Profil&lt;/a&gt; rein. Vielleicht finde ich auch in den Hotels einen internetfähigen Computer und schicke zwischendrin schon einmal ein paar Bilder. Und damit&#039;s nicht ganz so langweilig wird, habe ich auch wieder mal das Design des Blogs geändert. &lt;img src=&quot;http://micxer.de/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;

Also dann, ich verabschiede mich für zwei Wochen!
&lt;script type=&quot;text/javascript&quot;&gt;
var flattr_uid = &#039;9817&#039;;
var flattr_tle = &#039;Kurz vor der Angst...&#039;;
var flattr_dsc = &#039;Ich gehe jeden Moment los Richtung Bahnhof, wo es dann nach Frankfurt und dann über Singapur nach Perth geht. Dort fängt für uns der Weltjugendtag 2008 an.    Wer ein bisschen mitlesen will, kann das indirekt hier auf dem Blog tun. Ich werde mich in Unkosten stürzen und ab und zu mal eine SMS an Twitter schicken, sodass die Nachrichten recht oben in der Box zu sehen sind. Und falls ich zuviel geschrieben habe und ihr alles nachlesen wollt, schaut einfach bei meinem Twitter-Profil rein. Vielleicht finde ich auch in den Hotels einen internetfähigen Computer und schicke zwischendrin schon einmal ein paar Bilder. Und damit\&#039;s nicht ganz so langweilig wird, habe ich auch wieder mal das Design des Blogs geändert.     Also dann, ich verabschiede mich für zwei Wochen!&#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;de_DE&#039;;
var flattr_tag = &#039;sydney&#039;;
var flattr_url = &#039;http://micxer.de/blog/archives/68-Kurz-vor-der-Angst....html&#039;;
var flattr_btn = &#039;compact&#039;;
&lt;/script&gt;
&lt;script src=&quot;http://api.flattr.com/button/load.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 
    </content:encoded>

    <pubDate>Sun, 13 Jul 2008 12:11:00 +0000</pubDate>
    <guid isPermaLink="false">http://micxer.de/blog/archives/68-guid.html</guid>
    <category>sydney</category>

</item>
<item>
    <title>So einfach bekämpft man Kriminalität im Netz...</title>
    <link>http://micxer.de/blog/archives/66-So-einfach-bekaempft-man-Kriminalitaet-im-Netz....html</link>
    
    <comments>http://micxer.de/blog/archives/66-So-einfach-bekaempft-man-Kriminalitaet-im-Netz....html#comments</comments>
    <wfw:comment>http://micxer.de/blog/wfwcomment.php?cid=66</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://micxer.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=66</wfw:commentRss>
    

    <author>nospam@example.com (micxer)</author>
    <content:encoded>
    &lt;p&gt;Nachdem ich dieses Bild heute schon zweimal gezeigt bekommen habe, möchte ich das hier auch nochmal posten.&lt;/p&gt;
&lt;p&gt;&lt;a  class=&#039;serendipity_image_link&#039;  rel=&#039;lightbox[lightbox_group_entry_66]&#039; href=&#039;http://micxer.de/blog/uploads/pics/schaeuble.jpg&#039;&gt;&lt;img width=&#039;100&#039; height=&#039;100&#039; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://micxer.de/blog/uploads/pics/schaeuble.serendipityThumb.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Ich fühle mich immer so sicher, wenn ich weiß, dass sich der Innenminister das Internet ausdrucken lässt, damit er es in Ruhe durchsuchen kann! &lt;img src=&quot;http://micxer.de/blog/templates/default/img/emoticons/laugh.png&quot; alt=&quot;:-D&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; Ich hoffe nur, die 20 BKA-Beamten stehen nicht demnächst vor meinem Blog und verhaften es. &lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
var flattr_uid = &#039;9817&#039;;
var flattr_tle = &#039;So einfach bekämpft man Kriminalität im Netz...&#039;;
var flattr_dsc = &#039;Nachdem ich dieses Bild heute schon zweimal gezeigt bekommen habe, möchte ich das hier auch nochmal posten.  Ich fühle mich immer so sicher, wenn ich weiß, dass sich der Innenminister das Internet ausdrucken lässt, damit er es in Ruhe durchsuchen kann!  Ich hoffe nur, die 20 BKA-Beamten stehen nicht demnächst vor meinem Blog und verhaften es. &#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;de_DE&#039;;
var flattr_tag = &#039;politik,stasi2.0&#039;;
var flattr_url = &#039;http://micxer.de/blog/archives/66-So-einfach-bekaempft-man-Kriminalitaet-im-Netz....html&#039;;
var flattr_btn = &#039;compact&#039;;
&lt;/script&gt;
&lt;script src=&quot;http://api.flattr.com/button/load.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 
    </content:encoded>

    <pubDate>Wed, 28 Nov 2007 18:26:36 +0000</pubDate>
    <guid isPermaLink="false">http://micxer.de/blog/archives/66-guid.html</guid>
    <category>politik</category>
<category>stasi2.0</category>

</item>
<item>
    <title>So sicher ist der eigene Fingerabdruck</title>
    <link>http://micxer.de/blog/archives/64-So-sicher-ist-der-eigene-Fingerabdruck.html</link>
    
    <comments>http://micxer.de/blog/archives/64-So-sicher-ist-der-eigene-Fingerabdruck.html#comments</comments>
    <wfw:comment>http://micxer.de/blog/wfwcomment.php?cid=64</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://micxer.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=64</wfw:commentRss>
    

    <author>nospam@example.com (micxer)</author>
    <content:encoded>
    &lt;p&gt;Wie heute auf &lt;a href=&quot;http://www.golem.de/0711/56223.html&quot;&gt;golem.de&lt;/a&gt; lesen kann, ist es ARD-Reportern zusammen mit dem &lt;a href=&quot;http://www.ccc.de&quot;&gt;Chaos Computer Club&lt;/a&gt; gelungen, mit einem gefälschten Fingerabdruck bei einem Edeka-Markt einzukaufen. Gemäß dem &lt;a href=&quot;http://www.ccc.de/biometrie/fingerabdruck_kopieren&quot; &gt;hier&lt;/a&gt; zu findenden Video, welches schon seit 2004 existiert, kann ein Fingerabdruck mit relativ einfachen Mitteln &lt;a href=&quot;http://www.ccc.de/updates/2007/umsonst-im-supermarkt&quot; &gt;auch von Nicht-Profis gefälscht&lt;/a&gt; werden. Natürlich sieht Edeka keinen Handlungsbedarf und auch die &lt;a href=&quot;http://www.daserste.de/plusminus/beitrag_dyn~uid,3bu1tfwxbnbp99cc~cm.asp&quot; &gt;Aussage&lt;/a&gt; des Geschäftsführers von it-Werke, er werde jedem Geschädigten den Schaden persönlich ersetzen, kann nicht ernstgenommen werden. Im Zweifelsfall ist der Nachweis der Schädigung durch den Betroffenen nämlich äußerst schwierig.&lt;/p&gt;
&lt;p&gt;In diesem Licht scheint auch die geplante &lt;a href=&quot;http://www.golem.de/0711/56118.html&quot; &gt;Integration&lt;/a&gt; von Fingerabdrücken in den Personalausweis sinnlos, da dadurch offensichtlich die Fälschungssicherheit nicht erhöht wird, was aber wiederholt von der Bundesregierung, und allen voran vom Bundesinnenministerium, behauptet wird. Es wird also immer deutlicher, dass es eigentlich nicht um die angeblich zu sichernden Dokumente geht, sondern allein um das Sammeln der biometrischen Daten.&lt;/p&gt;
&lt;p&gt;Da bin ich doch froh, dass ich noch einen Pass ohne Fingerabdrücke bekommen habe!  &lt;img src=&quot;http://micxer.de/blog/templates/default/img/emoticons/cool.png&quot; alt=&quot;8-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
var flattr_uid = &#039;9817&#039;;
var flattr_tle = &#039;So sicher ist der eigene Fingerabdruck&#039;;
var flattr_dsc = &#039;Wie heute auf golem.de lesen kann, ist es ARD-Reportern zusammen mit dem Chaos Computer Club gelungen, mit einem gefälschten Fingerabdruck bei einem Edeka-Markt einzukaufen. Gemäß dem hier zu findenden Video, welches schon seit 2004 existiert, kann ein Fingerabdruck mit relativ einfachen Mitteln auch von Nicht-Profis gefälscht werden. Natürlich sieht Edeka keinen Handlungsbedarf und auch die Aussage des Geschäftsführers von it-Werke, er werde jedem Geschädigten den Schaden persönlich ersetzen, kann nicht ernstgenommen werden. Im Zweifelsfall ist der Nachweis der Schädigung durch den Betroffenen nämlich äußerst schwierig. In diesem Licht scheint auch die geplante Integration von Fingerabdrücken in den Personalausweis sinnlos, da dadurch offensichtlich die Fälschungssicherheit nicht erhöht wird, was aber wiederholt von der Bundesregierung, und allen voran vom Bundesinnenministerium, behauptet wird. Es wird also immer deutlicher, dass es eigentlich nicht um die angeblich zu sichernden Dokumente geht, sondern allein um das Sammeln der biometrischen Daten. Da bin ich doch froh, dass ich noch einen Pass ohne Fingerabdrücke bekommen habe!  &#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;de_DE&#039;;
var flattr_tag = &#039;politik,sicherheit,stasi2.0&#039;;
var flattr_url = &#039;http://micxer.de/blog/archives/64-So-sicher-ist-der-eigene-Fingerabdruck.html&#039;;
var flattr_btn = &#039;compact&#039;;
&lt;/script&gt;
&lt;script src=&quot;http://api.flattr.com/button/load.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 
    </content:encoded>

    <pubDate>Tue, 27 Nov 2007 18:00:33 +0000</pubDate>
    <guid isPermaLink="false">http://micxer.de/blog/archives/64-guid.html</guid>
    <category>politik</category>
<category>sicherheit</category>
<category>stasi2.0</category>

</item>
<item>
    <title>N810 released / New software for the N800</title>
    <link>http://micxer.de/blog/archives/63-N810-released-New-software-for-the-N800.html</link>
    
    <comments>http://micxer.de/blog/archives/63-N810-released-New-software-for-the-N800.html#comments</comments>
    <wfw:comment>http://micxer.de/blog/wfwcomment.php?cid=63</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://micxer.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=63</wfw:commentRss>
    

    <author>nospam@example.com (micxer)</author>
    <content:encoded>
    &lt;a  class=&quot;serendipity_image_link&quot;  rel=&quot;lightbox[lightbox_group_entry_63]&quot; href=&quot;http://micxer.de/blog/uploads/pics/N810.jpg&quot; onclick=&quot;F1 = window.open(&#039;/blog/uploads/pics/N810.jpg&#039;,&#039;Zoom&#039;,&#039;height=565,width=665,top=109,left=187,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:146 --&gt;&lt;/a&gt;&lt;a  onclick=&quot;F1 = window.open(&#039;/blog/uploads/pics/N810.jpg&#039;,&#039;Zoom&#039;,&#039;height=565,width=665,top=109,left=187,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;  rel=&quot;lightbox[lightbox_group_entry_63]&quot; href=&quot;http://micxer.de/blog/uploads/pics/N810.jpg&quot; class=&quot;serendipity_image_link&quot;&gt;&lt;!-- s9ymdb:146 --&gt;&lt;img width=&quot;100&quot; height=&quot;85&quot; src=&quot;http://micxer.de/blog/uploads/pics/N810.serendipityThumb.jpg&quot; style=&quot;border: 0px none ; float: left; padding-left: 5px; padding-right: 5px;&quot; /&gt;&lt;/a&gt;&lt;p&gt;
Nokia recently released the next incarnation of the Internet Tablet series, the N810. It has a keyboard and hardware that&#039;s a bit faster than the one of the N800. The second SD-Card slot was removed in favour of the slider and more internal memory. One thing, that would be nice to have in the N800 as well, is the integrated GPS receiver. The rest isn&#039;t that much better, so nothing to be really jealous.&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;The thing to be more courious about is the new OS version. Since the two devices are pretty similar, it was only a question of time until the new software will be released. Resourceful users already found a way to get access to it. This &lt;a href=&quot;http://www.cnet.com/surveillance-state/8301-13739_1-9816300-46.html&quot;&gt;blog entry&lt;/a&gt; tells how to do it. But be careful, you might brick your precious Internet Tablet. Personally I will wait for the official release.
&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
var flattr_uid = &#039;9817&#039;;
var flattr_tle = &#039;N810 released / New software for the N800&#039;;
var flattr_dsc = &#039; Nokia recently released the next incarnation of the Internet Tablet series, the N810. It has a keyboard and hardware that\&#039;s a bit faster than the one of the N800. The second SD-Card slot was removed in favour of the slider and more internal memory. One thing, that would be nice to have in the N800 as well, is the integrated GPS receiver. The rest isn\&#039;t that much better, so nothing to be really jealous.The thing to be more courious about is the new OS version. Since the two devices are pretty similar, it was only a question of time until the new software will be released. Resourceful users already found a way to get access to it. This blog entry tells how to do it. But be careful, you might brick your precious Internet Tablet. Personally I will wait for the official release. &#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;de_DE&#039;;
var flattr_tag = &#039;linux,N800,N810&#039;;
var flattr_url = &#039;http://micxer.de/blog/archives/63-N810-released-New-software-for-the-N800.html&#039;;
var flattr_btn = &#039;compact&#039;;
&lt;/script&gt;
&lt;script src=&quot;http://api.flattr.com/button/load.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 
    </content:encoded>

    <pubDate>Thu, 15 Nov 2007 20:54:14 +0000</pubDate>
    <guid isPermaLink="false">http://micxer.de/blog/archives/63-guid.html</guid>
    <category>linux</category>
<category>N800</category>
<category>N810</category>

</item>
<item>
    <title>Mein erster Treffer beim EuroBillTracker</title>
    <link>http://micxer.de/blog/archives/60-Mein-erster-Treffer-beim-EuroBillTracker.html</link>
    
    <comments>http://micxer.de/blog/archives/60-Mein-erster-Treffer-beim-EuroBillTracker.html#comments</comments>
    <wfw:comment>http://micxer.de/blog/wfwcomment.php?cid=60</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://micxer.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=60</wfw:commentRss>
    

    <author>nospam@example.com (micxer)</author>
    <content:encoded>
    
Eigentlich wollte ich schon lange mal Werbung für den &lt;a href=&quot;htp://eurobilltracker.com&quot;&gt;EuroBillTracker&lt;/a&gt; machen, denn es bringt mir ja selbst auch was. &lt;img src=&quot;http://micxer.de/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; Jetzt habe ich es allerdings auch ohne Unterstützung geschafft. Gestern, als ich einen 10 Euro-Schein eingab, kam die lang erwartete Meldung. Ich habe einen Schein in der Hand gehabt, den jemand anders schonmal hatte und auch beim EuroBillTracker eingegeben hat. Und das war noch nichtmal hier um die Ecke, wie man &lt;a href=&quot;http://eurobilltracker.com/notes/?id=24276718&quot;&gt;auf dieser Seite&lt;/a&gt; sehen kann. Also wer Lust hat, sollte sich mal anmelden und auch mitmachen. Man muss nicht zwangsläufig jeden Schein, den man in die Hand kriegt, eingeben, aber je mehr man eingibt, desto größer ist die Chance auf einen Treffer und man sieht mal, wo das Geld in Europa umher reist.
&lt;script type=&quot;text/javascript&quot;&gt;
var flattr_uid = &#039;9817&#039;;
var flattr_tle = &#039;Mein erster Treffer beim EuroBillTracker&#039;;
var flattr_dsc = &#039; Eigentlich wollte ich schon lange mal Werbung für den EuroBillTracker machen, denn es bringt mir ja selbst auch was.  Jetzt habe ich es allerdings auch ohne Unterstützung geschafft. Gestern, als ich einen 10 Euro-Schein eingab, kam die lang erwartete Meldung. Ich habe einen Schein in der Hand gehabt, den jemand anders schonmal hatte und auch beim EuroBillTracker eingegeben hat. Und das war noch nichtmal hier um die Ecke, wie man auf dieser Seite sehen kann. Also wer Lust hat, sollte sich mal anmelden und auch mitmachen. Man muss nicht zwangsläufig jeden Schein, den man in die Hand kriegt, eingeben, aber je mehr man eingibt, desto größer ist die Chance auf einen Treffer und man sieht mal, wo das Geld in Europa umher reist.&#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;de_DE&#039;;
var flattr_tag = &#039;freizeit&#039;;
var flattr_url = &#039;http://micxer.de/blog/archives/60-Mein-erster-Treffer-beim-EuroBillTracker.html&#039;;
var flattr_btn = &#039;compact&#039;;
&lt;/script&gt;
&lt;script src=&quot;http://api.flattr.com/button/load.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 
    </content:encoded>

    <pubDate>Sun, 26 Aug 2007 09:52:54 +0000</pubDate>
    <guid isPermaLink="false">http://micxer.de/blog/archives/60-guid.html</guid>
    <category>freizeit</category>

</item>
<item>
    <title>I won't fix your Vista computer!</title>
    <link>http://micxer.de/blog/archives/59-I-wont-fix-your-Vista-computer!.html</link>
    
    <comments>http://micxer.de/blog/archives/59-I-wont-fix-your-Vista-computer!.html#comments</comments>
    <wfw:comment>http://micxer.de/blog/wfwcomment.php?cid=59</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://micxer.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=59</wfw:commentRss>
    

    <author>nospam@example.com (micxer)</author>
    <content:encoded>
    
&lt;p&gt;Als ich &lt;a href=&quot;http://forum.golem.de/read.php?19501,1043920,1043920#msg-1043920&quot;&gt;diesen Thread&lt;/a&gt; hier gelesen habe, fiel mir spontan der Titel dieses Beitrags ein, denn der Autor dieses Beitrags hat einfach völlig recht. Windows XP war benutzerfreundlich und man kam einfach an alles ran, was man brauchte. Jetzt ist alles tief in irgendwelchen Submenüs versteckt, man wird wie ein kleines Kind gegängelt und das alles soll durch die wunderschönen Effekte kaschiert werden, damit man&#039;s nicht gleich merkt und denkt, man hat n supertolles Betriebssystem. Vielleicht kann mich der eine oder andere verstehen, wenn ich keine Lust darauf habe, an einem Vista-Computer &amp;quot;herumzubasteln&amp;quot;, denn ich als jemand, der schon lange mit Computern zu tun hat und für sich in Anspruch nimmt, sich relativ gut auszukennen, stehe mit der Meinung &amp;quot;I won&#039;t fix your Vista computer!&amp;quot; leider nicht alleine da.&lt;/p&gt;
&lt;p&gt;Wenn Microsoft schon andere kopiert, sollten sie vieleicht noch einen draufsetzen und nicht alles nur halbherzig machen. Als Beipsiel sei hier nur Compiz Fusion genannt, die einen echten 3D-Desktop unter Linux realisiert haben. Was der alles kann, sieht man z.B. in dem folgenden Video. Da könnte sich sogar Apple noch einiges von abschneiden.&lt;/p&gt;
&lt;p style=&quot;text-align: center;&quot;&gt;&lt;object width=&quot;425&quot; height=&quot;350&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/E4Fbk52Mk1w&quot; /&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;&lt;embed width=&quot;425&quot; height=&quot;350&quot; src=&quot;http://www.youtube.com/v/E4Fbk52Mk1w&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; /&gt;&lt;/object&gt;&lt;/p&gt;
&lt;p&gt;Da ich sowieso schon mit Linux zu tun habe und dafür programmiere, behalte ich mir mein Windows XP Computer, so lange es geht, und wenn mein XP wirklich nicht mehr haltbar ist, dann wirds gelöscht und ich bleibe bei Linux. In Zeiten von &lt;a href=&quot;http://wiki.ubuntuusers.de/Einsteiger&quot;&gt;Ubutnu&lt;/a&gt;&amp;amp;Co ist selbst das inzwischen genauso komfortabel wie ein Windows.&lt;/p&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
var flattr_uid = &#039;9817&#039;;
var flattr_tle = &#039;I won\&#039;t fix your Vista computer!&#039;;
var flattr_dsc = &#039; Als ich diesen Thread hier gelesen habe, fiel mir spontan der Titel dieses Beitrags ein, denn der Autor dieses Beitrags hat einfach völlig recht. Windows XP war benutzerfreundlich und man kam einfach an alles ran, was man brauchte. Jetzt ist alles tief in irgendwelchen Submenüs versteckt, man wird wie ein kleines Kind gegängelt und das alles soll durch die wunderschönen Effekte kaschiert werden, damit man\&#039;s nicht gleich merkt und denkt, man hat n supertolles Betriebssystem. Vielleicht kann mich der eine oder andere verstehen, wenn ich keine Lust darauf habe, an einem Vista-Computer &amp;quot;herumzubasteln&amp;quot;, denn ich als jemand, der schon lange mit Computern zu tun hat und für sich in Anspruch nimmt, sich relativ gut auszukennen, stehe mit der Meinung &amp;quot;I won\&#039;t fix your Vista computer!&amp;quot; leider nicht alleine da. Wenn Microsoft schon andere kopiert, sollten sie vieleicht noch einen draufsetzen und nicht alles nur halbherzig machen. Als Beipsiel sei hier nur Compiz Fusion genannt, die einen echten 3D-Desktop unter Linux realisiert haben. Was der alles kann, sieht man z.B. in dem folgenden Video. Da könnte sich sogar Apple noch einiges von abschneiden.  Da ich sowieso schon mit Linux zu tun habe und dafür programmiere, behalte ich mir mein Windows XP Computer, so lange es geht, und wenn mein XP wirklich nicht mehr haltbar ist, dann wirds gelöscht und ich bleibe bei Linux. In Zeiten von Ubutnu&amp;amp;Co ist selbst das inzwischen genauso komfortabel wie ein Windows.&#039;;
var flattr_cat = &#039;text&#039;;
var flattr_lng = &#039;de_DE&#039;;
var flattr_tag = &#039;computer,linux,windows&#039;;
var flattr_url = &#039;http://micxer.de/blog/archives/59-I-wont-fix-your-Vista-computer!.html&#039;;
var flattr_btn = &#039;compact&#039;;
&lt;/script&gt;
&lt;script src=&quot;http://api.flattr.com/button/load.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 
    </content:encoded>

    <pubDate>Fri, 10 Aug 2007 12:33:49 +0000</pubDate>
    <guid isPermaLink="false">http://micxer.de/blog/archives/59-guid.html</guid>
    <category>computer</category>
<category>linux</category>
<category>windows</category>

</item>

</channel>
</rss>
