Last active
April 15, 2019 14:25
-
-
Save BranLiang/fa8f2bd02ddb743866cc4129be5e8284 to your computer and use it in GitHub Desktop.
Shell helpers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # upload local folder to server | |
| scp -r localfolder/path user@server:/remote/path |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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