Skip to content

Instantly share code, notes, and snippets.

@microft
Created April 3, 2024 17:27
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 microft/2b225dae6baed2fe6f29286ea16a3d52 to your computer and use it in GitHub Desktop.
Save microft/2b225dae6baed2fe6f29286ea16a3d52 to your computer and use it in GitHub Desktop.
Usefull shell commands
alias webserver="python3 -m http.server"
alias tunnel="ssh -v -D 1337 -C -N"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment