Fedora tutorial - IT technology blog

Installing and Configuring Redis on Fedora Server: Handling SELinux and firewalld for High-Performance Cache Server Deployment

Redis on Fedora Server won't connect after installation — the root cause typically comes from three layers: the default localhost bind address, firewalld blocking port 6379, and SELinux enforcing mode denying network connections. This article goes straight to fixing all three, with a production security deployment checklist included.
CentOS tutorial - IT technology blog

How to Install and Configure Squid Proxy Server on CentOS Stream 9: Controlling Internet Access for Enterprise Networks with SELinux and firewalld

A complete guide to installing and configuring Squid Proxy Server on CentOS Stream 9 to control Internet access in an enterprise internal network. Covers ACL configuration for blocking websites by domain and working hours, handling SELinux policy, opening ports with firewalld, and practical monitoring and debugging commands.
CentOS tutorial - IT technology blog

Production-Ready KVM/QEMU Setup on CentOS Stream 9: Bridge Network, SELinux, and firewalld Done Right

A default KVM setup is easy — but production requires more. This article focuses on three commonly overlooked areas: bridge networking with nmcli instead of the default NAT, proper SELinux context configuration instead of disabling it, and firewalld FORWARD rules to get VM traffic working. Includes remote Virt-Manager management over SSH and troubleshooting common errors.