Linux Network Diagnosing
iwconfig
wlan0is WiFieth0is ethernet (cable)lois localhost (I think)
lspci
lspci -nnk | grep -iA3 net (shows wifi chipset)
lsusb
ifconfig
ethtool is deprecated (gives error), use nmcli
nmcli device wifi listnmcli device shownmcli device status
inxi -Fxx (general device information)
speedtest by Ookla (cli version, needs installation)
Then start punching keywords into Google.