Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- syslog
- Elasticsearch
- JSON
- Shell
- 크롬
- Chrome
- 빅데이터
- centos 7.5
- yum
- K8S
- Elk
- rsyslog
- zabbix
- Python
- 파이썬
- C
- docker
- Audit Log
- Kubernetes
- PostgreSQL
- audit
- RHEL
- bash
- CentOS
- GPU
- Linux
- GNOME
- 디렉토리
- log
- 서울시민카드
Archives
- Today
- Total
Sysops Notepad
[Linux] Go(Golang) 설치하기 본문
728x90
2021년 3월 기준 검색어 점유율 상위 11위로 빠르게 성장중인 Go 언어 설치 하는 방법입니다.
저는 Centos 7.6 버전에서 설치하여 진행했습니다.
# wget https://dl.google.com/go/go1.14.15.linux-amd64.tar.gz
# tar -C /home/ -xzf go1.14.15.linux-amd64.tar.gz
# vi /root/.bash_profile
export GOBIN=/home/go/bin
export GOROOT=/home/go
export PATH=$PATH:/home/go/bin
# go version
go version go1.14.15 linux/amd64
728x90
'업무 > etc' 카테고리의 다른 글
[Linux] image optimizer (0) | 2021.04.09 |
---|---|
[Linux] 계정 타임 아웃 설정하기 ( + TMOUT 보안 조치) (0) | 2021.04.09 |
[Linux] Centos 7 Sonatype Nexus Repository 설치하기(2) (0) | 2020.10.07 |
[Linux] Centos 7 Sonatype Nexus Repository 설치하기(1) (0) | 2020.10.07 |
[Linux] 대용량 파일 복사 (0) | 2020.10.05 |
Comments