Skip to content

Instantly share code, notes, and snippets.

@cdolek
Last active August 29, 2015 14:24
Show Gist options
  • Save cdolek/631e0e32c359efece02f to your computer and use it in GitHub Desktop.
Save cdolek/631e0e32c359efece02f to your computer and use it in GitHub Desktop.
speedtest from terminal
# via http://binarynature.blogspot.com/2013/03/measure-internet-connection-speed-from-linux-command-line.html
wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py && chmod +x speedtest-cli && ./speedtest-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment