<?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/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
    <title>Möhrenfeld - Rechner und Netz</title>
    <link>http://blog.karotte.org/</link>
    <description>Das persönliche Blog von Sebastian</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.4-alpha1 - http://www.s9y.org/</generator>
    <pubDate>Wed, 03 Sep 2008 18:27:15 GMT</pubDate>

    <image>
        <url>http://blog.karotte.org/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Möhrenfeld - Rechner und Netz - Das persönliche Blog von Sebastian</title>
        <link>http://blog.karotte.org/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Heise Redesign:  Adblock Plus und Stylish für Firefox</title>
    <link>http://blog.karotte.org/archives/328-Heise-Redesign-Adblock-Plus-und-Stylish-fuer-Firefox.html</link>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/328-Heise-Redesign-Adblock-Plus-und-Stylish-fuer-Firefox.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=328</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=328</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;Heise hat mal wieder (alle paar Jahre) den Style ihres Newstickers aktualisiert. Mein &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/1865&quot; target=&quot;_blank&quot;&gt;Adblock Plus&lt;/a&gt; für Firefox killt zwar zuverlässig die Werbung, lässt aber seit dem Redesign eine weiße Spalte am Anfang der Artikel übrig. Um das zu ändern habe ich mir ein anderes Plugin zulegen müssen. &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/2108&quot; target=&quot;_blank&quot;&gt;Stylish&lt;/a&gt; kann CSS auf Seiten mit eigenem CSS überschreiben.&lt;/p&gt;

&lt;p&gt;Das Ausblenden ist dann relativ einfach, man geht auf der Heise-Seite unten rechts auf das Stylish-Icon und wählt dort Write Style -&gt; For www.heise.de. In das Fenster das dann erscheint trägt man das folgende ein:&lt;/p&gt;


&lt;pre&gt;
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(&quot;www.heise.de&quot;) {
#container_content { 
top: 0px !important;
}
}
&lt;/pre&gt;


&lt;p&gt;&lt;b&gt;Update (3):&lt;/b&gt;&lt;br/&gt;Will man auch noch rechts die Content-Leiste verschwinden lassen, kann man einen zweiten Eintrag machen:&lt;/p&gt;

&lt;pre&gt;
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(&quot;www.heise.de&quot;) {
#mitte #mitte_links {
width:100% !important;
 background:white
 url(http://www.heise.de/icons/ho/background_mitte_links.gif)
 repeat-x scroll left top;
}
#mitte_rechts {
display: none !important;
}
}
&lt;/pre&gt;


&lt;p&gt;&lt;b&gt;Update (4):&lt;/b&gt;&lt;br/&gt;Um die Seitenbreite wieder voll auszunutzen:&lt;/p&gt;


&lt;pre&gt;
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain(&quot;www.heise.de&quot;) {
#container, #container_content { 
border-left: 0px !important; 
border-right: 0px !important;
width: 100% !important; }
#sitemap {
margin: 0 !important;
padding-left: 0 !important;
border-left: 0 !important; 
border-right: 0 !important;
width: 100% !important;
top: 0 !important;
}
#sitemap .navi_top_abschnitt { padding-left: 2px !important; }
#mitte {
width: auto !important;
float: left !important;
background: none !important;
}
#mitte_news .news_logo { 
margin-left: 4px !important;
width: auto !important;
}

#navi_bottom {
bottom: auto !important;
}
}&lt;/pre&gt;
 
    </content:encoded>

    <pubDate>Tue, 12 Aug 2008 12:01:04 +0200</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/328-guid.html</guid>
    <category>adblock</category>
<category>firefox</category>
<category>heise</category>
<category>stylish</category>
<category>werbung</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>Self-fullfilling RAID Prophecy</title>
    <link>http://blog.karotte.org/archives/326-Self-fullfilling-RAID-Prophecy.html</link>
            <category>Linux</category>
    
    <comments>http://blog.karotte.org/archives/326-Self-fullfilling-RAID-Prophecy.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=326</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=326</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;Kaum hat man ein RAID, schon braucht man es. Der Server auf welchem dieses Blog noch vor Kurzem lief ist die letzten Jahre immer ohne RAID ausgekommen. Regelmäßige Backups gaben ein Gefühl von Sicherheit und die Platte hat sie nie beschwert. Jetzt habe ich einen neuen Server und auf diesem ein Software-RAID1, nur um sicher zu gehen. Und was soll ich sagen? Die erste Platte im System hat sich nach einer Woche Betrieb mit Fehlern gemeldet und wurde getauscht. Jetzt sind wieder 3 Wochen ins Land gezogen und die zweite Platte hat sich entschieden es der ersten Platte nachzumachen und ebenfalls Fehler zu werfen.&lt;/p&gt;
&lt;p&gt;Ich schiebe das jetzt einfach mal darauf, dass das einfach nur ein Test sein sollte ob ich mit dem RAID umgehen kann oder es war einfach eine schlechte Charge von Samsung-Platten. Jetzt reicht es aber auch wieder, danke sehr!&lt;/p&gt;
&lt;p&gt;Und jetzt: Warten auf das RAID...&lt;/p&gt;
&lt;pre&gt;
md1 : active raid1 sda2[2] sdb2[1]
      486279424 blocks [2/1] [_U]
      [===&gt;.................]  recovery = 15.7% finish=187.8min speed=36370K/sec

&lt;/pre&gt; 
    </content:encoded>

    <pubDate>Thu, 31 Jul 2008 22:12:29 +0200</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/326-guid.html</guid>
    <category>hardware</category>
<category>linux</category>
<category>server</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>Dr. Horrible's Sing-Along Blog</title>
    <link>http://blog.karotte.org/archives/324-Dr.-Horribles-Sing-Along-Blog.html</link>
            <category>Kino und TV</category>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/324-Dr.-Horribles-Sing-Along-Blog.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=324</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=324</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;Einfach klasse! &lt;img src=&quot;http://blog.karotte.org/templates/default/img/emoticons/laugh.png&quot; alt=&quot;:-D&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; Böser Doktor versucht in die Liga der Bösen aufgenommen zu werden und gleichzeitig ist er verliebt in ein Mädchen das er im Waschsalon trifft.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;http://www.drhorrible.com/&quot; target=&quot;_blank&quot;&gt;&lt;!-- s9ymdb:173 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;475&quot; height=&quot;200&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://blog.karotte.org/uploads/dr_horrible_banner2.gif&quot; alt=&quot;http://www.drhorrible.com/&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Wenn ihr euch fragt wieso der Typ euch bekannt vorkommt, das ist &lt;a href=&quot;http://en.wikipedia.org/wiki/Neil_Patrick_Harris&quot; target=&quot;_blank&quot;&gt;Neil Patrick Harris&lt;/a&gt;, der hat unter anderem Doogie Howser gespielt und Col. Carl Jenkins in Starship Troopers.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 18 Jul 2008 20:04:48 +0200</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/324-guid.html</guid>
    <category>fun</category>
<category>video</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>Firefox 3 Download Day 2008</title>
    <link>http://blog.karotte.org/archives/322-Firefox-3-Download-Day-2008.html</link>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/322-Firefox-3-Download-Day-2008.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=322</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=322</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p align=&quot;center&quot;&gt;Hilf Firefox (ab 19 Uhr) einen Weltrekord aufzustellen!&lt;br/&gt;&lt;!-- s9ymdb:170 --&gt;&lt;a href=&quot;http://www.spreadfirefox.com/node&amp;amp;id=51008&amp;amp;t=269&quot; target=&quot;_blank&quot;&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;186&quot; height=&quot;153&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://blog.karotte.org/uploads/Aktionen/sns_badge1_en.png&quot; alt=&quot;Firefox 3 Download Day 2008&quot; /&gt;&lt;/a&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 17 Jun 2008 09:35:07 +0200</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/322-guid.html</guid>
    <category>firefox</category>
<category>internet</category>
<category>weltrekord</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>DVB-T Kanäle in Regensburg</title>
    <link>http://blog.karotte.org/archives/320-DVB-T-Kanaele-in-Regensburg.html</link>
            <category>Kino und TV</category>
            <category>Linux</category>
    
    <comments>http://blog.karotte.org/archives/320-DVB-T-Kanaele-in-Regensburg.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=320</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=320</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;DVB-T - Das &lt;a href=&quot;http://www.ueberallfernsehen.de/&quot; target=&quot;_blank&quot;&gt;Überallfernsehen&lt;/a&gt;&lt;sup&gt;1&lt;/sup&gt;.  Als stolzer Besitzer eines &lt;a href=&quot;http://www.avermedia.de/cgi-bin/products_digitvtuner_dvbtvolar.asp?show=2&quot; target=&quot;_blank&quot;&gt;AVerTV DVB-T Volar&lt;/a&gt; von Avermedia liege ich quasi voll im Trend und kann auch hier in Regensburg die volle Vielfalt der öffentlich-rechtlichen Sender (lies: 12 Programme) empfangen. Überall!&lt;sup&gt;1&lt;/sup&gt;&lt;/p&gt;
&lt;p&gt;Aber bevor man zum Überallfernseher&lt;sup&gt;1&lt;/sup&gt; mutiert sind noch einige Hürden zu nehmen. Unter Linux steht eine Vielzahl von Programmen zur Verfügung. Man hat quasi die Qual der Wahl. Aber bevor man diese benutzen kann fehlt noch etwas wesentliches: Die Kanalliste. Damit sind nicht die Fernsehkanäle gemeint sondern die DVB-T Sendekanäle. Informationen zu den Sendekanälen findet man auf der &lt;a href=&quot;http://www.dvb-t-bayern.de/download.html&quot; target=&quot;_blank&quot;&gt;bayrischen DVB-T Seite&lt;/a&gt;. Dort findet man dann zum Beispiel eine Liste in der steht, dass der Sender in Regensburg, welcher auf den schönen Namen &quot;Hohe Linie&quot; hört, die Kanäle 7, 28 und 53 verwendet.&lt;/p&gt;
&lt;p&gt;Das hilft jetzt so direkt noch nicht weiter. Programme wie MPlayer erwarten eine &lt;code&gt;channel.conf&lt;/code&gt; Datei mit den einzelnen DVB-T Programmen. Um dorthin zu gelangen brauchen wir erst einmal die genauen Frequenzen der Kanäle und müssen dort dann die Programme suchen. Die Frequenzen ergeben sich aus den Kanälen. Wenn man unter Ubuntu die &lt;code&gt;dvb-utils&lt;/code&gt; installiert, sind dort unter &lt;code&gt;/usr/share/doc/dvb-utils/examples/scan/dvb-t&lt;/code&gt; bereits die entsprechenden Listen installiert. Leider fehlt dort Regensburg als Standort. Man muss also die Liste erzeugen. Da hilft z.B. das &lt;a href=&quot;http://www.johannes-bauer.com/dvbt/&quot; target=&quot;_blank&quot;&gt;dvbt-scanaid Tool&lt;/a&gt;&lt;small&gt;(&lt;a href=&quot;http://www.karotte.org/directories/dvb-t/dvbt-scanaid-0.03.tar.bz2&quot; target=&quot;_blank&quot;&gt;lokal&lt;/a&gt;)&lt;/small&gt;. Das Tool erzeugt die entsprechende Liste. Hier könnt ihr sie direkt runterladen: &lt;a href=&quot;http://www.karotte.org/directories/dvb-t/de-Regensburg&quot; target=&quot;_blank&quot;&gt;de-Regensburg&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Diese Liste kann man nun verwenden um die Programmliste (&lt;code&gt;channels.conf&lt;/code&gt;) zu erzeugen. Diese wird z.B. von MPlayer verwendet. Dafür benutzt man das &lt;code&gt;scan&lt;/code&gt; Tool aus dem &lt;code&gt;dvb-utils&lt;/code&gt; Paket:&lt;/p&gt;

&lt;pre&gt;
scan de-Regensburg &gt;channels.conf
&lt;/pre&gt;

&lt;p&gt;Das funktioniert natürlich nur wenn der DVB-Empfänger angeschlossen und funktionsbereit ist. Im Idealfall sollte man jetzt eine channels.conf haben in der 12 Programme aufgelistet sind. Die kann man dann z.B. für mplayer einfach ins Verzeichnis &lt;code&gt;~/.mplayer/&lt;/code&gt; kopieren.&lt;/p&gt;

&lt;p&gt;Der &quot;kaffeine&quot; Player spielt auch DVB-T ab, kann aber leider mit der &lt;code&gt;channel.conf&lt;/code&gt; nicht viel anfangen. Dort kopiert man das &lt;code&gt;de-Regensburg&lt;/code&gt; File einfach nach &lt;code&gt;~/.kde/share/apps/kaffeine/dvb-t&lt;/code&gt; und startet den Scan aus dem Programm heraus (Vorher nicht vergessen de-Regensburg in den Settings einzustellen).&lt;/p&gt;

&lt;p&gt;So, das wäre erledigt, jetzt muss ich nur noch herausfinden wieso die Sender in MPlayer ruckeln und in Kaffeine nicht.&lt;/p&gt;
&lt;p&gt;&lt;sup&gt;1&lt;/sup&gt;&lt;small&gt;) &quot;Überall&quot; ist nicht mit &lt;b&gt;überall&lt;/b&gt; gleichzusetzen, vor allem nicht in Innenräumen.&lt;/small&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 13 Jun 2008 09:44:56 +0200</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/320-guid.html</guid>
    <category>dvb-t</category>
<category>fernsehen</category>
<category>kaffeine</category>
<category>linux</category>
<category>mplayer</category>
<category>regensburg</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>Skandal bei der Telekom, das Video</title>
    <link>http://blog.karotte.org/archives/319-Skandal-bei-der-Telekom,-das-Video.html</link>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/319-Skandal-bei-der-Telekom,-das-Video.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=319</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=319</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p align=&quot;center&quot;&gt;&lt;object width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/PqTKLgwmWOw&amp;rel=0&amp;color1=0xf47c23&amp;color2=0xf47c23&amp;border=0&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/PqTKLgwmWOw&amp;rel=0&amp;color1=0xf47c23&amp;color2=0xf47c23&amp;border=0&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/center&gt; 
    </content:encoded>

    <pubDate>Sat, 07 Jun 2008 16:57:57 +0200</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/319-guid.html</guid>
    <category>fun</category>
<category>telekom</category>
<category>telekomgate</category>
<category>video</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>Wieso Autoresponder böse sind</title>
    <link>http://blog.karotte.org/archives/318-Wieso-Autoresponder-boese-sind.html</link>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/318-Wieso-Autoresponder-boese-sind.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=318</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=318</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;Ich mag keine Autoresponder, &quot;Abwesenheitsnotizen&quot; oder wie auch immer dieser Zustand bei euch genannt wird. Und gestern gab es mal wieder ein gutes Beispiel dafür. Ich habe eine DVD im &lt;a href=&quot;http://www.ardvideo.de/&quot; target=&quot;_blank&quot;&gt;ARD Video Shop&lt;/a&gt; bestellt und per Paypal bezahlt. Ein paar Minuten später erhalte ich diese Mail (Anonymisiert von mir):&lt;/p&gt;
&lt;pre&gt;
From: &quot;Z., N.&quot; &amp;lt;xxxx@absender&amp;gt;
Subject: Abwesend: Sie haben eine PayPal-Zahlung erhalten
To: &quot;meineadresse&quot; &amp;lt;meineadresse&amp;gt;

Ich bin vom 22.05.2008 bis einschließlich dem 06.06.2008 nicht im Hause.
In dringenden Fällen wenden Sie sich bitte an meine Kollegin Frau A. A. (yyyy@absender).
&lt;/pre&gt;
&lt;p&gt;Jetzt kenne ich zumindest mal zwei Mitarbeiter die dort arbeiten per Namen und Mailadresse und ich weiss wer meine Paypal Zahlungsbestätigung bekommt. Ich hoffe mal, dass die Bestätigung auch noch jemand anderes liest und ich meine DVD trotzdem bekomme.&lt;/p&gt;
&lt;p&gt;Deswegen liebe Leute: Lasst das mit den Autorespondern. Der Nutzen steht in keinem Verhältnis zum Schaden den sie verursachen. Sie sorgen für unnötiges Mailaufkommen, bauen gern mal untereinander Endlosschleifen und verraten im Zweifelsfall Informationen über interne Mailadressen die ihr nicht unbedingt jedem mitteilen wollt. Lasst eure Kunden an Role-Accounts schreiben die dann auch auf jeden Fall von jemandem gelesen werden. So spart ihr euch eine Menge Ärger und auch diese dummen Autoresponder.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 04 Jun 2008 10:20:47 +0200</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/318-guid.html</guid>
    <category>autoresponder</category>
<category>datenschutz</category>
<category>email</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>Zielgruppe des Microsoft Store Germany</title>
    <link>http://blog.karotte.org/archives/317-Zielgruppe-des-Microsoft-Store-Germany.html</link>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/317-Zielgruppe-des-Microsoft-Store-Germany.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=317</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=317</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;Wer auch immer die Zielgruppe des neuen &lt;a href=&quot;http://www.heise.de/newsticker/Microsoft-eroeffnet-deutschen-Webshop--/meldung/108879&quot; target=&quot;_blank&quot;&gt;Webshops von Microsoft&lt;/a&gt; ist, ich gehöre mit meinem Firefox 3 unter Linux jedenfalls nicht dazu:&lt;/p&gt;

&lt;p align=&quot;center&quot;&gt;&lt;!-- s9ymdb:169 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;500&quot; height=&quot;134&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://blog.karotte.org/uploads/msstore-cert.png&quot; alt=&quot;&quot;  /&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 03 Jun 2008 14:21:16 +0200</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/317-guid.html</guid>
    <category>fun</category>
<category>microsoft</category>
<category>sicherheit</category>
<category>ssl</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>T-Mobile Datentarife Teil 2</title>
    <link>http://blog.karotte.org/archives/313-T-Mobile-Datentarife-Teil-2.html</link>
            <category>Offline</category>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/313-T-Mobile-Datentarife-Teil-2.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=313</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=313</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;So, heute eine Antwort auf meine Frage an den Kundendienst, wieso ich &lt;a href=&quot;http://blog.karotte.org/archives/312-Neue-Datentarife-bei-T-Mobile-und-wieder-nichts-gelernt.html&quot; target=&quot;_blank&quot;&gt;web&#039;n&#039;walk L nicht mit MultiSIM kombinieren kann&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;
Leider ist es uns aus technischen Gründen nicht möglich, die MultiSim
und die Option web&#039;n&#039;walk L zu kombinieren.&lt;br /&gt;
&lt;br /&gt;
Sie können Ihre gewünschte Option jedoch nutzen, wenn Sie zusätzlich
die CombiCard Data bestellen. Die Voraussetzung hierfür ist nur, dass
unsere Bonitätsprüfung positiv ausfällt.
&lt;/blockquote&gt;
&lt;p&gt;
Das hat mich doch etwas verwundert, da der nächstniedrigere Tarif (web&#039;n&#039;walk M), der die gleiche Technik benutzt, sehrwohl mit der MultiSIM kombiniert werden kann. Die Antwort auf meine nächste Frage werde ich hier auch kund tun, sobald sie eintrifft. Hier meine Frage:
&lt;/p&gt;
&lt;blockquote&gt;
Hallo,

leider ist dies keine Option für mich, da ich das Laptop nicht immer
bei mir habe und manchmal auch mit dem Handy online gehen muss.
&lt;br /&gt;&lt;br /&gt;
Das heisst ich müsste meine bestehende Datenoption auf dem derzeitigen
Vertrag belassen und *zusätzlich* eine CombiCard mit der &quot;Flatrate&quot;
für das Laptop buchen. Dies ist für mich nicht attraktiv.
&lt;br /&gt;&lt;br /&gt;
Sie sagen, es gibt technische Gründe, wieso MultiSIM nicht mit
web&#039;n&#039;walk L kombiniert werden kann. Würden sie mir diese Gründe
mitteilen? Ich kann leider momentan nicht nachvollziehen, wieso der
web&#039;n&#039;walk M Tarif (der die selbe Technik benutzt) mit MultiSIM
kombinierbar ist, der L Tarif jedoch nicht. Da ich in der
Netzwerksparte arbeite würde mich die technische Begründung
interessieren.
&lt;/blockquote&gt; 
    </content:encoded>

    <pubDate>Fri, 11 Apr 2008 15:20:35 +0200</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/313-guid.html</guid>
    <category>handy</category>
<category>t-mobile</category>
<category>umts</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>Neue Datentarife bei T-Mobile und wieder nichts gelernt</title>
    <link>http://blog.karotte.org/archives/312-Neue-Datentarife-bei-T-Mobile-und-wieder-nichts-gelernt.html</link>
            <category>Offline</category>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/312-Neue-Datentarife-bei-T-Mobile-und-wieder-nichts-gelernt.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=312</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=312</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;Heute sind neue Datentarife von T-Mobile erschienen, unter anderem eine &quot;Flatrate&quot; (was bei T-Mobile heisst: &lt;q&gt;Ab einem Datenvolumen von 10 GB pro Monat wird die Bandbreite im jeweiligen Monat auf Max. 64 kbit/s (Download) und 16 kbit/s (Upload) beschränkt.&lt;/q&gt;). An sich trotzdem nicht schlecht, für knapp 35 EUR 10GB im Monat frei.&lt;/p&gt;
&lt;p&gt;Beim Lesen des Kleingedruckten kann man ja noch über &lt;q&gt;Die Nutzung von Blackberry, VoIP, Instant Messaging und Peer-to-peer-Verkehren ist ausgeschlossen&lt;/q&gt; schmunzeln, doch dann kommt der Knackpunkt.&lt;/p&gt;
&lt;p&gt;Zur Vorgeschichte: Ich habe mir vor ein paar Wochen eine UMTS-Datenkarte fürs Laptop zusammen mit MultiSIM geholt, was einfach eine zweite SIM-Karte zu meinem Vertrag ist. Damit ich nicht immer die SIM zwischen Handy &amp;amp; Laptop wechseln muss und damit ich auch dann am Handy erreichbar bin, wenn ich mit dem Laptop surfe.&lt;/p&gt;
&lt;p&gt;Und was muss ich jetzt im Kleingedruckten lesen? &lt;q&gt;Buchbar in allen aktuell vermarkteten Sprach- und Datentarifen. Nicht in Verbindung mit MultiSim buchbar.&lt;/q&gt; Hallo? Der Datentarif der sich augenscheinlich an User richtet die viel Online sind, und gerade den kann man nicht mit MultiSIM buchen? Wobei T-Mobile noch extra bei MultiSIM wirbt, dass man gleichzeitig SMS am Handy empfangen und mit dem Laptop online sein kann? Das habt ihr wieder toll hingekriegt T-Mobile. Wovor habt ihr Angst? Das tatsächlich jemand den Dienst nutzt? Das ich gleichzeitig mit zwei Laptops online bin? Was ist das Problem? Es ist doch sowieso keine echte Flatrate, spätestens nach 10GB ist der Spaß vorbei. Und dann macht es weder mit einem noch mit zwei Laptops Spaß euer Netz zu nutzen.&lt;/p&gt;
&lt;p&gt;Beim Ablauf der nächsten Mindestvertragslaufzeit wird es glaub ich mal Zeit andere Anbieter ins Auge zu fassen.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 07 Apr 2008 10:42:54 +0200</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/312-guid.html</guid>
    <category>handy</category>
<category>t-mobile</category>
<category>umts</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>Google via IPv6</title>
    <link>http://blog.karotte.org/archives/308-Google-via-IPv6.html</link>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/308-Google-via-IPv6.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=308</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=308</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;Googlen kann man jetzt auch via IPv6! &lt;a href=&quot;http://ipv6.google.com/&quot; target=&quot;_blank&quot;&gt;http://ipv6.google.com&lt;/a&gt; steht bereit. Wer Firefox benutzt, kann sich &lt;a href=&quot;http://www.karotte.org/google-ipv6.html&quot; target=&quot;_blank&quot;&gt;hier&lt;/a&gt; direkt IPv6-Google als Search Engine installieren. &lt;del&gt;Suggestions, die Wortvorschäge beim Tippen, kommen momentan noch über IPv4, da Google hier noch keinen IPv6 Server anzubietet.&lt;/del&gt; &lt;b&gt;Update:&lt;/b&gt; Jetzt funktioniert das ganze auch über IPv6, man tauscht einfach suggestions.google.com durch ipv6.google.com aus. Danke an den Mitteiler in den Kommentaren. Die &lt;a href=&quot;http://www.karotte.org/google-ipv6.html&quot; target=&quot;_blank&quot;&gt;Installationsseite für Firefox (Opensearch)&lt;/a&gt; habe ich angepasst.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 12 Mar 2008 14:15:30 +0100</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/308-guid.html</guid>
    <category>google</category>
<category>ipv6</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>Onlinedurchsuchung verfassungswidrig!</title>
    <link>http://blog.karotte.org/archives/306-Onlinedurchsuchung-verfassungswidrig!.html</link>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/306-Onlinedurchsuchung-verfassungswidrig!.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=306</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=306</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;Das BVG hat das Gesetz wegen Unvereinbarkeit mit dem Grundgesetz als nichtig erklärt. Und das beste: &lt;b&gt;Sie haben ab sofort ein unverletzliches Grundrecht auf Vertaulichkeit und Integrität von informationstechnischen Systemen abgeleitet!&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;Ich jubel jetzt ein bißchen!&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 27 Feb 2008 10:08:18 +0100</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/306-guid.html</guid>
    <category>bundestrojaner</category>
<category>bvg</category>
<category>datenschutz</category>
<category>onlinedurchsuchung</category>
<category>recht</category>
<category>schäuble</category>
<category>stasi 2.0</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>BVG-Entscheidung zu Onlinedurchsuchung</title>
    <link>http://blog.karotte.org/archives/305-BVG-Entscheidung-zu-Onlinedurchsuchung.html</link>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/305-BVG-Entscheidung-zu-Onlinedurchsuchung.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=305</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=305</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;Heute um 10 Uhr &lt;a href=&quot;http://www.bundesverfassungsgericht.de/aktuell.html&quot; target=&quot;_blank&quot;&gt;entscheidet das Bundesverfassungsgericht&lt;/a&gt; über die Onlinedurchsuchung!&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 27 Feb 2008 09:27:12 +0100</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/305-guid.html</guid>
    <category>bundestrojaner</category>
<category>bvg</category>
<category>datenschutz</category>
<category>onlinedurchsuchung</category>
<category>recht</category>
<category>schäuble</category>
<category>stasi 2.0</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>Eine eigene Stadt</title>
    <link>http://blog.karotte.org/archives/304-Eine-eigene-Stadt.html</link>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/304-Eine-eigene-Stadt.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=304</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=304</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;Ich hab eine eigene Stadt gegründet: &lt;a href=&quot;http://levitanis.myminicity.com/&quot; target=&quot;_blank&quot;&gt;Levitanis&lt;/a&gt;. Ich bin mir über Sinn und Zweck nicht ganz im klaren, aber mit jedem neuen Besucher am Tag wächst die Stadt. Wieso ich das mache? Keine Ahnung, ich glaub mein Sim City Gen hat sich zu Wort gemeldet...&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 22 Feb 2008 13:44:34 +0100</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/304-guid.html</guid>
    <category>fun</category>
<category>levitanis</category>
<category>myminicity</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>bind9 Fehler: loading configuration: bad label type</title>
    <link>http://blog.karotte.org/archives/301-bind9-Fehler-loading-configuration-bad-label-type.html</link>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/301-bind9-Fehler-loading-configuration-bad-label-type.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=301</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=301</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;Wenn euer bind9 diese Meldung beim starten zeigt&lt;/p&gt;
&lt;pre&gt;
named[30466]: loading configuration: bad label type
named[30466]: exiting (due to fatal error)
&lt;/pre&gt;
&lt;p&gt;dann könnte das daran liegen, dass ihr eine veraltete Reverse-Lookup Zone für IPv6 in der Konfiguration habt, in meinem Fall diese hier:&lt;/p&gt;
&lt;pre&gt;
zone &quot;[xfec0000000000001/64].ip6.arpa&quot; {
        type master;
        file &quot;/etc/bind/db.ipv6.intern-arpa&quot;;
};
&lt;/pre&gt;

&lt;p&gt;Wenn der Eintrag aus der Konfiguration entfernt ist startet bind9 wieder ganz normal.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 22 Jan 2008 16:13:34 +0100</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/301-guid.html</guid>
    <category>arbeit</category>
<category>bind9</category>
<category>dns</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>SPD entscheidet sich für Online-Durchsuchung</title>
    <link>http://blog.karotte.org/archives/297-SPD-entscheidet-sich-fuer-Online-Durchsuchung.html</link>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/297-SPD-entscheidet-sich-fuer-Online-Durchsuchung.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=297</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=297</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;Wie &lt;a href=&quot;http://www.heise.de/newsticker/meldung/102027&quot; target=&quot;_blank&quot;&gt;Heise berichtet&lt;/a&gt;, hat Dieter Wiefelspütz in der taz verlauten lassen, dass die SPD sich für eine Online-Durchsuchung entschieden hat. Das klingt in dem &lt;a href=&quot;http://www.taz.de/nc/1/archiv/print-archiv/printressorts/digi-artikel/?ressort=me&amp;amp;dig=2008%2F01%2F17%2Fa0088&amp;amp;src=GI&amp;amp;cHash=799588e48d&quot; target=&quot;_blank&quot;&gt;Interview der taz&lt;/a&gt; dann so:&lt;/p&gt;
&lt;blockquote&gt;
Unser Fraktionschef Peter Struck hat darauf verwiesen, dass alle maßgeblichen Sicherheitsexperten die Online-Durchsuchung für notwendig erklären.
&lt;/blockquote&gt;
&lt;p&gt;Ich kenne KEINE maßgeblichen Sicherheitsexperten, die sie für nötig halten. Wobei natürlich die Frage ist, ob der Herr Struck &lt;b&gt;echte&lt;/b&gt; Sicherheitsexperten meint, oder Politiker, die Fachkenntnis simulieren.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 18 Jan 2008 13:40:14 +0100</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/297-guid.html</guid>
    <category>datenschutz</category>
<category>gesetze</category>
<category>onlinedurchsuchung</category>
<category>politik</category>
<category>spd</category>
<category>stasi 2.0</category>
<category>überwachung</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>Sun Microsystems kauft MySQL</title>
    <link>http://blog.karotte.org/archives/296-Sun-Microsystems-kauft-MySQL.html</link>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/296-Sun-Microsystems-kauft-MySQL.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=296</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=296</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;&lt;a href=&quot;http://blogs.sun.com/jonathan/entry/winds_of_change_are_blowing&quot; target=&quot;_blank&quot;&gt;Sun Microsystems&lt;/a&gt; hat &lt;a href=&quot;http://blogs.mysql.com/kaj/sun-acquires-mysql.html/&quot; target=&quot;_blank&quot;&gt;MySQL&lt;/a&gt; gekauft. &lt;q&gt;This deal is about addition, not subtraction.&lt;/q&gt; Ich bin gespannt!&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 16 Jan 2008 14:50:36 +0100</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/296-guid.html</guid>
    <category>mysql</category>
<category>sun</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>xkcd Autor bei Google</title>
    <link>http://blog.karotte.org/archives/291-xkcd-Autor-bei-Google.html</link>
            <category>Comics</category>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/291-xkcd-Autor-bei-Google.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=291</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=291</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p align=&quot;center&quot;&gt;
&lt;a href=&quot;http://xkcd.com/364/&quot; target=&quot;_blank&quot;&gt;&lt;!-- s9ymdb:160 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;640&quot; height=&quot;198&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://blog.karotte.org/uploads/responsible_behavior.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;Viele von euch kennen vermutlich &lt;a href=&quot;http://xkcd.com&quot; target=&quot;_blank&quot;&gt;xkcd&lt;/a&gt;, ein Webcomic über &lt;q&gt;romance, sarcasm, math, and language&lt;/q&gt;. Wer ihn noch nicht kennt kann ja jetzt anfangen zu lesen. Der Autor von xkcd, Randall Munroe, hat einen Vortrag bei Google gehalten den ihr euch bei Youtube ansehen könnt:&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;object width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/zJOS0sV2a24&amp;rel=0&amp;color1=0xf47c23&amp;color2=0xf47c23&amp;border=0&quot;&gt;&lt;/param&gt;&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/zJOS0sV2a24&amp;rel=0&amp;color1=0xf47c23&amp;color2=0xf47c23&amp;border=0&quot; type=&quot;application/x-shockwave-flash&quot; wmode=&quot;transparent&quot; width=&quot;425&quot; height=&quot;355&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sun, 06 Jan 2008 19:35:39 +0100</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/291-guid.html</guid>
    <category>comics</category>
<category>video</category>
<category>xkcd</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>Ehre den Sysadmin</title>
    <link>http://blog.karotte.org/archives/289-Ehre-den-Sysadmin.html</link>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/289-Ehre-den-Sysadmin.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=289</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=289</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;Da sag mal einer Sun hätte keinen Humor. Das Gegenteil beweist momentan die Startseite von &lt;a href=&quot;http://www.sun.de/&quot; target=&quot;_blank&quot;&gt;Sun&lt;/a&gt;.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;!-- s9ymdb:157 --&gt;&lt;img width=&quot;500&quot; height=&quot;480&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://blog.karotte.org/uploads/sun-ehre-den-sysadmin.png&quot; alt=&quot;&quot;  /&gt;&lt;/p&gt;
&lt;p&gt;(Die systemhelden.com ist nicht wirklich der Brüller, aber sowas auf der deutschen Homepage direkt auf der Startseite zu machen hat was.)&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 05 Dec 2007 22:28:36 +0100</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/289-guid.html</guid>
    <category>fun</category>
<category>sun</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>Merkel verhöhnt mich</title>
    <link>http://blog.karotte.org/archives/287-Merkel-verhoehnt-mich.html</link>
            <category>Offline</category>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/287-Merkel-verhoehnt-mich.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=287</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=287</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;blockquote&gt;Unter &quot;bestimmten restriktiven Bedingungen&quot; seien zudem Online-Razzien erforderlich: &quot;Davon werden wir nicht abgehen.&quot; Wer das &quot;als Marsch in den rechtlosen Überwachungsstaat diffamiert&quot;, wisse nicht, was es heiße, in einem solchen zu leben, betonte die ostdeutsche Politikerin. Er verhöhne die Menschen, &quot;die das leider erleben mussten&quot;.&lt;br /&gt;
&lt;small&gt;&lt;a href=&quot;http://www.heise.de/newsticker/meldung/100070&quot; target=&quot;_blank&quot;&gt;http://www.heise.de/newsticker/meldung/100070&lt;/a&gt;&lt;/small&gt;
&lt;/blockquote&gt;
&lt;p&gt;Ich will nur klarstellen, dass ich niemanden verhöhne, nur weil ich (zusammen mit Tausenden) bemerkt habe, dass wir auf dem Weg in einen rechtslosen Überwachungsstaat sind. Diese Rethorik von Seiten der Regierung ist wirklich unerhört. Zuerst vergleicht Schäuble die &lt;a href=&quot;http://www.heise.de/newsticker/meldung/98718&quot; target=&quot;_blank&quot;&gt;Klage gegen die Vorratsdatenspeicherung mit Hitler&lt;/a&gt;, und jetzt werden wir auch noch so hingestellt, als würden wir &lt;a href=&quot;http://www.heise.de/newsticker/meldung/100070&quot; target=&quot;_blank&quot;&gt;Menschen verhöhnen&lt;/a&gt;. Man versucht mit allen Mitteln die Proteste als blödsinnig oder nicht weiter wichtig abzustempeln. Ruhigstellen ist eben doch einfacher als sich einer Diskussion auszusetzen. Wobei der Herr Schäuble sowieso nicht diskutiert, sondern einfach nur klarstellt, dass er Recht hat und alle anderen gefälligst den Mund zu halten haben. Er weiss schon, was gut für Deutschland ist! Frau Merkel vermutlich auch.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;a href=&quot;http://www.vorratsdatenspeicherung.de&quot; target=&quot;_blank&quot;&gt;&lt;!-- s9ymdb:155 --&gt;&lt;img width=&quot;500&quot; height=&quot;646&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://blog.karotte.org/uploads/Aktionen/Eyeballs.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 05 Dec 2007 12:36:57 +0100</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/287-guid.html</guid>
    <category>datenschutz</category>
<category>merkel</category>
<category>politik</category>
<category>schäuble</category>
<category>stasi 2.0</category>
<category>überwachung</category>
<category>vorratsdatenspeicherung</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>Xing spielt Bewegungsmelder</title>
    <link>http://blog.karotte.org/archives/286-Xing-spielt-Bewegungsmelder.html</link>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/286-Xing-spielt-Bewegungsmelder.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=286</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=286</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;Gerade in &lt;a href=&quot;http://sprechblase.wordpress.com/2007/12/04/xing-vollautomatischer-bewegungsmelder/&quot; target=&quot;_blank&quot;&gt;der Sprechblase gelesen&lt;/a&gt;.  Xing betätigt sich als Bewegungsmelder. Man kann nachvollziehen, was sich alles in &lt;a href=&quot;https://www.xing.com/app/search?op=list;type=59&quot; target=&quot;_blank&quot;&gt;seinem sozialen Netzwerk geändert hat&lt;/a&gt;. Also im Endeffekt was sich in den Profilen der Leute mit denen man vernetzt ist ändert. z.B.:&lt;/p&gt;
&lt;blockquote&gt;
XYZ1 ist an &quot;photography&quot; und &quot;MMORPGs&quot; interessiert.&lt;br /&gt;
XYZ2 hat ABC (Firma DEF) als neuen Kontakt.&lt;br /&gt;
XYZ3 hat eine neue Homepage und einen neuen Blog eingetragen.
&lt;/blockquote&gt;
&lt;p&gt;Jedem der nicht in dieser Liste auftauchen will würde ich empfehlen seine Einstellungen unter &quot;Privatsphäre&quot; entsprechend anzupassen.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 04 Dec 2007 11:59:14 +0100</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/286-guid.html</guid>
    <category>datenschutz</category>
<category>xing</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>Grenze für TKÜV-Verpflichtete wird verzehnfacht</title>
    <link>http://blog.karotte.org/archives/285-Grenze-fuer-TKUEV-Verpflichtete-wird-verzehnfacht.html</link>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/285-Grenze-fuer-TKUEV-Verpflichtete-wird-verzehnfacht.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=285</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=285</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;Bei der ganzen Aufregung im Zusammenhang mit der Vorratsdatenspeicherung werden andere Gesetzesänderungen die im Gesetzentwurf zur VDS enthalten sind gar nicht erwähnt. Das &lt;a href=&quot;http://dip21.bundestag.de/dip21/btd/16/058/1605846.pdf&quot; target=&quot;_blank&quot;&gt;hundert Seiten starke Dokument&lt;/a&gt; ist schon ein ziemlich zäher Lesestoff.&lt;/p&gt;
&lt;p&gt;Auf Seite 21 ist eine Änderung der &lt;a href=&quot;http://bundesrecht.juris.de/tk_v_2005/index.html&quot; target=&quot;_blank&quot;&gt;TKÜV&lt;/a&gt; vermerkt. Die Grenze der Verpflichteten, welche eine Anlage zur E-Mail Überwachung bereithalten müssen, wird angehoben. Bisher müssen alle Verpflichteten welche mehr als 1.000 Teilnehmer aufweisen diese bereithalten. In Zukunft wird diese Grenze bei 10.000 Teilnehmern liegen (was auch die Grenze ist, ab welcher man eine &lt;a href=&quot;http://de.wikipedia.org/wiki/Sichere_Inter-Netzwerk_Architektur&quot; target=&quot;_blank&quot;&gt;SINA-Box&lt;/a&gt; bereitstellen muss).&lt;/p&gt;
&lt;blockquote&gt;
Artikel 13&lt;br /&gt;&lt;br /&gt;
Änderung der Telekommunikations- Überwachungsverordnung&lt;br /&gt;&lt;br /&gt;
Die Telekommunikations-Überwachungsverordnung in der Fassung der Bekanntmachung vom 3. November 2005 (BGBl. I S. 3136, 3149), zuletzt geändert durch …, wird wie folgt geändert:&lt;br /&gt;&lt;br /&gt;
[..]&lt;br /&gt;&lt;br /&gt;
2. § 3 Abs. 2 wird wie folgt geändert:&lt;br /&gt;
a) In Satz 1 Nr. 5 wird die Angabe „1 000“ durch die Angabe „10 000“ ersetzt.
&lt;/blockquote&gt;
&lt;p&gt;Das bedeutet einerseits eine Entlastung für kleinere Unternehmen, weil sie die (mitunter sehr teuere) Soft- und Hardware für TKÜV nicht anschaffen müssen. Andererseits ist es natürlich schlecht für Unternehmen die diese Soft- und Hardware herstellen oder verkaufen, da sich der Kundenkreis erheblich verkleinern dürfte.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 21 Nov 2007 09:29:08 +0100</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/285-guid.html</guid>
    <category>datenschutz</category>
<category>gesetze</category>
<category>politik</category>
<category>tküv</category>
<category>vorratsdatenspeicherung</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>Unwissend, verlogen, heuchlerisch</title>
    <link>http://blog.karotte.org/archives/284-Unwissend,-verlogen,-heuchlerisch.html</link>
            <category>Offline</category>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/284-Unwissend,-verlogen,-heuchlerisch.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=284</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=284</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;Bettina aka Twister hat einen &lt;a href=&quot;http://www.heise.de/tp/r4/artikel/26/26640/1.html&quot; target=&quot;_blank&quot;&gt;lesenswerten Artikel bei Telepolis&lt;/a&gt; verfasst, in welchem sie zusammenfasst was die meisten die sich damit beschäftigt haben schon wussten: &lt;q&gt;Politiker sind Umfaller, haben keine Ahnung, heucheln oder lügen&lt;/q&gt;. Bei der Vorratsdatenspeicherung ist das ja gut sichtbar geworden.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 20 Nov 2007 15:10:22 +0100</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/284-guid.html</guid>
    <category>datenschutz</category>
<category>gesetze</category>
<category>politik</category>
<category>stasi 2.0</category>
<category>überwachung</category>
<category>vorratsdatenspeicherung</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>SPD-Abgeordnete halten VDS für verfassungswidrig</title>
    <link>http://blog.karotte.org/archives/282-SPD-Abgeordnete-halten-VDS-fuer-verfassungswidrig.html</link>
            <category>Offline</category>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/282-SPD-Abgeordnete-halten-VDS-fuer-verfassungswidrig.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=282</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=282</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;26 SPD-Abgeordnete haben der Vorratsdatenspeicherung &lt;a href=&quot;http://www.heise.de/newsticker/meldung/98821&quot; target=&quot;_blank&quot;&gt;zugestimmt&lt;/a&gt;, &lt;q&gt;Trotz schwerwiegender politischer und verfassungsrechtlicher Bedenken&lt;/q&gt;. Allerdings vertraue man darauf, dass das Bundesverfassungsgericht die problematischen Teile sowieso für verfassungswidrig erklären wird.&lt;/p&gt;
&lt;p&gt;Liebe SPD-Abgeordnete, habt ihr noch alle Tassen im Schrank? Ist das euer Verständnis von Politik? Seid ihr innerlich schon so gleichgeschaltet, dass ihr lieber das tut, was eure Fraktion vorgibt, und erst nachher ganz leise eure &lt;b&gt;SCHWERWIEGENDEN BEDENKEN&lt;/b&gt; anmeldet? Ich finde gar nicht die passenden Worte dafür, wie entsetzt und angeekelt ich von eurer Einstellung bin. Das Bundesverfassungsgericht wird eure völlig hirnrissigen Gesetze schon wieder geradebiegen? Das ist nicht seine Aufgabe! Es soll die Leute in letzter Instanz davor bewahren, dass ihr diese Republik in einen Überwachungsstaat umwandelt! Dass ihr das bei euren Gesetzesentwürfen schon als normal betrachtet ist erschreckend.&lt;/p&gt;
&lt;p&gt;Damit ist die SPD endgültig für mich gestorben. Diese Partei hat den letzten Funken Sympathie verspielt und wird bei mir jetzt mit in die unterste moralische Schublade gesteckt.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 12 Nov 2007 15:21:20 +0100</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/282-guid.html</guid>
    <category>datenschutz</category>
<category>gesetze</category>
<category>politik</category>
<category>spd</category>
<category>stasi 2.0</category>
<category>überwachung</category>
<category>vorratsdatenspeicherung</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>Vorratsdatenspeicherung kommt</title>
    <link>http://blog.karotte.org/archives/281-Vorratsdatenspeicherung-kommt.html</link>
            <category>Offline</category>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/281-Vorratsdatenspeicherung-kommt.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=281</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=281</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;ul&gt;
