常用指令
- 新建 tmux -u new -s session-name
- 进入会话 tmux -u a -t session-name
- detach一个已经attach的会话 tmux detach-client -s session-name
- https://segmentfault.com/a/1190000007427965
python使用技巧
ssh使用