Debugging Phonon
PHONON_DEBUG=1
HTML5 Video
http://www.youtube.com/embed/VIDEO_ID
POSTFIX DROP
#!/bin/bash # Dropping emails on Postfix queue based on the sender. email="$1" mailq | grep $email | tr -d "*" | awk '{system("postsuper -d "$1)}'
PHONON_DEBUG=1
http://www.youtube.com/embed/VIDEO_ID
#!/bin/bash # Dropping emails on Postfix queue based on the sender. email="$1" mailq | grep $email | tr -d "*" | awk '{system("postsuper -d "$1)}'