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 :: powershell get all computers in ou 
Shell :: install packages rstudio 
Shell :: brew install supervisor mac 
Shell :: git change branch 
Shell :: git add except files 
Shell :: install kde partition manager 
Shell :: curl install docker-compose linux 
Shell :: batch delete all files in subfolders of type 
Shell :: w10 reboot cmf 
Shell :: linux rename files add prefix 
Shell :: install docker ec2 
Shell :: how to install kivy.app 
Shell :: bash loop foreach find 
Shell :: bash command substitution 
Shell :: command to update ubuntu 
Shell :: change default php alternatives 
Shell :: redis remove key 
Shell :: git revert pr merge 
Shell :: add gif github readme 
Shell :: create folder in terminal 
Shell :: Hello, World! 
Shell :: ffmpeg to mkv 
Shell :: ubuntu port ping 
Shell :: conda install cairo 
Shell :: not null check in powershell variable 
Shell :: how to check if tensorflow is working on your pc 
Shell :: git revert to last commit 
Shell :: download brave linux 
Shell :: log cpu usage on linux 
Shell :: how to enable gitlab runner to use local docker images 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =