Monday, May 12, 2025

Ubuntu VM Notes

 Every now and then I need setup a VM for a sandbox. Normally I create a base template I reuse, but since my current one is hopelessly outdated I've decided to build a new one and create some notes and things.

Base OS: Ubuntu (ubuntu-24.04.2-desktop-amd64.iso)

Commands to get things going:

sudo apt update

sudo apt upgrade

sudo apt install open-vm-tools-desktop

sudo apt install openjdk-17-jdk

sudo apt install ssh

sudo systemctl enable ssh

Followers