The following steps are needed to use a brother scanner via network on Ubuntu 9.10:
  1. Go to the Brother driver page and download the right .deb file (32/64bit).
  2. Install the .deb file. If you just click it, gdebi will do that for you.
  3. Install gscan2pdf, a great GTK+ tool for scanning and exporting the scanned pages to various formats.
  4. Configure the scanner to be on the network. Depending on the installed printer model, the used tool will be called brsaneconfig, brscaneconfig2 or brscaneconfig3. For the MFC-7820N the command is: brsaneconfig2 -a name="Lars MFC" model="MFC-7820N" ip=192.168.1.3
    • The IP address has to be numerical, no hostname is allowed, DNS is not used.
    • The model is checked as well. If brsaneconfig complains, you better look it up on the Brother page.
    • Of course you are allowed to name your scanner whatever name you like.
There you go. ubuntuusers.de has a wiki page with detailed information on the subject (German).

Gerade hatte ich folgende Symptome: Beim verschieben eines Fensters wurde der Bildschirm schwarz. Immer, wenn ich ein Fenster, egal wie groß, hin- und herschieben wollte - zack - Bildschirm aus. Natürlich hab ich sofort an den blöden ATI Treiber gedacht, konnte aber nichts dazu finden. Also hab ich mich mal aus- und wieder eingeloggt. Danach war das Problem weg. Dafür fing das Bild im Monitor an zu zittern, als hätte er Angst. Am Anfang zuckte es nur alle paar Sekunden. Nach 1-2 Minuten war es dann ein beständiges Zappeln. Und was war's am Ende? Der DVI-Stecker war locker. Dann passiert sowas. Komischer Kram.
Update 08. März 2009
Es war wohl doch nicht der DVI-Stecker. Gestern ist es nämlich schon wieder passiert. Diesmal hab ich mit xrandr bissle am Modus rumgefingert, und plötzlich ging alles wieder. Mal sehen, wie lange.

Oh how I longed for that feature: Whenever I log into XFCE, I want my ssh key to be automatically added to my authentication agent. Although it took some time, I finally puzzled together all the pieces to make it work. So here it is. 3 simple steps to get auto-adding to work in Xubuntu karmic koala:
  1. Enable "start gnome environment" in XFCE settings
  2. Comment out the line "use-ssh-agent" in /etc/X11/Xsession.options. This prevents the ssh-agent from starting. Instead gnome-keyring-daemon's internal agent will be used. However ssh-agent would overwrite it's socket variable, so we disable it here.
  3. Place the following into your ~/.xprofile: if [ -n "$GNOME_KEYRING_PID" ]; then eval `gnome-keyring-daemon --start` export SSH_AUTH_SOCK fi
There you go. If it does not work after a re-login, leave a comment below. Further information regarding the GNOME startup process and the way gnome-keyring-daemon gets started (it's actually started twice, huh!) can be found in this bug report.

16. April 2010: Update for Lucid Lynx

Apparently my fix from above prevents things from working Lucid. Therefore, if you have problems, unset everything and it should work. Nice. It seems to be totally broken in lucid. After wasting already to much time for this, I filed a bug report about it, we'll see what happens: https://bugs.launchpad.net/ubuntu/+source/xfce4-session/+bug/564831.

Jetzt hab ich also Sub-Pixel Hinting angeschaltet und zumindest auf meinem Samsung 193P sieht es sehr schick aus. Nach etwas Rumprobieren und genauem Hinschauen sieht man, dass der Monitor RGB-Pixel hat. Für Firefox 3.5 braucht es unter Xubuntu Karmic folgenden Hack: sudo rm /etc/fonts/conf.d/10-hinting-slight.conf sudo rm /etc/fonts/conf.d/10-no-sub-pixel.conf sudo ln -s /etc/fonts/conf.available/10-hinting-medium.conf /etc/fonts/conf.d/. sudo ln -s /etc/fonts/conf.available/10-sub-pixel-rgb.conf /etc/fonts/conf.d/. sudo dpkg-reconfigure fontconfig Quelle: http://www.ubuntu-inside.me/2009/07/howto-fix-firefox-35s-font-hinting.html

Zum Bundesjugendleitertag 2009 in Ulm habe ich einen Fahrplan erstellt. Wikipedia hat mir verraten, dass das Netzspinne heißt. Nachdem ich im Netz keine Software gefunden habe, die das einfach so kann, habe ich den Plan mit Inkscape gemalt. Hier ist das Ergebnis: Fahrplan.pdf | Fahrplan.svg# Update: Mittlerweile sind die Dateien vom Server der JDAV entfernt worden. So sah das ganze in etwa aus:


Um in Linux eine große flac-Datei (z.b. von http://bt.etree.org) mit Hilfe einer .cue-Datei kleinzuhacken, gibt es das Tool shnsplit. Hier steht wie's geht: http://aidanjm.wordpress.com/2007/02/15/split-lossless-audio-ape-flac-wv-wav-by-cue-file/

Danach kann man mit soundconverter die Dateien zu mp3 konvertieren.

Danach kann man mit easytag noch die Dateinamen aus ner CDDB Datenbank importieren.

Und schon hat man tolle mp3s.

Neue Ubuntu-Versionen kommen nur noch mit cifs daher und wenn dann der Server die CIFS-Extensions nicht unterstützt, dann sieht ein "ls" innem Terminal ziemlich bunt aus. Dagegen helfen die mount-Optionen dir_mode=0755 und file_mode=0644.