Mind.random()

random ramblings of an eccentric programmer

Lshw - Hardware Details on Ubuntu/Linux

This is a wonderful tool for Linux users. Know all your hardware details with this superb tool called  “lshw”

Try it now: $sudo lshw

You can get specific details by using the -C flag: $sudo lshw -C disk will list all you hard disks.

To create an html page with your hardware details, then type: $sudo lshw -html > your-file-name.html

This is what I got when i used the last command on my machine.

Comments