Skip to content

Instantly share code, notes, and snippets.

@eikeon
Created May 24, 2013 01:13
Show Gist options
  • Save eikeon/5640692 to your computer and use it in GitHub Desktop.
Save eikeon/5640692 to your computer and use it in GitHub Desktop.
passwd
sudo dpkg-reconfigure tzdata
sudo apt-get install emacs24-nox
- set hostname:
sudo emacs /etc/hostname
sudo service hostname stop
sudo service hostname start
hostname
sudo apt-get install avahi-daemon
sudo apt-get install software-properties-common (for add-apt-repository)
sudo add-apt-repository ppa:gophers/go
sudo apt-get update
# PPA doesn't seem to have anything for us on 13.04 arm ;(
sudo apt-get install golang
@edsu
Copy link

edsu commented Jun 27, 2013

fwiw, I can find go on 13.04 now :-D

oh, but it's 1.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment