Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

speed test centos

wget -O speedtest-cli https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py
chmod +x speedtest-cli
./speedtest-cli
Comment

centos command line speedtest

# CentOS/RedHat/Fedora
curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | sudo bash && sudo yum install speedtest
# List Available Servers
speedtest -L
# Run Test
speedtest
Comment

PREVIOUS NEXT
Code Example
Shell :: linux bash clean up log file 
Shell :: supprimer une branch git 
Shell :: linux file path 
Shell :: flutter cocoapods not installed 
Shell :: install kind 
Shell :: Add RPM Fusion Fedora 36 
Shell :: how to install sublime text arch linux 
Shell :: add gif to readme.so 
Shell :: yarn start --reset-cache 
Shell :: copy one branch to another git 
Shell :: docker sudo how to add user 
Shell :: change commit author 
Shell :: list files by last modified linux 
Shell :: change language to english in centos 
Shell :: git merge abort 
Shell :: git add git commit 
Shell :: vscode tab not working ubuntu windows 
Shell :: how to kill a process in powershell 
Shell :: gnutls_handshake() failed: An unexpected TLS packet was received. 
Shell :: ionic-native/splash-screen 
Shell :: install laravel globally mac 
Shell :: clear error log apache2 
Shell :: apt install slack 
Shell :: git update comment 
Shell :: enable rpm fusion 
Shell :: error permission to .git denied to deploy key 
Shell :: register runner gitlab 
Shell :: check packages in macos 
Shell :: a) Write a shell script to list all of the directory files in a directory. 
Shell :: compdef command not found 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =