chore: import notes from an old repository

This commit is contained in:
Michele Cereda
2024-06-15 18:48:34 +02:00
parent a65ba478ba
commit ecde1dee42
22 changed files with 274 additions and 13 deletions

4
snippets/virtualbox.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env sh
sudo gpasswd -a 'user' 'vboxusers'
usermod --append --groups 'vboxusers'