• Linux,  Programming

    [Linux] tmux 사용법

    tmux 구성 요소 Session: 여러 window로 구성 Window: terminal 화면, session 내에서 탭처럼 사용 가능 Pane: 하나의 window 내에서 분할된 화면 Session 관련 명령어 Command Description tmux new -s [session_name] 새로운 session 생성…

  • Linux,  Programming

    tmux 설치

    Linux 터미널을 분할해서 쓸 때 tmux가 활용된다. 1. tmux 설치 https://github.com/tmux/tmux/wiki 위 URL에 들어가 source code 파일을 다운받아서 설치해준다. 그러나 위 명령 수행 중 dependency issue로 인해서 문제가 발생 할 수 있다. 2.…