1 min read 0 Linux Virtualization Understanding QEMU devices gary June 10, 2024 Not sure where I came across this, but it is an excellent description of QEMU (and virtualization in general). I…
1 min read 0 Linux Virtualization AHV SQL Server Effects of CPU topology on sqlserver guests with AHV. gary February 28, 2023 VM CPU Topology The topology (layout) that AHV presents virtual Sockets/CPU to the guest operating system will usually be different…
1 min read 0 Linux Virtualization QCOW 3 Ways gary September 13, 2022 How to mount QCOW images as Linux block devices tl;dr guestmount (requires libguestfs-tools) sudo guestmount -d <vm-name> --ro -i <mountpoint>…
1 min read 5 Linux Virtualization Create a Linux VM with KVM in 6 easy steps gary September 10, 2022 A Step-by-step guide to creating a Linux virtual machine on a Linux host with KVM,qemu,libvirt and ubuntu cloud images.
2 min read 0 Linux Virtualization Duplicate IP issues with Linux and virtual machine cloning. gary July 10, 2019 TL;DR – Some modern Linux distributions use a newer method of identification which, when combined with DHCP can result in…