useful tools

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
  • windows

    1
    2
    3
    4
    5
    6
    7
    c create window
    w list windows
    n next window
    p previous window
    f find window
    , name window
    & kill window
  • panes

     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

代码实时同步

常用的地址: