Category Archives: Linux
Python IBAN Berechnung
Hab mal ein kleines Python Script geschrieben, mit dem man seine IBAN berechnen lassen kann. Als Parameter nimmt es die Ktnr. u. die BLZ. Viel Spass damit. Ich schenke dieses Script der Public Domain! Grüße Thilo #!/usr/bin/python # -*- coding: … Continue reading
Ubuntu 11.10 network devices unmanaged
One day I rebooted my laptop and found me working with a system with no network devices managed. NetworkManager icon was gone. So no network at all! It turned out, that the libnss3.so wasn’t available anymore. The following commands made … Continue reading
Installing CentOS 5.6 as a guest in a XEN virtualizer
It took me three days to figure out how to install CentOS in Xen with a DVD ISO image of CentOS. All time I booted from the DVD, the DVD wasn’t found when I should select from which media I … Continue reading
git send-email and courier mysql
Today I fought with git and the addon send-email of it to send my patches. It always complained about mail authentication failed. So I debugged and debugged. In the end I did a manual smpt session with auth cram-md5 via … Continue reading
Ubuntu 10.10 amd64 and Firefox 4 Beta (currently 6)
I always got the following problem when trying to start the firefox-bin: ./firefox-bin: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory And finally I found the magic hint which helped: sudo apt-get … Continue reading
-sh: ./progam: File or Directory not found
Today I ran into the problem on a linux box: -sh: ./progam: File or Directory not found Doesn’t matter what I tried, it always dumped that §$*&#§$*@”*§*$§&/ error. So guess what it was … I was on a 64 bit … Continue reading