Articles


Bad FTP mirrors with fmirror or wget? Use lftp!

Today I’ve found that my websites were not backed up as expected. I was using fmirror (v0.8.4) to get a copy from my host provider to my backup machine. Here is the command line I was using: $ fmirror -kRS -u kevin -p pass -s ftp.website.com …
➟ Read more

A/V sync problems: VLC better than Mencoder

Today I tried to transcode a bunch of videos using my favorite script. I need to do this because the videos produced with my cheap camera use Mjpeg as video codec and raw-data as audio codec. This result of incredible large files. To share my videos with friends, I transcode …
➟ Read more


Qemu commands

Some useful command to help running and setup qemu… Create an empty compressed 10 Go disk image (in qcow2 format): $ qemu-img create -f qcow2 /home/kevin/qemu-disk-image.qcow 10G Boot on your machine’s CD-Rom in qemu with previous disk image as primary HDD: $ qemu -cdrom /dev/cdrom -hda …
➟ Read more