Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 337 Bytes

File metadata and controls

22 lines (11 loc) · 337 Bytes

Network checkers

Display all the interfaces

ifconfig

Display Wireless Network Interface (WiFi)

ifconfig eth0

Display all active connections:

netstat

Test network connectivity between your device and a remote host

ping -c <number of pings> <destination>

example:

ping -c 5 google.com