Skip to content

Instantly share code, notes, and snippets.

@sdcasas
Created August 14, 2019 19:17
Show Gist options
  • Save sdcasas/3b11d97d757c7c5860b8d0671261abcd to your computer and use it in GitHub Desktop.
Save sdcasas/3b11d97d757c7c5860b8d0671261abcd to your computer and use it in GitHub Desktop.
# source: https://www.vozidea.com/velocidad-de-la-conexion-desde-terminal-linux
# Download source code
wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
# give permission run
sudo chmod +x speedtest-cli
# runing
./speedtest-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment