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

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 :: how to check date is older than x days in shell script 
Shell :: homebrew install autoconf 
Shell :: check size of folder linux 
Shell :: git delete commit 4785cd1e041 
Shell :: conda create new environment in specified location 
Shell :: how to undo git clean -fd command 
Shell :: how to install global package golang 
Shell :: xdebug install 
Shell :: allow port on ufw 
Shell :: docker compose up 
Shell :: install hass.io docker raspberry pi 
Shell :: how to fast mouse scrolling in ubuntu 20.04 
Shell :: CocoaPods not installed or not in valid state. 
Shell :: how-to-fix-held-broken-packages 
Shell :: grep wildcard 
Shell :: creating bucket in aws cli 
Shell :: how to add line number to a file 
Shell :: gatsby plugin image 
Shell :: git create github repo 
Shell :: video trimmer ubuntu 
Shell :: ffmpeg from frames range to video 
Shell :: convert mkv to mp4 
Shell :: ssh map port 
Shell :: create new remote branch 
Shell :: ubuntu install unzip 
Shell :: mysqldump cli 
Shell :: install admin lte in laravel 
Shell :: git bash in cmd 
Shell :: shell xargs 
Shell :: git go back to commit 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =