Ben Chuanlong Du's Blog

It is never too late to learn.

Tips on Multipass

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

Multipass vs LXD

  1. LXD supports both containers and VMs while multipass supports only (Ubuntu) VMs.

  2. LXD is more lightweight compared to multipass.

  3. LXD does not require CPU virtualization while multipass relies …

Tips on Virtualbox

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

sudo mount -t vboxsf -o uid=$(whoami),gid=$(whoami),fmask=177,dmask=077
  1. If the graphics resolution is not correct and you cannot see the whole desktop when installing a Linux …