The 15 core secrets to elevate your new Ubuntu 'Noble Numbat' to a pro level.

Congratulations on installing Ubuntu 24.04 LTS. Forget complex configurations for now. IT journalist Alex has handpicked the 15 most crucial settings. With just these simple steps, your PC will become significantly faster, more secure, and more convenient.

[Initial Essentials]

  1. Change Software Repository (for Faster Updates)

Open Software & Updates > Ubuntu Software tab, and change the 'Download from' server to one closer to your location to speed up updates.

  1. Update Your System to the Latest Version

Open a terminal (Ctrl+Alt+T) and enter this command to get all your software up to date.

sudo apt update && sudo apt upgrade -y
  1. Install Graphics Drivers

Go to Software & Updates > Additional Drivers and select the official (proprietary) drivers for your NVIDIA or AMD card. This is essential for gaming and graphics performance.

  1. Install Media Codecs

To play various video and audio formats like MP3 and AVI out of the box, enter the command below.

sudo apt install ubuntu-restricted-extras -y
  1. Enable the Firewall

Turn on the firewall with a simple command for basic security enhancement.

sudo ufw enable

[Software & Personalization]

  1. Install GNOME Tweaks

This is a must-have app if you want to customize fine details of your desktop like fonts, icons, and themes.

sudo apt install gnome-tweaks -y
  1. Enable Flatpak and Add Flathub

Add the Flathub repository to get access to a wider range of the latest applications.

sudo apt install flatpak -y
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
  1. Set Dark Mode

Navigate to Settings > Appearance and select the 'Dark' style. It's easier on the eyes.

  1. Customize the Dock

Go to Settings > Ubuntu Desktop to move the Dock to the bottom of the screen or adjust icon sizes to create a more familiar, Windows-like environment.

  1. Enable the Tiling Assistant

In Settings > Ubuntu Desktop > Enhanced Tiling, turn on the 'Tiling Assistant'. Now you can simply drag windows to the screen edges to have them neatly arranged.

[System Optimization & Conveniences]

  1. Install TLP (for Laptop Users)

Simply installing it will automatically optimize your battery life without any extra configuration.

sudo apt install tlp tlp-rdw -y
sudo tlp start
  1. Set Up System Restore (Timeshift)

Install it with sudo apt install timeshift -y, then run it to create a system snapshot. If anything goes wrong, you can easily restore to a previous state.

  1. Adjust Touchpad 'Natural Scrolling'

Go to Settings > Mouse & Touchpad and toggle the 'Natural Scrolling' option on or off to match your preferred scroll direction.

  1. Configure Power Profile

In Settings > Power, select the 'Performance' mode to maximize your PC's processing power.

  1. Manage Startup Applications

Run gnome-session-properties in the terminal and uncheck programs you don't need at boot to speed up startup times.

You are all set. Enjoy your fully optimized Ubuntu 24.04!

Share this post

Written by

Alex Jang
"Technology doesn't have to be complicated. The best tech is the kind you forget is even there."

Comments