<?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>Betriebssystemadministrivia</title>
    <link>http://www.diddens.de/blog/</link>
    <description>&quot;When in doubt, use brute force&quot; - Ken Thompson</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.6 - http://www.s9y.org/</generator>
    
    

<item>
    <title>Sieve ist toll :)</title>
    <link>http://www.diddens.de/blog/archives/59-Sieve-ist-toll.html</link>
    
    <comments>http://www.diddens.de/blog/archives/59-Sieve-ist-toll.html#comments</comments>
    <wfw:comment>http://www.diddens.de/blog/wfwcomment.php?cid=59</wfw:comment>

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

    <author>nospam@example.com (Patrick Diddens)</author>
    <content:encoded>
    Sieve ist super. Was ist Sieve? Eine Sprache zum Konfigurieren von Mailfiltern. Damit lassen sich dann bequem die Tätigkeiten vom Client auf den Server schieben. Zum Beispiel das \Seen-Flag direkt auf Nachrichten setzen die man bewusst als unwichtig ansieht, behalten will, aber keine Benachrichtigung vom Mailprogramm auf dem Handy will. Auch diese völlig nervigen Leseanforderungen lassen sich damit gekonnt ignorieren, serverseitig. &lt;img src=&quot;http://www.diddens.de/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;require [&quot;fileinto&quot;, &quot;imap4flags&quot;];&lt;br /&gt;
if header :contains &quot;X-Spam-Flag&quot; &quot;YES&quot; {&lt;br /&gt;
  fileinto &quot;Spam&quot;;&lt;br /&gt;
  stop;&lt;br /&gt;
} elsif header :matches [&quot;Return-Receipt-To&quot;,&quot;Disposition-Notification-To&quot;] &quot;*&quot; {&lt;br /&gt;
  addflag &quot;$MDNSent&quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;/blockquote&gt; 
    </content:encoded>

    <pubDate>Sun, 11 Dec 2011 13:17:36 +0100</pubDate>
    <guid isPermaLink="false">http://www.diddens.de/blog/archives/59-guid.html</guid>
    
</item>
<item>
    <title>... und weiter</title>
    <link>http://www.diddens.de/blog/archives/58-...-und-weiter.html</link>
    
    <comments>http://www.diddens.de/blog/archives/58-...-und-weiter.html#comments</comments>
    <wfw:comment>http://www.diddens.de/blog/wfwcomment.php?cid=58</wfw:comment>

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

    <author>nospam@example.com (Patrick Diddens)</author>
    <content:encoded>
    Gerade gesehen, dass Host Europe auch Beta-Betrieb für IPv6 macht: &lt;br /&gt;
&lt;br /&gt;
Jetzt gibt es auch http, dns und ssh auf ipv6 ...&lt;br /&gt;
&lt;blockquote&gt;memyself@outpost:~$ host -t AAAA diddens.de&lt;br /&gt;
diddens.de has IPv6 address 2a01:488:66:1000:53a9:15b:0:1&lt;br /&gt;
memyself@outpost:~$ host -t AAAA www.diddens.de&lt;br /&gt;
www.diddens.de has IPv6 address 2a01:488:66:1000:53a9:15b:0:1&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Nur Mail bleibt weiterhin IPv4-only. Irgendwas ist ja immer. &lt;img src=&quot;http://www.diddens.de/blog/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Sat, 10 Dec 2011 15:33:13 +0100</pubDate>
    <guid isPermaLink="false">http://www.diddens.de/blog/archives/58-guid.html</guid>
    
</item>
<item>
    <title>IPv6 now! ... mal wieder :)</title>
    <link>http://www.diddens.de/blog/archives/57-IPv6-now!-...-mal-wieder.html</link>
    
    <comments>http://www.diddens.de/blog/archives/57-IPv6-now!-...-mal-wieder.html#comments</comments>
    <wfw:comment>http://www.diddens.de/blog/wfwcomment.php?cid=57</wfw:comment>

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

    <author>nospam@example.com (Patrick Diddens)</author>
    <content:encoded>
    Juhu, endlich wieder IPv6-Konnektivität und zu meiner Überraschung kommen auch wirklich Daten per IPv6 - anders als beim ersten Versuch 2004 - nachdem radvd richtig konfiguriert ist... &lt;img src=&quot;http://www.diddens.de/blog/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;root@OpenWRT:~# ifconfig sixxs&lt;br /&gt;
