Skip to content

Instantly share code, notes, and snippets.

@keckelt
Last active January 14, 2022 06:28
Show Gist options
  • Save keckelt/eb78cc473321771d760d533644c3358f to your computer and use it in GitHub Desktop.
Save keckelt/eb78cc473321771d760d533644c3358f to your computer and use it in GitHub Desktop.
Cleanup Script for Docker, Conda, and Ubuntu packages
#!/bin/sh
sudo apt autoremove
conda clean --all --yes
docker system prune --all --force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment