List hardware on your machine

Install Link to heading

sudp pacman -S lshw

Run Link to heading

To get everything just execute:

sudo lshw -sanitize

But you probably want to narrow it down, so here are some common ones:

# Storage (SSD)
sudo lshw -class disk -class storage -sanitize

# Processor
sudo lshw -class processor -sanitize

# Battery
sudo lshw -class power -sanitize

# RAM
sudo lshw -class memory -sanitize

# WiFi
sudo lshw -class network -sanitize

# Camera and Microphone
sudo lshw -class multimedia -sanitize

Get a summary and browse for yourself:

sudo lshw -businfo

Now you can take the product info, search for it online and do whatever; watch reviews, find it’s price, purchase another, never purchase again, etc.