This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| VBoxManage modifyvm "vm" --hostonlyadapter5 vboxnetX | |
| VBoxManage modifyvm "vm" --nic5 hostonly |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ############################################################################### | |
| # 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 |