Ubuntu Setup

Post-Install Cleanup steps

sudo apt update #update repositories
sudo apt install -f #fix broken packages
sudo apt upgrade -y …

Post-Install Miscellaneous Steps

Install gnome tweaks

sudo apt install -y gnome-tweaks

Tweaking the GUI

  1. Open …

99-Locking Down Ubuntu

  1. Set bios admin password
  2. check sudoers group, make other users non-admin
  3. delete unused / unnecessary …

Performance Tips

  • disable swap
  • enable trim
sudo apt install -y util-linux
systemctl status fstrim

check swappiness