Hardware commands
USB Device Information:
lsusb: Display USB device information.lsusb -t: Display USB information in a tree format.
PCI Bus Information:
lspci: Display information about the PCI bus.
General Hardware Information:
lshw: Display detailed information about your hardware.lshw -html: Return the same information in an HTML file.lshw -short: Display shortened information about your hardware.
CPU Information:
lscpu: Display information about the CPU.
Storage Information:
lsblk: Display information about hard disks or storage.
Additional Hardware Commands:
Disk Space Usage:
df: Display disk space usage.
Memory Information:
free: Display memory and swap usage.
Kernel Information:
uname -a: Display kernel information.
Network Interface Information:
ifconfig: Display information about network interfaces.
Display Hardware Information:
lspci | grep -i vga: Display information about the VGA adapter.
Detailed CPU Information:
cat /proc/cpuinfo: Display detailed CPU information.
Hardware Temperature Information:
sensors: Display hardware temperature information (requires lm-sensors).
Hardware Interrupts:
cat /proc/interrupts: Display information about hardware interrupts.
Hardware RAID Information:
lspci | grep -i raid: Display information about RAID controllers.