Ubuntu disk space
du -cha --max-depth=1 / | grep -E "M|G"
du -cha --max-depth=1 /var | grep -E "M|G"
sudo rm -r /tmp/*
- check this folder
/var/lib/psa/dumps
- install this
apt-get install ncdu
- run
ncdu
du -cha --max-depth=1 / | grep -E "M|G"
du -cha --max-depth=1 /var | grep -E "M|G"
sudo rm -r /tmp/*
/var/lib/psa/dumps
apt-get install ncdu
ncdu