<?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>Chris' personal blag - Computerkrams</title>
    <link>http://0x42.org/blog/</link>
    <description></description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    
    

<item>
    <title>Screen mit vertikaler Split-Option</title>
    <link>http://0x42.org/blog/archives/53-Screen-mit-vertikaler-Split-Option.html</link>
            <category>Computerkrams</category>
    
    <comments>http://0x42.org/blog/archives/53-Screen-mit-vertikaler-Split-Option.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=53</wfw:comment>

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

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    &lt;div class=&quot;serendipity_imageComment_left&quot; style=&quot;width: 300px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://0x42.org/blog/uploads/split-screen-shot.gif&#039;&gt;&lt;!-- s9ymdb:37 --&gt;&lt;img class=&quot;serendipity_image_left&quot; width=&quot;300&quot; height=&quot;179&quot;  src=&quot;http://0x42.org/blog/uploads/split-screen-shot.serendipityThumb.gif&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Screen mit ein paar Fenstern&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Mal wieder ein Debian-Package: &lt;a href=&quot;http://0x42.org/~chris/screen_4.1~cvs20070322-0.1_amd64.deb&quot;&gt;Screen 4.1CVS (amd64)&lt;/a&gt;, &lt;a href=&quot;http://fungi.yuggoth.org/debian/&quot;&gt;für i386 und Sparc&lt;/a&gt; gibts das Paket bei dem Menschen, der es ursprünglich auch gebaut hat.&lt;br /&gt;
&lt;br /&gt;
Das besondere bei diesem Screen ist, das er Fenster vertikal splitten kann (^A |), was bei 16:10-Monitoren besonders super ist.&lt;br /&gt;
&lt;br /&gt;
Das Paket ist übrigens für Debiane größer gleich testing uninteressant, da gibt es Screen mit |-Funktion in main. 
    </content:encoded>

    <pubDate>Sat, 12 Jul 2008 23:01:19 +0200</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/53-guid.html</guid>
    
</item>
<item>
    <title>Lighttpd und SNI: SSL ohne Extra IPs</title>
    <link>http://0x42.org/blog/archives/52-Lighttpd-und-SNI-SSL-ohne-Extra-IPs.html</link>
            <category>Computerkrams</category>
    
    <comments>http://0x42.org/blog/archives/52-Lighttpd-und-SNI-SSL-ohne-Extra-IPs.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=52</wfw:comment>

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

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    &lt;a href=&quot;http://en.wikipedia.org/wiki/Server_Name_Indication&quot; title=&quot;Server Name Indication&quot;&gt;SNI&lt;/a&gt; ist eine tolle Sache. Damit kann man nämlich Webserver betreiben, die mehrere SSL-Seiten auf einer IP, und einem Port hosten. Normalerweise braucht man ja immer eine Extra-IP pro SSL-Seite, da der Browser sonst mit dem Zertifikat nicht zurecht kommt. Mitfhile von SNI teilt der Browser dem Webserver erst mit, welche Seite er möchte, und bekommt dann das passende Zertifikat.&lt;br /&gt;
&lt;br /&gt;
Für Lighttpd gibt es hier einen &lt;a href=&quot;http://trac.lighttpd.net/trac/ticket/386&quot;&gt;Patch für SNI-Support&lt;/a&gt;.&lt;br /&gt;
Mithilfe dieser &lt;a href=&quot;http://www.debian.org/doc/manuals/apt-howto/ch-sourcehandling.en.html&quot;&gt;Anleitung für APT und DPKG&lt;/a&gt; ist es recht einfach gepatchte debian-Pakete zu erstellen.&lt;br /&gt;
&lt;br /&gt;
Ich hab da mal was vorbereitet, &lt;a href=&quot;http://0x42.org/~chris/lighttpd-sni/&quot;&gt;Lighttpd-SNI für Debian stable (amd64/i386)&lt;/a&gt; und für &lt;a href=&quot;http://0x42.org/~chris/lighttpd-sni/testing/&quot;&gt;Debian testing (i386)&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Sind die Pakete installiert, kann /etc/lighttpd/conf-enabled/10-ssl.conf wie folgt angepasst werden:&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
# /etc/lighttpd/conf-available/10-ssl.conf&lt;br /&gt;
#### SSL engine&lt;br /&gt;
$SERVER[&quot;socket&quot;] == &quot;0.0.0.0:443&quot; {&lt;br /&gt;
                  ssl.engine                  = &quot;enable&quot;&lt;br /&gt;
                  ssl.pemfile                 = &quot;/etc/lighttpd/server.pem&quot;&lt;br /&gt;
&lt;br /&gt;
                  $HTTP[&quot;host&quot;] == &quot;foo.bar.example.com&quot; {&lt;br /&gt;
                    ssl.pemfile = &quot;/etc/lighttpd/foo.bar.pem&quot;&lt;br /&gt;
                    }&lt;br /&gt;
                  $HTTP[&quot;host&quot;] == &quot;spam.eggs.example.org&quot; {&lt;br /&gt;
                    ssl.pemfile = &quot;/etc/lighttpd/spam.eggs.pem&quot;&lt;br /&gt;
                    }&lt;br /&gt;
}&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
Das Zertifikat server.pem wird hierbei für alle nicht definierten Hostnamen ausgeliefert, sowie für Browser die SNI nicht unterstützen.&lt;br /&gt;
Das sind vor allem die üblichen alten Versionen von IE, Konqueror (der es ab KDE 4.1 können soll), und der darauf aufbauende Safari...&lt;br /&gt;
&lt;br /&gt;
Trotzdem schonmal ne tolle Sache. 
    </content:encoded>

    <pubDate>Thu, 10 Jul 2008 23:25:43 +0200</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/52-guid.html</guid>
    
</item>
<item>
    <title>Mailinator mit eigenen Domains</title>
    <link>http://0x42.org/blog/archives/47-Mailinator-mit-eigenen-Domains.html</link>
            <category>Computerkrams</category>
    
    <comments>http://0x42.org/blog/archives/47-Mailinator-mit-eigenen-Domains.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=47</wfw:comment>

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

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    Mailinator ist super, inzwischen muß man sich ja an allen Ecken und Enden im Web anmelden - Web 2.0 lässt grüßen.&lt;br /&gt;
Nun, man will ja nicht jedem seine E-Mailadresse verraten, um hinterher mit allem möglichen Müll zugeschmissen zu werden.&lt;br /&gt;
Also nimmt man Adressen von Mailinator, die E-Mail zur Aktivierung des Accounts oder sonstwas holt man von deren Webseite, und danach wird man nicht mehr genervt. Toll.&lt;br /&gt;
Nur, inzwischen blocken viele Webseitenbetreiber die Domains von Mailinator als ungültige oder nicht erlaubte E-Mailadressen, was ziemlich nervt.&lt;br /&gt;
&lt;br /&gt;
Nun kommt der Trick:&lt;br /&gt;
Der Mailserver von Mailinator nimmt alle Mails an und stellt sie an die virtuellen Benutzer zu, egal auf welcher Domain.&lt;br /&gt;
Wer also eine eigene Domain hat, kann für beliebige Subdomains mail.mailinator.com als MX eintragen, und fortan *@subdomain.domain.tld bei Mailinator nutzen.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.mailinator.com/&quot;&gt;Mailinator - Let Them Eat Spam!&lt;/a&gt; 
    </content:encoded>

    <pubDate>Thu, 05 Jun 2008 17:23:11 +0200</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/47-guid.html</guid>
    
