Skip to content

Instantly share code, notes, and snippets.

View bambrozio's full-sized avatar

Bruno Ambrozio bambrozio

View GitHub Profile
@bambrozio
bambrozio / shared_folder_centos_virtualbox.txt
Created May 31, 2021 17:36 — forked from larsar/shared_folder_centos_virtualbox.txt
Mount shared folder on CentOS in VirtualBox
# The VirtualBox documentation[1] for how to install guest additions
# for Linux on a virtual host is somewhat messy. So here is what
# I did to make it work.
# Install the packages required
yum update
yum install gcc kernel-devel make
reboot