Linux tutorial - IT technology blog

systemd-networkd: Minimal Linux Server Network Configuration — Replace NetworkManager with .network Files

A guide to switching from NetworkManager to systemd-networkd on a headless Linux server — configure your network with simple .network files that are lighter and boot faster. Includes a 5-minute quick start, static IP and DHCP setup, multi-interface and VLAN configuration, and practical debugging tips from real VPS management experience.
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.