Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

test internet speed terminal linux

#Install it
sudo apt install speedtest-cli
#To run net speed 
speedtest-cli
#result as follows:
Testing download speed................................................................................
Download: 9.54 Mbit/s
Testing upload speed......................................................................................................
Upload: 14.61 Mbit/s
Comment

linux terminal speed test

sudo apt-get install gnupg1 apt-transport-https dirmngr
export INSTALL_KEY=379CE192D401AB61
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys $INSTALL_KEY
echo "deb https://ookla.bintray.com/debian generic main" | sudo tee  /etc/apt/sources.list.d/speedtest.list
sudo apt-get update
# Other non-official binaries will conflict with Speedtest CLI
# Example how to remove using apt-get
# sudo apt-get remove speedtest-cli
sudo apt-get install speedtest
speedtest
Comment

PREVIOUS NEXT
Code Example
Shell :: dotnet ef not found 
Shell :: remove identifier files wsl2 
Shell :: install git-lfs ubuntu 18.04 
Shell :: ubuntu restart mariadb 
Shell :: react router v5 install 
Shell :: ps not found 
Shell :: maven skip tests 
Shell :: nginx.service is not active, cannot reload. 
Shell :: remove google chrome linux 
Shell :: reset local branch to remote 
Shell :: git pull master discard local changes 
Shell :: install java 17 ubuntu 
Shell :: how pip install on centos 
Shell :: pip install tqdm 
Shell :: spigot start.bat 
Shell :: install ngrok ubuntu 20.04 
Shell :: how to uninstall netbeans on ubuntu 
Shell :: Installing graphviz in Linux 
Shell :: brew reinstall mysql 
Shell :: install cheese on ubuntu 
Shell :: linux show version 
Shell :: restart samba service 
Shell :: uninstall anydesk ubuntu 
Shell :: linux chown www-data 
Shell :: delete nginx 
Shell :: npm to fix lint issues 
Shell :: install tkinter conda 
Shell :: remove nginx mac 
Shell :: how to brew install mongodb 
Shell :: centos install lsb_release 
ADD CONTENT
Topic
Content
Source link
Name
1+5 =