sixxs     Link encap:UNSPEC  HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00&lt;br /&gt;
          inet6 addr: 2001:6f8:900:f6::2/64 Scope:Global&lt;br /&gt;
          inet6 addr: fe80::4f8:900:f6:2/64 Scope:Link&lt;br /&gt;
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1280  Metric:1&lt;br /&gt;
          RX packets:171775 errors:0 dropped:0 overruns:0 frame:0&lt;br /&gt;
          TX packets:93338 errors:0 dropped:0 overruns:0 carrier:0&lt;br /&gt;
          collisions:0 txqueuelen:10&lt;br /&gt;
          RX bytes:212773638 (202.9 MiB)  TX bytes:7516408 (7.1 MiB)&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Habe ich schon erwähnt wie einfach Windows 7 zu konfigurieren war? Rechner starten, geht. So soll es sein. &lt;img src=&quot;http://www.diddens.de/blog/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Sat, 10 Dec 2011 14:07:24 +0100</pubDate>
    <guid isPermaLink="false">http://www.diddens.de/blog/archives/57-guid.html</guid>
    
</item>
<item>
    <title>Und was machst du beruflich?</title>
    <link>http://www.diddens.de/blog/archives/56-Und-was-machst-du-beruflich.html</link>
    
    <comments>http://www.diddens.de/blog/archives/56-Und-was-machst-du-beruflich.html#comments</comments>
    <wfw:comment>http://www.diddens.de/blog/wfwcomment.php?cid=56</wfw:comment>

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

    <author>nospam@example.com (Patrick Diddens)</author>
    <content:encoded>
    Wer kennt sie nicht, die Frage nach dem Beruf. Manche können darauf bestimmt eine tolle, verständliche Antwort geben, aber bei mir wird es vermutlich eine Phrase wie &quot;Dienstleistungen im Bereich IT-Infrastruktur, Schwerpunkt Virtualisierung und Datensicherung&quot; oder so ähnlich geben. Vielleicht macht es diese &lt;a href=&quot;http://www.iso-datentechnik.de/?p=837&quot; target=&quot;_NEW&quot;&gt;Fallstudie&lt;/a&gt; (&lt;a href=&quot;http://www.iso-datentechnik.de/wp-content/uploads/2011/07/ISO_ref_Harting.pdf&quot; target=&quot;_NEW&quot;&gt;Link zum PDF&lt;/a&gt;) etwas verständlicher. Die Umsetzung von solchen Projekten zusammen mit meinen netten Kollegen ist u.a. mein Job - alles klar? &lt;img src=&quot;http://www.diddens.de/blog/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Sun, 17 Jul 2011 16:12:40 +0200</pubDate>
    <guid isPermaLink="false">http://www.diddens.de/blog/archives/56-guid.html</guid>
    
</item>
<item>
    <title>Es werde Rad</title>
    <link>http://www.diddens.de/blog/archives/55-Es-werde-Rad.html</link>
    
    <comments>http://www.diddens.de/blog/archives/55-Es-werde-Rad.html#comments</comments>
    <wfw:comment>http://www.diddens.de/blog/wfwcomment.php?cid=55</wfw:comment>

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

    <author>nospam@example.com (Patrick Diddens)</author>
    <content:encoded>
    Endlich wieder ein Bike, nicht perfekt aber auch nicht so unperfekt, dass man es nicht anfassen will. Es ist ein Cube Attention in der von Rabe angepassten Variante, die sich dann &lt;a href=&quot;http://www.rabe-bike.de/index.php?id=428&amp;tx_ttproducts_pi1[backPID]=427&amp;tx_ttproducts_pi1[product]=1414&quot; title=&quot;Cube Attention Midseason&quot;&gt;Attention Midseason&lt;/a&gt; nennt. &lt;br /&gt;
Nennenswerte Änderungen gegenüber der Standardvariante sind die Manitou Minute LTD, das XT-Schaltwerk und für den sicheren Stillstand ist die Magura Julie hp montiert. Die ersten 80km hat es am ersten Wochenende bekommen und ist damit fast schon Reif für die erste kleine Inspektion um zu schauen ob alles so ist wie es sein soll. Ich fühle mich jedenfalls in meiner Wahl für den Wiedereinstieg bestätigt.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;Update 2011-07-17&lt;/em&gt;&lt;br /&gt;
Über 3000km und weiterhin alles gut. 
    </content:encoded>

    <pubDate>Mon, 07 Mar 2011 13:43:50 +0100</pubDate>
    <guid isPermaLink="false">http://www.diddens.de/blog/archives/55-guid.html</guid>
    
</item>

</channel>
</rss>
