How to clear disk space on Debian? 🢃2

This are some resources and commands to clear disk space.

  • on systemd: sudo journalctl --vacuum-size 10M
  • clean packages: sudo apt autoremove sudo apt autoclean
  • show the 10 biggest subdirs: du -sk * | sort -nr | head -10