Skip to content

Linux commands to display your hardware information

sudo apt install hwinfo
hwinfo --short

sudo apt install inxi
inxi -Fxz
lshw -C cpu | grep -i product

To view just the CPU’s speed in megahertz:

lscpu | grep -i mhz

or its BogoMips power rating:

lscpu | grep -i bogo

neofetch

Published inUncategorized

Be First to Comment

Leave a Reply

Your email address will not be published. Required fields are marked *