• About Us
  • Announce
  • Privacy Policy
  • Contact us
MasterTrend Info - Technology, News and Tutorials
  • HOME
    • BLOG
  • Tutorials
  • Hardware
  • Gaming
  • Mobile
  • Security
  • Windows
  • IA
  • Software
  • Networks
  • What's new
  • en_USEnglish
    • es_ESSpanish
    • pt_BRPortuguese
    • fr_FRFrench
    • it_ITItalian
    • de_DEGerman
    • ko_KRKorean
    • jaJapanese
    • zh_CNChinese
    • ru_RURussian
    • thThai
    • pl_PLPolish
    • tr_TRTurkish
    • id_IDIndonesian
    • hi_INHindi
    • arArabic
    • sv_SESwedish
    • nl_NLDutch
No result
See all results
  • HOME
    • BLOG
  • Tutorials
  • Hardware
  • Gaming
  • Mobile
  • Security
  • Windows
  • IA
  • Software
  • Networks
  • What's new
  • en_USEnglish
    • es_ESSpanish
    • pt_BRPortuguese
    • fr_FRFrench
    • it_ITItalian
    • de_DEGerman
    • ko_KRKorean
    • jaJapanese
    • zh_CNChinese
    • ru_RURussian
    • thThai
    • pl_PLPolish
    • tr_TRTurkish
    • id_IDIndonesian
    • hi_INHindi
    • arArabic
    • sv_SESwedish
    • nl_NLDutch
No result
See all results
MasterTrend Info - Technology, News and Tutorials
No result
See all results
Start Tutorials

Ubuntu settings that improve your experience: Learn the 7 secrets

MasterTrend Insights by MasterTrend Insights
August 14, 2025
in Tutorials
Reading time:8 min read
0
Ubuntu settings that improve your experience - User adjusts Ubuntu settings on a laptop: appearance, dark mode and dock, to improve the user experience.

Customize Ubuntu to enhance your experience: from Settings > Appearance, enable dark mode, choose an accent color, and adjust the dock size/auto-hide for a cleaner, faster, and more productive Linux desktop.

110
SHARED
306
Views
Share on FacebookShare on Twitter

Contents

  1. Ubuntu Settings That Improve Your Experience: 7 Key Changes!
  2. 1. Update My System
  3. 2. Customize the Appearance
  4. 3. Install GNOME Tweaks and Extensions
  5. 4. Install multimedia codecs
  6. 5. Disable Characters in GNOME Search
  7. 6. Configure the Firewall
  8. 7. Install Backup Software

Ubuntu Settings That Improve Your Experience: 7 Key Changes!

Every time I install Ubuntu, whether it's a fresh install or an upgrade, I follow a list of tweaks that I immediately apply. These are changes I always make to ensure the system feels comfortable, familiar, and efficient for me. 😌

Before we go any further, I want to clarify: this is not a list of "This You must Make.” While these settings work perfectly for my workflow, your preferences may be different. Maybe you'll find inspiration, or maybe you'll totally hate it—and that's okay! Linux, especially Ubuntu, is all about customization. 🐧

1. Update My System

The first thing I do before anything else is update everything. Why do I prioritize this? Because those updates come with security fixes, bug fixes, and sometimes even shiny new features! ✨

Additionally, sometimes, between the time the installation image is created and the time I actually install it, new updates have been released. So, running the update not only ensures I have the latest features, but also keeps my system secure. 🛡️

A Linux PC showing installed applications.

Can update your system easily through from the graphical Software Update tool, which often appears automatically. If not, or if you prefer the command line, run this in your terminal:

sudo apt update -y sudo apt upgrade -y

Here, apt update updates the list of available packages, and apt upgrade installs the new versions. The option -and just automatically says "yes" to notifications. 👍

Could I skip this? Sure. But those notification bubbles reminding me to update would just nag me until I did anyway. 🏃‍♂️💨

2. Customize the Appearance

Ubuntu's default theme is pleasant and professional, but I still prefer to customize my environment to make it more comfortable and familiar. For example, I stare at my screen for over 8 hours a day, so having a visually appealing environment isn't just about aesthetics: it also helps reduce eye strain and makes my workplace more pleasant. 🌈

Split screen with standard Ubuntu on the left and Linux-like Ubuntu on the right, with Tux next to it.

Here's how I get started: I immediately go to the Appearance settings to change the wallpaper, opt for dark mode, and adjust the accent colors, but that's just the beginning. For deeper customization, I sometimes install themes and icon packs, which requires installing GNOME Tweaks (more on that later). I typically prefer the dark theme because it's easier on my eyes, and the colorful icons offer just the right visual contrast to make navigation intuitive. 👀

3. Install GNOME Tweaks and Extensions

Want to unlock a new level of customization? Try installing GNOME Tweaks and the GNOME Extensions Manager. GNOME Tweaks is a separate application you'll need for the GNOME desktop environment that Ubuntu uses. I use it to change fonts (system-wide or for specific elements), add minimize/maximize buttons back to window title bars, and tweak appearance settings.

A screenshot showing the GNOME Tweaks settings application on Ubuntu, with keyboard and mouse options.

You can get it immediately from the Ubuntu Software Store or via the terminal with this command:

sudo apt install gnome-tweaks

Similarly, the GNOME Extensions Manager lets you manage GNOME Shell extensions. These extensions are like little add-ons for your desktop. You can find some that add weather forecasts, system monitors, alternative application menus, advanced window management, and much more. I also often download the Background Changer extension to switch between my favorite images throughout the day.

Get the Extension Manager application with this command:

sudo apt install gnome-shell-extension-manager

You can now install, manage, and explore any GNOME extension directly within the application. After installation, navigate to the Installed tab to activate any recently added extensions.

Searching for the lock screen blur extension in the GNOME extension manager.

My must-have extensions include Dash to Dock, which transforms your sidebar into a persistent dock for quick app access, and a System Monitor extension to track your system's performance. use of resources. 🚀

The sidebar on the Ubuntu desktop on a laptop monitor.
While extensions add great functionality, using too many or one that isn't well-maintained can cause instability. So, it's best to stick with a slim, well-considered selection. ⚠️

4. Install multimedia codecs

Have you ever downloaded a video file or tried to play an MP3 and found that Ubuntu simply can't play it? That's usually because it's missing the necessary codecs: small bits of software that decode various audio and video formats.

Man putting on headphones with multi-colored audio waves in the background.

The Ubuntu installer asks you if you want to install codecs during setup, and you can check a box to install them immediately. However, most of the time the installer doesn't include many video codecs by default due to licensing restrictions. Therefore, we often install them afterward by adding the ubuntu-restricted-extras package via the Multiverse repository.

To do this, simply open a terminal and run:

sudo apt install ubuntu-restricted-extras

This package bundles many common codecs (such as MP3, MP4, AVI) and useful extras like Microsoft fonts. It just makes life easier when dealing with multimedia files. 🎶

An easier way is to simply download and install the VLC media player on your Ubuntu system. VLC has most of the multimedia codecs you need to play videos smoothly. 🎥

5. Disable Characters in GNOME Search

Locating Firefox in the applications menu search.

Bueno, este es un asunto más bien personal—quizás incluso un poco específico—pero ¡me molesta! Cuando busco en GNOME, por defecto aparecen emoji y caracteres especiales. ¿; Búsqueda y desactivo Caracteres. 🤦‍♂️

Adjusting Ubuntu search settings.

Now I can search for settings or anything else without getting irrelevant characters in the search results. 🔍

Más allá de desactivar los caracteres en la búsqueda, también modifico las ubicaciones de búsqueda de archivos. Por defecto, Ubuntu busca en todas partes, lo que puede ralentizar las cosas y mostrar resultados de carpetas que rara vez uso. Voy a Configuración > Búsqueda > Ubicaciones y desmarco directorios como Imágenes y Música, ya que rara vez busco archivos multimedia por nombre.

6. Configure the Firewall

Ubuntu comes with a firewall tool called UFW (Uncomplicated Firewall), but it is generally not enabled by default on desktop installations.

A download allowed through the firewall on Linux.

For most people, leaving the firewall disabled is fine. However, if you're like me and occasionally run specific services like SSH or a web server, you'll need to open ports, which can expose you to malicious actors. In that case, you should enable and manage the firewall. 🔐

Activating it is super simple. Just open a terminal and run:

sudo ufw enable

That's usually all there is to it—set sensible defaults. You can check their status at any time with:

sudo ufw status

7. Install Backup Software

An example of Grsync, a backup tool for Linux.

Backing up your stuff isn't exactly a configuration tweak, but installing and configuring backup software is absolutely on my list of essential post-installation tasks. As with any other operating system, it's crucial to protect against hardware failure, user error, cyber threats, and system-specific issues. 🔄

Ubuntu comes with a built-in backup tool called Backups. It's simple, integrates well, and can back up your important files from your home folder to an external drive or cloud storage (like Google Drive). ☁️

Destination options in Ubuntu backups.

However, after testing numerous backup solutions, I prefer Timeshift for system backups. It offers a clean interface while using rsync under the hood when operating in RSYNC mode. To install Timeshift, run:

sudo apt install timeshift

Timeshift is different from tools that only back up your personal files. It primarily backs up your system settings and important system files. This is especially useful if you want to experiment with your system or install updates that might cause problems. 💾

A laptop with a USB drive and an external hard drive next to it, along with a backup icon.

 

Conclusion

These seven settings are small investments of time that pay off in big ways: keeping your system up-to-date and secure 🔒, tweaking the look and feel of your desktop to reduce fatigue and increase efficiency ⚙️, adding only the extensions you need, enabling multimedia codecs when you need them 🎧, and ensuring reliable backups so you can experiment without fear 🛡️.

Ubuntu shines precisely for its ability to be customizable: try out the options, keep what works for you, and discard what doesn't. ✨ If you want to continue exploring what else Ubuntu has to offer or look for additional ideas on uses and adaptations, there are good readings and communities that explain it in detail—and it's a good idea to document and present this information with good HTML and semantic tags to improve visibility in search engines.

Y si te interesa integrar apps Android o experimentar con sistemas Linux en dispositivos móviles, también hay recursos sobre esas líneas de trabajo, así como proyectos de Linux móvil como Ubuntu Touch o postmarketOS 📱.

In short: configure to protect yourself, customize to work better, and back up your data to sleep soundly 😴.

Share this:
31FacebookLinkedInPinterestXRedditTumblrBlueskyThreadsShareChatGPTClaudeGoogle AIGrok
31
SHARES
Tags: EvergreenContentLinuxTechtips
Previous Publication

ChatGPT for household chores: Solve emails and travel in 1 click

next post

AmigaOS 3.2.3: New ROM and instant improvements ⚡

MasterTrend Insights

MasterTrend Insights

Our editorial team shares a deep-dive analysis, tutorials and recommendations for getting the most out of your devices and digital tools.

RelatedPublications

WiFi Calling on iPhone. Woman showing on an iPhone the WiFi Calling option enabled in settings, guide on how to enable and use WiFi Calling on iPhone step by step.
Tutorials

WiFi Calling on iPhone: how to enable and use it

April 26, 2026
156
Advanced on-screen TV settings with brightness, contrast, sharpness, color, motion flow and HDR tone mapping configuration on a 4K UHD TV displaying a cinematic scene in high definition.
Tutorials

Advanced TV settings: what to change and what to avoid

April 7, 2026
247
iPhone call forwarding activated from settings, showing the “Call Forwarding” option enabled on the mobile phone screen.
Tutorials

iPhone call forwarding: how to activate and use it

April 27, 2026
223
Actual charging speed on your Android phone shown in a charging meter app with amperage and battery status on screen, while a woman holds the smartphone in a technology store.
Tutorials

Actual Loading Speed ​​on Your Android Phone

February 22, 2026
177
Accidental Echo Activation - Woman annoyed by the accidental activation of Alexa on an Amazon Echo speaker in a domestic living room.
Tutorials

Accidental activation of Echo on Amazon speakers

February 9, 2026
196
PNG to PDF Methods - Illustration of methods to convert PNG files to PDF, showing PNG and PDF icons with a conversion arrow between both formats.
Tutorials

PNG to PDF conversion methods: A comparison to help you choose in Windows 11

April 27, 2026
303
next post
Screenshot of AmigaOS 3.2.3 in Workbench with System, Prefs and Tools windows; update with more than 50 fixes to revive your Commodore Amiga.

AmigaOS 3.2.3: New ROM and instant improvements ⚡

5 1 vote
Article Rating
Subscribe
Access
Notify of
guest
guest
0 Comments
Oldest
Newest Most voted
Online Comments
See all comments

Stay Connected

  • 976 Fans
  • 118 Followers
  • 1.4 k Followers
  • 1.8 k Subscribers
  • Trends
  • Comments
  • Last
🖥️ How to open 'Devices and printers' in Windows 11: 4 simple steps

🌟 How to open ‘Devices and printers’ in Windows 11: ¡Amazing trick!

April 28, 2026
Windows 11 Persistent Clock

Windows 11 Persistent Clock: Options, Limits, and Real Decisions

April 28, 2026
Ethernet not working in Windows 11: 9 easy tricks

Ethernet not working in Windows 11: 3-minute solution ⚡🌐

13 November 2025
How to save game in REPO

How to save game in REPO 🔥 Discover the secret to not losing progress

7 July 2025
Features of Gmail on Android: Save time with 5 tips

Features of Gmail in Android: you 5 tricks you did not know! 📱✨

12
Repair of motherboards - Repair MotherBoards

