kevinhowbrook
6/29/2017 - 10:35 PM

Ubuntu local setup

Ubuntu local setup

CLI

Apps

Visual

  • redshift
  • unity tweak
  • arc darker
  • ultra flat icons

Various bits from

Installing Go on ubuntu:

Linux, Mac OS X, and FreeBSD tarballs

Download the archive and extract it into /usr/local, creating a Go tree in /usr/local/go. For example:

tar -C /usr/local -xzf go1.8.3.linux-amd64.tar.gz (Typically these commands must be run as root or through sudo.)

Add /usr/local/go/bin to the PATH environment variable. You can do this by adding this line to your /etc/profile (for a system-wide installation) or $HOME/.profile:

export PATH=$PATH:/usr/local/go/bin