Skip to content

Instantly share code, notes, and snippets.

@BranLiang
Last active April 15, 2019 14:25
Show Gist options
  • Select an option

  • Save BranLiang/fa8f2bd02ddb743866cc4129be5e8284 to your computer and use it in GitHub Desktop.

Select an option

Save BranLiang/fa8f2bd02ddb743866cc4129be5e8284 to your computer and use it in GitHub Desktop.
Shell helpers
# upload local folder to server
scp -r localfolder/path user@server:/remote/path
# server tunnel
ssh -f [email protected] -L 2000:personal-server.com:25 -N
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment