Skip to content

Instantly share code, notes, and snippets.

View adeoke's full-sized avatar

Ade Oke adeoke

View GitHub Profile
@adeoke
adeoke / vbox_centos_fullscreen.sh
Created November 22, 2020 09:53
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)
@adeoke
adeoke / vagrant_virtualbox_osx.sh
Last active February 4, 2020 22:06
Setup a vagrant, virtualbox and virtualbox extensions on macos
#!/usr/bin/env bash
# Vagrant and virtualbox install script with relatively useful vagrant plugins
# and virtualbox extensions pack (this is needed for USB 2.0 and 3.0 device support, webcam,
# remote vm support, disk image encryption and Intel PXE Boot ROM support).
# NB: Be advised!
# The virtual box extensions requires root access, as such this script should be executed with sudo privileges.
# You may also want to separately install xcode, and xcode command line tools