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
- 디렉토리
- GPU
- 파이썬
- bash
- audit
- docker
- Python
- rsyslog
- 크롬
- syslog
- K8S
- Audit Log
- Elk
- 빅데이터
- Elasticsearch
- RHEL
- JSON
- Kubernetes
- 서울시민카드
- CentOS
- GNOME
- log
- centos 7.5
- zabbix
- Linux
- C
- Chrome
- yum
- PostgreSQL
- Shell
Archives
- Today
- Total
Sysops Notepad
[Linux] git 2.x 버전 설치 본문
728x90
저는 Centos 7.6 에서 설치 진행했습니다.
# vi /etc/yum.repos.d/wandisco-git.repo
[wandisco-git]
name=Wandisco GIT Repository
baseurl=http://opensource.wandisco.com/centos/7/git/$basearch/
enabled=1
gpgcheck=1
gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco
# rpm --import http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco
# yum install git
728x90
'업무 > etc' 카테고리의 다른 글
[Linux] 특정 기간 파일 찾아서 백업/제거하는 스크립트 (0) | 2021.04.11 |
---|---|
[Linux] awk 명령어 활용하기 (0) | 2021.04.11 |
[Linux] image optimizer (0) | 2021.04.09 |
[Linux] 계정 타임 아웃 설정하기 ( + TMOUT 보안 조치) (0) | 2021.04.09 |
[Linux] Go(Golang) 설치하기 (0) | 2021.04.09 |
Comments