CentOS tutorial - IT technology blog

Using Boom Boot Manager on CentOS Stream 9: Managing Boot Entries and Creating Restore Points from LVM Snapshots

Boom Boot Manager lets you create and manage independent BLS boot entries in GRUB2 on CentOS Stream 9, combined with LVM Snapshots to create safe system restore points before updates. This guide covers the complete workflow: from installation and automated restore point creation to booting into a snapshot when recovery is needed.
Virtualization tutorial - IT technology blog

86Box on Linux: Cycle-Accurate PC Hardware Emulation for Windows 9x and Legacy Applications

86Box is a chip-level vintage PC hardware emulator — covering CPUs from Intel 386 to Pentium III, Sound Blaster audio, and S3 graphics cards — enabling Windows 9x, DOS, and legacy applications that require specific hardware to run on Linux. This article compares 86Box against Wine, DOSBox, and QEMU, with practical installation and configuration guidance.
Virtualization tutorial - IT technology blog

QEMU Monitor Console and QMP Protocol: Control, Debug, and Inject Errors into KVM VMs from the Hypervisor Layer

QEMU Monitor Console and QMP Protocol allow you to control KVM virtual machines directly from the hypervisor layer without SSH-ing into the guest OS. This guide covers connecting to the monitor, using QMP with Python for automation, and practical debugging techniques such as memory dumps, disk error injection, and network packet capture.