Repair of motherboards of Laptops

10
Install Windows 11 Home without Internet

Install Windows 11 Home without Internet

10
How to backup drivers in Windows 11/10 in 4 steps!

How to backup drivers in Windows 11/10 It Prevents errors! 🚨💾

10
AMD UDNA architecture for PS6 and Xbox Next, detail of next-generation GPU chip with advanced design for high-performance gaming consoles.

UDNA architecture in PS6 and Xbox Next: more than just numbers

4 de May de 2026
FBC Firebreak Weapons: Unlock and Priorities - Tactical operators with shotguns and flamethrowers in combat surrounded by fire in intense video game scene.

FBC Firebreak Weapons: Unlocking and Priorities

May 3, 2026
Strategy Heroes Olden Era: White-haired warrior heroine making key decisions in an epic fantasy battle that change the course of the game.

Heroes Olden Era Strategy: Game-Changing Decisions

May 3, 2026
Shoring Up Defenses in Arc Raiders: real strategy with player in desert facing enemy drones in intense sci-fi tactical battle.

Shoring Up Defenses in Arc Raiders: Royal Strategy

May 3, 2026

Recent News

AMD UDNA architecture for PS6 and Xbox Next, detail of next-generation GPU chip with advanced design for high-performance gaming consoles.

UDNA architecture in PS6 and Xbox Next: more than just numbers

4 de May de 2026
117
FBC Firebreak Weapons: Unlock and Priorities - Tactical operators with shotguns and flamethrowers in combat surrounded by fire in intense video game scene.

FBC Firebreak Weapons: Unlocking and Priorities

May 3, 2026
102
Strategy Heroes Olden Era: White-haired warrior heroine making key decisions in an epic fantasy battle that change the course of the game.

Heroes Olden Era Strategy: Game-Changing Decisions

May 3, 2026
150
Shoring Up Defenses in Arc Raiders: real strategy with player in desert facing enemy drones in intense sci-fi tactical battle.

Shoring Up Defenses in Arc Raiders: Royal Strategy

May 3, 2026
108
MasterTrend Info logo

MasterTrend Info is your source of reference in technology: discover news, tutorials, and analysis of hardware, software, gaming, mobile, and artificial intelligence. Subscribe to our newsletter and don't miss any trend.

Follow us

Browse by Category

  • Gaming
  • Hardware
  • IA
  • Mobile
  • What's new
  • Networks
  • Security
  • Software
  • Tutorials
  • Windows

Recent News

AMD UDNA architecture for PS6 and Xbox Next, detail of next-generation GPU chip with advanced design for high-performance gaming consoles.

UDNA architecture in PS6 and Xbox Next: more than just numbers

4 de May de 2026
FBC Firebreak Weapons: Unlock and Priorities - Tactical operators with shotguns and flamethrowers in combat surrounded by fire in intense video game scene.

FBC Firebreak Weapons: Unlocking and Priorities

May 3, 2026
  • About Us
  • Announce
  • Privacy Policy
  • Contact us

Copyright © 2025 https://mastertrend.info/ - All rights reserved. All trademarks are property of their respective owners.

We've detected you might be speaking a different language. Do you want to change to:
es_ES Spanish
es_ES Spanish
en_US English
pt_BR Portuguese
fr_FR French
it_IT Italian
ru_RU Russian
de_DE German
zh_CN Chinese
ko_KR Korean
ja Japanese
th Thai
hi_IN Hindi
ar Arabic
tr_TR Turkish
pl_PL Polish
id_ID Indonesian
nl_NL Dutch
sv_SE Swedish
Change Language
Close and do not switch language
No result
See all results
  • en_USEnglish
    • es_ESSpanish
    • pt_BRPortuguese
    • fr_FRFrench
    • it_ITItalian
    • de_DEGerman
    • ko_KRKorean
    • jaJapanese
    • zh_CNChinese
    • ru_RURussian
    • pl_PLPolish
    • id_IDIndonesian
    • tr_TRTurkish
    • hi_INHindi
    • thThai
    • arArabic
    • sv_SESwedish
    • nl_NLDutch
  • Gaming
  • Hardware
  • IA
  • Mobile
  • What's new
  • Networks
  • Security
  • Software
  • Tutorials
  • Windows

Copyright © 2025 https://mastertrend.info/ - All rights reserved. All trademarks are property of their respective owners.

wpDiscuz
RedditBlueskyXMastodonHacker News
Share this:
MastodonVKWhatsAppTelegramSMSLineMessengerFlipboardHacker NewsMixNextdoorPerplexityXingYummly
Your Mastodon Instance