I will like to see my hardware specs in my ubuntu desktop. Any ideas?

link|improve this question

40% accept rate
feedback

5 Answers

dmidecode is my go-to tool for finding out what hardware's on a machine. If you're just after basic info, lspci touches most of the high notes.

link|improve this answer
feedback

Try HardInfo

alt text

sudo apt-get update && sudo apt-get install hardinfo && hardinfo

Ubuntu forum Discussion Thread

link|improve this answer
feedback
sudo apt-get install lshw && sudo lshw

Or, if you want a graphical display:

sudo apt-get install lshw-gtk && sudo lshw -X
link|improve this answer
feedback

Try out HardwareLiSter. It can provide output on the command line, as HTML, and also has a GUI app.

link|improve this answer
feedback

This question has been discussed. There are some additional answers here: http://serverfault.com/questions/48642/how-to-find-out-details-about-hardware-on-the-linux-machine/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.