Find spec of the laptop

Asked by Stuart Calderbank

I am trying to discover the specifications of the laptop I'm using.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

sudo apt-get install lshw-gtk

Then launch that from the menu / launcher of your choice

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

For CLI:

RAM:
cat /proc/meminfo | grep -i MemTotal

CPU:
cat /proc/cpuinfo | grep -i model\ name | head -n 1

Video:
lspci | grep -i vga

Disk:
sudo fdisk -l | grep -i Disk | grep -v Disklabel | grep -v identifier

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

Or:

sudo lshw -short > /tmp/specs.txt; gedit /tmp/specs.txt

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4
Revision history for this message
Manfred Hampl (m-hampl) said :
#5

You can also install and run inxi

Can you help with this problem?

Provide an answer of your own, or ask Stuart Calderbank for more information if necessary.

To post a message you must log in.