Skip to content

Instantly share code, notes, and snippets.

@lukebakken
Last active August 29, 2015 14:01
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 lukebakken/ce480ce7035cf22b973a to your computer and use it in GitHub Desktop.
Save lukebakken/ce480ce7035cf22b973a to your computer and use it in GitHub Desktop.
Ubuntu / FreeBSD / Misc useful commands

FreeBSD

portmaster -dBGm BATCH=1 --no-confirm --delete-packages -a

Ubuntu / Debian

apt non-interactive

sudo DEBIAN_FRONTEND=noninteractive apt-get -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install wget curl vim-nox

Misc

commands to fix VirtualBox guest additions 4.3.10 with Linux guests

Host:

$ VBoxManage guestproperty get UBUNTU-DOCKER-1 /VirtualBox/GuestAdd/Version
Value: 4.2.0
$ VBoxManage guestproperty set UBUNTU-DOCKER-1 /VirtualBox/GuestAdd/Version 4.3.10

Guest:

sudo ln -s /opt/VBoxGuestAdditions-4.3.10/lib/VBoxGuestAdditions /usr/lib/VBoxGuestAdditions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment