Skip to content

Instantly share code, notes, and snippets.

View abrightwell's full-sized avatar

Adam Brightwell abrightwell

  • Crunchy Data Solutions
  • St. Johns, FL
View GitHub Profile
###############################################################################
# Building Go on the Raspberry Pi
###############################################################################
# Based on the work of Dave Cheney
# http://dave.cheney.net/2015/09/04/building-go-1-5-on-the-raspberry-pi
# Also info in the docs:
# https://github.com/golang/go/blob/master/src/make.bash
###############################################################################
### Set project area
@abrightwell
abrightwell / add.sh
Created November 7, 2016 18:24 — forked from sdoro/add.sh
Howto add/remove in VirtualBox a fifth NIC (without GUI) in hostonly networking
VBoxManage modifyvm "vm" --hostonlyadapter5 vboxnetX
VBoxManage modifyvm "vm" --nic5 hostonly