</item>
<item>
    <title>SSL mit Namecheap</title>
    <link>http://0x42.org/blog/archives/45-SSL-mit-Namecheap.html</link>
            <category>Computerkrams</category>
    
    <comments>http://0x42.org/blog/archives/45-SSL-mit-Namecheap.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=45</wfw:comment>

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

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    SSL ist ne tolle Sache.&lt;br /&gt;
Die Verbindung zwischen Browser und Server kann man eigentlich nicht oft genug verschlüsseln, Login fürs Blag, Webmail, privates Miniwiki als Notizzettel, es gibt viele Spielereien die man unterwegs gut im Browser brauchen kann.&lt;br /&gt;
&lt;br /&gt;
Nun, der Haken ist, unterwegs habe ich meine Zertifikate nicht dabei. Bedeutet, wenn ich sie selber erzeuge, das der Browser eine Fehlermeldung wirft, er kenne mein Zertifikat nicht. Nun, das kann man dem Browser bekannt machen.&lt;br /&gt;
Möglichkeit 1, ich überprüfe den Fingerprint des Zertifikats und sage dem Browser hinterher, er solle es akzeptieren. Geht, ist aber umständlich und eher doof.&lt;br /&gt;
Möglichkeit 2, ich lasse &lt;a href=&quot;http://www.cacert.org/&quot;&gt;CACert&lt;/a&gt; Zertifikate für mich ausstellen. Nachteil: CACert kennen die Browser auch nicht - ich muß also das CACert-Zertifikat installieren. Solange sich CACert also nicht durchsetzt, im Grunde dasselbe wie vorhin.&lt;br /&gt;
Möglichkeit 3, auf die ich durch unser &lt;a href=&quot;http://www.fb18.de/&quot;&gt;Fachschaftsforum&lt;/a&gt; stieß - &lt;a href=&quot;http://www.startssl.com/&quot;&gt;StartSSL Free&lt;/a&gt;, deren Root-Zertifikat ist in einem der beiden großen Browser vorinstalliert - ich meine es war Mozilla. Findet man unterwegs auf fremden Rechnern nur andere Browser beginnt der Spaß mit Fingerprints wieder.&lt;br /&gt;
Möglichkeit 4, von der ich bisher immer Abstand nahm - ein Zertifikat erwerben, von einem Aussteller der ein in den Browsern dieser Welt vorinstalliertes Zertifikat hat. Das war mir bisher immer viel zu teuer.&lt;br /&gt;
&lt;br /&gt;
Achtung, nun beginnen die Lobgesänge:&lt;br /&gt;
Vor kurzem stolperte ich über &lt;a href=&quot;http://www.namecheap.com/&quot;&gt;Namecheap&lt;/a&gt;, und begann dort Domains zu erwerben, und entdeckte später ihr &lt;a href=&quot;http://www.namecheap.com/learn/other-services/ssl-certificates.asp&quot;&gt;Angebot an Zertifikaten&lt;/a&gt;. Los gehts ab 14.88 US$, in Euro also fast nichts, momentan sind das keine 10 Euro. Dafür gibt es ein Zertifikat, dessen Root in vielen Browsern vorinstalliert ist - bisher hats nur mit meinem Symbian-Handy nicht auf Anhieb geklappt. Aber im Normalfall braucht man also nie wieder Fingerprints zu checken - für ein Jahr.&lt;br /&gt;
&lt;br /&gt;
Nun kommt der Teil, weswegen ich hier eigentlich diese Produktwerbung betreibe:&lt;br /&gt;
Vor kurzem ereignete sich bei &lt;a href=&quot;http://www.debian.org/security/2008/dsa-1571&quot;&gt;Debian ein mittelschwerer Eklat um SSL-Zertifikate&lt;/a&gt;, der bewirkte das auf Debian-Systemen erstellte SSL-Schlüssel verwundbar waren, und das schon seit Ende 2006.&lt;br /&gt;
Bedeutet, alles was ich auf meinen Rechnern in den letzten 1,5 Jahren an Schlüsselmaterial erzeugt habe kann gelöscht werden, die damit erzeugten Zertifikate ebenfalls. Toll. und das nachdem ich mich grade mal durchgerungen habe Geld dafür auszugeben.&lt;br /&gt;
&lt;br /&gt;
Aber, gestern kam von RapidSSL, dem Anbieter hinter Namecheap, das Angebot, alle erstellten Zertifikate kostenfrei neu zu erstellen, wegen des Debian-Bugs. Schöne, kulante Aktion, wie ich finde, und das für den Preis... :) 
    </content:encoded>

    <pubDate>Thu, 22 May 2008 02:27:55 +0200</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/45-guid.html</guid>
    
