Skip to content

Instantly share code, notes, and snippets.

@tomgoren
tomgoren / notes.md
Created November 29, 2023 16:19
Infrastructure Notes

Ubuntu VM on MacOS with qemu

  • First get the image:
wget https://releases.ubuntu.com/22.04.3/ubuntu-22.04.3-live-server-amd64.iso
  • Create the virtual hard drive on to which the guest OS will be installed:
qemu-img create -f qcow2 ubuntu.qcow2 30g