TThomasinbluespruce.io·Jun 5, 2024 · 6 min readHow to create a custom Debian virtual machine installation using preseed and virt-installIntroduction Debian preseed is a method for automating the installation of Debian, Ubuntu, and other Debian derivatives. By using a preseed file (preseed.cfg), we can predefine answers to the questions that the installer asks, allowing for an unatten...00
TThomasinbluespruce.io·May 30, 2024 · 2 min readCreate ARM64 virtual machines with virt-installIntroduction As we've seen in the last post, virt-install helps speed up virtual machine (VM) installation. It can not only create VM for the CPU architecture it's currently running on, it can do other architectures as well. We'll create an ARM64 vir...00
TThomasinbluespruce.io·May 27, 2024 · 5 min readUsing virt-install to create unattended virtual machine installIntroduction Virt-manager is a great tool to replace VirtualBox or VMware Workstation on Linux, when GNOME boxes is not enough. I use virtualization on a daily basis and often need to set-up new virtual machines (VM). Virt-manager has a wizard to cre...00
TThomasinbluespruce.io·May 21, 2024 · 3 min readForward a docker unix socket on a remote host to our local machineDocker relies on a unix socket to interact with the docker daemon. It is often located in /var/run/docker.sock. Being able to manage docker on a remote host without going through a shell on the remote system typically requires changing the docker con...00