<?xml version="1.0" encoding="utf-8" ?>

<rss version="0.91" >
<channel>
<title>A Ziegers Blog</title>
<link>http://blog.azieger.de/</link>
<description>Something that crossed my mind...</description>
<language>en</language>
<image>
        <url>http://blog.azieger.de/templates/bulletproof/img/s9y_banner_small.png</url>
        <title>RSS: A Ziegers Blog - Something that crossed my mind...</title>
        <link>http://blog.azieger.de/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Customize GDM in Ubuntu 11.04 (Natty Narwhal)</title>
    <link>http://blog.azieger.de/archives/7-Customize-GDM-in-Ubuntu-11.04-Natty-Narwhal.html</link>

    <description>
        Well since 10.04 you had to come up with some tricks to customize gdm.&lt;br /&gt;The basic procedure was to have the login screen open, login through a tty and open the gnome-control-center with sudo as the user gdm.&lt;br /&gt;There you could easily change the look and feel.&lt;br /&gt;&lt;br /&gt;Now that I upgraded to 11.04, I ended up with the following error:&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;$ &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-u&lt;/span&gt; gdm gnome-control-center&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;gnome-control-center:&lt;span style=&quot;color: #000000;&quot;&gt;4136&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;: Unique-DBus-WARNING &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&lt;strong&gt;&lt;/span&gt;: Unable to open a connection to the session bus: Failed to connect to socket &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;tmp&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;dbus-rTZcGEoY9e: Verbindungsaufbau abgelehnt&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;gnome-control-center:&lt;span style=&quot;color: #000000;&quot;&gt;4136&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;: Unique-DBus-WARNING &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&lt;/strong&gt;&lt;/span&gt;: Unable to connect to the running instance, aborting.&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;But well I dig a little bit and came up with an alternative procedure, with the same basic idea.&lt;br /&gt;&lt;br /&gt;1. Login&lt;br /&gt;2. Open a terminal &lt;img src=&quot;http://blog.azieger.de/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;3. Give gdm a shell access:&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;$ &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; gedit &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;etc&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;passwd&lt;/span&gt;&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;Find the line saying something like&lt;br /&gt;gdm:x:106:114:Gnome Display Manager:/var/lib/gdm:/bin/false&lt;br /&gt;Change it to something like&lt;br /&gt;gdm:x:106:114:Gnome Display Manager:/var/lib/gdm:/bin/bash&lt;br /&gt;4. Grant localhost access to the X-Server:&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;$ &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;xhost&lt;/span&gt; +LOCAL:&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;5. &quot;Login&quot; as gdm&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;$ &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;su&lt;/span&gt; gdm&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;6. Export Display-Variable (you may want to check it in an other term with echo $DISPLAY)&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;$ &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;export&lt;/span&gt; &lt;span style=&quot;color: #007800;&quot;&gt;DISPLAY&lt;/span&gt;=:&lt;span style=&quot;color: #000000;&quot;&gt;0.0&lt;/span&gt;&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;7. Open Settings&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;$ gnome-control-center&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;And now: Happy customizing, because now you can change everything for the gdm-user and therefore the login screen &lt;img src=&quot;http://blog.azieger.de/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;Don&#039;t forget to change back the shell for gdm to false again&lt;br /&gt;&lt;br /&gt;Edit: Found an other method to customize GDM at &lt;a href=&quot;http://ubuntuforums.org/showthread.php?t=1747298&amp;amp;highlight=gdm+customize&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;http://ubuntuforums.org/showthread.php?t=1747298&amp;amp;highlight=gdm+customize&lt;/a&gt; :&lt;br /&gt;1. Let the the settings pop up on login-screen&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&amp;#160;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;cp&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;usr&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;share&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;applications&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;gnome-appearance-properties.desktop &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;usr&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;share&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;gdm&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;autostart&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;LoginWindow&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt; &lt;/div&gt;&lt;br /&gt;2. Logout &amp;amp; and have fun with the appearance-settings&lt;br /&gt;3. Login again and bring everything back to normal&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&amp;#160;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;rm&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;usr&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;share&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;gdm&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;autostart&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;LoginWindow&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;gnome-appearance-properties.desktop &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Advantages first method: You can easily install new themes&lt;br /&gt;&lt;p&gt;Advantages second method: You see what you get &lt;img src=&quot;http://blog.azieger.de/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;/p&gt;

 
    </description>
