How to check Internet Speed on Centos CLI
How to check Internet Speed on Centos CLI Speedtest-cli is Python script its works on Python program. you must have Python installed. check if have installed . python –version python3 –version lsb_release -a if you have not install then install it by # yum install python Download the script #wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py #chmod +x … Read more