Introduction
Firefox remains one of the most popular browsers among Linux users thanks to its focus on privacy, customization and open support. In this article we will go through everything you need to know to make the most of Firefox in your favorite distribution, from basic installation to advanced performance and security settings.
Firefox installation in Linux
The easiest way to get Firefox is through your distribution package manager. In Ubuntu and derivatives you can runsudo apt update && sudo apt install firefox. In Fedora the command issudo dnf install firefox. If you prefer the latest version, Mozilla offers Snap and Flatpak packages:sudo snap install firefoxorflatpak install flathub org.mozilla.firefox. These options ensure that you receive updates independently of the release cycle of your disk.
Initial configuration
After starting Firefox, accessabout: preferencesto adjust the basic behavior. Here you can set your home page, choose the default search engine and activate the synchronization with your Firefox account to carry markers, passwords and history between devices. It is also recommended to visitabout: configand modify some key preferences to improve privacy, such asprivacy.trackingprotection.enableda true andnetwork.cookie.cookieBehaviora 1 to block third-party cookies.
Performance optimization
If you notice that Firefox consumes a lot of memory, try to activate the web content option in separate processes by enteringabout:preferences#generaland unmarkingUse the recommended performance. Then, inabout:configincreases the value ofcontent.max.tokenizing.timeto 3000000 and reducesdom.ipc.processCountto a number suitable for your RAM (e.g. 2 or 4). Another useful tactic is to regularly clean the cache and disable extensions that do not frequently use.
Improved privacy and security
Firefox includes integrated anti-tracking and fingerprinting protections. In the menu ofTracking protectionchoose the strict way to block known trackers, cryptominers and fingerprinters. In addition, installs the extensionuBlock Originfor the filtering of ads andPrivacy Badgerto block evasive trackers. To browse even more anonymously, consider using the private mode combined with a VPN network or the Tor network by means of the pluginTor Browserinside Firefox.
Essential extensions for Linux
Firefox's ecosystem of supplements is rich and many are optimized for Linux environments. Some recommendations:
- Dark Reader: applies dark themes to any website.
- Tab Session Manager: keeps and restores tabs.
- GitHub Dark Theme: improves the experience in repositories.
- Lungo: a productivity watch integrated into the toolbar.
Install these extensions is as simple as looking for them inAdd-ons Managerand pressAdd to Firefox.
Common problem solution
If Firefox unexpectedly closes, start the browser safely withfirefox -safe-modeto rule out conflicts of extensions. In case of problems with sources or rendering, check that you have installed the packages of font sources such asfonts-dejavu-coreandfonts-liberation. For sound problems in HTML5 videos, make sure that the codecs ofgstreamer1.0-plugins-goodandgstreamer1.0-plugins-badbe present.
Conclusion
Firefox in Linux combines open software freedom with a powerful set of privacy and customization tools. Following the installation steps, adjusting critical preferences and taking advantage of the right extensions, you can transform your browser into a fast, safe and perfectly adapted platform to your daily workflow. No matter if you are a developer, a writer or just a casual user, Firefox has something to offer you in any Linux distribution.


