[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 | brew install qemu |
1 | multipass launch 20.04 -c 8 -m 8G -d 100G |
1 | sudo apt update |
1 | 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
[note] Run Ubuntu VMs on Your Mac Using Multipass