10 Things to Do After You Install Ubuntu Linux
A fresh Ubuntu install is only the beginning. These ten steps help you secure the system, install everyday software, and avoid common pitfalls new Linux users hit on day one.
- Update everything — Run
sudo apt update && sudo apt upgradeor use Software Updater. - Enable Restricted Extras — Install media codecs for MP3, DVD, and common video formats.
- Install proprietary drivers — Open Additional Drivers for NVIDIA/AMD or Broadcom Wi‑Fi if hardware is not fully functional.
- Configure firewall — Enable UFW with
sudo ufw enablefor basic inbound protection. - Set up backups — Use Déjà Dup or rsync to external drives; test restore once.
- Install browser & sync — Add Firefox or Chrome, sign in, and import bookmarks.
- Add development tools —
build-essential, Git, and your preferred editor (VS Code, Vim, etc.). - Adjust power & display — Set screen lock, suspend behavior, and night light for laptops.
- Create a swap or zram plan — Ensure adequate memory management on low-RAM machines.
- Learn basic terminal commands —
ls,cd,chmod, andsystemctlwill save time troubleshooting.
Completing this list takes under an hour and leaves you with a stable daily-driver system. Revisit it after each LTS upgrade to keep habits consistent.
