I stumbled across some m4a files a few days ago and I really wanted them in mp3 format. The conversion itself was not that complicated, since I based my script on the previous Convert flac to mp3 post and script. The tricky pars was figuring out what decoder I needed to use on Linux.
Posts Tagged ‘script’
Să postezi automat și/sau programat pe Twitter diverse mesaje poate fi foarte util. Există multe unelte online care pot importa RSS-uri sau care permit programarea post-urilor în viitor.
The post is in English because it might interest other people than just Romanians.
This is a very simple bash script that can be used to batch convert flac files to mp3, so you can use them on your favorite “no flac” mp3 player. It decodes all flac files to wav, then uses lame to encode them as mp3.
Pe serverele de mail pe care le administrez folosesc Xmail. Suportă out of the box 90% din toate funcțiile pe care mi le doresc și poate fi extins relativ ușor cu filtre. Are o singură mare problemă: nu are un server IMAP/IMAPS. Și cum dacă vrei să accesezi mailurile fără probleme din web, de pe telefon și cu un client desktop, cam ai nevoie de IMAP, a trebuit să găsesc o variantă de a combina Xmail cu serverul IMAP/IMAPS Dovecot.
This post is in English because it might interest other people than just Romanians.
Based on my previous Xmail password decrypter, this little script will read Xmail users and will output the list in the format understood by Dovecot’s passwd-file option, with the PLAIN password scheme. It’s fairly easy to change it to support other schemes, like MD5.
If your Xmail users file is not /etc/xmail/mailusers.tab, you need to edit the file and change the path. Then you can use the script to overwrite the Dovecot’s passwd file, for example:
./xmail2dovecot.py > /etc/dovecot/passwd
Download: xmail2dovecot.py



Home




