Skip to content

Instantly share code, notes, and snippets.

@dmitshur
dmitshur / gist:6927554
Last active July 14, 2024 16:13
[Legacy GOPATH mode] How to `go get` private repos using SSH key auth instead of password auth.
@johanmeiring
johanmeiring / build-vms.sh
Created February 9, 2015 06:15
VirtualBox Ubuntu VM creation from command line
#!/bin/bash
# Example file line:
# VM name,Group,MAC Address,RAM,Procs,HDD,VRDP port
# sf-mc-01,Group,080027EF99DD,512,1,6000,9007
if [[ ! -e $1 ]]; then
echo "File $1 not found."
exit 1
fi