Skip to content

Instantly share code, notes, and snippets.

@NicolaeNMV
Last active August 29, 2015 13:56
Show Gist options
  • Save NicolaeNMV/9055012 to your computer and use it in GitHub Desktop.
Save NicolaeNMV/9055012 to your computer and use it in GitHub Desktop.
Some very useful commands
# Connect to ssh throughout a socks server at localhost:9150
ssh -o "ProxyCommand /usr/bin/nc -x localhost:9150 %h %p" user@hostname
# Download something and resume. Useful when "Copy cURL" from chrome://inspector
curl -C - -o "some_name"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment