2023 m. birželio 7 d., trečiadienis

Wach useful commands

Watch largest system files 

$ watch -n 5 -d "sudo find / -xdev -type f -size +100M | xargs ls -lah" 

Largests files in directory

$ du -h /var/log | sort -rh | head -n 10

Monitor open sockets

watch -d "ss -xls | grep dbus.sock