</item>
<item>
    <title>MP3 Bibliothek auf die Wii streamen</title>
    <link>http://0x42.org/blog/archives/32-MP3-Bibliothek-auf-die-Wii-streamen.html</link>
            <category>Computerkrams</category>
    
    <comments>http://0x42.org/blog/archives/32-MP3-Bibliothek-auf-die-Wii-streamen.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=32</wfw:comment>

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

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    Endlich: Ich hab einen Weg gefunden meine Wii im Wohnzimmer Zugriff auf meine mp3s zu geben, und das ganze auch noch mit einem recht schönen Interface. :) &lt;br /&gt;&lt;a href=&quot;http://0x42.org/blog/archives/32-MP3-Bibliothek-auf-die-Wii-streamen.html#extended&quot;&gt;&quot;MP3 Bibliothek auf die Wii streamen&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Mon, 11 Feb 2008 22:01:33 +0100</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/32-guid.html</guid>
    
</item>
<item>
    <title>Realtimekernel für Debian/lenny</title>
    <link>http://0x42.org/blog/archives/31-Realtimekernel-fuer-Debianlenny.html</link>
            <category>Computerkrams</category>
    
    <comments>http://0x42.org/blog/archives/31-Realtimekernel-fuer-Debianlenny.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=31</wfw:comment>

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

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    Für &lt;a href=&quot;http://jackaudio.org/&quot;&gt;jackd&lt;/a&gt; brauchte ich einen realtime-fähigen Kernel. Leider habe ich keine Debianversion davon gefunden, und daher selbst einen gebaut. Vielleicht findet das Package ja noch jemand praktisch: &lt;a href=&quot;http://0x42.org/~chris/linux-image-2.6.24-rt1_2.6.24-rt1-10.00.Custom_i386.deb&quot;&gt;kernel 2.6.24-rt1, Debian&lt;/a&gt;. Der Kernel enthält lediglich Optimierungen für PentiumPro, die üblichen Debianpatches und deren Config, einziger Unterschied ist der realtime scheduler und die Timer Frequency habe ich auch auf 1000 Hz hochgedreht. &lt;br /&gt;&lt;a href=&quot;http://0x42.org/blog/archives/31-Realtimekernel-fuer-Debianlenny.html#extended&quot;&gt;&quot;Realtimekernel für Debian/lenny&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 07 Feb 2008 22:38:54 +0100</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/31-guid.html</guid>
    
</item>
<item>
    <title>Neuer Webserver (2)</title>
    <link>http://0x42.org/blog/archives/29-Neuer-Webserver-2.html</link>
            <category>Computerkrams</category>
    
    <comments>http://0x42.org/blog/archives/29-Neuer-Webserver-2.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=29</wfw:comment>

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

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    Um &lt;a href=&quot;http://0x42.org/blog/archives/1-Neuer-Webserver.html&quot;&gt;mich mal zu wiederholen&lt;/a&gt;, der nächste Webserver ist da. &lt;br /&gt;&lt;a href=&quot;http://0x42.org/blog/archives/29-Neuer-Webserver-2.html#extended&quot;&gt;&quot;Neuer Webserver (2)&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 29 Jan 2008 21:48:09 +0100</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/29-guid.html</guid>
    
</item>
<item>
    <title>KDE4 rc2 Screenshot</title>
    <link>http://0x42.org/blog/archives/25-KDE4-rc2-Screenshot.html</link>
            <category>Computerkrams</category>
    
    <comments>http://0x42.org/blog/archives/25-KDE4-rc2-Screenshot.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=25</wfw:comment>

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

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    &lt;div class=&quot;serendipity_imageComment_left&quot; style=&quot;width: 300px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;!-- s9ymdb:15 --&gt;&lt;a href=&quot;http://0x42.org/blog/uploads/kde4rc2.png&quot;&gt;&lt;img width=&quot;300&quot; height=&quot;225&quot;  src=&quot;http://0x42.org/blog/uploads/kde4rc2.serendipityThumb.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;KDE4rc2 auf Debian/experimental&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
So sieht es also aus, das neue KDE.&lt;br /&gt;
Und leider habe ich auch noch nicht rausgefunden wie ich das ändern kann - Das Panel ist mir nämlich viel zu groß. Früher hatte ich (von Gnome abgeguckt) zwei dünne Panel uben und unten. Aber überhaupt Panel zu konfigurieren scheint mit KDE4 (noch?) nicht möglich zu sein. Schade. 
    </content:encoded>

    <pubDate>Wed, 19 Dec 2007 00:01:18 +0100</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/25-guid.html</guid>
    
</item>
<item>
    <title>KDE4 rc2 </title>
    <link>http://0x42.org/blog/archives/24-KDE4-rc2.html</link>
            <category>Computerkrams</category>
    
    <comments>http://0x42.org/blog/archives/24-KDE4-rc2.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=24</wfw:comment>

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

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    Der &lt;a href=&quot;http://www.kde.org/info/3.97.php&quot;&gt;Release Candidate 2 von KDE4&lt;/a&gt; ist ja nun schon einige Zeit verfügbar, und eigentlich gibt es in debian/experimental auch .debs dazu, aber leider fehlen für einige Packete die i386-Versionen.&lt;br /&gt;
&lt;br /&gt;
Diese habe ich nachgebaut und hier versteckt: &lt;a href=&quot;http://0x42.org/~chris/kde4/&quot;&gt;http://0x42.org/~chris/kde4/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Achtung! Die Packete ersetzen KDE3, und installieren sich &lt;strong&gt;nicht&lt;/strong&gt; zusätzlich dazu! &lt;br /&gt;&lt;a href=&quot;http://0x42.org/blog/archives/24-KDE4-rc2.html#extended&quot;&gt;&quot;KDE4 rc2 &quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 18 Dec 2007 02:16:18 +0100</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/24-guid.html</guid>
    
</item>
<item>
    <title>ZFS snapshots</title>
    <link>http://0x42.org/blog/archives/17-ZFS-snapshots.html</link>
            <category>Computerkrams</category>
    
    <comments>http://0x42.org/blog/archives/17-ZFS-snapshots.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=17</wfw:comment>

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

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    In &lt;a href=&quot;http://0x42.org/blog/archives/16-Das-Dateisystem-alle-Dateisysteme-zu-beenden.html&quot; &gt;meinem Artikel zu ZFS&lt;/a&gt; bin ich auf meine ersten Schritte mit ZFS eingegangen.&lt;br /&gt;
Nun will ich etwas mit der Snapshot-Funktion spielen, die Backups sehr vereinfacht...&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://0x42.org/blog/archives/17-ZFS-snapshots.html#extended&quot;&gt;&quot;ZFS snapshots&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 11 Nov 2007 00:57:49 +0100</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/17-guid.html</guid>
    
</item>
<item>
    <title>Das Dateisystem alle Dateisysteme zu beenden</title>
    <link>http://0x42.org/blog/archives/16-Das-Dateisystem-alle-Dateisysteme-zu-beenden.html</link>
            <category>Computerkrams</category>
    
    <comments>http://0x42.org/blog/archives/16-Das-Dateisystem-alle-Dateisysteme-zu-beenden.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=16</wfw:comment>

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

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    Von &lt;a href=&quot;http://chaosradio.ccc.de/cre049.html&quot; &gt;Chaosradio Express #49&lt;/a&gt; auf ZFS aufmerksam gemacht, habe ich damit mal etwas rumgespielt.&lt;br /&gt;
&lt;br /&gt;
Für Linux gibt es zwar nur eine frühe &lt;a href=&quot;http://www.wizy.org/wiki/ZFS_on_FUSE&quot; &gt;FUSE-Version&lt;/a&gt;, aber die ist schonmal benutzbar, und reicht fürs erste Spiel... &lt;br /&gt;&lt;a href=&quot;http://0x42.org/blog/archives/16-Das-Dateisystem-alle-Dateisysteme-zu-beenden.html#extended&quot;&gt;&quot;Das Dateisystem alle Dateisysteme zu beenden&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Sat, 10 Nov 2007 19:23:03 +0100</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/16-guid.html</guid>
    
</item>
<item>
    <title>Spam ohne Aussage?</title>
    <link>http://0x42.org/blog/archives/14-Spam-ohne-Aussage.html</link>
            <category>Computerkrams</category>
    
    <comments>http://0x42.org/blog/archives/14-Spam-ohne-Aussage.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=14</wfw:comment>

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

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    &lt;blockquote&gt;&lt;br /&gt;
Subject: Geoffrey - 100% results.&lt;br /&gt;
Date: Mon, 17 Sep 2007 14:29:01 +0200&lt;br /&gt;
&lt;br /&gt;
Gy, lol.Gy, lol.Gy, lol.Gy, lol.Gy, lol.Gy, lol.Gy, lol.Gy, lol.Gy, lol.Gy,=&lt;br /&gt;
 lol.Gy, lol.Gy, lol.Gy, lol.Gy, lol.Gy, lol.Gy, lol.Gy, lol.Gy, lol.Gy, lo=&lt;br /&gt;
l.Gy, lol.Gy, lol.Gy, lol.Gy, lol.Gy, lol.Gy, lol.Gy, lol.Gy, lol.Gy, lol.G=&lt;br /&gt;
y, lol.&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Das Spam sinnlos ist, ist ja bekannt. Aber derart? &lt;br /&gt;
Der will mir ja nichtmal was verkaufen... 
    </content:encoded>

    <pubDate>Mon, 17 Sep 2007 15:45:39 +0200</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/14-guid.html</guid>
    
</item>
<item>
    <title>Gallery gestrichen...</title>
    <link>http://0x42.org/blog/archives/13-Gallery-gestrichen....html</link>
            <category>Computerkrams</category>
    
    <comments>http://0x42.org/blog/archives/13-Gallery-gestrichen....html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=13</wfw:comment>

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

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    So, mein Gallery-Skript hab ich eigentlich nie benutzt, seit ich es installiert hab. Heute mal draufgeguckt, obwohl kein Bild hochgeladen war, 8647 Kommentare. Alles Spam. Ugh.&lt;br /&gt;
&lt;br /&gt;
Die dreieinhalb Bilder die ich im Netz publiziert hab gibt es auf &lt;a href=&quot;http://www.flickr.com/photos/dustypupp/&quot; &gt;flickr&lt;/a&gt; und &lt;a href=&quot;http://dustypupp.deviantart.com/&quot; &gt;deviantArt&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Sun, 13 May 2007 00:00:37 +0200</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/13-guid.html</guid>
    
</item>
<item>
    <title>Neuer Webserver</title>
    <link>http://0x42.org/blog/archives/1-Neuer-Webserver.html</link>
            <category>Computerkrams</category>
    
    <comments>http://0x42.org/blog/archives/1-Neuer-Webserver.html#comments</comments>
    <wfw:comment>http://0x42.org/blog/wfwcomment.php?cid=1</wfw:comment>

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

    <author>nospam@example.com (Chris)</author>
    <content:encoded>
    So, so langsam geht der neue Webserver sogar in den Produktivbetrieb...&lt;br /&gt;
Hoffe es hakt nirgends mehr allzu doll. 
    </content:encoded>

    <pubDate>Wed, 16 Nov 2005 08:53:09 +0100</pubDate>
    <guid isPermaLink="false">http://0x42.org/blog/archives/1-guid.html</guid>
    
</item>

</channel>
</rss>