How to bookmark SSH(putty)?
Shortcut Key Ctrl + R : show the recent command you input $ !! : redo the last command Ctrl + U : delete the current line Ctrl + C : finish the current command by force Ctrl + D : logout the current ...
Four Areas of GIT 1. Working Directory (작업영역) real project directory areas where modify and add the actual code all of areas except the .git 2. Repository (저장소) space where store files or folders by...
ADB의 환경변수 설정 위치 : C:\Users\DELL\AppData\Local\Android\Sdk\platform-tools에 adb.exe를 확인 후, 환경변수 추가 add.) DELL : 사용자이름 예시 ADB connect(use cmd) adb devices : 현재 PC와 연결된 devices List adb connect [ip of PC...
elements of tmux session : tmux를 실행하는 기본단위, 여러 윈도우로 구성 window : 터미널 화면으로 세션 내에서 탭처럼 사용 가능 pane : 하나의 윈도우 내에서의 화면 분할 add.) tmux는 기본적으로 명령어를 사용하기 위해선, prefix키로 Ctrl + b를 사용해야 한다. $ sudo apt install t...