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.
Network tutorial - IT technology blog

Configuring ECMP Routing on Linux: Distributing Traffic Across Multiple Network Paths with ip route

ECMP (Equal-Cost Multi-Path) Routing allows Linux to distribute traffic evenly across multiple gateways simultaneously instead of relying on a single default route, increasing real-world bandwidth and reducing failover time. This guide covers configuring ECMP with ip route, controlling weights based on bandwidth, setting up persistent configuration, and resolving asymmetric routing in multi-ISP environments.
CentOS tutorial - IT technology blog

Installing and Configuring Chrony on CentOS Stream 9: Setting Up an NTP Server and Client for Accurate Time Synchronization

Clock drift on servers causes all kinds of problems, from SSL handshake failures to unreliable log forensics. This guide walks you through installing Chrony on CentOS Stream 9, setting up an internal NTP server, and configuring clients to sync against it — complete with a production-ready checklist and an Ansible playbook so you never get a 2 AM wake-up call about server clock drift again.