To check CPU specs:
lscpu
If you just want the name / description of the CPU:
lscpu | grep "Model name"
To find out how much memory you have:
free -ght
To find out your current storage usage:
df -h
To check the system uptime, load and who is currently logged in:
w