Skip to content

Instantly share code, notes, and snippets.

@lyshie
Last active September 9, 2017 16:13
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 lyshie/fc34d81e598f4e3debd50ede5cbc6a52 to your computer and use it in GitHub Desktop.
Save lyshie/fc34d81e598f4e3debd50ede5cbc6a52 to your computer and use it in GitHub Desktop.
Connection test for dcs.tn.edu.tw
# IPv4
curl -# -v -4 http://chpsxoops.dcs.tn.edu.tw/1gb 2>&1 > /dev/null
# IPv6
curl -# -v -6 http://chpsxoops.dcs.tn.edu.tw/1gb 2>&1 > /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment