<?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>hostblogger.de - Technik</title>
    <link>http://www.hostblogger.de/blog/</link>
    <description>Aus dem Leben eines DSL | Webhosting | Root-Server - Unternehmers</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.6.2 - http://www.s9y.org/</generator>
    <pubDate>Fri, 24 May 2013 10:26:20 GMT</pubDate>

    <image>
        <url>http://www.hostblogger.de/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: hostblogger.de - Technik - Aus dem Leben eines DSL | Webhosting | Root-Server - Unternehmers</title>
        <link>http://www.hostblogger.de/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Komfort vs. Sicherheit</title>
    <link>http://www.hostblogger.de/blog/archives/6049-Komfort-vs.-Sicherheit.html</link>
            <category>Technik</category>
    
    <comments>http://www.hostblogger.de/blog/archives/6049-Komfort-vs.-Sicherheit.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=6049</wfw:comment>

    <slash:comments>8</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=6049</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Bislang waren die Backupplatz-Bereiche von Root-Server-Kunden die einzige Stelle, an der wir Passwörter im Klartext gespeichert haben - aus Komfort-Gründen.&lt;br /&gt;
&lt;br /&gt;
Wir haben dies am heutigen Tage geändert - zu Gunsten der Sicherheit (und zu Lasten des Komforts). Ab sofort werden Passwörter nur noch als &lt;a href=&quot;https://de.wikipedia.org/wiki/SHA-2&quot;&gt;SHA512&lt;/a&gt;-Hash (natürlich mit Random-Salt) gespeichert. Somit ist ein Anzeigen des Passworts nach dem Anlegen (bzw. Bearbeiten) nicht mehr möglich.&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 21 May 2013 16:06:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/6049-guid.html</guid>
    
</item>
<item>
    <title>Broadcasting unter Strom</title>
    <link>http://www.hostblogger.de/blog/archives/6047-Broadcasting-unter-Strom.html</link>
            <category>Technik</category>
    
    <comments>http://www.hostblogger.de/blog/archives/6047-Broadcasting-unter-Strom.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=6047</wfw:comment>

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

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Broadcasting? &lt;img src=&quot;http://www.hostblogger.de/blog/templates/manitu/img/emoticons/biggrin.gif&quot; alt=&quot;:biggrin:&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a class=&quot;link&quot; href=&quot;http://www.heise.de/newsticker/meldung/Chaos-im-Stromnetz-durch-verirrte-Zaehlerabfrage-1865269.html&quot;&gt;Chaos im Stromnetz durch verirrte Zählerabfrage&lt;/a&gt; 
    </content:encoded>

    <pubDate>Tue, 21 May 2013 15:57:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/6047-guid.html</guid>
    
