<?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>oYoX - Linux und Co - Ubuntu</title>
    <link>http://oyox.de/</link>
    <description>Genug Koffein für heute...</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <pubDate>Tue, 07 Sep 2010 08:22:21 GMT</pubDate>

    <image>
        <url>http://oyox.de/templates/bulletproof/img/s9y_banner_small.png</url>
        <title>RSS: oYoX - Linux und Co - Ubuntu - Genug Koffein für heute...</title>
        <link>http://oyox.de/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Gateway 0.0.0.0 bug</title>
    <link>http://oyox.de/index.php?/archives/120-Gateway-0.0.0.0-bug.html</link>
            <category>Ubuntu</category>
    
    <comments>http://oyox.de/index.php?/archives/120-Gateway-0.0.0.0-bug.html#comments</comments>
    <wfw:comment>http://oyox.de/wfwcomment.php?cid=120</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://oyox.de/rss.php?version=2.0&amp;type=comments&amp;cid=120</wfw:commentRss>
    

    <author>nospam@example.com (Marco)</author>
    <content:encoded>
    Und wieder ein kurzer Hinweis: wer eine statische IP im Netzwerk verwenden möchte, wird vielleicht schon einmal daran verzweifelt sein, dass das Gateway immer wieder auf 0.0.0.0 springt, sobald man auf Anwenden klickt, dabei ist die Lösung so einfach: Anstatt gleich auf Anwenden zu klicken, muss man nach der IP-Eingabe noch ENTER drücken.&lt;br /&gt;
Soviel dazu. 
    </content:encoded>

    <pubDate>Mon, 06 Sep 2010 15:00:00 +0200</pubDate>
    <guid isPermaLink="false">http://oyox.de/index.php?/archives/120-guid.html</guid>
    <category>internet</category>
<category>netzwerk</category>

</item>
<item>
    <title>Kurzer Tipp: flv in avi umwandeln</title>
    <link>http://oyox.de/index.php?/archives/119-Kurzer-Tipp-flv-in-avi-umwandeln.html</link>
            <category>Ubuntu</category>
    
    <comments>http://oyox.de/index.php?/archives/119-Kurzer-Tipp-flv-in-avi-umwandeln.html#comments</comments>
    <wfw:comment>http://oyox.de/wfwcomment.php?cid=119</wfw:comment>

    <slash:comments>15</slash:comments>
    <wfw:commentRss>http://oyox.de/rss.php?version=2.0&amp;type=comments&amp;cid=119</wfw:commentRss>
    

    <author>nospam@example.com (Marco)</author>
    <content:encoded>
    Ubuntu sei Dank braucht man für das Umwandeln einer flv Datei in eine avi Datei nur eine Zeile im Terminal:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;ffmpeg -i eingangsvideo.flv ausgangsvideo.avi&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Sollte ffmpeg nicht installiert sein, kann man dies ganz einfach mit folgendem Befehl nachholen:&lt;br /&gt;
&lt;blockquote&gt;sudo apt-get install ffmpeg&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Dieser Tipp stammt aus dem &lt;a href=&quot;http://forum.ubuntuusers.de/post/928417/&quot;&gt;Ubuntuusers-Forum&lt;/a&gt; 
    </content:encoded>

    <pubDate>Mon, 23 Aug 2010 15:00:00 +0200</pubDate>
    <guid isPermaLink="false">http://oyox.de/index.php?/archives/119-guid.html</guid>
    <category>flash</category>
<category>internet</category>
<category>Tipp</category>
<category>Videobearbeitung</category>
<category>youtube</category>

</item>
<item>
    <title>AVI zerteilen / split in beliebig große Teile</title>
    <link>http://oyox.de/index.php?/archives/118-AVI-zerteilen-split-in-beliebig-grosse-Teile.html</link>
            <category>Ubuntu</category>
    
    <comments>http://oyox.de/index.php?/archives/118-AVI-zerteilen-split-in-beliebig-grosse-Teile.html#comments</comments>
    <wfw:comment>http://oyox.de/wfwcomment.php?cid=118</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://oyox.de/rss.php?version=2.0&amp;type=comments&amp;cid=118</wfw:commentRss>
    

    <author>nospam@example.com (Marco)</author>
    <content:encoded>
    Wer ein Video auf einer Plattform wie Youtube hochladen oder dieses an Freunde verschicken möchte, steht früher oder später vor dem Problem, dass er dieses in kleinere Teile zerlegen muss. Bei dem Versand kann man nun natürlich das Video packen doch spätestens beim Hochladen scheitert diese Variante.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://manpages.ubuntu.com/manpages/hardy/man1/avisplit.1.html&quot;&gt;Avisplit&lt;/a&gt; schafft ganz leicht Abhilfe und ist bereits in den Paketquellen vorhanden (Stand Ubuntu 10.04)&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Installation&lt;/strong&gt;&lt;br /&gt;
Im Terminal folgendes eingeben:&lt;br /&gt;
&lt;blockquote&gt;sudo apt-get install transcode-utils&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Danach wechselt ihr mit &quot;cd ~/verzeichnis&quot; in den entsprechenden Ordner und führt folgenden Befehl aus:&lt;br /&gt;
&lt;blockquote&gt;avisplit -s 20 -i euer_clip.avi&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Damit wird die Datei &quot;euer_clip.avi&quot; in 20 Megabyte große Teile zerlegt. &lt;br /&gt;
Natürlich könnt ihr die 20 an eure Bedürfnisse anpassen. 
    </content:encoded>

    <pubDate>Thu, 12 Aug 2010 15:00:00 +0200</pubDate>
    <guid isPermaLink="false">http://oyox.de/index.php?/archives/118-guid.html</guid>
    <category>Videobearbeitung</category>
