Linoxide published a roundup of the best Linux performance monitoring tools.
Linux Hint published a tutorial about how to renew DHCP IP on Debian 11.
Linux Hint shows you how to fix "FirewallD is not running" error on CentOS
TecAdmin shows you how to install and switch desktop environments in Fedora.
Vitux published a tutorial about installing Fish Shell on CentOS 8 and Rocky Linux 8.
The guide walks through installing SuiteCRM on a fresh CentOS 8 system by first enabling the EPEL and Remi repositories to pull PHP 7.4 and MariaDB, then installing Apache, MySQL, and all required PHP extensions. It explains how to secure MySQL, create a dedicated CRM database with utf8mb4 collation, download the latest SuiteCRM package into /var/www/html, and set proper ownership so Apache can write logs and uploads. The tutorial sets up an Apache virtual host, adjusts file permissions, restarts services, and offers optional SSL, performance tweaks, and backup reminders. It ends with practical tips to avoid common pitfalls such as missing PHP modules or incorrect repository packages.
It's FOSS published a tutorial about installing ELK code physics software on Ubuntu.
It's FOSS published a tutorial about installing Flutter development on Ubuntu and other Linux.
It's FOSS published a tutorial about installing Vivaldi Browser on Ubuntu and other Linux distributions.
It's FOSS published a tutorial about installing Google Chrome on Debian and Kali Linux.
Howtoforge published a tutorial about how to install OpenLiteSpeed on AlmaLinux 8.
Linoxide published a tutorial about how to install a specific version of package using DNF.
FOSSMint published a tutorial about installing Zoom in Debian-based Linux distributions.
Linux Shout shows you how to set date and time on Rocky Linux 8 desktop and server.
DebugPoint shows you how to upgrade to Ubuntu 21.10 from 21.04.
The guide walks readers through installing Devuan, a systemd‑free Debian derivative, from scratch on a new computer.
It begins by downloading the correct ISO and creating a bootable USB in DD mode with tools such as Rufus or the dd command, then adjusting BIOS/UEFI settings to disable Secure Boot and enable USB booting.
During installation you can choose language, locale, partition scheme—guided or manual—select either a minimal or standard image, set up users, pick a lightweight desktop like XFCE, and let the installer install GRUB onto the target disk.
After rebooting the article advises updating packages, checking that init is running instead of systemd, installing drivers as needed, tweaking the environment for speed, and highlights common pitfalls such as wrong USB creation or misconfigured UEFI that can be quickly resolved.
The guide walks the reader through installing Openfire on a fresh CentOS 8 system, starting with picking a lightweight JDK and managing SELinux so the admin console can listen on port 9090. It explains how to download the tarball, extract it into /opt/openfire, create a dedicated non‑root user, and open the required firewall ports for XMPP clients and administration. Next, the tutorial shows launching Openfire with its startup script, setting up a systemd service for automatic restarts, and completing the web wizard to configure databases and domain names. Finally, it covers troubleshooting by pointing out where logs live, how to tweak Java heap settings when an OutOfMemoryError occurs, and why each step helps avoid common pitfalls.
TecAdmin published a tutorial about creating a Git repository into a specific folder.
DebugPoint shows you how to upgrade to KDE Plasma 5.23 from 5.22.
Howtoforge published a tutorial about installing Cockpit on Debian 11.