Skip to content

Instantly share code, notes, and snippets.

@damianobarbati
Last active June 4, 2023 11:43
Show Gist options
  • Save damianobarbati/a0239c00cbfb4d873158fc503ac548d8 to your computer and use it in GitHub Desktop.
Save damianobarbati/a0239c00cbfb4d873158fc503ac548d8 to your computer and use it in GitHub Desktop.
apt - update system
apt-get update -y
apt-get upgrade -y
apt dist-upgrade -y
apt autoremove --purge -y
apt clean
do-release-upgrade
# clean logs folder
find /var/log -type f -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment