Trova tutti i files jpg nella directory cache più vecchi di 90 giorni:
find /var/www/html/cache/ -name "*.jpg" -type f -mtime +90 -exec ls -al {} ;
[Read More]
Trova tutte le directory più grandi di 1 Gb
du -h /var/www/html/test | grep ^[0-9.]*G
Quanti watt consuma il tuo notebook ?
sudo apt-get install powertop dstat
Staccare il pc dall’alimentazione e:
dstat --time --power --battery --battery-remain 10
Aggiungere applet system monitor su Ubuntu 12.04 Unity
sudo add-apt-repository ppa:indicator-multiload/stable-daily
sudo apt-get update && sudo apt-get install indicator-multiload
Device or resource busy
Se mentre stai cancellando un file, ti appare questo errore: device or resource busy , con un comando puoi vedere quale servizio sta utilizzando quel file:
lsof +D /path