Posted Hsiang-Jen Li
[note] Run Ubuntu VMs on Your Mac Using Multipass
๐ Introduction
Multipass is a simple tool by Canonical for running Ubuntu VMs easily.
๐ Quick Start
1 2 3
| multipass launch 20.04 -c 8 -m 8G -d 100G multipass list multipass shell your_vname
|
1 2
| sudo apt update sudo apt install neofetch
|

Download Desktop
1
| sudo apt install ubuntu-desktop xrdp
|
๐ Recap
- Learned how to quickly launch and manage Ubuntu VMs using Multipass on macOS
- Understood how to allocate resources and access the VM via shell
๐ References