<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet href="/templates/default/atom.css" type="text/css" ?>

<feed 
   xmlns="http://www.w3.org/2005/Atom"
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <link href="http://blog.meersau.de/index.php?/feeds/atom.xml" rel="self" title="meersau" type="application/atom+xml" />
    <link href="http://blog.meersau.de/"                        rel="alternate"    title="meersau" type="text/html" />
    <link href="http://blog.meersau.de/rss.php?version=2.0"     rel="alternate"    title="meersau" type="application/rss+xml" />
    <title type="html">meersau</title>
    <subtitle type="html">... blogt</subtitle>
    <icon>http://blog.meersau.de/templates/default/img/s9y_banner_small.png</icon>
    <id>http://blog.meersau.de/</id>
    <updated>2009-11-26T10:15:15Z</updated>
    <generator uri="http://www.s9y.org/" version="1.4.1">Serendipity 1.4.1 - http://www.s9y.org/</generator>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:blog@meersau.de" />

    <entry>
        <link href="http://blog.meersau.de/index.php?/archives/371-Guter-Service.html" rel="alternate" title="Guter Service" />
        <author>
            <name>Alexander Koch</name>
            <email>blog@meersau.de</email>        </author>
    
        <published>2009-11-26T10:11:16Z</published>
        <updated>2009-11-26T10:15:15Z</updated>
        <wfw:comment>http://blog.meersau.de/wfwcomment.php?cid=371</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.meersau.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=371</wfw:commentRss>
    
            <category scheme="http://blog.meersau.de/index.php?/categories/2-Persoenliches" label="Persönliches" term="Persönliches" />
    
        <id>http://blog.meersau.de/index.php?/archives/371-guid.html</id>
        <title type="html">Guter Service</title>
        <content type="xhtml" xml:base="http://blog.meersau.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Findet man beim <a href="http://www.baby-center.de/">Baby Center Karlsruhe</a>. Wir hatten unseren Buggy dort gekauft, Leider ist eine Schraube abgebrochen. Dank Baby Center haben wir nun wieder einen funktionalen und geschmierten Buggy <img src="http://blog.meersau.de/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> 
            </div>
        </content>
        <dc:subject>buggy</dc:subject>
<dc:subject>freude</dc:subject>
<dc:subject>kinder</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.meersau.de/index.php?/archives/370-Unix-Shell-Skripte-und-Here-Dokumente.html" rel="alternate" title="Unix Shell Skripte und Here Dokumente" />
        <author>
            <name>Alexander Koch</name>
            <email>blog@meersau.de</email>        </author>
    
        <published>2009-10-29T14:43:12Z</published>
        <updated>2009-11-02T08:23:44Z</updated>
        <wfw:comment>http://blog.meersau.de/wfwcomment.php?cid=370</wfw:comment>
    
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://blog.meersau.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=370</wfw:commentRss>
    
    
        <id>http://blog.meersau.de/index.php?/archives/370-guid.html</id>
        <title type="html">Unix Shell Skripte und Here Dokumente</title>
        <content type="xhtml" xml:base="http://blog.meersau.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Gestern hatte ich verzweifelt veruscht ein HERE Dokument in einem Shell Skript zu verwenden. Meine Versuche waren in der Art:<br />
<br />
<quote><br />
cat &lt;&lt;EOF &gt;&gt; /tmp/datei.txt<br />
Dies ist ein text<br />
EOF<br />
</quote><br />
<br />
So sollte es ja von PERL her funktionieren, oder vielleicht dort auch nicht. Auf alle Fälle hatte ich dann schon aufgegeben und bin heute über <a href="http://unix-simple.blogspot.com/2009/09/unix-here-document-syntax.html">Unix "Here Document"s</a> gestolpert.<br />
<br />
Die Richtige Syntax ist:<br />
<br />
<quote><br />
cat &gt;&gt; /tmp/datei.txt &lt;&lt;EOF<br />
Dies ist ein text<br />
EOF<br />
</quote><br />
<br />
Danke! 
            </div>
        </content>
        <dc:subject>bash</dc:subject>
<dc:subject>linux</dc:subject>
<dc:subject>perl</dc:subject>
<dc:subject>skript</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.meersau.de/index.php?/archives/369-Wiki-Spam.html" rel="alternate" title="Wiki Spam" />
        <author>
            <name>Alexander Koch</name>
            <email>blog@meersau.de</email>        </author>
    
        <published>2009-09-30T19:29:28Z</published>
        <updated>2009-09-30T19:29:28Z</updated>
        <wfw:comment>http://blog.meersau.de/wfwcomment.php?cid=369</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.meersau.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=369</wfw:commentRss>
    
    
        <id>http://blog.meersau.de/index.php?/archives/369-guid.html</id>
        <title type="html">Wiki Spam</title>
        <content type="xhtml" xml:base="http://blog.meersau.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Und schon <a href="http://blog.meersau.de/index.php?/archives/368-Wiki-Spam.html">wieder</a>. Nun heißt es nur Schreibrechte für angemeldete Benutzer.<br />
<br />
 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://blog.meersau.de/index.php?/archives/368-Wiki-Spam.html" rel="alternate" title="Wiki Spam" />
        <author>
            <name>Alexander Koch</name>
            <email>blog@meersau.de</email>        </author>
    
        <published>2009-09-03T07:42:01Z</published>
        <updated>2009-09-03T07:42:01Z</updated>
        <wfw:comment>http://blog.meersau.de/wfwcomment.php?cid=368</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.meersau.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=368</wfw:commentRss>
    
    
        <id>http://blog.meersau.de/index.php?/archives/368-guid.html</id>
        <title type="html">Wiki Spam</title>
        <content type="xhtml" xml:base="http://blog.meersau.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Nun hat doch tatsächlich so ein D***-Spamer mein Wiki mit Müll voll geladen <img src="http://blog.meersau.de/templates/default/img/emoticons/sad.png" alt=":-(" style="display: inline; vertical-align: bottom;" class="emoticon" /><br />
<br />
Hier der 2-Zeiler zum herstellen der letzeten Version. Das ganze bezieht sich auf Dokuwiki. Es ist im Dokumentverzeichnis auszuführen.<br />
<br />
<code><br />
P=seitename<br />
zcat `ls -1t ../attic/$P.*.gz | tail -1` > $P.txt<br />
</code> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://blog.meersau.de/index.php?/archives/367-AJAX-ist-ja-gar-nicht-soooo-schwer.html" rel="alternate" title="AJAX ist ja gar nicht soooo schwer" />
        <author>
            <name>Alexander Koch</name>
            <email>blog@meersau.de</email>        </author>
    
        <published>2009-04-16T21:27:04Z</published>
        <updated>2009-04-16T21:27:04Z</updated>
        <wfw:comment>http://blog.meersau.de/wfwcomment.php?cid=367</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.meersau.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=367</wfw:commentRss>
    
            <category scheme="http://blog.meersau.de/index.php?/categories/6-Technik" label="Technik" term="Technik" />
    
        <id>http://blog.meersau.de/index.php?/archives/367-guid.html</id>
        <title type="html">AJAX ist ja gar nicht soooo schwer</title>
        <content type="xhtml" xml:base="http://blog.meersau.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Zumindest das <a href="http://developer.apple.com/internet/webcontent/xmlhttpreq.html">XMLHttpRequest</a> Objekt klappt ganz gut <img src="http://blog.meersau.de/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> 
            </div>
        </content>
        <dc:subject>hilfreich</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.meersau.de/index.php?/archives/366-Exim-acl_smtp_connect-in-Verbindung-mit-nixspam.html" rel="alternate" title="Exim acl_smtp_connect in Verbindung mit nixspam" />
        <author>
            <name>Alexander Koch</name>
            <email>blog@meersau.de</email>        </author>
    
        <published>2009-03-26T19:59:35Z</published>
        <updated>2009-04-02T14:14:00Z</updated>
        <wfw:comment>http://blog.meersau.de/wfwcomment.php?cid=366</wfw:comment>
    
        <slash:comments>2</slash:comments>
        <wfw:commentRss>http://blog.meersau.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=366</wfw:commentRss>
    
            <category scheme="http://blog.meersau.de/index.php?/categories/6-Technik" label="Technik" term="Technik" />
    
        <id>http://blog.meersau.de/index.php?/archives/366-guid.html</id>
        <title type="html">Exim acl_smtp_connect in Verbindung mit nixspam</title>
        <content type="xhtml" xml:base="http://blog.meersau.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                <blockquote><br />
acl_check_ip:<br />
<br />
        accept hosts = +relay_from_hosts<br />
<br />
        deny<br />
            log_message = Match NiXSpam<br />
            dnslists = +defer_unknown : ix.dnsbl.manitu.net<br />
<br />
        accept<br />
</blockquote><br />
<br />
Die ACL wird von <em>acl_smtp_connect</em> konsumiert. Ziel ist es, alle IP Adressen die auf der Liste stehen garnicht erst mit einem SMTP Dialog zu begrüßen.<br />
<br />
Das <em>+defer_unknown</em> soll bewirken das bei nicht erreichen der Liste alle Emails temporär abgewiesen werden. Nur wie kann ich das testen ^^ Ein /etc/hosts Eintrag auf 127.0.0.1?<br />
<br />
Aber schon die Ersten paar Minuten zeigen Wirkung <img src="http://blog.meersau.de/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> 
            </div>
        </content>
        <dc:subject>exim</dc:subject>
<dc:subject>spam</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.meersau.de/index.php?/archives/365-Monat-einstellig-mit-date-und-Bash.html" rel="alternate" title="Monat einstellig mit date und Bash" />
        <author>
            <name>Alexander Koch</name>
            <email>blog@meersau.de</email>        </author>
    
        <published>2009-03-10T09:43:15Z</published>
        <updated>2009-03-10T09:43:15Z</updated>
        <wfw:comment>http://blog.meersau.de/wfwcomment.php?cid=365</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://blog.meersau.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=365</wfw:commentRss>
    
            <category scheme="http://blog.meersau.de/index.php?/categories/6-Technik" label="Technik" term="Technik" />
    
        <id>http://blog.meersau.de/index.php?/archives/365-guid.html</id>
        <title type="html">Monat einstellig mit date und Bash</title>
        <content type="xhtml" xml:base="http://blog.meersau.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Wenn man den Monat einstellig braucht, kann man den von date zurück gelieferten Wert einfach in eine Zahl umwandeln.<br />
<br />
<blockquote>MONAT=`date +%m`<br />
MONAT=`expr $MONAT + 0`<br />
</blockquote><br />
 
            </div>
        </content>
        <dc:subject>bash</dc:subject>
<dc:subject>shell</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.meersau.de/index.php?/archives/364-IP-Adressen-mit-Bash-auf-Gueltigkeit-pruefen.html" rel="alternate" title="IP Adressen mit Bash auf Gültigkeit prüfen" />
        <author>
            <name>Alexander Koch</name>
            <email>blog@meersau.de</email>        </author>
    
        <published>2009-03-05T16:07:51Z</published>
        <updated>2009-03-05T16:07:51Z</updated>
        <wfw:comment>http://blog.meersau.de/wfwcomment.php?cid=364</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.meersau.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=364</wfw:commentRss>
    
            <category scheme="http://blog.meersau.de/index.php?/categories/6-Technik" label="Technik" term="Technik" />
    
        <id>http://blog.meersau.de/index.php?/archives/364-guid.html</id>
        <title type="html">IP Adressen mit Bash auf Gültigkeit prüfen</title>
        <content type="xhtml" xml:base="http://blog.meersau.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Auf <a href="http://www.linuxjournal.com/content/validating-ip-address-bash-script" >www.linuxjournal.com</a> gefunden.<br />
<br />
<code><br />
# Test an IP address for validity:<br />
# Usage:<br />
#      valid_ip IP_ADDRESS<br />
#      if [[ $? -eq 0 ]]; then echo good; else echo bad; fi<br />
#   OR<br />
#      if valid_ip IP_ADDRESS; then echo good; else echo bad; fi<br />
#<br />
function valid_ip()<br />
{<br />
    local  ip=$1<br />
    local  stat=1<br />
<br />
    if [[ $ip =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then<br />
        OIFS=$IFS<br />
        IFS='.'<br />
        ip=($ip)<br />
        IFS=$OIFS<br />
        [[ ${ip[0]} -le 255 &&amp; ${ip[1]} -le 255 \<br />
            &&amp; ${ip[2]} -le 255 &&amp; ${ip[3]} -le 255 ]]<br />
        stat=$?<br />
    fi<br />
    return $stat<br />
}<br />
</code> 
            </div>
        </content>
        <dc:subject>bash</dc:subject>
<dc:subject>linux</dc:subject>
<dc:subject>netzwerk</dc:subject>
<dc:subject>skript</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.meersau.de/index.php?/archives/363-Verschiedene-Absenderadressen-mit-Apple-Mail.html" rel="alternate" title="Verschiedene Absenderadressen mit Apple Mail" />
        <author>
            <name>Alexander Koch</name>
            <email>blog@meersau.de</email>        </author>
    
        <published>2009-02-19T22:19:13Z</published>
        <updated>2009-02-19T22:19:13Z</updated>
        <wfw:comment>http://blog.meersau.de/wfwcomment.php?cid=363</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.meersau.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=363</wfw:commentRss>
    
    
        <id>http://blog.meersau.de/index.php?/archives/363-guid.html</id>
        <title type="html">Verschiedene Absenderadressen mit Apple Mail</title>
        <content type="xhtml" xml:base="http://blog.meersau.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Möchte man mehrere Email Adressen unter einem Email Account haben, trägt man diese einfach Komma separiert in das Feld Email Adresse ein.<br />
<br />
Gefunden bei <a href="http://www.macbug.de/2008/01/10/apple-mail-mehrere-absender-unter-einem-mailaccount/" >MacBug.de</a>.<br />
<br />
Bin immer noch platt wie einfach dies doch geht <img src="http://blog.meersau.de/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> 
            </div>
        </content>
        <dc:subject>apple</dc:subject>
<dc:subject>mac</dc:subject>
<dc:subject>mail</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.meersau.de/index.php?/archives/362-Dokuwiki-Up2Date.html" rel="alternate" title="Dokuwiki Up2Date" />
        <author>
            <name>Alexander Koch</name>
            <email>blog@meersau.de</email>        </author>
    
        <published>2009-02-16T21:56:28Z</published>
        <updated>2009-02-16T21:56:28Z</updated>
        <wfw:comment>http://blog.meersau.de/wfwcomment.php?cid=362</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.meersau.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=362</wfw:commentRss>
    
            <category scheme="http://blog.meersau.de/index.php?/categories/6-Technik" label="Technik" term="Technik" />
    
        <id>http://blog.meersau.de/index.php?/archives/362-guid.html</id>
        <title type="html">Dokuwiki Up2Date</title>
        <content type="xhtml" xml:base="http://blog.meersau.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Nun endlich mit der Version 2009-02-14 habe ich im Wiki wieder die Buttonleiste <img src="http://blog.meersau.de/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> 
            </div>
        </content>
        <dc:subject>update</dc:subject>
<dc:subject>wiki</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.meersau.de/index.php?/archives/361-Foren-und-Mailinglisten.html" rel="alternate" title="Foren und Mailinglisten" />
        <author>
            <name>Alexander Koch</name>
            <email>blog@meersau.de</email>        </author>
    
        <published>2009-02-11T23:50:11Z</published>
        <updated>2009-02-11T23:50:11Z</updated>
        <wfw:comment>http://blog.meersau.de/wfwcomment.php?cid=361</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.meersau.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=361</wfw:commentRss>
    
            <category scheme="http://blog.meersau.de/index.php?/categories/6-Technik" label="Technik" term="Technik" />
    
        <id>http://blog.meersau.de/index.php?/archives/361-guid.html</id>
        <title type="html">Foren und Mailinglisten</title>
        <content type="xhtml" xml:base="http://blog.meersau.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Wer mich kennt, weiß das ich Foren nicht sonderlich mag. Nichtsdestotrotz habe ich mich etwas mit Foren auseinander gesetzt und bin dabei über das <a href="http://fudforum.org/forum/" >FUDforum</a> gestolpert. Ein Feature ist es Mailinglisten in das Forum zu integrieren. Und ich finde das klappt ganz gut.<br />
<br />
Zunächst konfiguriert man eine Liste auf ein Forum. Dann gibt man dem Skript maillinglist.php per Pipe eine Email zum verarbeiten und schon sind die Emails im Forum. Wenn man möchte kann man auch im Forum eine Antwort schreiben. Die Ersten Tests waren erfolgreich.<br />
<br />
Und da ich den Minimalist als Mailinglistenmanager einsetze, habe ich dadurch auch gleich ein schönes Archiv für die Mailingliste. 
            </div>
        </content>
        <dc:subject>email</dc:subject>
<dc:subject>forum</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.meersau.de/index.php?/archives/360-PGP-Schluessel.html" rel="alternate" title="PGP Schlüssel" />
        <author>
            <name>Alexander Koch</name>
            <email>blog@meersau.de</email>        </author>
    
        <published>2009-01-26T17:26:38Z</published>
        <updated>2009-01-26T17:26:38Z</updated>
        <wfw:comment>http://blog.meersau.de/wfwcomment.php?cid=360</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.meersau.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=360</wfw:commentRss>
    
            <category scheme="http://blog.meersau.de/index.php?/categories/2-Persoenliches" label="Persönliches" term="Persönliches" />
    
        <id>http://blog.meersau.de/index.php?/archives/360-guid.html</id>
        <title type="html">PGP Schlüssel</title>
        <content type="xhtml" xml:base="http://blog.meersau.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Für ak@ilk.net<br />
<br />
<code><br />
-----BEGIN PGP PUBLIC KEY BLOCK-----<br />
Version: GnuPG v1.4.9 (MingW32)<br />
<br />
mQGiBEl96JYRBAC5W/pPFH65mitkE9uXQJjfT9coXRNimhUxjowDOTlmAlbL4e+B<br />
W8LQsYqDSFhXUGYaSDf8s6TX9/fBI868+R5uA2vtGqjZLcLLwTfd+gMNnfw0TgC+<br />
uM9w37ll3hSAhlvHA/XZtp1WdB0q/btPiphVCgAVNBH1V3b6FPdHbwUD6wCgxKPN<br />
juszzrwZszwSfAkOulwVKTED/Rg19//EA2cx0CENNsrKNb6LGR9sGtzWNk/+5ykO<br />
+K+iOfuBmGdVTrP6hY+kYlac79ryTjSM47Qe2r1MO+3Rm6J2uGyCofy4nn4BRviE<br />
hEUNxKaILnlUKhbg4jJym+UdPZguiv7w/5EHSwJ+JKGsdrheOjjTHB1UtORtxHc+<br />
O2YfA/sGdzZl/giFrfAIZxBs+ZGtQBtkuRLf9CAekG1SY5gY2cQdN1WToc/lgT3B<br />
Sm1no7bj6ar3kbkAFJ+/qCHwOdSUwyWsfFen7SB/L1WUs07CFMZyZiGJA4z1fHRV<br />
04MzOA/SU3yripbmnHP/75z7Bpm5FRgDa+7UEs0S/aq5FWKFU7QbQWxleGFuZGVy<br />
IEtvY2ggPGFrQGlsay5uZXQ+iGYEExECACYFAkl96JYCGyMFCQlmAYAGCwkIBwMC<br />
BBUCCAMEFgIDAQIeAQIXgAAKCRALInbXmbtew8rpAKCQu5oqUxaf7mQ1kEwoh3u+<br />
VQ6BwwCfd2hz+Hv4FqGt8IXgQNgbfojGJ0i5Ag0ESX3olhAIAN8x9YqDIjxNgakx<br />
/ntkaPURFWpZngiI/ET2NWtl271j2+/8DUcQHPZlHGlnsIptbxbAIPHBiQhLgpKe<br />
u2YlNoEvPq7XTxkFAz3hpHGq2QKXLeJ79qTqodIgEM24xgSG7g2aa5rp5DIeddaF<br />
F87YQNdI3m2+KZFSNSOmL99kJfsvnusJAiEgKvTgyTavRIdRE2jNfW0hTrn8N7O5<br />
xIeyS33R+dZSLHOzJwRQQgxXcX0G9t03bq+YA3sQ7rygErPY7tMUg73cnwHmRyGt<br />
yz0/WsE5D5DFD4GX47kuR6uVjClDEncZcPHXpS2k6xwvM0dA+txUHDIuzn/KVeAB<br />
Qk5EYRsAAwUH/1t/vuqCQqd28qYNLOf/QebJdiBwTLc6y+wN7iaJY9zvbIdp+sKt<br />
cDcM3OQJUAZCxHc2BZOF7QxyT5rWP4DnzMYvXORf6zAhH7Xk9A3Iz92jsCY1DgNp<br />
30D1IdP2rLy7ZrgZcfwIPdzya3Y4ehZPv3UdJBIYipADGNsOAalRJD4UWSmHg3XZ<br />
eHH5r1PSxjjeGFeNPlhxqwThfzltOpU7R3tG4mwWh+haox0klpkAlXbCSL4+c43M<br />
4dC+8oyAEl5hVxU+T542Pulyb5hgIYCJdkLPoRktm91BPNdDouiYG7L3bGC3cAXs<br />
WkCj2VDrm5I3Ji4blgNivpxrdhxKk11M9zOITwQYEQIADwUCSX3olgIbDAUJCWYB<br />
gAAKCRALInbXmbtew6gPAKCWSnrPCM2HnZ37H8fQYMKRfY1T3ACfWsV3WwK6OaT4<br />
Fq+TsCBrZkxmIa0=<br />
=4IIF<br />
-----END PGP PUBLIC KEY BLOCK-----<br />
</code> 
            </div>
        </content>
        <dc:subject>email</dc:subject>
<dc:subject>pgp</dc:subject>
<dc:subject>sicherheit</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.meersau.de/index.php?/archives/359-Aktion-Mensch-Werbespot-mit-uns-Sendezeit-28.12.2008-1928-Uhr-im-ZDF.html" rel="alternate" title="Aktion Mensch - Werbespot mit uns - Sendezeit 28.12.2008 19:28 Uhr im ZDF" />
        <author>
            <name>Alexander Koch</name>
            <email>blog@meersau.de</email>        </author>
    
        <published>2008-12-23T23:10:28Z</published>
        <updated>2008-12-27T14:25:54Z</updated>
        <wfw:comment>http://blog.meersau.de/wfwcomment.php?cid=359</wfw:comment>
    
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://blog.meersau.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=359</wfw:commentRss>
    
            <category scheme="http://blog.meersau.de/index.php?/categories/2-Persoenliches" label="Persönliches" term="Persönliches" />
    
        <id>http://blog.meersau.de/index.php?/archives/359-guid.html</id>
        <title type="html">Aktion Mensch - Werbespot mit uns - Sendezeit 28.12.2008 19:28 Uhr im ZDF</title>
        <content type="xhtml" xml:base="http://blog.meersau.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Bei der Verlosung der <a href="http://www.aktion-mensch.de/" >Aktion Mensch</a> Lotterie werden Projekte von Aktion Mensch vorgestellt. Diesen Sonntag wird <a href="http://www.reha-suedwest.de/xhtml/index.php" >Reha Südwest</a> vorgestellt.<br />
<br />
Und das Beste, wir sind als Familie in diesem Spot zu sehen. Christine wird auch zu sehen sein <img src="http://blog.meersau.de/templates/default/img/emoticons/smile.png" alt=":-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> Also am Sonntag, den 28.12.2008, um 19:28 Uhr ZDF einschalten und zuschauen.<br />
<br />
Sind ja selbst ganz gespannt was aus dem halben Drehtag geworden ist. Nicht das wir rausgeschnitten wurden <img src="http://blog.meersau.de/templates/default/img/emoticons/wink.png" alt=";-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> 
            </div>
        </content>
        <dc:subject>aktion</dc:subject>
<dc:subject>freude</dc:subject>

    </entry>
    <entry>
        <link href="http://blog.meersau.de/index.php?/archives/358-adjtime-failed-Operation-not-permitted.html" rel="alternate" title="adjtime failed: Operation not permitted" />
        <author>
            <name>Alexander Koch</name>
            <email>blog@meersau.de</email>        </author>
    
        <published>2008-11-27T19:43:41Z</published>
        <updated>2008-11-27T19:43:41Z</updated>
        <wfw:comment>http://blog.meersau.de/wfwcomment.php?cid=358</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.meersau.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=358</wfw:commentRss>
    
            <category scheme="http://blog.meersau.de/index.php?/categories/6-Technik" label="Technik" term="Technik" />
    
        <id>http://blog.meersau.de/index.php?/archives/358-guid.html</id>
        <title type="html">adjtime failed: Operation not permitted</title>
        <content type="xhtml" xml:base="http://blog.meersau.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Ob das am vServer liegt? <img src="http://blog.meersau.de/templates/default/img/emoticons/wink.png" alt=";-)" style="display: inline; vertical-align: bottom;" class="emoticon" /> 
            </div>
        </content>
        
    </entry>
    <entry>
        <link href="http://blog.meersau.de/index.php?/archives/357-Bauanleitungen-von-Lego.html" rel="alternate" title="Bauanleitungen von Lego" />
        <author>
            <name>Alexander Koch</name>
            <email>blog@meersau.de</email>        </author>
    
        <published>2008-11-22T19:38:59Z</published>
        <updated>2008-11-22T19:39:55Z</updated>
        <wfw:comment>http://blog.meersau.de/wfwcomment.php?cid=357</wfw:comment>
    
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://blog.meersau.de/rss.php?version=atom1.0&amp;type=comments&amp;cid=357</wfw:commentRss>
    
            <category scheme="http://blog.meersau.de/index.php?/categories/8-Netz" label="Netz" term="Netz" />
    
        <id>http://blog.meersau.de/index.php?/archives/357-guid.html</id>
        <title type="html">Bauanleitungen von Lego</title>
        <content type="xhtml" xml:base="http://blog.meersau.de/">
            <div xmlns="http://www.w3.org/1999/xhtml">
                Auf der Firmen Webseite von Lego können, über den unscheinbaren Link Kundendienst, Bauanleitungen für Lego Bausätze im PDF Format  geladen werden. Hier der Direkt Link, <a href="http://us.service.lego.com/de-DE/BuildingInstructions/default.aspx" >http://us.service.lego.com/de-DE/BuildingInstructions/default.aspx</a>.<br />
<br />
Schade das man dies nicht über die Suche auf der Seite findet, so war es dann doch der Zufall der mich auf die Seite brachte. 
            </div>
        </content>
        <dc:subject>bauanleitung</dc:subject>
<dc:subject>freude</dc:subject>
<dc:subject>lego</dc:subject>
<dc:subject>pdf</dc:subject>

    </entry>

</feed>