2009/03/29
Siae, parassitismo all'opera <a href="http://www.report.rai.it/R2_popup_articolofoglia/0,7246,243%255E90082,00.html">Link</a> Puntata del 04/10/2001 IL SOTTOFONDO DELLA SIAE MILENA GABANELLI IN STUDIO Buonasera, la Siae, cos'e' la siae? E' un ente pubblico a gestione privata che si [...]
2009/03/22
#!/bin/bash # requires mplayer for i in *.wma do if [ -f "$i" ]; then rm -f "$i.wav" mkfifo "$i.wav" mplayer -quiet -vo null -vc dummy -af volume=0,resample=44100:0:1 -ao pcm:waveheader:file="$i.wav" "$i" & dest=`echo "$i"|sed -e 's/wma$/mp3/'` lame -V0 -h -b 160 --vbr-new "$i.wav" "$dest" [...]
2009/03/05
Da Guide@Debianizzati.Org. #2 Indice * 1 Introduzione * 2 Repository semplice o 2.1 La Struttura o 2.2 I file di indice o 2.3 I file di Release o 2.4 Uso del repository # 2.4.1 Uso in locale # 2.4.2 Uso in rete (http) * 3 Procedura automatizzata #2 Introduzione La creazione di un repository Debian [...]