<category>youtube</category>

</item>
<item>
    <title>Firefox und die Plugin Sandbox Lorentz [Update]</title>
    <link>http://oyox.de/index.php?/archives/117-Firefox-und-die-Plugin-Sandbox-Lorentz-Update.html</link>
            <category>Ubuntu</category>
    
    <comments>http://oyox.de/index.php?/archives/117-Firefox-und-die-Plugin-Sandbox-Lorentz-Update.html#comments</comments>
    <wfw:comment>http://oyox.de/wfwcomment.php?cid=117</wfw:comment>

    <slash:comments>6</slash:comments>
    <wfw:commentRss>http://oyox.de/rss.php?version=2.0&amp;type=comments&amp;cid=117</wfw:commentRss>
    

    <author>nospam@example.com (Marco)</author>
    <content:encoded>
    Da hält die nützliche Erweiterung &quot;Lorentz&quot; in Firefox Einzug und ist erst einmal deaktiviert...&lt;br /&gt;
Mit Lorentz werden die Plugins wie Flash in eigene Prozesse ausgelagert und ziehen nicht den ganzen Browser in den Abgrund, wenn diese wieder einmal hängen bleiben. Allerdings muss Lorentz dazu erst einmal aktiviert werden.&lt;br /&gt;
&lt;br /&gt;
&lt;!-- s9ymdb:118 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;305&quot; height=&quot;95&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://oyox.de/uploads/Firefox/oyox-plugin-sandbox.png&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Anleitung:&lt;/strong&gt;&lt;br /&gt;
1. Gebt in die Firefox Adress-Leiste &quot;about:config&quot; ein und bestätigt (nach der Kenntnisnahme) den Dialog.&lt;br /&gt;
2. In der Zeile &quot;Filter&quot; nun folgendes eingeben:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;dom.ipc.plugins&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Danach bei dem Eintrag:&lt;br /&gt;
&lt;strong&gt;dom.ipc.plugins.enabled&lt;/strong&gt;&lt;br /&gt;
den Wert auf &lt;strong&gt;true&lt;/strong&gt; setzen und (bei Bedarf) die TimeoutSecs (Sekunden bis zum Abbruch) ändern. Fertig.&lt;br /&gt;
&lt;br /&gt;
(Update)&lt;br /&gt;
Wie apollo13 im Kommentar-Bereich angemerkt hat, wird eine globale Lorentz-Aktivierung zur Zeit noch nicht empfohlen, da einige Plugins wohl noch nicht darauf ausgelegt sind. Wer also jedes Plugin in eine Sandbox sperren will, kann o.g. Tipp annehmen, sollte bei Fehlern aber wissen, wie er die Sandbox wieder ausschaltet. 
    </content:encoded>

    <pubDate>Tue, 10 Aug 2010 15:00:00 +0200</pubDate>
    <guid isPermaLink="false">http://oyox.de/index.php?/archives/117-guid.html</guid>
    <category>firefox</category>
<category>internet</category>

</item>
<item>
    <title>Thunderbird - Lightning und Google Calendar auf einem 64bit System</title>
    <link>http://oyox.de/index.php?/archives/116-Thunderbird-Lightning-und-Google-Calendar-auf-einem-64bit-System.html</link>
            <category>Ubuntu</category>
    
    <comments>http://oyox.de/index.php?/archives/116-Thunderbird-Lightning-und-Google-Calendar-auf-einem-64bit-System.html#comments</comments>
    <wfw:comment>http://oyox.de/wfwcomment.php?cid=116</wfw:comment>

    <slash:comments>7</slash:comments>
    <wfw:commentRss>http://oyox.de/rss.php?version=2.0&amp;type=comments&amp;cid=116</wfw:commentRss>
    

    <author>nospam@example.com (Marco)</author>
    <content:encoded>
    Lange habe ich suchen müssen und letztendlich lag die Lösung so nah:&lt;br /&gt;
&lt;br /&gt;
&lt;!-- s9ymdb:26 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;400&quot; height=&quot;300&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://oyox.de/uploads/Thunderbird/Lightning_Calendar_Mode_Month_View.png&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Anleitung:&lt;/strong&gt;&lt;br /&gt;
Besucht zuerst:&lt;br /&gt;
&lt;a href=&quot;http://www.mozilla.org/projects/calendar/releases/lightning1.0b1.html#linux-x86-64-builds&quot;&gt;http://www.mozilla.org/projects/calendar/releases/lightning1.0b1.html#linux-x86-64-builds&lt;/a&gt;&lt;br /&gt;
oder direkt:&lt;br /&gt;
&lt;a href=&quot;http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/1.0b1/contrib/linux-x86_64/&quot;&gt;http://releases.mozilla.org/pub/mozilla.org/calendar/lightning/releases/1.0b1/contrib/linux-x86_64/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
und ladet dort nun (mittels rechter Maustaste - speichern unter) die beiden Dateien (Beta-Versionen! Verwendung auf eigene Gefahr) herunter:&lt;br /&gt;
&lt;br /&gt;
&lt;strike&gt;&lt;strong&gt;gdata-provider.xpi&lt;/strong&gt;&lt;/strike&gt; (für die Synchronisation zwischen Lightning und Google Calendar)&lt;br /&gt;
&lt;strong&gt;lightning.xpi&lt;/strong&gt; (das eigentliche Lightning Addon)&lt;br /&gt;
&lt;br /&gt;
herunterladen und installieren (in Thunderbird 3.0.5: Extras - Add-ons - Installieren...)&lt;br /&gt;
Fertig. So einfach kann es sein.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;[UPDATE]&lt;/strong&gt;&lt;br /&gt;
...oder auch nicht - die angebotene &lt;em&gt;gdata-provider.xpi&lt;/em&gt; funktioniert nicht mit Thunderbird 3.0.5 (welches zur Zeit in der Synaptic zu finden ist), aber:&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Die Lösung:&lt;/strong&gt;&lt;br /&gt;
Auf &lt;a href=&quot;http://www.thunderbird-mail.de/wiki/Lightning&quot;&gt;http://www.thunderbird-mail.de/wiki/Lightning&lt;/a&gt; wird für Thunderbird 3.0.5 eine Gdata-Provider 0.6b1 angeboten. &lt;br /&gt;
Diese arbeitet nach meiner ersten Erkenntnis einwandfrei mit dem o.g. Lightning und Thunderbird zusammen.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Download hier:&lt;/strong&gt; &lt;a href=&quot;https://addons.mozilla.org/de/thunderbird/addon/4631/versions/#version-0.6b1&quot;&gt;https://addons.mozilla.org/de/thunderbird/addon/4631/versions/#version-0.6b1&lt;/a&gt; 
    </content:encoded>

    <pubDate>Fri, 09 Jul 2010 15:00:00 +0200</pubDate>
    <guid isPermaLink="false">http://oyox.de/index.php?/archives/116-guid.html</guid>
    <category>thunderbird</category>

</item>
<item>
    <title>Thunderbird - die alte Ordneransicht nutzen / Ansicht wechseln</title>
    <link>http://oyox.de/index.php?/archives/115-Thunderbird-die-alte-Ordneransicht-nutzen-Ansicht-wechseln.html</link>
            <category>Ubuntu</category>
    
    <comments>http://oyox.de/index.php?/archives/115-Thunderbird-die-alte-Ordneransicht-nutzen-Ansicht-wechseln.html#comments</comments>
    <wfw:comment>http://oyox.de/wfwcomment.php?cid=115</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://oyox.de/rss.php?version=2.0&amp;type=comments&amp;cid=115</wfw:commentRss>
    

    <author>nospam@example.com (Marco)</author>
    <content:encoded>
    &lt;strong&gt;Nur ein kurzer Tipp am Rande:&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Wer ein Problem mit der neuen Funktion von Thunderbird 3 hat, dass Ordner mehrfach erscheinen, ein globaler Posteingang verwendet wird und mehrere Papierkörbe in einem Ordner sind, was für einiges an Verwirrung sorgen kann, behilft sich mit folgendem kleinen Tipp:&lt;br /&gt;
&lt;br /&gt;
Ordner Ansicht wechseln (auf den Pfeil bei dem roten Punkt klicken)&lt;br /&gt;
&lt;!-- s9ymdb:117 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;439&quot; height=&quot;209&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://oyox.de/uploads/Thunderbird/thunderbird-ordner-ansicht-b.png&quot; alt=&quot;&quot; /&gt; 
    </content:encoded>

    <pubDate>Tue, 06 Jul 2010 16:30:00 +0200</pubDate>
    <guid isPermaLink="false">http://oyox.de/index.php?/archives/115-guid.html</guid>
    <category>aussehen</category>
<category>internet</category>
<category>thunderbird</category>

</item>
<item>
    <title>Thunderbird in der Benachrichtigungsanzeige</title>
    <link>http://oyox.de/index.php?/archives/114-Thunderbird-in-der-Benachrichtigungsanzeige.html</link>
            <category>Ubuntu</category>
    
    <comments>http://oyox.de/index.php?/archives/114-Thunderbird-in-der-Benachrichtigungsanzeige.html#comments</comments>
    <wfw:comment>http://oyox.de/wfwcomment.php?cid=114</wfw:comment>

    <slash:comments>10</slash:comments>
    <wfw:commentRss>http://oyox.de/rss.php?version=2.0&amp;type=comments&amp;cid=114</wfw:commentRss>
    

    <author>nospam@example.com (Marco)</author>
    <content:encoded>
    Wie schon vor einer ganzen Weile &lt;a href=&quot;http://oyox.de/index.php?/archives/48-Anwendungen-in-System-Tray-minimieren-Alltray-hilft.html&quot;&gt;geschrieben&lt;/a&gt;, lässt sich Thunderbird mittels &lt;strong&gt;Alltray&lt;/strong&gt; in die Tray-Leiste verbannen. Einen Nachteil hat diese Methode allerdings: Man sieht nicht auf Anhieb eingegangene Mails, was seit dem Benachrichtigungen-Applet sehr wünschenswert wäre.&lt;br /&gt;
&lt;br /&gt;
&lt;!-- s9ymdb:114 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;325&quot; height=&quot;290&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://oyox.de/uploads/Thunderbird/oyox-firefox-tray.png&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Wer sich einen dezenten Hinweis auf neue eMails herbei sehnt, kann sich nun mittels der Erweiterung &lt;strong&gt;Mozilla Notification Extensions&lt;/strong&gt; (&lt;a href=&quot;https://launchpad.net/libnotify-mozilla&quot;&gt;https://launchpad.net/libnotify-mozilla&lt;/a&gt; oder bei &lt;a href=&quot;https://addons.mozilla.org/de/thunderbird/addon/11530/&quot;&gt;addons.mozilla.org&lt;/a&gt;) diesen Wunsch erfüllen.&lt;br /&gt;
&lt;br /&gt;
Wer eine deutsche Version bevorzugt, kann die &lt;a href=&quot;http://oyox.de/uploads/libnotify-mozilla-0.2.1-oyox.xpi&quot; title=&quot;libnotify-mozilla-0.2.1-oyox.xpi&quot; target=&quot;_blank&quot;&gt;modifizierte oYoX-Version (libnotify-mozilla-0.2.1-oyox.xpi)&lt;/a&gt; benutzen. Hierbei handelt es sich um die Version 0.2.1&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Anleitung:&lt;/strong&gt;&lt;br /&gt;
1. die xpi-Datei herunterladen&lt;br /&gt;
2. Thunderbird öffnen und unter &lt;strong&gt;Extras / Add-ons / Installieren&lt;/strong&gt; die Datei auswählen.&lt;br /&gt;
3. Thunderbird neu starten.&lt;br /&gt;
&lt;br /&gt;
Ab jetzt erscheint im Benachrichtigungen-Applet das oben gezeigte Menü und ihr werdet über neu Mails mittels grünem Brief informiert.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Zwei Dinge, die leider (noch) nicht funktionieren:&lt;/strong&gt;&lt;br /&gt;
1. Thunderbird zuerst gestartet werden (z.B. automatisch über einen Eintrag in &lt;strong&gt;System / Einstellungen / Startprogramme&lt;/strong&gt;).&lt;br /&gt;
Name: Thunderbird Autostart&lt;br /&gt;
Befehl: thunderbird %u&lt;br /&gt;
Kommentar: Startet Thunderbird&lt;br /&gt;
&lt;br /&gt;
2. Thunderbird kann -bis jetzt- nicht in die Tray minimiert werden und muss also geöffnet bleiben (minimiert, maximiert oder auf einer anderen Arbeitsfläche)... dieser Punkt sollte allerdings bald ergänzt sein. 
    </content:encoded>

    <pubDate>Mon, 05 Jul 2010 15:00:00 +0200</pubDate>
    <guid isPermaLink="false">http://oyox.de/index.php?/archives/114-guid.html</guid>
    <category>Mail</category>
<category>Thunderbird</category>

</item>
<item>
    <title>Boot-Bildschirm / Plymouth in Ubuntu Lucid Lynx 10.04 ändern</title>
    <link>http://oyox.de/index.php?/archives/113-Boot-Bildschirm-Plymouth-in-Ubuntu-Lucid-Lynx-10.04-aendern.html</link>
            <category>Ubuntu</category>
    
    <comments>http://oyox.de/index.php?/archives/113-Boot-Bildschirm-Plymouth-in-Ubuntu-Lucid-Lynx-10.04-aendern.html#comments</comments>
    <wfw:comment>http://oyox.de/wfwcomment.php?cid=113</wfw:comment>

    <slash:comments>10</slash:comments>
    <wfw:commentRss>http://oyox.de/rss.php?version=2.0&amp;type=comments&amp;cid=113</wfw:commentRss>
    

    <author>nospam@example.com (Marco)</author>
    <content:encoded>
    Wie schon in &quot;&lt;a href=&quot;http://oyox.de/index.php?/archives/112-Anmeldebildschirm-von-Ubuntu-Lucid-Lynx-10.04-anpassen.html&quot;&gt;Anmeldebildschirm von Ubuntu Lucid Lynx 10.04 anpassen&lt;/a&gt;&quot; geschrieben, hat Ubuntu ein neues Aussehen verpasst bekommen. Da dieses so gar nicht mein Geschmack ist, zeige ich nun auf, wie man den Boot-Bildschirm anpassen kann.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;serendipity_imageComment_center&quot; style=&quot;width: 110px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://oyox.de/uploads/Ubuntu/ubuntu-logo1.png&#039; onclick=&quot;F1 = window.open(&#039;/uploads/Ubuntu/ubuntu-logo1.png&#039;,&#039;Zoom&#039;,&#039;height=495,width=655,top=210,left=400,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:112 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;110&quot; height=&quot;83&quot;  src=&quot;http://oyox.de/uploads/Ubuntu/ubuntu-logo1.serendipityThumb.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;plymouth-theme-ubuntu-logo&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Dazu gibt es auf Ubuntuusers eine gute &quot;Baustelle&quot; in der Wiki: &lt;a href=&quot;http://wiki.ubuntuusers.de/Baustelle/Plymouth&quot;&gt;Plymouth&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
1. Zuerst einmal suchen wir uns ein Plymouth Theme aus (eine Liste mit allen Themes gibt es über Synaptic mit dem Suchwort &quot;plymouth&quot;)&lt;br /&gt;
&lt;br /&gt;
z.B.&lt;br /&gt;
&lt;div class=&quot;serendipity_imageComment_center&quot; style=&quot;width: 110px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://oyox.de/uploads/Ubuntu/ubuntu-solar.png&#039; onclick=&quot;F1 = window.open(&#039;/uploads/Ubuntu/ubuntu-solar.png&#039;,&#039;Zoom&#039;,&#039;height=495,width=655,top=210,left=400,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:113 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;110&quot; height=&quot;83&quot;  src=&quot;http://oyox.de/uploads/Ubuntu/ubuntu-solar.serendipityThumb.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;plymouth-theme-solar&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
2. Im Terminal also dann:&lt;br /&gt;
&lt;blockquote&gt;sudo apt-get install plymouth-theme-solar&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
3. Das Theme auswählen&lt;br /&gt;
&lt;blockquote&gt;sudo update-alternatives --config default.plymouth &lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Hier erscheint eine Liste mit den verfügbaren Themes - einfach die Nummer vor dem gewünschten Theme eingeben und ENTER drücken.&lt;br /&gt;
&lt;br /&gt;
4. Nun nur noch ins Boot-Image schreiben:&lt;br /&gt;
&lt;blockquote&gt;sudo update-initramfs -u -k all&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;Problem: Theme nicht sauber&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
Nun kann es sein, dass Plymouth das Theme nicht sauber anzeigt, da eine falsche oder zu geringe Auflösung eingestellt ist. Dieser Fehler tritt besonders bei Nvidia Grafik-Karten auf.&lt;br /&gt;
&lt;br /&gt;
Die Lösung habe ich nach langem Suchen und Probieren auf dem englischen Blog &lt;a href=&quot;http://idyllictux.wordpress.com/2010/04/26/lucidubuntu-10-04-high-resolution-plymouth-virtual-terminal-for-atinvidia-cards-with-proprietaryrestricted-driver/&quot;&gt;Tux’s idyllic life&lt;/a&gt; gefunden.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;1. Auflösung mit hwinfo herausfinden:&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
a) hwinfo installieren&lt;br /&gt;
&lt;blockquote&gt;sudo apt-get install v86d hwinfo&lt;/blockquote&gt;&lt;br /&gt;
b) Verfügbare Auflösungen anzeigen&lt;br /&gt;
&lt;blockquote&gt;sudo hwinfo --framebuffer&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;2. Grub-Auflösung ändern:&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
a) Im Terminal:&lt;br /&gt;
&lt;blockquote&gt;sudo gedit /etc/default/grub&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Ersetzt hier nun &lt;br /&gt;
&lt;blockquote&gt;GRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet splash&quot;&lt;/blockquote&gt;&lt;br /&gt;
durch&lt;br /&gt;
&lt;blockquote&gt;GRUB_CMDLINE_LINUX_DEFAULT=&quot;quiet splash nomodeset video=uvesafb:mode_option=1024x768-24,mtrr=3,scroll=ywrap&quot;&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
und weiter unten in der gleichen Datei:&lt;br /&gt;
&lt;blockquote&gt;#GRUB_GFXMODE=640x480&lt;/blockquote&gt;&lt;br /&gt;
durch&lt;br /&gt;
&lt;blockquote&gt;GRUB_GFXMODE=1024x768&lt;/blockquote&gt;&lt;br /&gt;
Abspeichern und schließen.&lt;br /&gt;
&lt;br /&gt;
b) Wieder Im Terminal:&lt;br /&gt;
&lt;blockquote&gt;sudo gedit /etc/initramfs-tools/modules&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Hängt hier am Ende der Liste nun folgende Zeile an:&lt;br /&gt;
&lt;blockquote&gt;uvesafb mode_option=1024x768-24 mtrr=3 scroll=ywrap&lt;/blockquote&gt;&lt;br /&gt;
Abspeichern und schließen.&lt;br /&gt;
&lt;br /&gt;
c) Nochmal im Terminal (Framebuffer erzwingen):&lt;br /&gt;
&lt;blockquote&gt;echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash&lt;/blockquote&gt;&lt;br /&gt;
und (Grub erneuern)&lt;br /&gt;
&lt;blockquote&gt;sudo update-grub2&lt;/blockquote&gt;&lt;br /&gt;
und (Initramfs erneuern)&lt;br /&gt;
&lt;blockquote&gt;sudo update-initramfs -u&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Nun sollte nach einem Neustart endlich Plymouth schön aussehen. 
    </content:encoded>

    <pubDate>Tue, 04 May 2010 14:51:28 +0200</pubDate>
    <guid isPermaLink="false">http://oyox.de/index.php?/archives/113-guid.html</guid>
    <category>aussehen</category>
<category>themes</category>

</item>
<item>
    <title>Anmeldebildschirm von Ubuntu Lucid Lynx 10.04 anpassen</title>
    <link>http://oyox.de/index.php?/archives/112-Anmeldebildschirm-von-Ubuntu-Lucid-Lynx-10.04-anpassen.html</link>
            <category>Ubuntu</category>
    
    <comments>http://oyox.de/index.php?/archives/112-Anmeldebildschirm-von-Ubuntu-Lucid-Lynx-10.04-anpassen.html#comments</comments>
    <wfw:comment>http://oyox.de/wfwcomment.php?cid=112</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://oyox.de/rss.php?version=2.0&amp;type=comments&amp;cid=112</wfw:commentRss>
    

    <author>nospam@example.com (Marco)</author>
    <content:encoded>
    Mit dem Versionsprung von Ubuntu hat auch ein neues Theme Einzug gehalten. &lt;br /&gt;
Seit 9.10 lässt sich das s.g. GDM (Gnome Display Manager) bei weitem nicht mehr so gut anpassen, wie es noch bei 9.04 der Fall war. &lt;br /&gt;
Wer nun dem Lila und Weiß wie ich nichts abgewinnen kann, hat mit GDM 2 Setup die Möglichkeit (&lt;a href=&quot;http://wiki.ubuntuusers.de/GDM&quot;&gt;Ubuntuusers&lt;/a&gt;) einige Änderungen an GDM vorzunehmen.&lt;br /&gt;
&lt;br /&gt;
&lt;!-- s9ymdb:111 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;513&quot; height=&quot;323&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://oyox.de/uploads/Ubuntu/gdm2setup.png&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Vorweg der Hinweis:&lt;/strong&gt; Zusätzliche Fremdquellen können das System gefährden. &lt;br /&gt;
&lt;br /&gt;
&lt;u&gt;Es gibt zwei Varianten, GDM 2 Setup einzubinden.&lt;/u&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Variante 1:&lt;/strong&gt;&lt;br /&gt;
1. Terminal öffnen (Anwendungen / Zubehör / Terminal)&lt;br /&gt;
&lt;blockquote&gt;sudo add-apt-repository ppa:gdm2setup/gdm2setup&lt;/blockquote&gt;&lt;br /&gt;
&lt;blockquote&gt;sudo apt-get update &amp;&amp;amp; sudo apt-get install python-gdm2setup&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Variante 2:&lt;/strong&gt;&lt;br /&gt;
1. Synaptic Paketverwaltung öffnen&lt;br /&gt;
2. Einstellungen / Paketquellen / Andere Software / Hinzufügen&lt;br /&gt;
3. In das Feld nun folgendes schreiben: &lt;strong&gt;deb http://ppa.launchpad.net/gdm2setup/gdm2setup/ubuntu lucid main&lt;/strong&gt;&lt;br /&gt;
4. Auf &quot;Software-Paketquelle hinzufügen&quot; klicken und schließen&lt;br /&gt;
5. Nun auf &quot;Neu Laden&quot; oben, links klicken (blauer Pfeil)&lt;br /&gt;
6. In die Suche nun &quot;python-gdm2setup&quot; eingeben und danach mit der Rechten Maustaste auf &quot;python-gdm2setup&quot; und &quot;Zum installieren vormerken&quot; wählen.&lt;br /&gt;
7. Jetzt nur noch auf &quot;Anwenden&quot; und nochmal &quot;Anwenden&quot; klicken, fertig.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;u&gt;Weiteres:&lt;/u&gt;&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Da in Ubuntu 10.04 ein Ordner nicht mehr vorhanden ist, kann man keine Hintergrundbilder / Wallpaper auswählen. Dies kann man schnell mit folgenden Befehl im Terminal beheben:&lt;br /&gt;
&lt;blockquote&gt;sudo mkdir /usr/share/images/xsplash&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Nun findet ihr unter System / Systemverwaltung den Menü-Punkt &quot;Login Screen (Gdm 2 Setup)&quot; und könnt hier nach Herzenslust Änderungen vornehmen.&lt;br /&gt;
&lt;br /&gt;
Noch eine kleine Anmerkung am Rand: Wer das Programm noch in deutscher Sprache haben möchte, klickt auf &lt;strong&gt;System / Systemverwaltung / Sprachunterstützung&lt;/strong&gt;. Hier wird nun angezeigt: &quot;Die Sprachunterstützung ist nicht vollständig installiert&quot;. Klickt nun auf &quot;Installieren&quot;. Fertig. Das gilt übrigens für die meisten Programme, die bei euch noch auf englisch angezeigt werden.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 04 May 2010 14:04:20 +0200</pubDate>
    <guid isPermaLink="false">http://oyox.de/index.php?/archives/112-guid.html</guid>
    <category>aussehen</category>
<category>themes</category>

</item>
<item>
    <title>Entpacken aller Rar Archive eines Ordners</title>
    <link>http://oyox.de/index.php?/archives/110-Entpacken-aller-Rar-Archive-eines-Ordners.html</link>
            <category>Ubuntu</category>
    
    <comments>http://oyox.de/index.php?/archives/110-Entpacken-aller-Rar-Archive-eines-Ordners.html#comments</comments>
    <wfw:comment>http://oyox.de/wfwcomment.php?cid=110</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://oyox.de/rss.php?version=2.0&amp;type=comments&amp;cid=110</wfw:commentRss>
    

    <author>nospam@example.com (Marco)</author>
    <content:encoded>
    Ein Kurzer Befehl entpackt alle Rar Archive eines Ordners nacheinander:&lt;br /&gt;
&lt;br /&gt;
&lt;blockquote&gt;for f in *.rar; do unrar x -kb &quot;$f&quot;; done&lt;/blockquote&gt;&lt;br /&gt;
(vorher mittels &lt;strong&gt;cd /pfad/zum/ordner&lt;/strong&gt; in den entsprechenden Ordner wechseln)&lt;br /&gt;
&lt;br /&gt;
Dabei wird eine relativ einfache Schleife angewandt, da &quot;unrar *.rar&quot; so nicht funktioniert. &lt;br /&gt;
&lt;br /&gt;
Das -kb lässt Unrar mögliche Fehler ignorieren und die entpackte Datei auch dann bestehen, wenn sie nicht in Ordnung ist. Wer lieber nur Dateien erhalten möchte, die einwandfrei sind, kann das -kb aus dem Befehl entfernen, die beschädigten, entpackten Dateien werden dann nach fehlgeschlagenem Entpacken gelöscht. 
    </content:encoded>

    <pubDate>Thu, 22 Apr 2010 12:34:18 +0200</pubDate>
    <guid isPermaLink="false">http://oyox.de/index.php?/archives/110-guid.html</guid>
    <category>terminal</category>

</item>
<item>
    <title>Mehrere Dateien auf einmal umbenennen</title>
    <link>http://oyox.de/index.php?/archives/109-Mehrere-Dateien-auf-einmal-umbenennen.html</link>
            <category>Ubuntu</category>
    
    <comments>http://oyox.de/index.php?/archives/109-Mehrere-Dateien-auf-einmal-umbenennen.html#comments</comments>
    <wfw:comment>http://oyox.de/wfwcomment.php?cid=109</wfw:comment>

    <slash:comments>7</slash:comments>
    <wfw:commentRss>http://oyox.de/rss.php?version=2.0&amp;type=comments&amp;cid=109</wfw:commentRss>
    

    <author>nospam@example.com (Marco)</author>
    <content:encoded>
    Wer eine große Anzahl von Dateien umbenennen  muss, hat sich vielleicht schon einmal gewünscht, es gäbe da eine bequeme Möglichkeit mit Suchen, Ersetzen und mehr... gibt es:&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;PyRenamer&lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.infinicode.org/code/pyrenamer/img/screenshots_0.6.0/screenshot_02.png&quot;&gt;&lt;img src=&quot;http://www.infinicode.org/code/pyrenamer/img/screenshots_0.6.0/screenshot_02_thumb.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Bequem über das Terminal installierbar:&lt;br /&gt;
&lt;blockquote&gt;sudo apt-get install pyrenamer&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Mehr Infos auf der Programmierer-Seite:&lt;br /&gt;
&lt;a href=&quot;http://www.infinicode.org/code/pyrenamer/&quot;&gt;http://www.infinicode.org/code/pyrenamer/&lt;/a&gt; 
    </content:encoded>

    <pubDate>Sun, 04 Apr 2010 12:00:00 +0200</pubDate>
    <guid isPermaLink="false">http://oyox.de/index.php?/archives/109-guid.html</guid>
    
</item>
<item>
    <title>Knacken vor und nach Audio-Wiedergabe</title>
    <link>http://oyox.de/index.php?/archives/107-Knacken-vor-und-nach-Audio-Wiedergabe.html</link>
            <category>Ubuntu</category>
    
    <comments>http://oyox.de/index.php?/archives/107-Knacken-vor-und-nach-Audio-Wiedergabe.html#comments</comments>
    <wfw:comment>http://oyox.de/wfwcomment.php?cid=107</wfw:comment>

    <slash:comments>7</slash:comments>
    <wfw:commentRss>http://oyox.de/rss.php?version=2.0&amp;type=comments&amp;cid=107</wfw:commentRss>
    

    <author>nospam@example.com (Marco)</author>
    <content:encoded>
    Immer vor und nach einer Ton-Wiedergabe ertönt ein kurzes Knacken.&lt;br /&gt;
&lt;br /&gt;
Seit einiger Zeit nervt es mich schon, aber erst jetzt konnte ich mich dazu durchringen, der Ursache auf den Grund zu gehen, da man sich auch damit hätte abfinden können... muss man aber nicht.&lt;br /&gt;
&lt;br /&gt;
Es hat wohl etwas mit einer Energie-Spar-Option zu tun und man sehr leicht Abhilfe schaffen:&lt;br /&gt;
&lt;blockquote&gt;sudo gedit /etc/modprobe.d/alsa-base.conf &lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Dort vor folgende Zeile ein # setzen um diese zu deaktivieren&lt;br /&gt;
&lt;blockquote&gt;options snd-hda-intel power_save=10 power_save_controller=N&lt;/blockquote&gt;&lt;br /&gt;
(relativ weit unten)&lt;br /&gt;
&lt;br /&gt;
Speichern und schließen - danach sollte das Knacken verschwunden sein.&lt;br /&gt;
&lt;br /&gt;
Vielen Dank an Homer J aus dem ubuntu-forum (&lt;a href=&quot;http://www.ubuntu-forum.de/artikel/47219/seltsames-knacken-9-10-snd-hda-intel-chip.html&quot;&gt;Beitrag&lt;/a&gt;)&lt;br /&gt;
&lt;br /&gt;
Wenn das Knacken nach wie vor da ist, kann man noch folgendes versuchen:&lt;br /&gt;
Man setzt die power_save Zahl nach oben (z.B. 300), dann knackt es wesentlich seltener bis gar nicht (je nachdem in welcher Abfolge ihr eure Musik hört). 
    </content:encoded>

    <pubDate>Fri, 05 Mar 2010 04:55:47 +0100</pubDate>
    <guid isPermaLink="false">http://oyox.de/index.php?/archives/107-guid.html</guid>
    <category>audio</category>

</item>
<item>
    <title>PDF wird nicht gedruckt - ePDFview kann Abhilfe schaffen</title>
    <link>http://oyox.de/index.php?/archives/106-PDF-wird-nicht-gedruckt-ePDFview-kann-Abhilfe-schaffen.html</link>
            <category>Ubuntu</category>
    
    <comments>http://oyox.de/index.php?/archives/106-PDF-wird-nicht-gedruckt-ePDFview-kann-Abhilfe-schaffen.html#comments</comments>
    <wfw:comment>http://oyox.de/wfwcomment.php?cid=106</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://oyox.de/rss.php?version=2.0&amp;type=comments&amp;cid=106</wfw:commentRss>
    

    <author>nospam@example.com (Marco)</author>
    <content:encoded>
    Aus einem mir unersichtlichen Grund hat Ubuntu ab und an Probleme bestimmte PDF-Dateien auszudrucken, dies liegt wohl an fehlenden Schriftarten o.ä.&lt;br /&gt;
&lt;br /&gt;
ePDFview ist eine Alternative um diese Dateien anzuzeigen und hat mir bei eben diesen Problem-PDF gute Dienste geleistet hat.&lt;br /&gt;
&lt;br /&gt;
Installation:&lt;br /&gt;
&lt;blockquote&gt;sudo apt-get install epdfview&lt;/blockquote&gt; 
    </content:encoded>

    <pubDate>Mon, 22 Feb 2010 21:08:31 +0100</pubDate>
    <guid isPermaLink="false">http://oyox.de/index.php?/archives/106-guid.html</guid>
    
</item>
<item>
    <title>Alle flv eines Ordners in mp3 konvertieren</title>
    <link>http://oyox.de/index.php?/archives/105-Alle-flv-eines-Ordners-in-mp3-konvertieren.html</link>
            <category>Ubuntu</category>
    
    <comments>http://oyox.de/index.php?/archives/105-Alle-flv-eines-Ordners-in-mp3-konvertieren.html#comments</comments>
    <wfw:comment>http://oyox.de/wfwcomment.php?cid=105</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://oyox.de/rss.php?version=2.0&amp;type=comments&amp;cid=105</wfw:commentRss>
    

    <author>nospam@example.com (Marco)</author>
    <content:encoded>
    Auf Ubuntuusers.de habe ich heute wieder einen sehr interessanten &lt;a href=&quot;http://forum.ubuntuusers.de/topic/skript-ffmpeg-flv-mp3/#post-1659127&quot;&gt;Beitrag&lt;/a&gt; gefunden, wie man alle flv Dateien eines Ordners mittels Script in mp3 umwandeln kann.&lt;br /&gt;
&lt;br /&gt;
Dazu legt man eine Datei mit folgendem Inhalt an (z.B. flv2mp3.sh):&lt;br /&gt;
&lt;blockquote&gt;for k in *.flv&lt;br /&gt;
do &lt;br /&gt;
    ffmpeg -i &quot;$k&quot; -vn -ab 160k  &quot;${k%.*}.mp3&quot;&lt;br /&gt;
done&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Dieses speichert man und macht es ausführbar (rechte Maustaste, Eigenschaften, Zugriffsrechte, Datei als Programm ausführen). Nach einem Doppelklick darauf wählt man nur noch &quot;Im Terminal ausführen&quot; und wartet - danach findet man neben seinen flv Dateien auch schön konvertierte mp3 Dateien vor.&lt;br /&gt;
&lt;br /&gt;
Sollte ein Fehler kommen, dann kann folgender Befehl im Terminal Abhilfe schaffen:&lt;br /&gt;
&lt;blockquote&gt;sudo apt-get install ffmpeg libavcodec-extra-52&lt;/blockquote&gt; 
    </content:encoded>

    <pubDate>Sat, 20 Feb 2010 14:09:17 +0100</pubDate>
    <guid isPermaLink="false">http://oyox.de/index.php?/archives/105-guid.html</guid>
    <category>audio</category>

</item>
<item>
    <title>Flash und die Maus oder das seltsame Button-Verhalten</title>
    <link>http://oyox.de/index.php?/archives/104-Flash-und-die-Maus-oder-das-seltsame-Button-Verhalten.html</link>
            <category>Ubuntu</category>
    
    <comments>http://oyox.de/index.php?/archives/104-Flash-und-die-Maus-oder-das-seltsame-Button-Verhalten.html#comments</comments>
    <wfw:comment>http://oyox.de/wfwcomment.php?cid=104</wfw:comment>

    <slash:comments>5</slash:comments>
    <wfw:commentRss>http://oyox.de/rss.php?version=2.0&amp;type=comments&amp;cid=104</wfw:commentRss>
    

    <author>nospam@example.com (Marco)</author>
    <content:encoded>
    Seit einiger Zeit legt Flash in Firefox ein seltsames Verhalten an den Tag. So kann man bei eingebundenen Videos teilweise keine Aktion mittels Maus durchführen und ist auf Tab, Enter und / oder Space angewiesen.&lt;br /&gt;
&lt;br /&gt;
Dieses Problem lässt sich sehr einfach beheben. Im Terminal folgendes eingeben&lt;br /&gt;
&lt;blockquote&gt;gksudo gedit /usr/lib/nspluginwrapper/i386/linux/npviewer&lt;/blockquote&gt; &lt;br /&gt;
&lt;br /&gt;
Nach der Eingabe des Passwort öffnet sich gedit - &lt;strong&gt;vor&lt;/strong&gt; der letzten Zeile gibt man nun folgendes ein:&lt;br /&gt;
&lt;blockquote&gt;export GDK_NATIVE_WINDOWS=1&lt;/blockquote&gt;&lt;br /&gt;
speichern und schließen. Nach dem Neustart des Browsers funktioniert die Navigation wie gewohnt.&lt;br /&gt;
&lt;br /&gt;
Mehr Infos dazu &lt;a href=&quot;https://bugs.launchpad.net/ubuntu/+source/flashplugin-nonfree/+bug/410407&quot;&gt;hier&lt;/a&gt; &lt;br /&gt;&lt;a href=&quot;http://oyox.de/index.php?/archives/104-Flash-und-die-Maus-oder-das-seltsame-Button-Verhalten.html#extended&quot;&gt;&quot;Flash und die Maus oder das seltsame Button-Verhalten&quot; vollständig lesen&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 10 Dec 2009 07:12:06 +0100</pubDate>
    <guid isPermaLink="false">http://oyox.de/index.php?/archives/104-guid.html</guid>
    <category>firefox</category>
<category>flash</category>
<category>internet</category>

</item>

</channel>
</rss>