- Download Go From Go Site
- Untar Go to /usr/local/
tar -C /usr/local -xzf go-xx.tar
- Create Link in /usr/bin
ln -s /usr/bin/go/ /usr/local/go/bin
- Create Go Working Directory
mkdir /go
- Set GOPATH
export GOPATH=/go
Wednesday, 12 April 2017
Simple way to install go for CENTOS
Subscribe to:
Posts (Atom)
Import SSH Private Key to Yubikey (PIV) for SSH Authentication
Introduction: This guide will walk you through the process of importing your SSH private key to a Yubikey (PIV) for SSH authentication on y...
-
BIRD is an open-source router daemon for Linux OS. BIRD can exchange IP routes between BIRD servers and routers. this post shows an example ...
-
โดยปกติการติดตั้ง Virtural Machine บน Linux OS หรือ KVM รอบรับใช้งานเครือข่ายระดับ Layer 2 ของ Guest OS ผ่าน Bridge ของ Linux Kernel ซึ่ง Br...
-
NTP service is one of the most popular target services. Almost Linux servers install an Iptables firewall by default that we can config Ipta...