</item>
<item>
    <title>Fallstrick in PHP (z.B. bei crypt() )</title>
    <link>http://www.hostblogger.de/blog/archives/6046-Fallstrick-in-PHP-z.B.-bei-crypt.html</link>
            <category>Technik</category>
    
    <comments>http://www.hostblogger.de/blog/archives/6046-Fallstrick-in-PHP-z.B.-bei-crypt.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=6046</wfw:comment>

    <slash:comments>12</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=6046</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Reminder! In PHP ist ein &lt;blockquote class=&quot;paper-email&quot;&gt;crypt(&#039;foo&#039;, &#039;$1$123456$&#039;);&lt;/blockquote&gt; ist nicht gleich &lt;blockquote class=&quot;paper-email&quot;&gt;crypt(&quot;foo&quot;, &quot;$1$123456$&quot;);&lt;/blockquote&gt;Sowas kann durchaus relevant werden &lt;img src=&quot;http://www.hostblogger.de/blog/templates/manitu/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;&lt;strong&gt;Nachtrag 15:12 Uhr&lt;/strong&gt;&lt;/u&gt;&lt;br /&gt;
Man denke sich $123456 ersetzt durch $abcdef &lt;img src=&quot;http://www.hostblogger.de/blog/templates/manitu/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Thu, 16 May 2013 13:14:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/6046-guid.html</guid>
    
</item>
<item>
    <title>Gentoo, proftpd und openssl-USE-Flag</title>
    <link>http://www.hostblogger.de/blog/archives/6043-Gentoo,-proftpd-und-openssl-USE-Flag.html</link>
            <category>Gentoo</category>
    
    <comments>http://www.hostblogger.de/blog/archives/6043-Gentoo,-proftpd-und-openssl-USE-Flag.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=6043</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=6043</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Das aktuelle ebuild für proftpd (unter Gentoo) erfordert - wenn SSL gesetzt ist (was es im Default-Profil ist) - ein weiteres USE-Flag: openssl. Alternativen gibt es dazu nicht.&lt;br /&gt;
&lt;br /&gt;
Warum nimmt man dann openssl nicht gleich ins Standard-Profil auf? &lt;img src=&quot;http://www.hostblogger.de/blog/templates/manitu/img/emoticons/thinking.gif&quot; alt=&quot;:thinking:&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Wed, 15 May 2013 15:26:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/6043-guid.html</guid>
    
</item>
<item>
    <title>Fernzugriff beim Galaxy S III (S3)</title>
    <link>http://www.hostblogger.de/blog/archives/6042-Fernzugriff-beim-Galaxy-S-III-S3.html</link>
            <category>Technik</category>
    
    <comments>http://www.hostblogger.de/blog/archives/6042-Fernzugriff-beim-Galaxy-S-III-S3.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=6042</wfw:comment>

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

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Wer auch Probleme hat, den Fernzugriff für sein Galaxy S III zu aktivieren, und in den diversen Foren nicht fündig wird:&lt;br /&gt;
&lt;br /&gt;
1. Samsung-Konto in den Einstellungen entfernen&lt;br /&gt;
2. In den Einstellungen für den Fernzugriff das Samsung-Konto hinzufügen (NICHT dort, wo man es entfernt hat)&lt;br /&gt;
3. Samsung-Konto synchronisieren (Kontakte, Kalender etc. kann man abwählen, sofern gewünscht).&lt;br /&gt;
&lt;br /&gt;
Voilà. 
    </content:encoded>

    <pubDate>Wed, 15 May 2013 11:26:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/6042-guid.html</guid>
    
</item>
<item>
    <title>Neue Kategorie: Gentoo</title>
    <link>http://www.hostblogger.de/blog/archives/6044-Neue-Kategorie-Gentoo.html</link>
            <category>Gentoo</category>
    
    <comments>http://www.hostblogger.de/blog/archives/6044-Neue-Kategorie-Gentoo.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=6044</wfw:comment>

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

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Einfach so:&lt;br /&gt;
&lt;br /&gt;
&lt;a class=&quot;link&quot; href=&quot;http://www.hostblogger.de/blog/categories/41-Gentoo&quot;&gt;http://www.hostblogger.de/blog/categories/41-Gentoo&lt;/a&gt; 
    </content:encoded>

    <pubDate>Wed, 15 May 2013 09:10:44 +0200</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/6044-guid.html</guid>
    
</item>
<item>
    <title>/ auf 700</title>
    <link>http://www.hostblogger.de/blog/archives/6038-auf-700.html</link>
            <category>Linux</category>
    
    <comments>http://www.hostblogger.de/blog/archives/6038-auf-700.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=6038</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=6038</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Manchmal sollte man nachsehen, ob das /-Filesystem nicht auf 700 ge-chmod-ed ist - denn das führt zu sehr seltsamen Verhaltensweisen &lt;img src=&quot;http://www.hostblogger.de/blog/templates/manitu/img/emoticons/eek.png&quot; alt=&quot;:-O&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Mon, 13 May 2013 17:21:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/6038-guid.html</guid>
    
</item>
<item>
    <title>Linux Kernel 3.9.1</title>
    <link>http://www.hostblogger.de/blog/archives/6037-Linux-Kernel-3.9.1.html</link>
            <category>Linux Kernel</category>
    
    <comments>http://www.hostblogger.de/blog/archives/6037-Linux-Kernel-3.9.1.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=6037</wfw:comment>

    <slash:comments>7</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=6037</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Wir haben für Neuinstallationen und Rettungs-System-Boots den Linux Kernel 3.9.1 freigegeben.&lt;br /&gt;
&lt;br /&gt;
Wer Interesse hat, kann sich den Kernel herunterladen:&lt;br /&gt;
&lt;blockquote&gt;&lt;a href=&quot;http://download.manitu.de/root-server/kernel/rootserver-kernel-x86-3.9.1.tar.bz2&quot;&gt;x86-Version&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://download.manitu.de/root-server/kernel/rootserver-kernel-amd64-3.9.1.tar.bz2&quot;&gt;amd64-Version&lt;/a&gt;&lt;/blockquote&gt;&lt;strong&gt;Achtung (der Hinweis wie immer): Dies ist kein offizielles Angebot von uns, der Download ist ohne jegliche Haftung, ohne Gewährleistung und ohne Unterstützung/Support!&lt;/strong&gt; Man beachte die enthaltene GPL.&lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;&lt;strong&gt;Wichtig: Der Dateiname der beiden Archive hat sich (im Vergleich zu früher) von .gz auf .bz2 geändert, darüber hinaus haben die darin enthaltenen Dateien nun auch noch einen Zusatz ob für x86 oder amd64.&lt;/strong&gt;&lt;/u&gt; 
    </content:encoded>

    <pubDate>Fri, 10 May 2013 11:01:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/6037-guid.html</guid>
    
</item>
<item>
    <title>Traffic-Abrechnung auch als PDF?</title>
    <link>http://www.hostblogger.de/blog/archives/6029-Traffic-Abrechnung-auch-als-PDF.html</link>
            <category>Technik</category>
    
    <comments>http://www.hostblogger.de/blog/archives/6029-Traffic-Abrechnung-auch-als-PDF.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=6029</wfw:comment>

    <slash:comments>21</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=6029</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Wir schicken unseren Server-Kunden monatlich die Traffic-Abrechnung (des vergangenen Monats) per E-Mail als HTML- und CSV-Version.&lt;br /&gt;
&lt;br /&gt;
Hier kam gerade der Gedanke auf, ob eine PDF-Version (anhand der HTML-Datei) auch noch interessant wäre. Was meint Ihr dazu? 
    </content:encoded>

    <pubDate>Thu, 02 May 2013 08:36:13 +0200</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/6029-guid.html</guid>
    
</item>
<item>
    <title>Raspberry Pi im Rechenzentrum</title>
    <link>http://www.hostblogger.de/blog/archives/6008-Raspberry-Pi-im-Rechenzentrum.html</link>
            <category>Technik</category>
    
    <comments>http://www.hostblogger.de/blog/archives/6008-Raspberry-Pi-im-Rechenzentrum.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=6008</wfw:comment>

    <slash:comments>13</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=6008</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Von einem Blogleser - in der Tat schon ein paar Tage her: &lt;blockquote class=&quot;paper-email&quot;&gt;was sagst Du zum Thema Raspberry Pi ? Legenden zu Folge soll es schon Hoster geben, die aus Spaß Raspberry Pi hosten &lt;img src=&quot;http://www.hostblogger.de/blog/templates/manitu/img/emoticons/laugh.png&quot; alt=&quot;:D&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; Ich werde so ein Teil am Mittwoch Abend austesten, schauen wir mal, wie es sich für den Linux-Server-Heimgebrauch eignet, quasi als Media-Server mit smb, ftp &amp;amp; co.&lt;br /&gt;
&lt;/blockquote&gt;Prinzipiell etwas Gutes, aber gemessen an der Größe sind natürlich die Kosten drumherum nicht unerheblich - immerhin braucht auch ein noch so kleiner Server einen Netzwerkanschluss, Verkabelung, möglicherweise ein Reset-System etc.&lt;br /&gt;
&lt;br /&gt;
Vielleicht ja irgendwann einmal &lt;img src=&quot;http://www.hostblogger.de/blog/templates/manitu/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Wed, 10 Apr 2013 13:00:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/6008-guid.html</guid>
    
</item>
<item>
    <title>DS-Records</title>
    <link>http://www.hostblogger.de/blog/archives/6007-DS-Records.html</link>
            <category>Technik</category>
    
    <comments>http://www.hostblogger.de/blog/archives/6007-DS-Records.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=6007</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=6007</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Auf Wunsch eines Kunden gibt es im Kunden-Menü für Server-Kunden nun auch DS-Records beim Bearbeiten von DNS-Zonen &lt;img src=&quot;http://www.hostblogger.de/blog/templates/manitu/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Tue, 09 Apr 2013 11:51:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/6007-guid.html</guid>
    
</item>
<item>
    <title>Von Debian nach Gentoo (für dieses Blog) (2)</title>
    <link>http://www.hostblogger.de/blog/archives/6005-Von-Debian-nach-Gentoo-fuer-dieses-Blog-2.html</link>
            <category>Gentoo</category>
    
    <comments>http://www.hostblogger.de/blog/archives/6005-Von-Debian-nach-Gentoo-fuer-dieses-Blog-2.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=6005</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=6005</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.hostblogger.de/blog/archives/6004-Von-Debian-nach-Gentoo-fuer-dieses-Blog.html&quot;&gt;Fertig&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
Wenn jemand nochmal eine ähnliche Umstellung macht, und dabei die Datenbank von latin1 nach utf8 konvertiert, sollte anschließend im S9Y die Einstellung des Zeichensatzes im Konfigurationsmenü von &quot;Nationaler Zeichensatz&quot; auf &quot;UTF-8&quot; umstellen &lt;img src=&quot;http://www.hostblogger.de/blog/templates/manitu/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Übrigens: Bislang lief dieses Blog auf einem kleinen alten Sempron mit 1 GB RAM &lt;img src=&quot;http://www.hostblogger.de/blog/templates/manitu/img/emoticons/eek.png&quot; alt=&quot;:-O&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Fri, 05 Apr 2013 15:03:55 +0200</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/6005-guid.html</guid>
    
</item>
<item>
    <title>Von Debian nach Gentoo (für dieses Blog)</title>
    <link>http://www.hostblogger.de/blog/archives/6004-Von-Debian-nach-Gentoo-fuer-dieses-Blog.html</link>
            <category>Gentoo</category>
    
    <comments>http://www.hostblogger.de/blog/archives/6004-Von-Debian-nach-Gentoo-fuer-dieses-Blog.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=6004</wfw:comment>

    <slash:comments>28</slash:comments>
    <wfw:commentRss>http://www.hostblogger.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=6004</wfw:commentRss>
    

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Ich bereite nebenher eine kleine Umstellung dieses Blogs (des Servers dafür &lt;img src=&quot;http://www.hostblogger.de/blog/templates/manitu/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; ) von Debian auf Gentoo vor.&lt;br /&gt;
&lt;br /&gt;
Es kann also immer mal wieder zu kleinen Unterbrechungen kommen. 
    </content:encoded>

    <pubDate>Fri, 05 Apr 2013 10:07:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/6004-guid.html</guid>
    
</item>
<item>
    <title>Core-Dumps und setuid</title>
    <link>http://www.hostblogger.de/blog/archives/5959-Core-Dumps-und-setuid.html</link>
            <category>Technik</category>
    
    <comments>http://www.hostblogger.de/blog/archives/5959-Core-Dumps-und-setuid.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=5959</wfw:comment>

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

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Wer sich übrigens einmal wundert, warum sein Binary keine Core-Dumps erzeugt: Es könnte auch am setuid liegen &lt;img src=&quot;http://www.hostblogger.de/blog/templates/manitu/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Fri, 05 Apr 2013 09:15:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/5959-guid.html</guid>
    
</item>
<item>
    <title>LOG-Target im Kernel</title>
    <link>http://www.hostblogger.de/blog/archives/5999-LOG-Target-im-Kernel.html</link>
            <category>Linux Kernel</category>
    
    <comments>http://www.hostblogger.de/blog/archives/5999-LOG-Target-im-Kernel.html#comments</comments>
    <wfw:comment>http://www.hostblogger.de/blog/wfwcomment.php?cid=5999</wfw:comment>

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

    <author>nospam@example.com (Manuel Schmitt)</author>
    <content:encoded>
    Manchmal hilft es, die Kernel-Konfiguration genau zu studieren, bevor man dem wenig auskunftsfreudigen iptables die Schuld dafür gibt, dass das LOG-Target angeblich nicht existiert &lt;img src=&quot;http://www.hostblogger.de/blog/templates/manitu/img/emoticons/eek.png&quot; alt=&quot;:-O&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Thu, 04 Apr 2013 13:39:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.hostblogger.de/blog/archives/5999-guid.html</guid>
    
</item>

</channel>
</rss>