How do I know from the Linux command line what kind of processor I have?
Solution 1:
dmidecode
or preferably
cat /proc/cpuinfo
dmidecode will give you a lot more info than just what processor, thou /proc/cpuinfo provides more info about the processor itself