16 Oct 2011
Understanding UNIX / Linux file system
7 Oct 2011
matar processos zombies
24 Sep 2011
A zombie process doesn't react to signals because it's not really a process at all. A zombie is already dead. Therefore it cannot be killed. ;-)
If you want too kill the parent process of zombie process then do the following:
ps xal | grep '[z]ombie' The third field on each line is the parent pid. then use normal kill command for that.
http://forums.cpanel.net/f5/how-kill-zombie-process-server-62738.html
reload inittab
7 Sep 2011
init q
tail -f /var/log/syslog
p8p67 le - problemas na suspensão
4 Sep 2011
nenhuma das soluções abaixo resolveu o problema
echo 'core' > /sys/power/pm_test
https://bbs.archlinux.org/viewtopic.php?id=117643
http://thecodecentral.com/2011/01/18/fix-ubuntu-10-10-suspendhibernate-…
listar as partilhas de uma máquina com o windows
3 Sep 2011
/usr/bin/smbclient -L HOSTNAME -U user
imprimir do linux para uma impressora no windows (utilizando os controladores do windows)
2 Sep 2011
kill
31 Aug 2011