Howtoforge published a tutorial about creating a Load Balancer in Azure Cloud.
Howtoforge published a tutorial about installing OpenNMS Horizon Network Monitoring System on Debian 11.
LinuxLinks published an overview of open source alternatives to Apple Compressor.
NextGenTips published a tutorial about installing Clonezilla on Ubuntu 21.10.
This guide walks readers through turning a spare Raspberry Pi or old PC into a DNS RPZ server that blocks unwanted domains before they even reach the browser, offering a low‑overhead alternative to extensions and hosts files.
It explains how RPZ works as a resolver‑level blacklist that can refuse or rewrite answers, giving network‑wide protection without needing to install software on every device.
After setting up BIND9 on Ubuntu and creating the necessary policy zone file with DROP rules for malicious sites, the author shows how to reload the server and configure clients via the router’s DNS settings so all traffic is filtered.
Finally, common pitfalls such as IPv6 leaks or caching delays are highlighted, along with tips for troubleshooting, making it a practical reference for anyone who wants a simple firewall that stops bad sites before they load.
Vitux published a tutorial about installing Apache ActiveMQ on Ubuntu 20.04.
NextGenTips published a tutorial about installing Flatpak on Debian 11.
This guide walks a Clear Linux user through setting up a LAMP stack by first updating the system and adding the necessary bundles for Apache, MariaDB, and PHP. It then details how to enable and verify the services with systemd, secure MariaDB using the mysql_secure_installation script, and fine‑tune PHP’s memory limits and execution time in its configuration file. The article explains how to connect PHP to Apache via an alias or FastCGI for better performance, and ends by testing the stack with a simple phpinfo page. Finally, it offers optional steps to enable mod_fastcgi, reminds readers to keep their system updated and back up databases, and concludes with encouragement to enjoy the lean, production‑ready setup.
The guide shows how to get Composer running on Rocky or Alma Linux 8 in under ten minutes, with no “sudo” gymnastics needed. It explains two approaches: the official installer that downloads the script, makes it executable, and verifies the version, as well as using DNF with the EPEL repository to install a system‑wide RPM that updates automatically. The author also warns about common pitfalls—permission errors on vendor directories, missing PHP extensions such as ctype or json, and an out‑of‑date default PHP that can break Composer’s requirements. In closing, the article stresses that Composer is essential for modern PHP workflows like Laravel or Symfony, encouraging readers to follow these steps for a hassle‑free setup.
Linux Shout published a tutorial about changing the default kernel in Ubuntu Linux.
OSTechNix published a tutorial about setting up multi-factor authentication for SSH in Linux.
LinuxBuzz published a tutorial about installing Cockpit Web Console on Rocky Linux 8.
NextGenTips published a tutorial about installing PHP 8.1 on Ubuntu 20.04.
NextGenTips published a tutorial about installing MongoDB 5 on Rocky Linux.
Linux Shout shows you two ways to Install Unrar on Rocky Linux or AlmaLinux 8.
NextGenTips published a tutorial about installing Flask on Ubuntu 20.04.
Linux Shout published a tutorial about installing Bpytop as an alternative system monitor.
LinuxLinks published a roundup of four free and open source C# static site generators.
NextGenTips published a tutorial about installing MariaDB 10.7 on Ubuntu 20.04.
FOSS Linux published a tutorial about how to build, run, and manage container images with Podman.