&lt;li&gt;Stimmen: 524&lt;/li&gt;
&lt;li&gt;Ja: 366&lt;/li&gt;
&lt;li&gt;Nein: 156&lt;/li&gt;
&lt;li&gt;Enth.: 2&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Traurig aber nicht überraschend. Willkommen im neuen Zeitalter der Überwachung. Jetzt bleibt nur noch Karlsruhe als Hoffnung.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Update:&lt;/b&gt;&lt;br /&gt;&lt;a href=&quot;http://www.bundestag.de/parlament/plenargeschehen/abstimmung/20071109_teleueberwach.pdf&quot; target=&quot;_blank&quot;&gt;Hier die Liste aller Abgeordneten und wie sie abgestimmt haben&lt;/a&gt;. Danke Frau Marianne Schieder und Herr Klaus Hofbauer, zumindest bei ihnen weiß ich jetzt woran ich bin. Sollten wir uns mal begegnen wenn sie im Landkreis unterwegs sind kann ich ihnen ja mal persönlich sagen was ich von ihnen beiden halte.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 09 Nov 2007 14:36:32 +0100</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/281-guid.html</guid>
    <category>datenschutz</category>
<category>gesetze</category>
<category>politik</category>
<category>schäuble</category>
<category>stasi 2.0</category>
<category>überwachung</category>
<category>vorratsdatenspeicherung</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>Mein Desktop am Arbeitsplatz</title>
    <link>http://blog.karotte.org/archives/279-Mein-Desktop-am-Arbeitsplatz.html</link>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/279-Mein-Desktop-am-Arbeitsplatz.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=279</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=279</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;Da mich ein paar Leute gefragt haben wie mein neuer Desktop jetzt mit Dual-Screen (2 Monitore) aussieht, hier mal zwei Screenshots mit und ohne Fenster. Das Hintergrundbild steht noch zur Diskussion, aber gute Dual-Screen Hintergründe sind gar nicht so einfach zu finden...&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;
&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://blog.karotte.org/uploads/arbeit-desktop1.png&#039;&gt;&lt;!-- s9ymdb:152 --&gt;&lt;img width=&quot;110&quot; height=&quot;44&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://blog.karotte.org/uploads/arbeit-desktop1.s9yThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;&lt;small&gt;Desktop mit Fenstern&lt;/small&gt;&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;
&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://blog.karotte.org/uploads/arbeit-desktop2.png&#039;&gt;&lt;!-- s9ymdb:152 --&gt;&lt;img width=&quot;110&quot; height=&quot;44&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://blog.karotte.org/uploads/arbeit-desktop2.s9yThumb.png&quot; alt=&quot;&quot;  /&gt;&lt;/a&gt;&lt;br /&gt;&lt;small&gt;Desktop ohne Fenster&lt;/small&gt;&lt;/p&gt;
&lt;p&gt;Was da läuft ist Ubuntu 7.10 &quot;Gutsy Gibbon&quot; auf einer nVidia Grafikkarte und mit dem hauseigenen &quot;TwinView&quot; von nVidia für die Dual-Screens. Desktop-Effekte sind aktiviert (Transparenz etc.).&lt;/p&gt; 
    </content:encoded>

    <pubDate>Thu, 08 Nov 2007 17:19:49 +0100</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/279-guid.html</guid>
    <category>arbeit</category>
<category>desktop</category>
<category>screenshot</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>Heavy Duty USB-Stick</title>
    <link>http://blog.karotte.org/archives/277-Heavy-Duty-USB-Stick.html</link>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/277-Heavy-Duty-USB-Stick.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=277</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=277</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;Nach einem Unfall den mein USB-Stick hatte suche ich nach einem &quot;Heavy Duty&quot; USB-Stick. Er sollte möglichst stabil sein, vorzugsweise Metall (idealerweise sollte man mit dem Auto drüberfahren können), wasser-/staubdichter Verschluss und allgemein einfach so widerstandsfähig wie möglich. Ideen bitte als Kommentar anfügen oder mir einfach irgendwie zukommen lassen, vielen Dank.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 30 Oct 2007 10:25:07 +0100</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/277-guid.html</guid>
    <category>usb</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>Es geht schneller bergab</title>
    <link>http://blog.karotte.org/archives/268-Es-geht-schneller-bergab.html</link>
            <category>Offline</category>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/268-Es-geht-schneller-bergab.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=268</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=268</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;Passend zum 11. September gleich noch ein paar Terrorthemen. Übrigens werdet ihr diesen Artikel bald nicht mehr finden falls ihr nach Terrorismus sucht. Wieso? Weil man nach Terrorismus nicht mehr suchen können wird. Und dann wird alles gut&amp;#153;!&lt;/p&gt;
&lt;p&gt;Da hätten wir einmal unseren STASI 2.0 Rolli, Wolfgang Schäuble. Der hat jetzt nämlich &lt;a href=&quot;http://www.heise.de/newsticker/meldung/95800&quot; target=&quot;_blank&quot;&gt;die Schnauze voll vom diskutieren&lt;/a&gt;. Er will die Onlinedurchsuchung &lt;q&gt;jetzt machen&lt;/q&gt;. Wie gut, dass bockig spielen auch in der Politik funktioniert. Dass er das gerade am 11. September sagt ist auch reiner Zufall.&lt;/p&gt;
&lt;p&gt;Dann wäre da die EU-Kommission, vertreten durch ihren Cheffe Franco Frattini. Damit die bösen Terroristen sich nicht ihre Bombenbauanleitungen ergooglen können, will man so böse Wörter wie Bombe, Töten, Genozid oder Terrorismus &lt;a href=&quot;http://www.heise.de/newsticker/meldung/95786&quot; target=&quot;_blank&quot;&gt;verbieten&lt;/a&gt;. Das ist vor allem für die Terroristen schlecht die sich keine Reise ins Terrorcamp leisten können, denn dort kriegen sie das auch ohne Internet beigebracht. Sie könnten natürlich auch einfach bei Wikipedia oder ähnlichen Seiten nachsehen.&lt;/p&gt;
&lt;p&gt;Deutschland befindet sich auf der Flucht vor dem Terrorismus. Anstatt sich mit rechtstaatlichen Mitteln zu wehren lässt Deutschland sich von den Terroristen immer weiter in die Enge jagen. Man baut immer mehr Rechte und Freiheiten ab. Bis man irgendwann vor der Wand steht und merkt, dass man keinen Ausweg mehr hat. Freiheit und Bürgerrechte hat man dann aber schon längst komplett abgegeben.&lt;/p&gt;
&lt;p&gt;Achso, Arcor übt derweil schon mal das zensieren und &lt;a href=&quot;http://www.heise.de/newsticker/meldung/95758&quot; target=&quot;_blank&quot;&gt;sperrt den Zugriff auf Pornoseiten&lt;/a&gt;.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 11 Sep 2007 12:20:39 +0200</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/268-guid.html</guid>
    <category>arcor</category>
<category>onlinedurchsuchung</category>
<category>schäuble</category>
<category>stasi 2.0</category>
<category>terror</category>
<category>überwachung</category>
<category>zensur</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>mutt und vim mit UTF-8</title>
    <link>http://blog.karotte.org/archives/267-mutt-und-vim-mit-UTF-8.html</link>
            <category>Linux</category>
    
    <comments>http://blog.karotte.org/archives/267-mutt-und-vim-mit-UTF-8.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=267</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=267</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;Da ich etwas Probleme hatte mutt und vim in einer UTF-8 Umgebung zum kooperieren zu bewegen, hier eine kurze Anleitung. Genutzt wird das Setup bei mir auf einem Ubuntu Feisty Fawn System.&lt;/p&gt;
&lt;p style=&quot;font-size: 110%; font-weight:bold;&quot;&gt;1. Prüfen ob das Terminal UTF-8 spricht&lt;/p&gt;
&lt;pre&gt;
sebastian@lain:~$ locale
LANG=en_GB.UTF-8
LC_CTYPE=&quot;en_GB.UTF-8&quot;
LC_NUMERIC=&quot;en_GB.UTF-8&quot;
LC_TIME=&quot;en_GB.UTF-8&quot;
LC_COLLATE=&quot;en_GB.UTF-8&quot;
LC_MONETARY=&quot;en_GB.UTF-8&quot;
LC_MESSAGES=&quot;en_GB.UTF-8&quot;
LC_PAPER=&quot;en_GB.UTF-8&quot;
LC_NAME=&quot;en_GB.UTF-8&quot;
LC_ADDRESS=&quot;en_GB.UTF-8&quot;
LC_TELEPHONE=&quot;en_GB.UTF-8&quot;
LC_MEASUREMENT=&quot;en_GB.UTF-8&quot;
LC_IDENTIFICATION=&quot;en_GB.UTF-8&quot;
LC_ALL=
sebastian@lain:~$ 
&lt;/pre&gt;
&lt;p&gt;Wichtig ist, dass UTF-8 als CTYPE gegeben ist. Auch Umlaute sollte man tippen und dann korrekt angezeigt bekommen.&lt;/p&gt;
&lt;pre&gt;
sebastian@lain:~$ echo &quot;äöüß&quot;
äöüß
sebastian@lain:~$ 
&lt;/pre&gt;
&lt;p style=&quot;font-size: 110%; font-weight:bold;&quot;&gt;2. mutt&lt;/p&gt;
&lt;p&gt;Hier habe ich mich etwas in dem &lt;a href=&quot;http://wiki.mutt.org/?MuttFaq/Charset&quot; target=&quot;_blank&quot;&gt;FAQ-Artikel zu Charsets&lt;/a&gt; in der mutt FAQ schlau gemacht. Normalerweise übernimmt mutt seine locale-Einstellungen aus dem Terminal. Wer auf Nummer sicher gehen will kann sie mit diesen Einstellungen in der &lt;code&gt;.muttrc&lt;/code&gt; explizit setzen:&lt;/p&gt;
&lt;pre&gt;
set charset=&quot;utf-8&quot;
set locale=`echo &quot;${LC_ALL:-${LC_TIME:-${LANG}}}&quot;`
&lt;/pre&gt;

&lt;p&gt;Trotz UTF-8 im Terminal wollen wir beim Verschicken den kleinsten Nenner bei den verwenden Charsets benutzen, also definieren wir das so:&lt;/p&gt;

&lt;pre&gt;
set send_charset=&quot;us-ascii:iso-8859-15:utf-8&quot;
set file_charset=&quot;us-ascii:iso-8859-15:utf-8&quot;
&lt;/pre&gt;

&lt;p&gt;mutt wird so versuchen den Text je nach vorhandenen Zeichen zu codieren, von us-ascii bis rauf zu UTF-8 falls die Zeichen nicht in ASCII oder ISO-8859-15 codiert werden können.&lt;/p&gt;

&lt;p style=&quot;font-size: 110%; font-weight:bold;&quot;&gt;3. vim&lt;/p&gt;
&lt;p&gt;Mit vim hatte ich am meisten Probleme. Manchmal hat vim Zeichen doppelt kodiert, nach einem Reply waren die Umlaute im gequoteten Text kaputt, und ganz allgemein hat vim sich nach Kräften geweigert, so zu funktionieren wie es sollte. Auch hier hat mir die &lt;a href=&quot;http://wiki.mutt.org/?MuttFaq/Charset&quot; target=&quot;_blank&quot;&gt;Mutt FAQ&lt;/a&gt; etwas weitergeholfen. Zuerst habe ich eine Datei &lt;code&gt;.vimrc.mutt&lt;/code&gt; angelegt. Diese deaktiviert die automatische Umwandlung von Dateien. Im Endeffekt nur 3 Zeilen:&lt;/p&gt;

&lt;pre&gt;
source ~/.vimrc
set fileencodings=      &quot; charset auto-sensing: disabled
set fileencoding=       &quot; auto-sensed charset of current buffer
&lt;/pre&gt;

&lt;p&gt;Damit vim diese Datei benutzt, muss die editor-Einstellung in der &lt;code&gt;.muttrc&lt;/code&gt; geändert werden:&lt;/p&gt;

&lt;pre&gt;
set editor=&quot;vim -u ~/.vimrc.mutt &#039;+/^$&#039;&quot;
&lt;/pre&gt;

&lt;p&gt;Das &lt;code&gt;-u ~/.vimrc.mutt&lt;/code&gt; ist hier wichtig, denn das sorgt dafür, dass die &lt;code&gt;.vimrc.mutt&lt;/code&gt; geladen wird &lt;b&gt;bevor&lt;/b&gt; die zu editierende Datei geöffnet wird. Ein nachträgliches Ändern der Werte wenn die Datei schon in vim geöffnet ist bringt nämlich nichts.&lt;/p&gt;
&lt;p&gt;Das sollte es eigentlich gewesen sein, schreibt euch selbst eine Mail mit Umlauten, diese sollten jetzt korrekt angezeigt werden. Noch ein Hinweis: Wenn vim beim editieren über ein &lt;code&gt;ILLEGAL BYTE in line xyz&lt;/code&gt; meckert und die Datei nur read-only öffnet, dann kann es sein, dass in eurer Signatur falsch codierte Umlaute vorhanden sind. Ich habe mir eine extra UTF8 .signature mittels iconv erzeugt:&lt;/p&gt;
&lt;pre&gt;
iconv -t utf-8 ~/.signature &gt;~/.signature.utf8
&lt;/pre&gt;
&lt;p&gt;Das ganze dann noch in die &lt;code&gt;.muttrc&lt;/code&gt; einbinden:&lt;/p&gt;
&lt;pre&gt;
set signature=&quot;~/.signature.utf8&quot;
&lt;/pre&gt;
&lt;p&gt;Das wars dann, eigentlich sollte jetzt alles mit UTF8 funktionieren.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 07 Sep 2007 15:09:45 +0200</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/267-guid.html</guid>
    <category>feisty</category>
<category>Linux</category>
<category>mutt</category>
<category>ubuntu</category>
<category>utf8</category>
<category>vim</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>
<item>
    <title>Procurve, Cisco, Spanning Tree</title>
    <link>http://blog.karotte.org/archives/266-Procurve,-Cisco,-Spanning-Tree.html</link>
            <category>Rechner und Netz</category>
    
    <comments>http://blog.karotte.org/archives/266-Procurve,-Cisco,-Spanning-Tree.html#comments</comments>
    <wfw:comment>http://blog.karotte.org/wfwcomment.php?cid=266</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://blog.karotte.org/rss.php?version=2.0&amp;type=comments&amp;cid=266</wfw:commentRss>
    

    <author>nospam@example.com (Sebastian)</author>
    <content:encoded>
    &lt;p&gt;Vorsicht, Netzwerk-&lt;a href=&quot;http://de.wikipedia.org/wiki/Nerd&quot; target=&quot;_blank&quot;&gt;Nerd&lt;/a&gt;-Artikel voraus! &lt;img src=&quot;http://blog.karotte.org/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; Wer mit Spanning-Tree, BPDU, MSTP und ähnlichen Begriffen nichts anfangen kann wird vermutlich viel unverständliches lesen. Für meine nicht-netzwerkenden Freunde und Bekannten: Ja, das ist es was ich so in meinem Job mache. &quot;Du machst doch was mit Computern&quot; lasse ich aber meistens auch gelten.&lt;/p&gt;
