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.

How to Upload an ISO to Proxmox (3 Ways)

How to Upload an ISO to Proxmox (3 Ways)

· Updated:

Upload an ISO to Proxmox three ways: the web UI, wget straight onto the node, or SCP. Which to use when the browser upload stalls, plus checksum verification.