Skip to content

Instantly share code, notes, and snippets.

@exAspArk
Created December 21, 2015 09:42
Show Gist options
  • Save exAspArk/42bdb62751a9300ee6d7 to your computer and use it in GitHub Desktop.
Save exAspArk/42bdb62751a9300ee6d7 to your computer and use it in GitHub Desktop.
Screen / Tmux (in iTerm 2)
ssh [email protected] -t "screen -DR session_name"
tmux -CC attach -t session_name || tmux -CC new -s session_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment