Skip to content

Instantly share code, notes, and snippets.

@hieunguyentrung
Last active February 11, 2017 09:47
Show Gist options
  • Save hieunguyentrung/2c87c3d2814f0c79a8b88676e554482d to your computer and use it in GitHub Desktop.
Save hieunguyentrung/2c87c3d2814f0c79a8b88676e554482d to your computer and use it in GitHub Desktop.
Install VirtualBox Guest Additions on a CentOS 7 via command line mode
# yum update
# yum install gcc make kernel-devel bzip2
# reboot
# mkdir -p /media/cdrom
# mount /dev/sr0 /media/cdrom
# sh /media/cdrom/VBoxLinuxAdditions.run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment