I do not know how to check the PC specs on Ubuntu. Is there a specific command for this? Or do I search it in the menu?
Tell me if I need to provide extra info.
13 Answers
Go to Settings -> About
You get some info there.
Else commands like lshw give you a complete list.
I usually use the commands cat /proc/cpuinfo (to get detailed information about the cpu including clock speeds etc.) and lspci (to get all devices connected to the pci buses such as graphics cards etc.), and of course these are specifically to get information regarding the CPU and pci devices.
To get an idea of the installed memory, use the top command which shows the current usage of the system processor and memory along with the task id of each process using the resources.
Also, the htop and glances commands are really nice, but you might have to install them through apt-get.
You can also use neofetch. First install it:
sudo apt update
sudo apt install neofetchTo use it type
neofetch