Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save JonathanBristow/9ff464a67ec2ac18ebc1c4ae2ba8b60d to your computer and use it in GitHub Desktop.
Save JonathanBristow/9ff464a67ec2ac18ebc1c4ae2ba8b60d to your computer and use it in GitHub Desktop.
Installing Speedtest-CLI on CentOS
yum install python -y
yum install wget -y
et -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
chmod +x speedtest-cli
./speedtest-cli
or
./speedtest-cli --share --bytes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment