Skip to content

Tag: virtualization

All the articles with the tag "virtualization".

KVM/QEMU/libvirt: CLI Workflows

KVM/QEMU/libvirt: CLI Workflows

virt-manager is fine, but real homelab automation lives on the command line. virt-install, virsh, cloud-init — provision VMs in seconds, not click-by-click.

A Guide to LXC/LXD

A Guide to LXC/LXD

· Updated:

LXC/LXD runs full Linux environments in lightweight containers — faster to spin up than VMs and perfect for home lab service isolation.

Lima vs Multipass

Lima vs Multipass

VM-backed Linux dev environments on macOS/Linux — Lima vs Multipass compared on speed, container support, and resource use.

Your Server Doesn't Know What Random Means (And That's a Problem)

Your Server Doesn't Know What Random Means (And That's a Problem)

Your freshly booted VM is generating SSH keys with barely any entropy, and that should make you nervous. Linux needs randomness to do cryptography, and headless servers are terrible at collecting it. Here's what's actually happening inside /dev/random and how to fix it before you generate a weak key.

Three ways to upload ISOs to Proxmox

Three ways to upload ISOs to Proxmox

· Updated:

Three ways to upload an ISO to Proxmox — web UI, wget direct download, or SCP from the CLI. When each one wins, plus storage paths and checksum verification.