Skip to content

Instantly share code, notes, and snippets.

@anselmdk
Last active April 19, 2017 11:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anselmdk/b129e96682604679e4b693c5769a9ca8 to your computer and use it in GitHub Desktop.
Save anselmdk/b129e96682604679e4b693c5769a9ca8 to your computer and use it in GitHub Desktop.
SSH Cheat Sheet

SSH

Continue running a command also when the connection drops

screen
# when returning, run:
screen -x

# also:
nohup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment