Skip to content

Instantly share code, notes, and snippets.

@adeoke
Created November 22, 2020 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adeoke/4523bdb5e6b9b5f81ec2ae5e1da71446 to your computer and use it in GitHub Desktop.
Save adeoke/4523bdb5e6b9b5f81ec2ae5e1da71446 to your computer and use it in GitHub Desktop.
Get fullscreen in Virtualbox for a Centos image (tested on Centos 8).
#!/bin/bash
# Ensure that you are running this script as root.
# in the virtualbo vm you should be able to copy this script over and just run it as root,
# For example, sudo ./vbox_centos_fullscreen.sh should do the job
yum update
yum install gcc
yum install make perl
yum install kernel-devel-$(uname -r)
yum install elfutils-libelf-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment