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

How to Use sosreport on CentOS Stream 9: Collect and Analyze System Information for Professional Troubleshooting

sosreport is Red Hat's official tool for collecting complete system information with a single command, replacing the need to run dozens of manual commands every time an incident occurs. This article compares different approaches to information gathering, weighs their pros and cons, and walks through a practical sosreport deployment on CentOS Stream 9 — including a script you can integrate directly into your incident response workflow.