Display all hardware information in Linux using lshw

To find out the details of every hardware component in a Linux computer, open a terminal window and enter:

$ sudo lshw <enter>

Display all hardware information in Linux using lshw in a shorter report
$ sudo lshw --short <enter>

The report generated is very detailed and precise. It can be used to help decisions on upgrades and component replacement.