Skip to content

Instantly share code, notes, and snippets.

View joedborg's full-sized avatar
🏠
Working from home

Joe Borg joedborg

🏠
Working from home
View GitHub Profile
@joedborg
joedborg / launch_vm.sh
Last active April 25, 2024 15:46
LXD Ubuntu VM launch and disk resize
#!/bin/env bash
set -e
readonly VM="banana"
readonly CPU="8"
readonly MEM="8GB"
readonly DSK="120GB"
lxc init images:ubuntu/focal ${VM} -p default -p vm --vm