Flash videos do not play anymore after update to Fedora 11

Pulse audio is blocking the audio device. If you encounter the same problem (white screen in flash plugin) just comment out all entries in /etc/alsa/pulse-default.conf.

After changing this you need to disable also pulse in mplayer (remove pulse, just leave alsa in ao=pulse, alsa in /etc/mplayer/mplayer.conf) – otherwise mplayer won’t function anymore.

Broken offlineimap in Fedora 11

The offlineimap package in Fedora 11 is somehow broken. It does not really match the python version installed and produces a lot of deprecated warnings, at least one concerning SSL and one concerning md5 library:

/usr/lib/python2.6/site-packages/offlineimap/folder/Maildir.py:23:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
import os.path, os, re, time, socket, md5

Continue reading “Broken offlineimap in Fedora 11”

EXIF-Daten von eigenen Aufnahmen mit exiftool säubern

Werden Fotos digital weitergegeben oder veröffentlicht, sollte man sich genau überlegen, welche Meta-Informationen in Form von EXIF-/IPTC/MakerNotes-Headern man zusätzlich zu den Bilddaten offenlegen will. Ansonsten kann es schnell zu unerwünschten kompromittierenden Situationen kommen. Eine Möglichkeit Metainformationen umfangreich zu bearbeiten bietet die Perl-Bibliothek exiftool.

Continue reading “EXIF-Daten von eigenen Aufnahmen mit exiftool säubern”