Tmux
- base
- new
tmux: start new tmux new -s myname
- attach
tmux a tmux a -t myname
- list tmux ls
- tmux kill-session -t myname
- tmux kill-window -t myname
- new
windows
1234567c create windoww list windowsn next windowp previous windowf find window, name window& kill windowpanes
c create window o swap panes q show pane numbers x kill pane + break pane into window (e.g. to select text by mouse to copy) - restore pane from window ⍽ space - toggle between layouts
SwitchyOmega
Manage and switch between multiple proxies quickly & easily.
python -m SimpleHTTPServer 8221
- https://docs.python.org/2/library/simplehttpserver.html
- http://www.pythonforbeginners.com/modules-in-python/how-to-use-simplehttpserver/
- http://coolshell.cn/articles/1480.html
代码实时同步
- 代码实时同步工具nobone-sync
- github 地址
nobone-sync -s sync_config.js & nobone-sync sync_local_config.js