--------------
sudo apt-get install screen
touch .screenrc
--------------
vbell off
vbell_msg ""
hardstatus on
hardstatus alwayslastline
#Use: info screen "String Escapes" to style your screen
hardstatus string "%{B}%-Lw%{r}%50>%n%f*%t%{-}%+Lw%<"
def monitor on
term screen-256color
shelltitle Window
screen bash
--------------
screen
CTRL a + c ; create
CTRL a + <num> ; switch to terminal
CTRL d ; detach
screen -r ; retach
screen -r PID
'Programming' 카테고리의 다른 글
프로그래머의 친구 HEX Editor (0) | 2016.03.18 |
---|---|
MPI Parallel Computing + Hadoop (0) | 2016.03.17 |
X11 forwarding - 리눅스 크롬 브라우저 문제 (0) | 2016.03.17 |
Visual Studio의 강력한 친구였던 Visual Assist (0) | 2016.03.16 |
Raspberry Pi Supercomputer (0) | 2016.03.14 |