Geo Asked: 2009-08-06 17:25:40 +0800 CST2009-08-06 17:25:40 +0800 CST 2009-08-06 17:25:40 +0800 CST What command could be used obtain system hardware specs on Ubuntu? 772 I will like to see my hardware specs in my ubuntu desktop. Any ideas? linux ubuntu 5 Answers Voted womble 2009-08-06T17:34:06+08:002009-08-06T17:34:06+08:00 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. Best Answer Qwerty 2009-08-06T17:35:14+08:002009-08-06T17:35:14+08:00 Try HardInfo (source: hardinfo.org) sudo apt-get update && sudo apt-get install hardinfo && hardinfo Ubuntu forum Discussion Thread Joe 2009-08-06T17:43:36+08:002009-08-06T17:43:36+08:00 sudo apt-get install lshw && sudo lshw Or, if you want a graphical display: sudo apt-get install lshw-gtk && sudo lshw -X Garret Heaton 2009-08-06T17:31:30+08:002009-08-06T17:31:30+08:00 Try out HardwareLiSter. It can provide output on the command line, as HTML, and also has a GUI app. baumgart 2009-08-06T17:52:07+08:002009-08-06T17:52:07+08:00 This question has been discussed. There are some additional answers here: How to find out details about hardware on the Linux machine?
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.Try HardInfo
(source: hardinfo.org)
Ubuntu forum Discussion Thread
Or, if you want a graphical display:
Try out HardwareLiSter. It can provide output on the command line, as HTML, and also has a GUI app.
This question has been discussed. There are some additional answers here: How to find out details about hardware on the Linux machine?