Skip to content

Instantly share code, notes, and snippets.

@m-esm
Created January 16, 2021 21:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m-esm/5dbf0c3a9efbb4dacd603102f376227f to your computer and use it in GitHub Desktop.
Save m-esm/5dbf0c3a9efbb4dacd603102f376227f to your computer and use it in GitHub Desktop.
multiple command to delete cache and logs to free up disk space
sudo rm /var/lib/snapd/cache/*
sudo journalctl --vacuum-size=10M
sudo npm cache clean --force
sudo yarn cache clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment