Possible Duplicate:
How to find out details about hardware on the Linux machine?
How can I get processor/RAM/disk specs from the Linux command Line?
Possible Duplicate:
How to find out details about hardware on the Linux machine?
How can I get processor/RAM/disk specs from the Linux command Line?
CPU
Memory :
HDD:
lshw command is also really useful to get a lot of information about all the hardware !
sudo dmidecode
command will also give you more hardware info than you ever wanted.hwinfo would be one way to do it.