Skip to content

Instantly share code, notes, and snippets.

@tonycn
Created November 15, 2013 04:16
Show Gist options
  • Save tonycn/7478979 to your computer and use it in GitHub Desktop.
Save tonycn/7478979 to your computer and use it in GitHub Desktop.
unix commands
1) nc & curl to view http request
$ nc -l localhost 8000 &
$ curl --proxy localhost:8000 --silent --max-time 1 http://baidu.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment