bashtop 설치(feat. CentOS7)
- IT/OS
- 2021. 2. 3.
반응형
반응형
사전작업
bashtop은 bash4.4 이상에서만 지원을 합니다
bash4.4 미만 버전이시면 아래 링크를 참고하여 bash5.0 설치를 먼저 진행해주세요~
git 설치
"git"을 입력하니 명령어를 찾을 수 없다고 나오네요
yum을 통해 git을 설치해 줍니다
[root@test-1 bashtop]# git
-bash: git: command not found
[root@test-1 bashtop]# yum install -y git
...
Complete!
[root@test-1 bashtop]# git --version
git version 1.8.3.1
bashtop 다운
아래 명령어로 bashtop.git 파일을 다운로드합니다.
"git clone https://github.com/aristocratos/bashtop.git"
[root@test-1 bashtop]# git clone https://github.com/aristocratos/bashtop.git
Cloning into 'bashtop'...
remote: Enumerating objects: 66, done.
remote: Counting objects: 100% (66/66), done.
remote: Compressing objects: 100% (50/50), done.
remote: Total 1123 (delta 29), reused 39 (delta 15), pack-reused 1057
Receiving objects: 100% (1123/1123), 798.48 KiB | 329.00 KiB/s, done.
Resolving deltas: 100% (630/630), done.
"bashtop" 디텍토리가 생겼네요
cd 명령어로 들어가서 파일 목록을 확인 후 bashtop 파일을 실행합니다
[root@test-1 bashtop]# ls
bashtop
[root@test-1 bashtop]# cd bashtop/
[root@test-1 bashtop]# ls
CHANGELOG.md CODE_OF_CONDUCT.md CONTRIBUTING.md DEB Imgs LICENSE
Makefile README.md bashtop requirements.txt src test test.sh themes
[root@test-1 bashtop]# ./bashtop
bashtop 실행화면
뭔가 터미널에서 게임을 해야 할 것만 같은 느낌이 든다...
아직은 뭐가 뭔지 잘 모르겠지만... 뭔가 있어 보이긴 하네...
기능에 대해서는 하나씩 알아봐야겠다.
반응형
'IT > OS' 카테고리의 다른 글
ESXi Cli command 명령어 (0) | 2021.03.23 |
---|---|
서브넷마스크(subnetmask) 표 (0) | 2021.02.17 |
[Linux] CentOS7 bash 5.0 설치 (0) | 2021.02.02 |
[TCP] 4-way Handshake란? / 와이어샤크, tcpdump 확인 (0) | 2021.01.29 |
Cisco Packet Tracer(패킷트레이서) 설치하기 (0) | 2021.01.27 |