Skip to content

Instantly share code, notes, and snippets.

View Alex8Efremov's full-sized avatar

Александр Alex8Efremov

View GitHub Profile
@joedborg
joedborg / launch_vm.sh
Last active May 14, 2025 13:29
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