Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

speedtest cli

# No root required
# Temporarily downloads the python speedtest-cli tool and runs it (python required)
curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -
Comment

speed test cli

#for Ubuntu/ Debian
sudo apt-get install speedtest 

#for mac: 
brew tap teamookla/speedtest
brew update
brew install speedtest --force
Comment

speedtest cli

curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python -
Comment

Speedtest CLI

## If migrating from prior bintray install instructions please first...# sudo rm /etc/apt/sources.list.d/speedtest.list# sudo apt-get update# sudo apt-get remove speedtest ## Other non-official binaries will conflict with Speedtest CLI# Example how to remove using apt-get# sudo apt-get remove speedtest-cli curl -s https://install.speedtest.net/app/cli/install.deb.sh | sudo bashsudo apt-get install speedtest
Comment

speedtest cli

sudo apt-get install gnupg1 apt-transport-https dirmngr
export INSTALL_KEY=379CE192D401AB61
export DEB_DISTRO=$(lsb_release -sc)
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $INSTALL_KEY
echo "deb https://ookla.bintray.com/debian ${DEB_DISTRO} main" | sudo tee  /etc/apt/sources.list.d/speedtest.list
sudo apt-get update
sudo apt-get install speedtest
Comment

speedtest cli install

sudo apt install speedtest-cli
speedtest-cli
Comment

PREVIOUS NEXT
Code Example
Shell :: wc bash 
Shell :: install istio on kubernetes on OS linux 
Shell :: mac shell prompt 
Shell :: shell script to find sum of n numbers using for loop 
Shell :: add branch to bash-prompt 
Shell :: crontab example 
Shell :: linus display ORACLE_HOME 
Shell :: remote: fatal: pack exceeds maximum allowed size 
Shell :: rename branch in git 
Shell :: upgrade powershell 
Shell :: uninstall vmware player 
Shell :: how to compare percentage value in shell script 
Shell :: git set-url no such remote origin 
Shell :: linux mint download 
Shell :: how to setup .env file for docker 
Shell :: nvm change version 
Shell :: ffmpeg video black and white filter 
Shell :: how to run tar.gz file in linux 
Shell :: online linux c compiler 
Shell :: create public and private key for jwt 
Shell :: how to connect to a git repo in cmd 
Shell :: use mock api 
Shell :: docker sh: react-scripts: not found 
Shell :: bash execute command in variable 
Shell :: Install JDK on Rocky Linux 8 
Shell :: batch call another batch with parameters 
Shell :: powershell qr code generator 
Shell :: error: insufficient permissions for device 
Shell :: apache rewrite www to non www 
Shell :: batch how to check if folder is empty 
ADD CONTENT
Topic
Content
Source link
Name
1+6 =