Skip to content

Instantly share code, notes, and snippets.

View asiraky's full-sized avatar

Aaron HS asiraky

  • pxmo
  • Sunshine Coast, Australia
  • 08:30 (UTC +10:00)
View GitHub Profile
@ming4883
ming4883 / install_vboxsf.sh
Last active June 22, 2024 03:08
Alpine Virtual Box shared folder setup
apk update
apk add virtualbox-guest-additions virtualbox-guest-modules-virthardened
# auto load vboxsf kernel module
echo vboxsf > /etc/modules-load.d/vboxsf.conf
reboot