Tool3 MAC - iTerm2 소개 MAC - iTerm2 소개 MacOS에는 기본 터미널이 제공되지만, 화면 분할, 멀티탭 등 편리한 기능이 추가된 iTerm2를 소개합니다. -공식 페이지 iTerm2 - iterm2.com/ iTerm2 - macOS Terminal Replacement iTerm2 by George Nachman. Website by Matthew Freeman, George Nachman, and James A. Rosen. Website updated and optimized by HexBrain iterm2.com -자주 사용하는 단축키입니다. 새 창 열기 Command + n 새 탭 열기 Command + t 탭 이동하기 Command + [탭 번호] Command + [방향키] 세로방향으로 탭 분할하기 Co.. 2020. 9. 11. Linux Screen이란 무엇인가? Linux Screen이란 무엇인가? Screen은 하나의 인스턴스에 여러 세션을 만들어 각각 다른 작업을 할 수 있게 도와주는 도구입니다. 설치 방법 sudo apt-get install screen Screen 만드는 방법 screen Screen 이름을 지정하여 만드는 방법 screen -S [name] Screen을 만든 후에 작업을 하고 Detach를 하는 방법은 [Ctrl + A] + [D]입니다. (*Detach: 세션은 실행중인 상태로 연결을 끊는 것) 실행중인 Screen을 보는 방법 screen -ls Screen에 재진입을 하는 방법 screen -r [name] [-r] 옵션은 Detach인 [name]의 Screen이 있을땐 재진입, 없을땐 생성해줍니다. screen -x [nam.. 2020. 9. 8. SSH는 무엇인가? (with SSH Config) SSH는 무엇인가? (with SSH Config) SSH는 Secure SHell입니다. 네트워크 상의 다른 컴퓨터에 로그인하거나, 명령어를 실행하고 파일도 복사(SCP, Secure CoPy)할 수 있는 프로토콜 및 응용프로그램을 말합니다. SSH는 사유 소프트웨어이기 때문에, 대안으로 OPEN SOURCE인 OPEN SSH가 개발되었습니다. open ssh - https://www.openssh.com/ OpenSSH OpenSSH 8.3 released May 27, 2020 OpenSSH is the premier connectivity tool for remote login with the SSH protocol. It encrypts all traffic to eliminate eavesdr.. 2020. 9. 7. 이전 1 다음