14 Apr 2014
scan your webserver for vulnerabilities
7 Apr 2014
fluorocarbono
26 Mar 2014
How to unrar and combine multiple RAR files in Ubuntu
14 Feb 2014
unrar x -e file.part1.rar
o resto dos ficheiros têm que estar na mesma pasta
http://www.zyxware.com/articles/636/how-to-unrar-and-combine-multiple-r…
apache seguro no debian
12 Feb 2014
sip call flow
24 Dec 2013
unmount busy device
26 Nov 2013
# umount /media/disk/
umount: /media/disk: device is busy
# fuser -m /dev/sdc1
/dev/sdc1: 538
# ps auxw|grep 538
donncha 538 0.4 2.7 219212 56792 ? SLl Feb11 11:25 rhythmbox
http://ocaoimh.ie/2008/02/13/how-to-umount-when-the-device-is-busy/