<?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>Unkis und Yvonnes Welt (Entries tagged as administration)</title>
    <link>http://ruby-team.net/blog/</link>
    <description>Grünes und Computerei</description>
    <dc:language>en</dc:language>
    <admin:errorReportsTo rdf:resource="mailto:blog@ruby-team.net" />
    <generator>Serendipity 1.4.1 - http://www.s9y.org/</generator>
    <managingEditor>blog@ruby-team.net</managingEditor>
<webMaster>blog@ruby-team.net</webMaster>
<pubDate>Fri, 01 Jan 2010 22:37:33 GMT</pubDate>

    <image>
        <url>http://ruby-team.net/blog/uploads/grafics/wir_zusammen.png</url>
        <title>RSS: Unkis und Yvonnes Welt - Grünes und Computerei</title>
        <link>http://ruby-team.net/blog/</link>
        <width>144</width>
        <height>90</height>
    </image>

<item>
    <title>Wieder 10 Jahre Zeit..</title>
    <link>http://ruby-team.net/blog/index.php?/archives/174-Wieder-10-Jahre-Zeit...html</link>
    
    <comments>http://ruby-team.net/blog/index.php?/archives/174-Wieder-10-Jahre-Zeit...html#comments</comments>
    <wfw:comment>http://ruby-team.net/blog/wfwcomment.php?cid=174</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://ruby-team.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=174</wfw:commentRss>
    

    <author>blog@ruby-team.net (Rainer Unkenstein)</author>
    <content:encoded>
    &lt;p&gt;Einige Mails, die heute in mein Postfach aufschlugen, wurden durch Spamassasin gleich in den Spamordner gekippt. Die &lt;a href=&quot;http://wiki.apache.org/spamassassin/Rules/FH_DATE_PAST_20XX&quot;&gt;Lösung inclusive Würgeround&lt;/a&gt; ging grade durch den &lt;a href=&quot;http://www.golem.de/1001/72142.html&quot;&gt;Ticker&lt;/a&gt;.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Fri, 01 Jan 2010 23:37:33 +0100</pubDate>
    <guid isPermaLink="false">http://ruby-team.net/blog/index.php?/archives/174-guid.html</guid>
    <category>administration</category>
<category>software</category>
<category>ubuntu</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Kleine Tagesaufgabe</title>
    <link>http://ruby-team.net/blog/index.php?/archives/107-Kleine-Tagesaufgabe.html</link>
    
    <comments>http://ruby-team.net/blog/index.php?/archives/107-Kleine-Tagesaufgabe.html#comments</comments>
    <wfw:comment>http://ruby-team.net/blog/wfwcomment.php?cid=107</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://ruby-team.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=107</wfw:commentRss>
    

    <author>blog@ruby-team.net (Rainer Unkenstein)</author>
    <content:encoded>
    
 
    </content:encoded>

    <pubDate>Thu, 21 May 2009 20:22:00 +0200</pubDate>
    <guid isPermaLink="false">http://ruby-team.net/blog/index.php?/archives/107-guid.html</guid>
    <category>administration</category>
<category>software</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Postfach umziehen</title>
    <link>http://ruby-team.net/blog/index.php?/archives/91-Postfach-umziehen.html</link>
    
    <comments>http://ruby-team.net/blog/index.php?/archives/91-Postfach-umziehen.html#comments</comments>
    <wfw:comment>http://ruby-team.net/blog/wfwcomment.php?cid=91</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://ruby-team.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=91</wfw:commentRss>
    

    <author>blog@ruby-team.net (Rainer Unkenstein)</author>
    <content:encoded>
    &lt;p&gt;Um von einer Mailbox zur anderen umzuziehen gibt es verschiedene Möglichkeiten:&lt;br /&gt;
- man bemüht sein Mailclient, markiert die betreffenen Ordner und kopiert die zum neuen Mailserver&lt;br /&gt;
- oder man sucht sich ein Programm, das den Job für einen machen kann ...&lt;br /&gt;
Das Programm heiß &lt;strong&gt;imapsync&lt;/strong&gt;. Es ist unter Ubuntu/Debian leicht installiert. Imapsync strotzt nur so von Funktionen. Um einmal seine Mailbox umziehen zu lassen, reicht dieser Zweizeiler:&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
imapsync --host1 imap.server1 -user1 username --password1 passwort --authmech1 PLAIN \&lt;br /&gt;
--host2 imap.server2 --user2 username --password2 passwort --authmech2 PLAIN&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;code&gt; --host1, --user1 --password1&lt;/code&gt; sind die Daten des Quellservers&lt;br /&gt;
&lt;code&gt; --host2, --user2 --password2&lt;/code&gt; sind die Daten des Zielservers&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Wed, 17 Dec 2008 18:51:00 +0100</pubDate>
    <guid isPermaLink="false">http://ruby-team.net/blog/index.php?/archives/91-guid.html</guid>
    <category>administration</category>
<category>software</category>
<category>ubuntu</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Das virtuelle Heim</title>
    <link>http://ruby-team.net/blog/index.php?/archives/90-Das-virtuelle-Heim.html</link>
    
    <comments>http://ruby-team.net/blog/index.php?/archives/90-Das-virtuelle-Heim.html#comments</comments>
    <wfw:comment>http://ruby-team.net/blog/wfwcomment.php?cid=90</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://ruby-team.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=90</wfw:commentRss>
    

    <author>blog@ruby-team.net (Rainer Unkenstein)</author>
    <content:encoded>
    
 
    </content:encoded>

    <pubDate>Mon, 15 Dec 2008 18:48:00 +0100</pubDate>
    <guid isPermaLink="false">http://ruby-team.net/blog/index.php?/archives/90-guid.html</guid>
    <category>administration</category>
<category>hardware</category>
<category>ubuntu</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Strom sparen mit AMD-CPU und Linux</title>
    <link>http://ruby-team.net/blog/index.php?/archives/66-Strom-sparen-mit-AMD-CPU-und-Linux.html</link>
    
    <comments>http://ruby-team.net/blog/index.php?/archives/66-Strom-sparen-mit-AMD-CPU-und-Linux.html#comments</comments>
    <wfw:comment>http://ruby-team.net/blog/wfwcomment.php?cid=66</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://ruby-team.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=66</wfw:commentRss>
    

    <author>blog@ruby-team.net (Rainer Unkenstein)</author>
    <content:encoded>
    
 
    </content:encoded>

    <pubDate>Sat, 08 Nov 2008 06:49:00 +0100</pubDate>
    <guid isPermaLink="false">http://ruby-team.net/blog/index.php?/archives/66-guid.html</guid>
    <category>administration</category>
<category>hardware</category>
<category>software</category>
<category>ubuntu</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>HP LJ4000N einrichten</title>
    <link>http://ruby-team.net/blog/index.php?/archives/44-HP-LJ4000N-einrichten.html</link>
    
    <comments>http://ruby-team.net/blog/index.php?/archives/44-HP-LJ4000N-einrichten.html#comments</comments>
    <wfw:comment>http://ruby-team.net/blog/wfwcomment.php?cid=44</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://ruby-team.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=44</wfw:commentRss>
    

    <author>blog@ruby-team.net (Rainer Unkenstein)</author>
    <content:encoded>
    
 
    </content:encoded>

    <pubDate>Thu, 22 May 2008 11:09:00 +0200</pubDate>
    <guid isPermaLink="false">http://ruby-team.net/blog/index.php?/archives/44-guid.html</guid>
    <category>administration</category>
<category>hardware</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Moneyplex und 64bi</title>
    <link>http://ruby-team.net/blog/index.php?/archives/41-Moneyplex-und-64bi.html</link>
    
    <comments>http://ruby-team.net/blog/index.php?/archives/41-Moneyplex-und-64bi.html#comments</comments>
    <wfw:comment>http://ruby-team.net/blog/wfwcomment.php?cid=41</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://ruby-team.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=41</wfw:commentRss>
    

    <author>blog@ruby-team.net (Rainer Unkenstein)</author>
    <content:encoded>
    
 
    </content:encoded>

    <pubDate>Sat, 29 Mar 2008 10:49:00 +0100</pubDate>
    <guid isPermaLink="false">http://ruby-team.net/blog/index.php?/archives/41-guid.html</guid>
    <category>administration</category>
<category>software</category>
<category>ubuntu</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Gewonnen!</title>
    <link>http://ruby-team.net/blog/index.php?/archives/122-Gewonnen!.html</link>
    
    <comments>http://ruby-team.net/blog/index.php?/archives/122-Gewonnen!.html#comments</comments>
    <wfw:comment>http://ruby-team.net/blog/wfwcomment.php?cid=122</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://ruby-team.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=122</wfw:commentRss>
    

    <author>blog@ruby-team.net (Rainer Unkenstein)</author>
    <content:encoded>
    
 
    </content:encoded>

    <pubDate>Sat, 10 Nov 2007 07:27:00 +0100</pubDate>
    <guid isPermaLink="false">http://ruby-team.net/blog/index.php?/archives/122-guid.html</guid>
    <category>administration</category>
<category>hardware</category>
<category>ubuntu</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Keine Passworteingabe beim Login mit GDM</title>
    <link>http://ruby-team.net/blog/index.php?/archives/127-Keine-Passworteingabe-beim-Login-mit-GDM.html</link>
    
    <comments>http://ruby-team.net/blog/index.php?/archives/127-Keine-Passworteingabe-beim-Login-mit-GDM.html#comments</comments>
    <wfw:comment>http://ruby-team.net/blog/wfwcomment.php?cid=127</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://ruby-team.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=127</wfw:commentRss>
    

    <author>blog@ruby-team.net (Rainer Unkenstein)</author>
    <content:encoded>
    
 
    </content:encoded>

    <pubDate>Fri, 10 Aug 2007 07:35:00 +0200</pubDate>
    <guid isPermaLink="false">http://ruby-team.net/blog/index.php?/archives/127-guid.html</guid>
    <category>administration</category>