</item>
<item>
    <title>[Solved] SpamAssassin Mail Filter Daemon: No /usr/bin/perl found running; none killed</title>
    <link>http://blog.azieger.de/archives/5-Solved-SpamAssassin-Mail-Filter-Daemon-No-usrbinperl-found-running;-none-killed.html</link>

    <description>
        The error &quot;Reloading SpamAssassin Mail Filter Daemon: No /usr/bin/perl found running; none killed&quot; or &quot;Stopping SpamAssassin Mail Filter Daemon: No /usr/bin/perl found running; none killed&quot; is shown both on reload and on stopping Spammassassin when the spamd can&#039;t be stopped and therefore the action will fail.&lt;br /&gt;&lt;br /&gt;One cause of this error might be a non existing PID-File.&lt;br /&gt;To know where to search the PID-File for Spamassassin look at /etc/default/spamassassin:&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# Pid file&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# Where should spamd write its PID to file? If you use the -u or&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# --username option above, this needs to be writable by that user.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# Otherwise, the init script will not be able to shut spamd down.&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #007800;&quot;&gt;PIDFILE&lt;/span&gt;=&lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;/var/run/spamassasin/spamd.pid&amp;quot;&lt;/span&gt;&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;There is the path given where the PID-File shall be stored.&lt;br /&gt;Lets see if it exists and if its writable for the user running spamd:&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;ls&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-l&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;var&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;run&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;spamassasin&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;et voilà, in my case with Ubuntu 10.04 Server the folder was missing.&lt;br /&gt;So I just created a new one.&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;mkdir&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;var&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;run&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;spamassasin&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;To finish this stop spamd by your own hand and restart it&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; pgrep &lt;span style=&quot;color: #660033;&quot;&gt;-l&lt;/span&gt; spam&lt;br /&gt;&amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;1234&lt;/span&gt; spamd&lt;br /&gt;&amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;1235&lt;/span&gt; spamd&lt;br /&gt;&amp;#160;&lt;span style=&quot;color: #000000;&quot;&gt;1236&lt;/span&gt; spamd&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;kill&lt;/span&gt; &lt;span style=&quot;color: #000000;&quot;&gt;1234&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# or as alternative&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;killall&lt;/span&gt; spamd&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; service spamassasin start&lt;br /&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# or for older Ubuntu&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;etc&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;init.d&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;spamassassin start&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Now the PID-File should be in Place and everything working well (hopefully).&lt;/p&gt;

 
    </description>
</item>
<item>
    <title>Ubuntu 10.04 + XBMC inkl. VDPAU, Compiz &amp; X10 Fernbedienung auf Acer Revo 3610 mit erhalt von Windows 7</title>
    <link>http://blog.azieger.de/archives/4-Ubuntu-10.04-+-XBMC-inkl.-VDPAU,-Compiz-X10-Fernbedienung-auf-Acer-Revo-3610-mit-erhalt-von-Windows-7.html</link>

    <description>
        Hier ist eine Zusammenfassung, wie ich meinen Acer Revo 3610 mit Ubuntu 10.04 und Windows7 zum laufen bekommen habe.&lt;br /&gt;Dabei natürlich mit VDPAU für smoothen Filmgenuss &lt;img src=&quot;http://blog.azieger.de/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;h2 id=&quot;toc0&quot;&gt;Vorbereitungen &lt;br /&gt;&lt;/h2&gt;
 - USB-Stick mit Live-System von Ubuntu&lt;br /&gt; - Externe HDD für Sicherungen (optional)&lt;br /&gt; - Windows7 image oder Windows7 CD&lt;br /&gt; - Zweiter USB-Stick mit Windows7 (optional)&lt;br /&gt;&lt;br /&gt;&lt;h2 id=&quot;toc1&quot;&gt;Partitionen &lt;br /&gt;&lt;/h2&gt;
   Gerät  boot.     Anfang        Ende     Blöcke   Id  System&lt;br /&gt;/dev/sda1               1        1785    14336000   27  Unbekannt&lt;br /&gt;/dev/sda2   *        1785        1798      102400    7  HPFS/NTFS&lt;br /&gt;/dev/sda3            1798       11107    74771456    7  HPFS/NTFS&lt;br /&gt;/dev/sda4           11107       19458    67078144    7  HPFS/NTFS&lt;br /&gt;Die erste Partition (/dev/sda1) auf der Platte ist eine Recovery-Partition, da der Revo kein optisches Laufwerk besitzt. Der Name der Partition ist PQSERVICE.&lt;br /&gt;&lt;br /&gt;Die zweite ist eine winzige Partition, die zum Booten von Windows7 missbraucht wird.&lt;br /&gt;&lt;br /&gt;Darauf folgt die Partition ACER (/dev/sda3) auf der Windows7 installiert ist.&lt;br /&gt;&lt;br /&gt;Und zum Schluss ist da noch DATA (/dev/sda3). Hier ist noch nichts drauf aber es soll wohl unsere Daten enthalten &lt;img src=&quot;http://blog.azieger.de/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;Das Problem hierbei ist, dass alle Platten als Primär deklariert sind und somit die 4 Plätze für primäre Partitionen belegt sind. Da ich aber meine /boot-Partition mit den Bootinformationen für Linux primär haben möchte muss eins weg. Ja richtig die Recovery muss dran glauben.&lt;br /&gt;&lt;br /&gt;&lt;h2 id=&quot;toc2&quot;&gt;Ubuntu Live starten &lt;br /&gt;&lt;/h2&gt;
Schnell nen Bootfähigen USB-Stick mit Ubuntu erstellen und ab ins Livesystem booten. Hierfür wird F12 gedrückt während des BIOS-Screens.&lt;br /&gt;Für alles weitere wird ein Terminal benötigt, also Anwendungen/Zubehör/Terminal, oder Strg+Alt+F1 (Strg+Alt+F7/8 um wieder in die grafische Umgebung zu kommen). Alle Befehle werden dort eingegeben.&lt;br /&gt;&lt;br /&gt;&lt;h2 id=&quot;toc3&quot;&gt;Recovery Partition sichern (optional)&lt;br /&gt;&lt;/h2&gt;
Da ich ungern etwas einfach Wegschmeiße, was evtl. irgendwann noch mal gebraucht wird, sichere ich mir auch diese tolle Recovery. Ich habe keine Ahnung was drauf ist und man kann Windows7 auch mitm USB-Stick installieren oder Recovern, aber was solls.&lt;br /&gt;&lt;br /&gt;Also externe Festplatte anschließen und mounten. Ich nehme hier nun beispielhaft /dev/sdc als Device (/dev/sdb ist der Stick) und /mnt als Mountpunkt. Wenn eure Platte per Automount einspringt, dann könnt ihr den Mountpunkt mittels mount erfahren oder mittels sudo umount /dev/sdc1 wieder unmounten.&lt;br /&gt;Folgendes mountet nun die Platte unter /mnt&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;mount&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;dev&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;sdc1 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;mnt&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Erst mal kurz nen Verzeichnis anlegen in das das Backup hinein kommt.&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# wenn ihr mit dem normalen User Schreibrechte auf der Platte habt&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;mkdir&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;mnt&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;backup&lt;br /&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# falls ihr keine Schreibrechte habt&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;mkdir&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;mnt&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;backup&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;chmod&lt;/span&gt; 0777 &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;mnt&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;backup&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Nun wollen wir uns erst mal die Partitionsgrößen etc. merken, falls wir es später wiederherstellen wollen. &lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; fdisk &lt;span style=&quot;color: #660033;&quot;&gt;-l&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;mnt&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;backup&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;partitionstable.txt&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Nun zum eigentlichen Kopieren. &lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;dd&lt;/span&gt; &lt;span style=&quot;color: #007800;&quot;&gt;if&lt;/span&gt;=&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;dev&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;sda1 &lt;span style=&quot;color: #007800;&quot;&gt;of&lt;/span&gt;=&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;mnt&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;backup&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;sda1.img &lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Das dauert ne weile, aber danach ist ein Image erstellt, dass ihr auch mounten könntet.&lt;br /&gt;&lt;br /&gt;&lt;h2 id=&quot;toc4&quot;&gt;Partitionen verschieben &lt;br /&gt;&lt;/h2&gt;
Nun wollen wir Platz machen für die Ubuntu-Installation.&lt;br /&gt;Ich benutze dafür GParted. Das wird gestartet mit entweder&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; gparted&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;oder über System/Systemverwaltung/GParted&lt;br /&gt;&lt;div class=&quot;serendipity_imageComment_right&quot; style=&quot;width: 109px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a class=&quot;serendipity_image_link&quot; title=&quot;partitions.png&quot; href=&#039;http://blog.azieger.de/uploads/Images/Revo/partitions.png&#039; onclick=&quot;F1 = window.open(&#039;/uploads/Images/Revo/partitions.png&#039;,&#039;Zoom&#039;,&#039;height=475,width=788,top=295,left=453.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:1 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;109&quot; height=&quot;65&quot;  src=&quot;http://blog.azieger.de/uploads/Images/Revo/partitions.serendipityThumb.png&quot; title=&quot;partitions.png&quot; alt=&quot;Partitionen zur Ubuntuinstallation&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Die Partionen wie sie vor der Installation sein sollten&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;Dort angelangt löscht ihr die erste Partition PQService.&lt;br /&gt;Dann verschiebt ihr zweite und dritte Partition nach oben, also die boot und die Acer Partition.&lt;br /&gt;Ich habe nun auch noch die Acer-Partition drastisch verkleinert, da ich wenig Windows benutze.&lt;br /&gt;Nun wird die DATA-Partition gelöscht.&lt;br /&gt;Als nächstes wird eine neue primäre Partition mit ext2 erstellt, die nicht groß sein muss (hab 500mb gewählt). Dies wird die Bootpartition für Linux.&lt;br /&gt;Dann wird eine neue extended Partition erstellt, die den gesamten übrigen Speicher nimmt.&lt;br /&gt;In dem extended Bereich wird eine Partition mit ext4 erstellt für das Root-System. Ich habe dafür 20gb gewählt, da ich recht fette Pakete installiert habe.&lt;br /&gt;Dann wird eine Swap-Partition erstellt. Die beste Größe dafür googled ihr am besten... Ich nehme immer die einfache Größe meines Rams.&lt;br /&gt;Als letztes wird noch eine ext4 Partition erstellt auf die /home kommt, also eure Daten unter Linux.&lt;br /&gt;&lt;br /&gt;Da ich wie gesagt nur sehr wenig Windows7 benutze (eigentlich gar nicht so wirklich) habe ich auch keine Datenpartition für Windows. Ihr könntet natürlich noch den letzten Bereich in /home und Daten für Windows aufteilen.&lt;br /&gt;&lt;br /&gt;Versichert euch noch mal, dass sda in keinster weise gemountet ist.&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;mount&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;|&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;grep&lt;/span&gt; sda&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;Dieser Befehl sollte euch nichts zeigen. (Ich selbst vergesse es immer wieder und dann gibts Fehler und und und -.- )&lt;br /&gt;Dann müssen die Änderungen angewendet werden.&lt;br /&gt;ACHTUNG: Danach wird Windows7 erst mal NICHT mehr booten!&lt;br /&gt;Das lösen wir später aber auch noch auf.&lt;br /&gt;&lt;br /&gt;Nun warten bis alles fertig ist. Es kann evtl. nötig werden neu in das Live-System zu booten.&lt;br /&gt;&lt;br /&gt;&lt;h2 id=&quot;toc5&quot;&gt;Ubuntu Installieren &lt;br /&gt;&lt;/h2&gt;
Betätigt nun den schönen Button Ubuntu installieren.&lt;br /&gt;Folgt den Anweisungen, bis es zur Aufteilung der Partitionen kommt.&lt;br /&gt;Dort wählt ihr die manuelle Variante. Und dann weißt ihr dort die Partitionen zu, wie bereits vorbereitet.&lt;br /&gt;In meinem Fall war es:&lt;br /&gt;-Acer-Partition benutzen als NTFS mit mountpoint /windows&lt;br /&gt;-500mb Partition benutzen als ext2 mit mountpoint /boot&lt;br /&gt;-20gb Partition benutzen als ext4 mit mountpoint /&lt;br /&gt;-Swap wird automatisch benutzt&lt;br /&gt;-XXgb (noch übrige) benutzen als ext4 mit mountpoint /home&lt;br /&gt;(evtl noch weitere für die Windowsgeschichten, wenn ihr die eingerichtet habt)&lt;br /&gt;&lt;br /&gt;Warten bis es fertig ist &lt;img src=&quot;http://blog.azieger.de/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;h2 id=&quot;toc6&quot;&gt;Ubuntu ausprobieren &lt;br /&gt;&lt;/h2&gt;
Ab jetzt solltet ihr den grub-bootloader bekommen, wenn ihr neu starten.&lt;br /&gt;Ubuntu kann auch gestartet und bereits benutzt werden.&lt;br /&gt;Allerdings funktioniert Windows7 noch nicht &lt;img src=&quot;http://blog.azieger.de/templates/default/img/emoticons/sad.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;h2 id=&quot;toc7&quot;&gt;Windows7 Recovern &lt;br /&gt;&lt;/h2&gt;
Nun muss Windows7 wieder bootfähig gemacht werden.&lt;br /&gt;&lt;br /&gt;Also wird sich der zweite USB-Stick gegriffen, den man mit Windows7 vorbereitet habt, oder ihr habt wie ich nur einen USB-Stick zur Hand und müsst diesen nun erst frei machen und dann vorbereiten.&lt;br /&gt;&lt;br /&gt;Es wird evtl. danach noch mal ein Ubuntu-Live-System benötigt, um Grub wieder zu aktivieren.&lt;br /&gt;&lt;br /&gt;Kramt das Windows7 image oder die CD raus.&lt;br /&gt;&lt;br /&gt;Nun erst mal einen Stick mit Windows7 erstellen.&lt;br /&gt;- Mit GParted als NTFS formatieren&lt;br /&gt;- Die Makierung Boot der Partition setzen&lt;br /&gt;- Daten vom Image oder der CD auf den Stick kopieren&lt;br /&gt;&lt;br /&gt;Den Stick einstecken und davon booten.&lt;br /&gt;&lt;br /&gt;Sprache wählen und zum nächsten Schritt gehen.&lt;br /&gt;Dann die Reparieren Option wählen.&lt;br /&gt;&lt;br /&gt;In meinem Fall hat es gleich nach Fehlern gesucht und Fehler beim booten gefunden.&lt;br /&gt;Die konnte es sofort reparieren und hat neu gestartet.&lt;br /&gt;&lt;br /&gt;Zu meiner Überraschung kam nach dem Booten wieder Grub. Aber Windows7 startete einwandfrei.&lt;br /&gt;Also alles gut.&lt;br /&gt;&lt;br /&gt;In einem früheren Fall war es aber nicht ganz so simpel, so dass der Grub im MBR überschrieben wurde.&lt;br /&gt;Passiert dies, so muss nach der Wiederherstellung von Windows noch mal mit Ubuntu-Live gearbeitet werden, um Grub wiederherzustellen.&lt;br /&gt;Die genauen Schritte kann ich nun leider nicht mehr nennen.&lt;br /&gt;&lt;br /&gt;Nun läuft also Windows7 fröhlich neben Ubuntu.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h2 id=&quot;toc8&quot;&gt;Ubuntu Konfigurieren &lt;br /&gt;&lt;/h2&gt;
Windows7 interessiert mich nun erst mal nicht mehr, also wird Ubuntu gebootet&lt;br /&gt;Zunächst wollen wir 3D-Hardwarebeschleunigung.&lt;br /&gt;Deshalb können wir leider nicht den schönen Nouveau-Treiber benutzen, der kms unterstützt, aber noch keine 3D-Beschleunigung...&lt;br /&gt;Deshalb wird unser Bootscreen erst mal hässlich sein. Mit paar Tweaks auch mit höherer Auflösung, aber leider nicht beschleunigt.&lt;br /&gt;Den proprietären Treiber von nVidia kann man über System/Systemverwaltung/Hardware-Treiber schön einfach installieren.&lt;br /&gt;Er wird dann auch seit Ubuntu 10.04 schön automatisch mit aktualisiert.&lt;br /&gt;&lt;br /&gt;Nach nem X-Server-Neustart haben wir also schön beschleunigte 3D-Grafik.&lt;br /&gt;&lt;br /&gt;Nun wollen wir XBMC. Da wir die Variante mit VDPAU wollen und natürlich immer schön aktuell sein wollen nehmen wir das PPA vom XBMC-Team.&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; add-apt-repository ppa:team-xbmc&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;ppa&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;apt-get&lt;/span&gt; update&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;apt-get&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;install&lt;/span&gt; xbmc-standalone&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Nun mal kurz testen ob xbmc läuft.&lt;br /&gt;&lt;br /&gt;Noch haben wir das Problem, dass HD-Filme nicht gut laufen. Das liegt daran, dass VDPAU noch nicht läuft und die Grafikkarte dem CPU nichts abnimmt.&lt;br /&gt;Also brauchen wir die VDPAU-Bibliothek&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;apt-get&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;install&lt;/span&gt; libvdpau1&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Nun muss in XBMC unter Settings/Video/Playback/Rendering Method die Methode auf VDPAU gestellt werden.&lt;br /&gt;Und nun sollten auch die HD-Filme wunderbar laufen. &lt;br /&gt;&lt;br /&gt;&lt;h2 id=&quot;toc9&quot;&gt;HDMI Sound &lt;br /&gt;&lt;/h2&gt;
Zunächst muss unter System/Einstellungen/Klang unter Hardware das Profil Digital Stereo (HDMI) Output + Analog Stereo Input gewählt werden.&lt;br /&gt;Noch gibts aber immer noch keinen Sound.&lt;br /&gt;In der Konsole muss nun folgendes eingegeben werden&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;alsamixer&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;Hier sind die S/PDIF auf mute gesetzt. Interessanterweise ist S/PDIF 1 der HDMI Ausgang. Also wird mittels der Pfeiltasten der Eintrag markiert und mittels &quot;m&quot; unmuted.&lt;br /&gt;Tada nun sollte man Sound haben.&lt;br /&gt;Escape zum beenden.&lt;br /&gt;&lt;br /&gt;&lt;h2 id=&quot;toc10&quot;&gt;Fernbedienung X10 (Lirc) &lt;br /&gt;&lt;/h2&gt;
&lt;a class=&quot;serendipity_image_link&quot; title=&quot;lircconfig1.png&quot; href=&#039;http://blog.azieger.de/uploads/Images/Revo/lircconfig1.png&#039; onclick=&quot;F1 = window.open(&#039;/uploads/Images/Revo/lircconfig1.png&#039;,&#039;Zoom&#039;,&#039;height=485,width=676,top=290,left=509.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:2 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;110&quot; height=&quot;78&quot;  src=&quot;http://blog.azieger.de/uploads/Images/Revo/lircconfig1.serendipityThumb.png&quot; title=&quot;lircconfig1.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;a class=&quot;serendipity_image_link&quot; title=&quot;lircconfig2.png&quot; href=&#039;http://blog.azieger.de/uploads/Images/Revo/lircconfig2.png&#039; onclick=&quot;F1 = window.open(&#039;/uploads/Images/Revo/lircconfig2.png&#039;,&#039;Zoom&#039;,&#039;height=477,width=674,top=294,left=510.5,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:3 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;110&quot; height=&quot;77&quot;  src=&quot;http://blog.azieger.de/uploads/Images/Revo/lircconfig2.serendipityThumb.png&quot; title=&quot;lircconfig2.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;br /&gt;Die X11 Fernbedienung wird mittels Lirc erkannt.&lt;br /&gt;Also installieren und konfigurieren wir Lirc&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;apt-get&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;install&lt;/span&gt; lirc lirc-x&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;Dann wird das ganze Konfiguriert und es wird erst ATI/NVidia X10 RF (userspace) gewählt und dann im nächsten Schritt None.&lt;br /&gt;&lt;br /&gt;Mit&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;irw&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;kann getestet werden, ob die Signale empfangen werden.&lt;br /&gt;&lt;br /&gt;Jetzt müssen noch die Lirc-Konfigurationen von xbmc angepasst werden.&lt;br /&gt;Dazu dienen die beiden Dateien ~/.xbmc/userdata/Lircmap.xml und ~/.xbmc/userdata/keymaps/Keyboard.xml.&lt;br /&gt;Meine könnt ihr natürlich haben: &lt;a href=&quot;http://blog.azieger.de/uploads/Images/Revo/Lircmap.xml&quot; title=&quot;Lircmap.xml&quot; target=&quot;_blank&quot;&gt;Lircmap.xml&lt;/a&gt; , &lt;a href=&quot;http://blog.azieger.de/uploads/Images/Revo/Keyboard.xml&quot; title=&quot;Keyboard.xml&quot; target=&quot;_blank&quot;&gt;Keyboard.xml&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Nun sollte xbmc auf die Eingaben mit der Fernbedienung reagieren.&lt;br /&gt;&lt;br /&gt;Ich starte xbmc nicht automatisch und wollte deshalb mit der Fernbedienung xbmc starten können. Die Vorbedingung (lirc-x) dazu haben wir mit der apt-get-Zeile weiter oben bereits installiert. &lt;br /&gt;Als erstes erstellen wir die .lircrc im Home-Verzeichnis&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-e&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;#! lircrcd &lt;span style=&quot;color: #000099; font-weight: bold;&quot;&gt;\n&lt;/span&gt;include ~./lirc/common&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; ~&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;.lircrc&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Dann müssen wir noch die Keys konfigurieren. Das machen wir in lirc/common&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;gedit ~&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;lirc&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;common&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Die Datei sieht bei mir so aus&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# XBMC&lt;/span&gt;&lt;br /&gt;begin&lt;br /&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; prog = irexec&lt;br /&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; button = Video&lt;br /&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; config = &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#91;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-z&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;pgrep xbmc&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#93;&lt;/span&gt;; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;then&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;xbmc &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;amp;&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;fi&lt;/span&gt;&lt;br /&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; repeat = &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;&lt;br /&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; delay = &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;&lt;br /&gt;end&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# Standby without xbmc&lt;/span&gt;&lt;br /&gt;begin&lt;br /&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; prog = irexec&lt;br /&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; button = Power&lt;br /&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; button = Power&lt;br /&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; config = &amp;#160;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;if&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#91;&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-z&lt;/span&gt; $&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;pgrep xbmc&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#93;&lt;/span&gt;; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;then&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;pmi action &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;suspend&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;amp;&lt;/span&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;fi&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;amp;&lt;/span&gt;&lt;br /&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; repeat = &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;&lt;br /&gt;&amp;#160; &amp;#160; &amp;#160; &amp;#160; delay = &lt;span style=&quot;color: #000000;&quot;&gt;0&lt;/span&gt;&lt;br /&gt;end&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Hierbei wird definiert, dass bei dem Video-Button xbmc starten soll, wenn dies nicht bereits läuft. Ich habe keinen anderen zufriedenstellenden Weg gefunden, als pgrep zu benutzen, um es nicht doppelt zu starten. Habe ein wenig mit den modes rum experimentiert, und es gibt bestimmt eine bessere Lösung, aber ich habe sie nicht gefunden. Wer eine bessere hat: Ich würde mich über Infos freuen.&lt;br /&gt;&lt;br /&gt;Als zweites wird mit einem Doppelklick auf den Power-Button definiert, dass wenn XBMC nicht läuft, der Revo in den Standby versetzt werden soll.&lt;br /&gt;Testen könnt ihr das mit&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;irexe&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Ist alles stimmig sollte irexe -d in die Startprogramme eingetragen werden unter System/Einstellungen/Startprogramme.&lt;br /&gt;&lt;br /&gt;&lt;h2 id=&quot;toc11&quot;&gt;Wake On USB &lt;br /&gt;&lt;/h2&gt;
&lt;br /&gt;Um den Revo mit Maus oder Tastatur aus dem Standby aufzuwecken müssen wir noch Ubuntu sagen, dass wir dies erlauben wollen. Außerdem müssen wir im BIOS sichergehen, dass WakeOnUSB enabled ist.&lt;br /&gt;&lt;br /&gt;Ausprobieren können wir das mit&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sh&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-c&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&#039;echo &amp;quot;USB0&amp;quot; &amp;gt; /proc/acpi/wakeup&#039;&lt;/span&gt;&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;Nun sollte der Revo per USB aus dem Standby geholt werden können... bis zum nächsten Neustart.&lt;br /&gt;&lt;br /&gt;Um das ganze persistent zu machen müssen wir das in die rc.local schreiben.&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; gedit &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;etc&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;rc.local &lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# oder sudo nano /etc/rc.local&lt;/span&gt;&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Und dann in der Zeile vor exit 0 folgendes hinschreiben&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;echo&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;USB0&amp;quot;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;proc&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;acpi&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;wakeup&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Mit der Fernbedienung kann der Revo auch aufgeweckt werden... aber interessanter Weise nicht mehr nach einiger Zeit im Standby. Wenn jemand weiß, warum es nach einiger Zeit nicht mehr funktioniert (ich schätze irgend ein tieferer Schlaf der USB-Geräte und somit empfängt der Receiver nicht mehr) und/oder weiß wie es zu umgehen ist, der möge mir doch bitte schreiben.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;h2 id=&quot;toc12&quot;&gt;Eyecandy Compiz ohne Tear &lt;br /&gt;&lt;/h2&gt;
Für schöne Effekte kann Compiz aktiviert werden.&lt;br /&gt;Allerdings fällt dann sehr schnell auf, dass es zu Tear-Effekten kommt beim schauen von Videos.&lt;br /&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Screen_tearing&amp;lt;br&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;http://en.wikipedia.org/wiki/Screen_tearing&amp;lt;br&lt;/a&gt; /&gt;Aber auch das kann behoben werden. Erst mal muss der Compizconfig-Settings-Manager her&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;apt-get&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;install&lt;/span&gt; compizconfig-settings-manager&lt;br /&gt;ccsm&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;Mit ccsm wird dieser gestartet. Nun unter Allgemeine Optionen bei Tab Display Settings ein Harken bei &quot;Mit VBlank synchronisieren&quot;.&lt;br /&gt;&lt;br /&gt;Jetzt wieder XBMC starten und unter Settings/System/Video Output schauen, dass Vertical blank sync enabled ist. &lt;br /&gt;&lt;br /&gt;Nun sollten auch die Tear-Effekte ein Ende haben&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Referenzen:&lt;br /&gt;&lt;a href=&quot;http://www.loggn.de/ubuntu-lirc-xbmc-mit-pc-funkfernbedienung-x10-steuern/&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;http://www.loggn.de/ubuntu-lirc-xbmc-mit-pc-funkfernbedienung-x10-steuern/&lt;/a&gt; &lt;br /&gt;&lt;a href=&quot;http://wiki.xbmc.org/index.php?title=Ubuntu_Suspend_/_Wake#Enable_Wake_on_USB_Activity&quot; onclick=&quot;window.open(this.href, &#039;_blank&#039;); return false;&quot;&gt;http://wiki.xbmc.org/index.php?title=Ubuntu_Suspend_/_Wake#Enable_Wake_on_USB_Activity&lt;/a&gt; &lt;br /&gt;&lt;br /&gt;Einige Quellen sind leider in Vergessenheit geraten &lt;img src=&quot;http://blog.azieger.de/templates/default/img/emoticons/sad.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;p&gt;Viel Spaß beim Filme genießen.&lt;/p&gt;

 
    </description>
</item>
<item>
    <title>Upgrade eines VServer von Ubuntu 8.04 zu 10.04 in eingeschränkten xen-Umgebungen</title>
    <link>http://blog.azieger.de/archives/3-Upgrade-eines-VServer-von-Ubuntu-8.04-zu-10.04-in-eingeschraenkten-xen-Umgebungen.html</link>

    <description>
        Hat man keinen physikalischen Zugriff auf den Server und die Wahl des Kernels, so ist es unter Umständen schwierig den Server von Ubuntu 8.04 auf 10.04 upzugraden.&lt;br /&gt;Wenn, wie in meinem Fall, der Serverbetreiber es nicht ermöglicht den Kernel selbst zu wechseln, also der Kernel außerhalb des zugreifbaren Dateisystems liegt durch die Konfiguration des xen-Servers, wird der Server nach einem simplen Upgrade nicht mehr booten können. Kann allerdings über z.B. ein Webinterface 10.04 per Neuinstallation auf dem Server installiert werden, so gibt es einen anderen Weg dennoch zu upgraden.&lt;br /&gt;&lt;br /&gt;Das Problem liegt hierbei darin, dass Ubuntu 10.04 nicht mit einem älteren Kernel starten kann.&lt;br /&gt;Der neue Kernel wird aber (zwangsweise) installiert, wenn 10.04 neu installiert wird.&lt;br /&gt;&lt;br /&gt;Lösen können wir das Dilemma, wenn wir erst Upgraden, nicht rebooten, ein Backup ziehen, Ubuntu 10.04 neu installieren und dann das Backup wieder einspielen.&lt;br /&gt;&lt;br /&gt;Also kurz noch mal die Situation:
&lt;ul class=&quot;bb-list-unordered&quot;&gt;&lt;li class=&quot;bb-listitem&quot;&gt; Kein Zugriff auf den Kernel (z.B. in xen-Umgebung)&lt;/li&gt;
&lt;li class=&quot;bb-listitem&quot;&gt; 10.04 Neuinstallation über (Web)-Interface verfügbar&lt;/li&gt;
&lt;li class=&quot;bb-listitem&quot;&gt; Rettungssystem über (Web)-Interface startbar&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;Für das Backup werde ich dd und ssh benutzen. In meinem Fall steht mir ein Rettunssystem zur Verfügung, in dem mein Server als Ordner gemountet wird.&lt;br /&gt;&lt;br /&gt;ACHTUNG: Falls was schief geht, bootet euer Server evtl. nicht mehr! Macht vorher auch ein Backup!&lt;br /&gt;&lt;br /&gt;Also fangen wir an. Erst mal das System updaten.&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;apt-get&lt;/span&gt; update&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;apt-get&lt;/span&gt; upgrade&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;Dann das System upgraden (evtl. wollt ihr noch ein Backup vorher machen, falls es dennoch nicht klappt). &lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; do-release-upgrade &lt;span style=&quot;color: #660033;&quot;&gt;--proposed&lt;/span&gt;&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Dann den Anweisungen folgen. Dies wird sicher einige Zeit dauern...&lt;br /&gt;Der Server wird NICHT mehr booten können, solltet ihr jetzt neu starten.&lt;br /&gt;Ich habe nun das Backup beim noch laufenden System gemacht, da in einem vorangegangenem Versuch das Rettungssystem nicht mehr richtig wollte, bis ich neu Installiert habe.&lt;br /&gt;Also dann jetzt das Backup machen&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# Herausfinden, welches Device wir Backupen müssen&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;mount&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;dev&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;xvda1 on &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt; &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;type&lt;/span&gt; ext3 &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;rw,noatime,nodiratime,&lt;span style=&quot;color: #007800;&quot;&gt;errors&lt;/span&gt;=remount-ro&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;br /&gt;...&lt;br /&gt;&lt;span style=&quot;color: #666666; font-style: italic;&quot;&gt;# Backup starten&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;dd&lt;/span&gt; &lt;span style=&quot;color: #007800;&quot;&gt;if&lt;/span&gt;=&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;dev&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;xvda1 &lt;span style=&quot;color: #007800;&quot;&gt;bs&lt;/span&gt;=1M &lt;span style=&quot;color: #000000;&quot;&gt;2&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; dd_msg &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;|&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;gzip&lt;/span&gt; &lt;span style=&quot;color: #660033;&quot;&gt;-c&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;|&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;ssh&lt;/span&gt; user&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;@&lt;/span&gt;backupserver.de &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;cat /path/to/backup.img.bz&amp;quot;&lt;/span&gt;&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Und weil das einige Zeit brauchen kann und dd nicht gerade gesprächig ist, öffnen wir eine weitere ssh-Verbindung und können dann das Vorgehen verfolgen. Dafür habe ich den stderr in die Datei dd_msg umgeleitet.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;pgrep &lt;span style=&quot;color: #660033;&quot;&gt;-l&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&#039;^dd$&#039;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #000000;&quot;&gt;12345&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;dd&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;watch&lt;/span&gt; &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;kill -USR1 12345 &amp;amp;&amp;amp; tail dd_msg&amp;quot;&lt;/span&gt;&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Sobald das fertig ist, können wir den Server runter fahren.&lt;br /&gt;Nun muss das neue Ubuntu 10.04 System installiert werden.&lt;br /&gt;Ist die Installation fertig, so wird das Recoverysystem gestartet.&lt;br /&gt;Nun wird das Backup wieder eingespielt.&lt;br /&gt;&lt;br /&gt;Zunächst im Rettungssystem das Device herausfinden, dann auf dem Backupserver das Backup schicken.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;ssh&lt;/span&gt; user&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;@&lt;/span&gt;recovery.system&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;mount&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;dev&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;xvda1 on &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;rescue &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;type&lt;/span&gt; ext3 &lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#40;&lt;/span&gt;rw,noatime,nodiratime,&lt;span style=&quot;color: #007800;&quot;&gt;errors&lt;/span&gt;=remount-ro&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;&amp;#41;&lt;/span&gt;&lt;br /&gt;...&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;umount&lt;/span&gt; &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;dev&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;xvda1&lt;br /&gt;&lt;span style=&quot;color: #7a0874; font-weight: bold;&quot;&gt;exit&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;ssh&lt;/span&gt; user&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;@&lt;/span&gt;backup.system&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;dd&lt;/span&gt; &lt;span style=&quot;color: #007800;&quot;&gt;if&lt;/span&gt;=&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;path&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;to&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;/&lt;/span&gt;backup.img.bz &lt;span style=&quot;color: #000000;&quot;&gt;2&lt;/span&gt;&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;&amp;gt;&lt;/span&gt; dd_msg &lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;|&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;ssh&lt;/span&gt; user&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;@&lt;/span&gt;recovery.system &lt;span style=&quot;color: #ff0000;&quot;&gt;&amp;quot;gzip -cd | dd of=/dev/xvda1&amp;quot;&lt;/span&gt;&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Wenn nun der Server neu gestartet wird, sollte das Upgrade vollzogen sein und alle Daten wieder verfügbar.&lt;br /&gt;&lt;br /&gt;Allerdings läuft so einiges noch nicht rund. Das liegt daran, dass noch die falschen Kernelmodule installiert sind.&lt;br /&gt;Diese müssen noch installiert werden.&lt;br /&gt;&lt;br /&gt;&lt;div class=&quot;bash geshi&quot; style=&quot;text-align: left&quot;&gt;&lt;br /&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;sudo&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;apt-get&lt;/span&gt; &lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;install&lt;/span&gt; linux-image-&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;`&lt;/span&gt;&lt;span style=&quot;color: #c20cb9; font-weight: bold;&quot;&gt;uname&lt;/span&gt; -r&lt;span style=&quot;color: #000000; font-weight: bold;&quot;&gt;`&lt;/span&gt; linux-image-ec2&lt;br /&gt;&amp;#160;&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Dies wird alles zum derzeitigen Kernel und des aktuellen ec2 Kernels installieren. &lt;br /&gt;In meinem Fall viel dies nicht aufeinander, aber ich habe beides installiert, falls mein Provider entscheidet den Kernel zu updaten...&lt;br /&gt;&lt;br /&gt;&lt;p&gt;Ansonsten noch viel Spaß mit dem Server&lt;/p&gt;

 
    </description>
</item>
<item>
    <title>Moin moin</title>
    <link>http://blog.azieger.de/archives/1-Moin-moin.html</link>

    <description>
        ich bin Andrej Zieger und derzeit Student an der Universität Hamburg.&lt;br /&gt;&lt;br /&gt;Diese Blog habe ich vor allem eröffnet, da es mich genervt hat, dass ich teilweise Informationen mir mühseelig wieder zusammen suchen musste, wenn ich sie längere Zeit nicht gebraucht habe.&lt;br /&gt;Vor allem war dies die Einrichtung meines Acer Revo 3610, der nach einer Reparatur völlig blank zurück kehrte.&lt;br /&gt;Und leider musste ich deutlich zu viele Quellen aufrufen, um alles wieder so hinzubekommen, wie es haben wollte (zum Glück hatte ich einiges noch im Kopf und alles andere in Bookmarks).&lt;br /&gt;Dennoch wollte ich eine Stelle haben, wo ich genau solche Sachen zusammentragen konnte. Außerdem dachte ich, dass sich andere ja an diesen Informationen auch erfreuen könnte.&lt;br /&gt;&lt;br /&gt;So kam es also zu diesem Blog.&lt;br /&gt;Ansonsten wünsche ich noch viel Spaß.&lt;br /&gt;&lt;br /&gt;Mit freundlichem Gruß, Andrej Zieger&lt;br /&gt;&lt;br /&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;

 
    </description>
</item>

</channel>
</rss>

