Guides 11792 Published by Philipp Esselbach 0

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.

Guides 11792 Published by Philipp Esselbach 0

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.

Guides 11792 Published by Philipp Esselbach 0

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.