<category>software</category>
<category>ubuntu</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Lokale Laufwerke im Thinclient</title>
    <link>http://ruby-team.net/blog/index.php?/archives/128-Lokale-Laufwerke-im-Thinclient.html</link>
    
    <comments>http://ruby-team.net/blog/index.php?/archives/128-Lokale-Laufwerke-im-Thinclient.html#comments</comments>
    <wfw:comment>http://ruby-team.net/blog/wfwcomment.php?cid=128</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://ruby-team.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=128</wfw:commentRss>
    

    <author>blog@ruby-team.net (Rainer Unkenstein)</author>
    <content:encoded>
    
 
    </content:encoded>

    <pubDate>Thu, 15 Feb 2007 10:21:00 +0100</pubDate>
    <guid isPermaLink="false">http://ruby-team.net/blog/index.php?/archives/128-guid.html</guid>
    <category>administration</category>
<category>ubuntu</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>LTSP und Wechseldatenträger am Thin-Client</title>
    <link>http://ruby-team.net/blog/index.php?/archives/129-LTSP-und-Wechseldatentraeger-am-Thin-Client.html</link>
    
    <comments>http://ruby-team.net/blog/index.php?/archives/129-LTSP-und-Wechseldatentraeger-am-Thin-Client.html#comments</comments>
    <wfw:comment>http://ruby-team.net/blog/wfwcomment.php?cid=129</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://ruby-team.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=129</wfw:commentRss>
    

    <author>blog@ruby-team.net (Rainer Unkenstein)</author>
    <content:encoded>
    
 
    </content:encoded>

    <pubDate>Sat, 10 Feb 2007 07:39:00 +0100</pubDate>
    <guid isPermaLink="false">http://ruby-team.net/blog/index.php?/archives/129-guid.html</guid>
    <category>administration</category>
<category>ubuntu</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Spielereien mit dem TV-Ausgang am Notebook</title>
    <link>http://ruby-team.net/blog/index.php?/archives/17-Spielereien-mit-dem-TV-Ausgang-am-Notebook.html</link>
    
    <comments>http://ruby-team.net/blog/index.php?/archives/17-Spielereien-mit-dem-TV-Ausgang-am-Notebook.html#comments</comments>
    <wfw:comment>http://ruby-team.net/blog/wfwcomment.php?cid=17</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://ruby-team.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=17</wfw:commentRss>
    

    <author>blog@ruby-team.net (Rainer Unkenstein)</author>
    <content:encoded>
    
 
    </content:encoded>

    <pubDate>Thu, 12 Oct 2006 09:00:00 +0200</pubDate>
    <guid isPermaLink="false">http://ruby-team.net/blog/index.php?/archives/17-guid.html</guid>
    <category>administration</category>
<category>hardware</category>
<category>ubuntu</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Dokuwiki</title>
    <link>http://ruby-team.net/blog/index.php?/archives/120-Dokuwiki.html</link>
    
    <comments>http://ruby-team.net/blog/index.php?/archives/120-Dokuwiki.html#comments</comments>
    <wfw:comment>http://ruby-team.net/blog/wfwcomment.php?cid=120</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://ruby-team.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=120</wfw:commentRss>
    

    <author>blog@ruby-team.net (Rainer Unkenstein)</author>
    <content:encoded>
    
 
    </content:encoded>

    <pubDate>Sun, 24 Sep 2006 07:25:00 +0200</pubDate>
    <guid isPermaLink="false">http://ruby-team.net/blog/index.php?/archives/120-guid.html</guid>
    <category>administration</category>
<category>software</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Endlich WPA</title>
    <link>http://ruby-team.net/blog/index.php?/archives/16-Endlich-WPA.html</link>
    
    <comments>http://ruby-team.net/blog/index.php?/archives/16-Endlich-WPA.html#comments</comments>
    <wfw:comment>http://ruby-team.net/blog/wfwcomment.php?cid=16</wfw:comment>

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

    <author>blog@ruby-team.net (Rainer Unkenstein)</author>
    <content:encoded>
    
 
    </content:encoded>

    <pubDate>Tue, 15 Aug 2006 00:00:00 +0200</pubDate>
    <guid isPermaLink="false">http://ruby-team.net/blog/index.php?/archives/16-guid.html</guid>
    <category>administration</category>
<category>ubuntu</category>
<category>wlan</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>
<item>
    <title>Autologin</title>
    <link>http://ruby-team.net/blog/index.php?/archives/11-Autologin.html</link>
    
    <comments>http://ruby-team.net/blog/index.php?/archives/11-Autologin.html#comments</comments>
    <wfw:comment>http://ruby-team.net/blog/wfwcomment.php?cid=11</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://ruby-team.net/blog/rss.php?version=2.0&amp;type=comments&amp;cid=11</wfw:commentRss>
    

    <author>blog@ruby-team.net (Rainer Unkenstein)</author>
    <content:encoded>
    
 
    </content:encoded>

    <pubDate>Thu, 10 Aug 2006 00:00:00 +0200</pubDate>
    <guid isPermaLink="false">http://ruby-team.net/blog/index.php?/archives/11-guid.html</guid>
    <category>administration</category>
<category>software</category>
<category>ubuntu</category>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
</item>

</channel>
</rss>