The guide explains how to install the lightweight, ad free Freetube app on Manjaro Linux by first updating your system and then choosing between a convenient Flatpak method or an AUR package for those who like tinkering. It walks you through adding Flatpak if needed, registering the Flathub repository, pulling the application, or alternatively installing it with an AUR helper such as yay. After installation, you can launch Freetube from your app launcher or via the terminal, test that videos play without ads, and keep the software current using flatpak update or yay ‑Syu. The article also offers quick troubleshooting tips for common launch problems and hints at optional settings to customize quality preferences and queue management, ensuring a smooth streaming experience.
You can learn how to set up Linux Mint for internet connection sharing in a tutorial published by FOSS Linux.
How to change the root password on Linux Mint is explained in a tutorial by FOSS Linux.
A tutorial for installing the most recent version of OpenSSL from source on servers running CentOS 7.6 and Ubuntu Linux 22.04 LTS was published by Howtoforge.
You can learn how to exclude certain files and directories from the Rsync command in a tutorial published by TecAdmin.
A tutorial on how to use Tomb to encrypt files in Linux was published by MakeTechEasier.
A tutorial by Unixcop demonstrates how to use Docker to deploy MariaDB and PhpMyAdmin.
Three methods for installing Emacs on Linux Mint were published by Linux Shout.
A tutorial for installing the Rust programming language on Ubuntu 22.04 was made available by Howtoforge.
A guide explaining how to install Dolibarr ERP on Ubuntu 22.04 was made available by Howtoforge.
Varnish Cache installation and use instructions for Debian GNU/Linux 11 were published by Howtoforge.
Six outdated Linux commands are examined by TecMint along with recommended replacement tools.
A guide on how to install, update, and remove Snap packages on Linux was published by Linux Shout.
A brief tutorial on how to fix the "MySQL connection error: certificate verify failed" error was published by TecAdmin.
You can display information about USB devices in Linux using the lsusb command, as demonstrated in a tutorial by TecAdmin.
How to install and use plugins for the Vim text editor is covered in a tutorial by Unixcop.
A guide on Howtoforge demonstrates how to set up Wireguard VPN on Debian GNU/Linux 11, a free and open-source VPN protocol that is an alternative to IPSec.
A tutorial on Howtoforge explains how to set up the phpBB forum on Ubuntu 22.04 LTS with Apache and a free Let's Encrypt SSL certificate.
This guide walks you through the quickest ways to pull a full user roster from a Linux system, starting with the classic `cat /etc/passwd` command that reveals every account and its details. It then shows how to filter that data for real human users—those with UIDs 1000 or higher—using either `awk` or a clever `grep`/`cut` combo, keeping the list tidy by excluding system accounts like root or daemon. The article explains why the `getent passwd` command is essential when authentication is backed by external services such as LDAP or NIS, and it offers a quick trick to identify who has sudo privileges by inspecting the sudo or wheel groups in /etc/group. Finally, it advises saving the output to a file for audit purposes so you can compare snapshots before and after system changes.
It explains that Firefox ESR delivers a stable, long‑term supported browser for Ubuntu users who need consistency over the bleeding‑edge releases.
The guide walks you through adding Mozilla’s PPA, updating apt, installing firefox‑esr, and removing any conflicting Snap version to ensure the system uses the correct binaries.
For enterprise environments it even shows how to pin the package so updates are controlled, and verifies installation by checking the About dialog for the ESR label.
Finally, it reminds readers to keep the browser current with regular apt upgrades while enjoying reliable security patches without experimental features.