Table of Contents
Find hardware info in Linux
motherboard info:
Basic info
sudo dmidecode -t 2
lshw
Detail info
sudo dmidecode | less
PCI info
lspci
USB info
lsusb
proc
cat /sys/devices/virtual/dmi/id/board_{vendor,name,version}
dmesg
dmesg | grep DMI:
GUI
hardinfo
cpu-g
lshw-gtk
PerlMon