Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux speedtest

# Ubuntu/Debian
sudo apt-get install curl
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash
sudo apt-get install speedtest
# Fedora/Centos/Redhat
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.rpm.sh | sudo bash
sudo yum install speedtest
# FreeBSD 13
sudo pkg add "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-freebsd13-x86_64.pkg"
# Then run the command:
speedtest
Comment

speedtest linux

brew tap teamookla/speedtestbrew update
# Example how to remove conflicting or old versions using brew
# brew uninstall 
speedtest --forcebrew install speedtest --force
Comment

PREVIOUS NEXT
Code Example
Shell :: git ignore cache 
Shell :: add spacer to dock macos 
Shell :: delete branch from remote 
Shell :: how change remote origin git 
Shell :: how to pull submodules git 
Shell :: restart mysql mac command line 
Shell :: pm2 command not found 
Shell :: firewall status on ubuntu 
Shell :: Installation failed: Download failed. Destination directory for file streaming does not exist or is not writable. 
Shell :: ionic cli 
Shell :: how to remove terminator from ubuntu 
Shell :: linux recursively find directory by name 
Shell :: microsoft install mpi on ubuntu 
Shell :: install gnome tweak tool terminal 
Shell :: check selinux status 
Shell :: jupyterlab setup 
Shell :: windows powershell symlink 
Shell :: git config all users 
Shell :: install fast api 
Shell :: make: g++: Command not found 
Shell :: uninstall python3 wsl 
Shell :: enable telnet using cmd 
Shell :: install graphene django 
Shell :: remove default firefox on ubuntu 
Shell :: installing xournal++ in ubuntu 
Shell :: how to install redis on manjaro 
Shell :: nginx post size 
Shell :: install sdkman ubuntu 
Shell :: how to see all the extension installed in visual studio code 
Shell :: git log with date 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =