Se avete un errore del genere sul Netapp:
Sat May 19 21:07:07 CEST [wafl.raid.incons.userdata:error]: WAFL inconsistent: bad user data block 336474968 (vvbn:95647107 fbn:50 level:0) in inode (fileid:3409596 snapid:0 file_type:1 disk_flags:0x2) in volume vol2.
[Read More]
Trovare files più vecchi di una certa data
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