&lt;p style=&quot;font-size:115%; font-weight:bold&quot;&gt;1. Das Problem&lt;/p&gt;
&lt;p&gt;Wir benutzen in unserem LAN MSTP(&lt;a href=&quot;http://en.wikipedia.org/wiki/Spanning_tree_protocol#Multiple_Spanning_Tree_Protocol_.28MSTP.29&quot; target=&quot;_blank&quot;&gt;Wikipedia&lt;/a&gt;, &lt;a href=&quot;http://www.cisco.com/warp/public/473/147.html&quot; target=&quot;_blank&quot;&gt;Cisco&lt;/a&gt;). Nicht weil wir unbedingt multiple Instanzen bräuchten, sondern weil die Switche von Cisco und HP sich darauf einigen können und (eigentlich) kooperieren. Das klappt auch ganz gut, bis auf einen Procurve 2650 Switch welcher aus unbekanntem Grund immer behauptet hatte er selbst wäre seine eigene MSTP-Region und auch gleich die Root-Bridge in dieser Region. Software-Update, Konfigurationsänderungen, alles hat nichts gebracht.&lt;/p&gt;
&lt;p&gt;Auf den Ciscos kam bei &lt;code&gt;show spanning-tree&lt;/code&gt; immer nur ein lapidares:&lt;/p&gt;
&lt;pre&gt;Gi2/12           Desg FWD 20000     128.76   P2p Bound(PVST)&lt;/pre&gt;
&lt;p&gt;Der Port GigabitEthernet2/12 (Uplink des HP Switches) war also ein PVST Boundary Port, dahinter sollte angeblich eine andere Spanning Tree Version laufen. Das lustige daran, selbst wenn man auf dem Procurve Spanning Tree komplett abschaltete, wurde der Port von der Cisco als Boundary Port markiert. (Hier bin ich zwar zum ersten Mal stutzig geworden, kam aber noch nicht auf die richtige Antwort).&lt;/p&gt;
&lt;p style=&quot;font-size:115%; font-weight:bold&quot;&gt;2. Suchen nach dem Licht am Ende des Tunnels&lt;/p&gt;
&lt;p&gt;Ein- und Ausschalten von Spanning Tree auf dem Procurve brachte die Erkenntnis, dass das Spanning Tree dort nach dem Einschalten ein paar Sekunden lang korrekt läuft, dann jedoch plötzlich eine eigene MSTP-Region &quot;eröffnet&quot;. Schön hier zu sehen:&lt;/p&gt;
&lt;pre&gt;
stp: IST Root changed from 32768:000f20-xxxxxx to 24576:0017e0-xxxxxx
stp: IST Root changed from 24576:0017e0-xxxxxx to 32768:000f20-xxxxxx
&lt;/pre&gt;
&lt;p&gt;
Die erste Zeile ist gut (IST Root ist der Cisco), die zweite Zeile hat mir Kopfschmerzen bereitet (IST Root ist der HP selbst). Sogar die Priorität der Cisco ist höher! (24576 vs. 32768, je kleiner die Zahl desto höher die Priorität). Trotzdem keine Chance. Da der Procurve genau &lt;b&gt;keine&lt;/b&gt; Möglichkeit hat Spanning Tree zu debuggen blieb nur die Cisco übrig.
Ein &lt;code&gt;debug spanning-tree mstp boundary&lt;/code&gt; brachte dort folgende Meldungen (Nach einem &lt;code&gt;clear spanning-tree detected-protocols interface Gi2/12&lt;/code&gt;):&lt;/p&gt;
&lt;pre&gt;
MST[0]: Gi2/12 mcheck - clearing BOUNDARY flag
MST[0]: Gi2/12 PVST simulation - setting BOUNDARY flag
&lt;/pre&gt;
&lt;p&gt;Wieder: Die erste Zeile ist gut, das Boundary Flag ist weg. Die zweite Zeile hat mich dann so richtig aus dem Konzept gebracht. Wieso zum Henker setzt der Cisco das Boundary Flag? Spanning Tree auf dem HP war zu dieser Zeit ausgeschaltet. Also was veranlasst den Cisco, so zu reagieren? Ohne Grund würde er das ja (hoffentlich) nicht einstellen. Da sonst nichts ausgegeben wurde musste das Debugging etwas erweitert werden, mittels &lt;code&gt;debug spanning-tree bpdu receive&lt;/code&gt;. Dort kam nun, nach einem erneuten Löschen des erkannten Spanning Tree Protokolls auf dem Interface, endlich etwas sinnvolles im Log:&lt;/p&gt;
&lt;pre&gt;
STP: MST0 rx BPDU: config protocol = mstp, packet from GigabitEthernet2/12  ,
        linktype SSTP , enctype 3, encsize 2 
STP: enc 01 00 0C CC CC CD 00 03 5A 2B A0 C1 00 0C AA AA 03 00 00 0C 01 0B 
STP: Data     00000080
STP: MST0 Gi2/12:0000 00 80
&lt;/pre&gt;
&lt;p&gt;Auf dem Port kam also ein BPDU vom Typ SSTP an. SSTP ist aber eine Spanning Tree Abart von Cisco selbst. Und mir war bisher nicht bewusst, dass irgendwas in unserem Netz so etwas verschicken würde. Glücklicherweise war noch etwas anderes zu sehen, und zwar die MAC-Adressen. &lt;code&gt;01 00 0C CC CC CD&lt;/code&gt; ist bei SSTP-Paketen immer die Ziel-MAC. Die Bytes danach(&lt;code&gt;00 03 5A 2B A0 C1&lt;/code&gt;) sollten also die Source-MAC sein. Eine Suche nach dieser MAC-Adresse in der ARP-Table brachte zwar leider kein Ergebnis, doch nach weglassen der letzten Gruppe (C1) bekam ich eine MAC-Adresse mit C0 am Ende in der ARP-Table angezeigt. Aha! Eventuell ist dass das richtige Gerät. Ein nmap (hoffentlich liest das BKA nicht mit) auf die IP-Adresse offenbarte einen offenen Telnet- und Finger-Port, was doch schon sehr starke Anzeichen für ein Netzwerkgerät waren.&lt;/p&gt;
&lt;p style=&quot;font-size:115%; font-weight:bold&quot;&gt;3. Happy End und Ärger mit Procurve&lt;/p&gt;
&lt;p&gt;Ein Login auf dem Gerät hat dann bestätigt was ich hier schon vermutete: Es war eine alte Cisco C2900XL, auf welcher Spanning Tree eingeschaltet war. Diese Cisco war irgendwann einmal aufgestellt und dann vergessen worden.&lt;/p&gt;
&lt;p&gt;Wieso ist mir das nicht gleich eingefallen? Mir war so ein Gedanke schon gekommen,  und zwar als ich festgestellt hatte, dass das Boundary-Problem auch auftrat wenn Spanning Tree auf dem HP gar nicht an war. Aber zu dem Zeitpunkt dachte ich mir: Kann ja gar nicht sein, auf allen Nicht-Uplink Ports auf dem HP ist ja &lt;code&gt;spanning-tree bpdu-filter&lt;/code&gt; gesetzt. Dies sorgt dafür, dass auf diesen Ports keine BPDUs gesendet oder angenommen werden (Edge-Port). Und nun der Fehler im Plan: PVST-BPDUs bzw. in diesem Fall SSTP-BPDUs werden von diesem Filter anscheinend nicht erkannt und deshalb auch nicht gefiltert. Der BPDU Filter auf dem Procurve versagt in diesem Fall komplett.&lt;/p&gt;
&lt;p&gt;Nachdem diese Erkenntnis da war ging die Lösung ganz schnell: Auf dem Uplink-Port der alten Cisco C2900XL ein &lt;code&gt;spanning-tree bpdufilter enable&lt;/code&gt; und der Spuk war zu Ende. Übrig blieb nur die Frage wie weit man dem BPDU Filter auf dem HP Procurve überhaupt trauen kann. Das wird sich erst noch zeigen müssen.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 05 Sep 2007 11:06:24 +0200</pubDate>
    <guid isPermaLink="false">http://blog.karotte.org/archives/266-guid.html</guid>
    <category>catalyst</category>
<category>cisco</category>
<category>hewlett-packard</category>
<category>mstp</category>
<category>netzwerk</category>
<category>procurve</category>
<category>spanning tree</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license>
</item>

</channel>
</rss>