Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Linux Network Diagnosing

iwconfig

  • wlan0 is WiFi
  • eth0 is ethernet (cable)
  • lo is localhost (I think)

lspci

lspci -nnk | grep -iA3 net (shows wifi chipset)

lsusb

ifconfig

ethtool is deprecated (gives error), use nmcli

  • nmcli device wifi list
  • nmcli device show
  • nmcli device status

inxi -Fxx (general device information)

speedtest by Ookla (cli version, needs installation)

Then start punching keywords into Google.