Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am deadraven3 on github.
* I am deadraven (https://keybase.io/deadraven) on keybase.
* I have a public key ASC-nPn9WMB9G_-ORx5KhXyB9KYDcyhPbNO6omhprqU3Ego
To claim this, I am signing this object:
@DeadRaven3
DeadRaven3 / Plex-Ubuntu-Server
Last active February 8, 2017 21:29
Plex on VirtualBox Ubuntu 16.04 Server
Installing VirtualBox Guest Additions on Ubuntu Server
DL: Latest VBoxGuestAdditions_5.x.xx.iso
( add to Ubuntu Server Settings> Storage> Latest VBoxGuestAdditions_5.x.xx.iso )
http://download.virtualbox.org/virtualbox/
(start server)
- - -
Install necessary build tools and build dependencies:
sudo apt-get install -y dkms build-essential linux-headers-generic linux-headers-$(uname -r)