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 |
Tags
- SWIFT
- ftp
- nGrinder
- ssh
- Materials
- kitura
- STF_PortForwarding
- ubuntu
- perfect
- create table
- openpyxl
- 실행권한
- Jupyter Notebook
- PYTHON
- postgres
- appium server
- mysql
- nohup
- insert
- nmap
- port forwarding
- postgresql
- sshpass
- rethinkdb
- GoCD
- appium
- Jupyter
- 28015
- centos
- STF
Archives
- Today
- Total
don't stop believing
tmux 설치 (on CentOS, Ubuntu) 본문
Linux에서도 terminal application을 테스트해야 합니다.
hecate를 사용하면 되는데 CentOS와 Ubuntu에 tmux를 설치해야 합니다.
아래 링크에 자세히 설명되어 있습니다.
https://gist.github.com/Root-shady/d48d5282651634f464af
간단한 방법으로 설치해 보겠습니다.
먼저 CentOS입니다.
12$ sudo yum install epel-release$ sudo yum install -y tmux
설치된 버전을 확인해 보겠습니다.
12$ tmux -Vtmux 1.8
1.8 버전이네요. hecate를 사용하려고 한다면 1.6 버전 이상이 필요합니다.
(1.6 버전 이상에서 hecate 실행을 확인했다고 하네요.)
설치 되었다면 실행해 봅니다.
1$ tmux
tmux가 실행되면 아래 녹색 상태창이 나타납니다.
이번에는 Ubuntu입니다.
Ubuntu에서는 apt로 설치하면 됩니다.
1$ sudo apt install tmux
설치된 버전도 확인해 보겠습니다.
12$ tmux -Vtmux 2.1
Ubuntu에서는 2.1 버전이 설치되고 있습니다.
실행해 보겠습니다.
1$ tmux
여기까지 CentOS, Ubuntu에서 tmux 설치였습니다.
'Python > hecate & tmux' 카테고리의 다른 글
hecate 실습 (geth) 2 (0) | 2018.09.20 |
---|---|
hecate 실습 (geth) 1 (0) | 2018.09.17 |
hecate python module 설치와 기본 사용 (on Mac) (0) | 2018.09.16 |