Skip to content

Instantly share code, notes, and snippets.

@MrSmoke
Created January 11, 2022 04:17
Show Gist options
  • Save MrSmoke/4f275d1c78e99a1e87b7b4d8ebac3b31 to your computer and use it in GitHub Desktop.
Save MrSmoke/4f275d1c78e99a1e87b7b4d8ebac3b31 to your computer and use it in GitHub Desktop.
Cleanup ubuntu server

Remove un-needed services

sudo apt purge --auto-remove snapd squashfs-tools apport

Remove cloud init

sudo dpkg-reconfigure cloud-init
sudo apt-get purge cloud-init
sudo rm -rf /etc/cloud/ && sudo rm -rf /var/lib/cloud/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment