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.
The guide walks Fedora users through a clean installation of Remmina, beginning with system updates and an optional activation of RPM Fusion to pull in extra plugins such as RDP and VNC. Once the core packages are installed with `dnf`, it explains how to launch the client, create new connections, and configure protocols for Windows and older Linux machines. The article also lists common pitfalls—missing rdp plugin errors or dropped sessions—and offers quick fixes like reinstalling plugins or enabling keep‑alive options. A real‑world anecdote at the end shows how having Remmina ready saved hours when retrieving logs from a problematic Windows server behind a restrictive firewall.
This guide explains how to create a bootable Windows USB from Linux Mint 20 and 21 using WoeUSB, outlining two main installation approaches: via the default apt repositories or by building the newer WoeUSB‑ng from source. It lists prerequisites such as an 8 GB USB drive formatted as FAT32, a verified Windows ISO, and root privileges. The tutorial provides step‑by‑step commands for installing the package, creating the bootable drive, and troubleshooting common issues like device busy errors or missing dependencies. Finally, it advises on choosing between the stable repo version and the cutting‑edge WoeUSB‑ng depending on user needs.
A tutorial on installing and setting up a JupyterLab environment on Rocky Linux 9 was made available by Howtoforge.