{"id":44556,"date":"2025-08-14T23:55:11","date_gmt":"2025-08-15T02:55:11","guid":{"rendered":"https:\/\/mastertrend.info\/?p=44556"},"modified":"2025-08-14T23:56:58","modified_gmt":"2025-08-15T02:56:58","slug":"ubuntu-configurations-that-improve","status":"publish","type":"post","link":"https:\/\/mastertrend.info\/en\/configuraciones-de-ubuntu-que-mejoran\/","title":{"rendered":"Ubuntu settings that improve your experience: Learn the 7 secrets"},"content":{"rendered":"<h2>Ubuntu Settings That Improve Your Experience: 7 Key Changes!<\/h2>\n<p>Every time I install Ubuntu, whether it&#039;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. \ud83d\ude0c<\/p>\n<p>Before we go any further, I want to clarify: this is not a list of &quot;This <em>You must<\/em> Make.\u201d While these settings work perfectly for my workflow, your preferences may be different. Maybe you&#039;ll find inspiration, or maybe you&#039;ll totally hate it\u2014and that&#039;s okay! Linux, especially Ubuntu, is all about customization. \ud83d\udc27<\/p>\n<h2 id=\"update-my-system\"><span class=\"item-num\">1. <\/span>Update My System<\/h2>\n<p>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! \u2728<\/p>\n<p>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. \ud83d\udee1\ufe0f<\/p>\n<div id=\"a66d-4858-86aa8b77447c\" class=\"display-card article article-card small no-badge active-content\" data-include-community-rating=\"false\" data-nosnippet=\"\">\n<figure>     <img decoding=\"async\" style=\"height: auto;max-width: 100%\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.jpg\" alt=\"A Linux PC showing installed applications.\" width=\"1920\" height=\"1080\" data-img-url=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.jpg\" title=\"\"><\/figure>\n<p>Can <a title=\"How to install software on Ubuntu: Discover 5 amazing tricks \ud83d\udca1\" href=\"https:\/\/mastertrend.info\/en\/how-to-install-software-on-ubuntu\/\" target=\"_blank\" rel=\"noopener\" data-wpil-monitor-id=\"6357\">update your system easily through<\/a> from the graphical Software Update tool, which often appears automatically. If not, or if you prefer the command line, run this in your terminal:<\/p>\n<pre>sudo apt update -y sudo apt upgrade -y<\/pre>\n<p>Here, <strong>apt update<\/strong> updates the list of available packages, and <strong>apt upgrade<\/strong> installs the new versions. The option <strong>-and<\/strong> just automatically says &quot;yes&quot; to notifications. \ud83d\udc4d<\/p>\n<p>Could I skip this? Sure. But those notification bubbles reminding me to update would just nag me until I did anyway. \ud83c\udfc3\u200d\u2642\ufe0f\ud83d\udca8<\/p>\n<h2 id=\"customize-the-appearance\"><span class=\"item-num\">2. <\/span>Customize the Appearance<\/h2>\n<p>Ubuntu&#039;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&#039;t just about aesthetics: it also helps reduce eye strain and makes my workplace more pleasant. \ud83c\udf08<\/p>\n<figure>     <img decoding=\"async\" style=\"height: auto;max-width: 100%\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.jpeg\" alt=\"Split screen with standard Ubuntu on the left and Linux-like Ubuntu on the right, with Tux next to it.\" width=\"2400\" height=\"1600\" data-img-url=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.jpeg\" title=\"\"><\/figure>\n<p>Here&#039;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&#039;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&#039;s easier on my eyes, and the colorful icons offer just the right visual contrast to make navigation intuitive. \ud83d\udc40<\/p>\n<h2 id=\"install-gnome-tweaks-and-extensions\"><span class=\"item-num\">3. <\/span>Install GNOME Tweaks and Extensions<\/h2>\n<p>Want to unlock a new level of customization? Try installing GNOME Tweaks and the GNOME Extensions Manager. GNOME Tweaks is a separate application you&#039;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.<\/p>\n<figure>     <img decoding=\"async\" style=\"height: auto;max-width: 100%\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/1744455902_444_7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.jpg\" alt=\"A screenshot showing the GNOME Tweaks settings application on Ubuntu, with keyboard and mouse options.\" width=\"1216\" height=\"735\" data-img-url=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/1744455902_444_7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.jpg\" title=\"\"><\/figure>\n<p>You can get it immediately from the Ubuntu Software Store or via the terminal with this command:<\/p>\n<pre>sudo apt install gnome-tweaks<\/pre>\n<p>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.<\/p>\n<p>Get the Extension Manager application with this command:<\/p>\n<pre>sudo apt install gnome-shell-extension-manager<\/pre>\n<p>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.<\/p>\n<figure>     <img decoding=\"async\" style=\"height: auto;max-width: 100%\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.png\" alt=\"Searching for the lock screen blur extension in the GNOME extension manager.\" width=\"780\" height=\"397\" data-img-url=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.png\" title=\"\"><\/figure>\n<\/div>\n<p>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&#039;s performance. <a title=\"Resource Usage in Linux \ud83d\udd27 Easily Optimize\" href=\"https:\/\/mastertrend.info\/en\/resource-usage-in-linux\/\" target=\"_blank\" rel=\"noopener\" data-wpil-monitor-id=\"6358\">use of resources<\/a>. \ud83d\ude80<\/p>\n<figure>     <img decoding=\"async\" style=\"height: auto;max-width: 100%\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/01\/Como-instalar-software-en-Ubuntu-Guia-para-principiantes-sobre-Snap.jpg\" alt=\"The sidebar on the Ubuntu desktop on a laptop monitor.\" width=\"1920\" height=\"1080\" data-img-url=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/01\/Como-instalar-software-en-Ubuntu-Guia-para-principiantes-sobre-Snap.jpg\" title=\"\"><\/figure>\n<section class=\"emaki-custom-block emaki-custom-warning\" data-nosnippet=\"\">While extensions add great functionality, using too many or one that isn&#039;t well-maintained can cause instability. So, it&#039;s best to stick with a slim, well-considered selection. \u26a0\ufe0f<\/section>\n<h2>4. Install multimedia codecs<\/h2>\n<p>Have you ever downloaded a video file or tried to play an MP3 and found that Ubuntu simply can&#039;t play it? That&#039;s usually because it&#039;s missing the necessary codecs: small bits of software that decode various audio and video formats.<\/p>\n<figure>     <img decoding=\"async\" style=\"height: auto;max-width: 100%\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/1744455902_961_7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.jpg\" alt=\"Man putting on headphones with multi-colored audio waves in the background.\" width=\"1200\" height=\"675\" data-img-url=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/1744455902_961_7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.jpg\" title=\"\"><\/figure>\n<p>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&#039;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.<\/p>\n<p>To do this, simply open a terminal and run:<\/p>\n<pre>sudo apt install ubuntu-restricted-extras<\/pre>\n<p>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. \ud83c\udfb6<\/p>\n<section class=\"emaki-custom-block emaki-custom-tip\" data-nosnippet=\"\">\n<div id=\"custom_block_34\" class=\"emaki-custom tip\">\n<div class=\"custom_block-content tip\">\n<p>An easier way is to simply download and install the <a href=\"https:\/\/es.vlc.de\/vlc_download_linux.php\" target=\"_blank\" rel=\"noopener\" data-schema-attribute=\"mentions\">VLC media player<\/a> on your Ubuntu system. VLC has most of the multimedia codecs you need to play videos smoothly. \ud83c\udfa5<\/p>\n<\/div>\n<\/div>\n<\/section>\n<h2 id=\"disable-characters-from-gnome-search\"><span class=\"item-num\">5. <\/span>Disable Characters in GNOME Search<\/h2>\n<figure>     <img decoding=\"async\" style=\"height: auto;max-width: 100%\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/1744455902_313_7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.png\" alt=\"Locating Firefox in the applications menu search.\" width=\"1090\" height=\"545\" data-img-url=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/1744455902_313_7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.png\" title=\"\"><\/figure>\n<p>Bueno, este es un asunto m\u00e1s bien personal\u2014quiz\u00e1s incluso un poco espec\u00edfico\u2014pero \u00a1me molesta! Cuando busco en GNOME, por defecto aparecen emoji y caracteres especiales. \u00bf; B\u00fasqueda y desactivo Caracteres. \ud83e\udd26\u200d\u2642\ufe0f<\/p>\n<figure>     <img decoding=\"async\" style=\"height: auto;max-width: 100%\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/1744455902_242_7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.png\" alt=\"Adjusting Ubuntu search settings.\" width=\"964\" height=\"628\" data-img-url=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/1744455902_242_7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.png\" title=\"\"><\/figure>\n<p>Now I can search for settings or anything else without getting irrelevant characters in the search results. \ud83d\udd0d<\/p>\n<p>M\u00e1s all\u00e1 de desactivar los caracteres en la b\u00fasqueda, tambi\u00e9n modifico las ubicaciones de b\u00fasqueda 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\u00f3n &gt; B\u00fasqueda &gt; Ubicaciones y desmarco directorios como Im\u00e1genes y M\u00fasica, ya que <a href=\"https:\/\/mastertrend.info\/en\/rename-your-pc\/\" title=\"Rename your PC: done in 10 seconds, goodbye weird names \ud83d\udd25\" target=\"_blank\" rel=\"noopener\" data-wpil-monitor-id=\"9502\">rara vez busco archivos multimedia por nombre<\/a>.<\/p>\n<h2 id=\"set-up-the-firewall\"><span class=\"item-num\">6. <\/span>Configure the Firewall<\/h2>\n<p>Ubuntu comes with a firewall tool called UFW (Uncomplicated Firewall), but it is generally not enabled by default on desktop installations.<\/p>\n<div id=\"8625-4bf5-b47f4ad395ce\" class=\"display-card article article-card small no-badge active-content\" data-include-community-rating=\"false\" data-nosnippet=\"\">\n<figure>     <img decoding=\"async\" style=\"height: auto;max-width: 100%\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/1744455903_465_7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.jpg\" alt=\"A download allowed through the firewall on Linux.\" width=\"1920\" height=\"1080\" data-img-url=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/1744455903_465_7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.jpg\" title=\"\"><\/figure>\n<p>For most people, leaving the firewall disabled is fine. However, if you&#039;re like me and occasionally run specific services like SSH or a web server, you&#039;ll need to open ports, which can expose you to malicious actors. In that case, you should enable and manage the firewall. \ud83d\udd10<\/p>\n<p>Activating it is super simple. Just open a terminal and run:<\/p>\n<pre>sudo ufw enable<\/pre>\n<p>That&#039;s usually all there is to it\u2014set sensible defaults. You can check their status at any time with:<\/p>\n<pre>sudo ufw status<\/pre>\n<h2 id=\"install-backup-software\"><span class=\"item-num\">7. <\/span>Install Backup Software<\/h2>\n<figure>     <img decoding=\"async\" style=\"height: auto;max-width: 100%\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/1744455903_153_7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.png\" alt=\"An example of Grsync, a backup tool for Linux.\" width=\"1005\" height=\"692\" data-img-url=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/1744455903_153_7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.png\" title=\"\"><\/figure>\n<p>Backing up your stuff isn&#039;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&#039;s crucial to protect against hardware failure, user error, cyber threats, and system-specific issues. \ud83d\udd04<\/p>\n<p>Ubuntu comes with a built-in backup tool called Backups. It&#039;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). \u2601\ufe0f<\/p>\n<figure>     <img decoding=\"async\" style=\"height: auto;max-width: 100%\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/1744455903_838_7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.png\" alt=\"Destination options in Ubuntu backups.\" width=\"1548\" height=\"1168\" data-img-url=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/1744455903_838_7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.png\" title=\"\"><\/figure>\n<p>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:<\/p>\n<pre>sudo apt install timeshift<\/pre>\n<p>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. \ud83d\udcbe<\/p>\n<div id=\"7b39-4c03-a3c71575fc69\" class=\"display-card article article-card small no-badge active-content\" data-include-community-rating=\"false\" data-nosnippet=\"\">\n<figure>     <img decoding=\"async\" style=\"height: auto;max-width: 100%\" src=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/1744455903_815_7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.jpg\" alt=\"A laptop with a USB drive and an external hard drive next to it, along with a backup icon.\" width=\"2400\" height=\"1600\" data-img-url=\"https:\/\/mastertrend.info\/wp-content\/uploads\/2025\/04\/1744455903_815_7-Configuraciones-que-Cambio-Despues-de-Instalar-Ubuntu.jpg\" title=\"\"><\/figure>\n<hr \/>\n<p>&nbsp;<\/p>\n<p><strong>Conclusion<\/strong><\/p>\n<p>These seven settings are small investments of time that pay off in big ways: keeping your system up-to-date and secure \ud83d\udd12, tweaking the look and feel of your desktop to reduce fatigue and increase efficiency \u2699\ufe0f, adding only the extensions you need, enabling multimedia codecs when you need them \ud83c\udfa7, and ensuring reliable backups so you can experiment without fear \ud83d\udee1\ufe0f.<\/p>\n<p>Ubuntu shines precisely for its ability to be customizable: try out the options, keep what works for you, and discard what doesn&#039;t. \u2728 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\u2014and it&#039;s a good idea to document and present this information with good HTML and semantic tags to improve visibility in search engines.<\/p>\n<p>Y si te interesa integrar <a href=\"https:\/\/mastertrend.info\/en\/third-party-app-management-on-linux\/\" title=\"Third-Party App Management on Linux and the New Balance of External Software\" target=\"_blank\" rel=\"noopener\" data-wpil-monitor-id=\"21000\">apps Android o experimentar con sistemas Linux<\/a> en dispositivos m\u00f3viles, tambi\u00e9n hay recursos sobre esas l\u00edneas de trabajo, as\u00ed como proyectos de Linux m\u00f3vil como Ubuntu Touch o postmarketOS \ud83d\udcf1.<\/p>\n<p>In short: configure to protect yourself, customize to work better, and back up your data to sleep soundly \ud83d\ude34.<\/p>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Ubuntu settings that improve your experience are essential. Discover how to transform your system with 7 simple changes.<\/p>","protected":false},"author":1,"featured_media":59564,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ai_generated_summary":"","iawp_total_views":139,"jnews-multi-image_gallery":[],"jnews_single_post":{"format":"standard","override":[{"template":"1","parallax":"1","fullscreen":"1","layout":"right-sidebar","sidebar":"default-sidebar","second_sidebar":"default-sidebar","sticky_sidebar":"1","share_position":"top","share_float_style":"share-monocrhome","show_share_counter":"1","show_view_counter":"1","show_featured":"1","show_post_meta":"1","show_post_author":"1","show_post_author_image":"1","show_post_date":"1","post_date_format":"default","post_date_format_custom":"Y\/m\/d","show_post_category":"1","show_post_reading_time":"1","post_reading_time_wpm":"300","post_calculate_word_method":"str_word_count","show_zoom_button":"1","zoom_button_out_step":"2","zoom_button_in_step":"3","show_post_tag":"1","show_prev_next_post":"1","show_popup_post":"1","number_popup_post":"1","show_author_box":"1","show_post_related":"0","show_inline_post_related":"0"}],"image_override":[{"single_post_thumbnail_size":"crop-500","single_post_gallery_size":"crop-500"}],"trending_post_position":"meta","trending_post_label":"Trending","sponsored_post_label":"Sponsored by","disable_ad":"0","subtitle":""},"jnews_primary_category":[],"jnews_social_meta":[],"jnews_review":[],"enable_review":"","type":"percentage","name":"","summary":"","brand":"","sku":"","good":[],"bad":[],"score_override":"","override_value":"","rating":[],"price":[],"jnews_override_counter":{"view_counter_number":"0","share_counter_number":"0","like_counter_number":"0","dislike_counter_number":"0"},"footnotes":""},"categories":[1435],"tags":[1445,1821,1558],"class_list":["post-44556","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutoriales","tag-evergreencontent","tag-linux","tag-techtips"],"_links":{"self":[{"href":"https:\/\/mastertrend.info\/en\/wp-json\/wp\/v2\/posts\/44556","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mastertrend.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mastertrend.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mastertrend.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mastertrend.info\/en\/wp-json\/wp\/v2\/comments?post=44556"}],"version-history":[{"count":7,"href":"https:\/\/mastertrend.info\/en\/wp-json\/wp\/v2\/posts\/44556\/revisions"}],"predecessor-version":[{"id":104475,"href":"https:\/\/mastertrend.info\/en\/wp-json\/wp\/v2\/posts\/44556\/revisions\/104475"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mastertrend.info\/en\/wp-json\/wp\/v2\/media\/59564"}],"wp:attachment":[{"href":"https:\/\/mastertrend.info\/en\/wp-json\/wp\/v2\/media?parent=44556"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mastertrend.info\/en\/wp-json\/wp\/v2\/categories?post=44556"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mastertrend.info\/en\/wp-json\/wp\/v2\/tags?post=44556"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}