Network
Check network interface link speed
ip -a | grep -i qlen
Find duplicate IPs in network
arp <ip_address>
Ping
ping _gateway # default gateway
Print all IPs and interfaces in colorize and tabular format
ip -br -c addr show
ip -br -c link show
Last updated
Was this helpful?