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

PREVIOUS NEXT
Code Example
Shell :: ffmpeg change resolution 
Shell :: create ubuntu 20.04 with azure cli 
Shell :: connect to specific wifi decive linux 
Shell :: installing pipewire 
Shell :: awk how to print without adding spaces between fields 
Shell :: install typescript in gatsby 
Shell :: evernote linux 
Shell :: using github personal github token when cloning a repo 
Shell :: ubuntu get external ip 
Shell :: eslint install command 
Shell :: git set token 
Shell :: adb get imei number 
Shell :: windows proxy for local system 
Shell :: bash how to pass shell variables to awk 
Shell :: kill tensorboard process 
Shell :: git changes on branch carried over after switching to other branch 
Shell :: bash count character in variable 
Shell :: replace substring in shell 
Shell :: bash or 
Shell :: Exit bash script if not running as root 
Shell :: install pcl ubuntu 
Shell :: node-pre-gyp install failed with error: error: command failed: node-pre-gyp install --fallback-to-build 
Shell :: install fontforge linux 
Shell :: commit to a new branch 
Shell :: what is the difference between powershell and command prompt 
Shell :: etcher download ubuntu 18.04 
Shell :: gcc on ubuntu 20.04 
Shell :: save output of command to variable bash 
Shell :: install spotify on linux 
Shell :: ubuntu server clean up disk space 
ADD CONTENT
Topic
Content
Source link
Name
5+5 =