Skip to content

Instantly share code, notes, and snippets.

@sayyidyofa
Created January 18, 2026 01:03
Show Gist options
  • Select an option

  • Save sayyidyofa/fcf2436eb8c2670351c5f68c31a9b010 to your computer and use it in GitHub Desktop.

Select an option

Save sayyidyofa/fcf2436eb8c2670351c5f68c31a9b010 to your computer and use it in GitHub Desktop.
Debloat Ubuntu Server Minimal and Install Utilities
#!/bin/bash
sudo systemctl disable --now multipathd polkit snapd packagekit unattended-upgrades
sudo apt purge -y polkitd snapd packagekit unattended-upgrades
sudo apt update
sudo apt install -y htop vim jq curl wget zip unzip iputils-ping dnsutils
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment