Skip to content

Instantly share code, notes, and snippets.

View timotif's full-sized avatar

Timeus timotif

  • Berlin
  • 14:31 (UTC +02:00)
View GitHub Profile
@timotif
timotif / 00_multipass_for_dummies.txt
Last active March 9, 2024 13:04
Ubuntu on Mac Silicon for dummies: a guide to Multipass for 42 Linux campuses
# Install Homebrew (https://brew.sh/)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install multipass via homebrew
brew install --cask multipass
# Create a Multipass VM instance
# 'jammy' is Ubuntu 22.04LTS.
# Please note that the alias cannot start with a number so '42berlin' is not valid
# Default username is ubuntu: you can use your Linux skills to create a different one later on if you want