I’ve found #ubuntu #multipass to be sweet-spot for me for creating #development environments, meaning environments with toolchains, project specific assets and stuff like that.
Like if I spin up a new project or whatever, I just:
multipass launch \
--name project \
--cpus 4 \
--memory 8G \
--disk 100G \
--bridged \
23.10
multipass exec project -- yes '' | ssh-keygen -t ed25519
multipass exec project -- cat .ssh/id_ed25519.pub
Totally get #Podman and #Nix but learning them only to do this would be a total overkill…
moved my #kernel #testing tree to https://gitlab.com/jarkkojs/linux-tpmdd-test
plans to add also keyutils rundown with same approach as TPM2 self-test, good old expect