Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

check internet speed on mac terminal

brew install speedtest-cli
Comment

speedtest mac terminal

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

check internet speed on mac terminal

$ speedtest-cli


Retrieving speedtest.net configuration...
Testing from ACME Cable (xxx.xxx.xxx.xxx)...
Retrieving speedtest.net server list...
Selecting best server based on ping...
Hosted by ServerPronto (Miami, FL) [22.39 km]: 25.419 ms 
Testing download speed............................................................
Download: 70.16 Mbit/s
Testing upload speed............................................................
.Upload: 5.92 Mbit/s
Comment

PREVIOUS NEXT
Code Example
Shell :: installing redis on mac 
Shell :: delete commit 
Shell :: github add image to readme 
Shell :: install elasticsearch on ubuntu 
Shell :: tar multiple files in linux 
Shell :: change username and home directory linux 
Shell :: crontab error log 
Shell :: git get current branch 
Shell :: flutter android sdk manager not found 
Shell :: arch linxu 
Shell :: delete git stash list 
Shell :: ubuntu install lamp 
Shell :: how to untrack files in git 
Shell :: get path ubuntu 
Shell :: powershell export-excel 
Shell :: gcloud shell ssh 
Shell :: Target Packages (main/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list.d/pgdg.list:1 and /etc/apt/sources.list.d/pgdg.list:2 
Shell :: bash if larger than 
Shell :: install webstorm ubuntu 20.04 
Shell :: git flow new feature branch 
Shell :: add a new line at the end of this file in powershell 
Shell :: store result of command in variable bash 
Shell :: show processor usage linux 
Shell :: install synergy ubuntu 
Shell :: to clean npm cache 
Shell :: undercover mode kali 
Shell :: git fatal bad revision cherry-pick 
Shell :: how to install virtualbox in ubuntu 18.04 
Shell :: bash case statement 
Shell :: brave on linux 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =