Reboot :
echo 1 > /proc/sys/kernel/sysrq
echo b > /proc/sysrq-trigger
[Read More]
Convertire un file m4a in mp3
ffmpeg -v 5 -y -i input.m4a -acodec libmp3lame -ac 2 -ab 192k output.mp3
mplayer – The color scheme has been changed
Se usate mplayer.exe su Windows 7, magari preso da http://sourceforge.net/projects/mplayerwin/files/latest/download?utm_campaign=updater&utm_medium=email&utm_source=subscribers e all’avvio di un filmato avete uno sfarfallio del video con il messaggio “The color scheme has been changed“, nessun problema, ecco la soluzione:
[Read More]
Aggiungere utente linux e cambiargli home
wget download all files from ftp
wget -r -c -nc ftp://username:password@ftp.example.com/
[Read More]