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 :: gitignroe remove folder 
Shell :: eslint install command 
Shell :: Setfacl 
Shell :: linux list adb 
Shell :: schedule shell script mac 
Shell :: uninstall xbox game bar 
Shell :: how to uninitialize git 
Shell :: matlab on ubuntu 
Shell :: how to assign a letter to a drive 
Shell :: shared folder virtualbox ubuntu 
Shell :: kill tensorboard process 
Shell :: ubuntu check free space 
Shell :: remove first word of pipe output 
Shell :: reload bashrc linux 
Shell :: string manipulation in shell 
Shell :: linux permanent alias 
Shell :: install xampp on Linux 
Shell :: linux matrix effect 
Shell :: install chrome ubuntu automatic update 
Shell :: nvm zsh command not found 
Shell :: copy ssh key directly window 
Shell :: git clone and change the folder name 
Shell :: remove last space from line 
Shell :: cordova run device 
Shell :: install next js 
Shell :: save output of command to variable bash 
Shell :: where is docker images stored windows wsl2 
Shell :: GREPCC token 
Shell :: gzip version check 
Shell :: install vnc server pi 
ADD CONTENT
Topic
Content
Source link
Name
8+6 =