Advertisement
medigeek

Useful network info

Jan 27th, 2012
326
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. # Run the commands one-by-one, and copy-paste the output to a new pastebin
  2. lspci -nn # PCI Devices
  3. lsusb # USB Devices
  4. sudo lshw -C network # Network info
  5. lsmod # Kernel modules
  6.  
  7. ifconfig # Wireless / Wired connection info
  8. iwconfig # Wireless
  9. cat /etc/network/interfaces
  10. cat /etc/resolv.conf # DNS servers
  11. nm-tool # Network manager status, wireless / wired connection info
  12.  
  13. dmesg > dmesg.log
  14. gedit dmesg.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement