Category Archives: Virtualisation

Testing environment setup using Vagrant

Setting up a test environment with many different operating systems and versions can be a time consuming task. Installing the different operating systems and configuring them for tests or development can take up a lot of time. Vagrant makes this … Continue reading

Posted in Linux Administration, Virtualisation | Tagged , , , , | Comments Off on Testing environment setup using Vagrant

Shrink sparse cqow2 disc image

There might be cases when a VM temporarily used a lot of disk space which is then not needed any more. The sparse disk image format qcow2 will grow as the disk space is used, but it does not automatically shrink. … Continue reading

Posted in Linux Administration, Virtualisation | Tagged , | Comments Off on Shrink sparse cqow2 disc image

Resize Proxmox VM disc via command line without LiveCD

To increase the disc size from the command line, login to the Proxmox host. In the command line you can list the VMs configured by this command to find the VMID needed. For this example the VM with the VMID … Continue reading

Posted in Linux Administration, Virtualisation | Tagged , , , | Comments Off on Resize Proxmox VM disc via command line without LiveCD

Network Interface order with Proxmox

When you create a Proxmox virtual machine (KVM), the network interfaces may not always be in the order you want them to be. The order of the network interfaces is not only defined by an order in Proxmox. It is … Continue reading

Posted in Linux Administration, Virtualisation | Tagged , , , | Comments Off on Network Interface order with Proxmox