Queremos documentar algunos comandos útiles para el día a día de un SysAdmin / WebOps, sobre Debian/Ubuntu.
Visualizar con top solamente los procesos Apache
top -p `pidof apache2 | awk '{gsub(/[ ]/,",");print}'` top -p `pidof apache2 | sed 's/ /,/g'`
Bloquear teclado y mouse sin bloquear la pantalla
xtrlock
Saber último reboot/restart en Linux
who -b
last reboot | head -1
last -x|grep shutdown | head -1