Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux terminal check internet connection

# method 1 ping
ping google.com

# method 2 curl
curl -I https://linuxhint.com/

# method 3 list adapters
ip a

# check default gateway
ip r
Comment

linux terminal check internet connection

# method 1 ping
ping google.com

# method 2 curl
curl -I https://linuxhint.com/

# method 3 list adapters
ip a

# check default gateway
ip r
Comment

PREVIOUS NEXT
Code Example
Shell :: how reset commit git with losing changes 
Shell :: ubuntu root login ssh 
Shell :: ubuntu 20.04 install yarn 
Shell :: pip upgrade stramlit 
Shell :: zsh: command not found: conda 
Shell :: How to check if port is in use in 
Shell :: adb command to open deeplink 
Shell :: install auth in laravel 8 with bootstrap 
Shell :: sh check if directory is empty 
Shell :: how to delete all docker images 
Shell :: apt-get update 
Shell :: install angular bootstrap 
Shell :: where is /dev/kvm 
Shell :: windows powershell symlink 
Shell :: check if oh-my-zsh is installed 
Shell :: expo keystore 
Shell :: docker destroy all 
Shell :: bash how to generate md5 checksums on all files in a directory 
Shell :: count the number of lines in a git repository 
Shell :: git origin 
Shell :: how to extract zip file in ubuntu terminal 
Shell :: install discord on ubuntu 
Shell :: firewall-cmd add port 
Shell :: install git 2 on centos 7 
Shell :: Error: Cannot install in Homebrew on ARM processor in Intel default prefix (/usr/local)! 
Shell :: download nbextensions 
Shell :: vlc popos 
Shell :: linux install node 
Shell :: bash install kubectl 
Shell :: xampp the installer requires root privileges 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =