How do i know what kind of processor I am working with?
Just run cat /proc/cpuinfo.
If you want to know that platform and kernel you're on, run uname -a.
Alternatively: lscpu might be of help.
Just run cat /proc/cpuinfo.
If you want to know that platform and kernel you're on, run uname -a.
Alternatively: lscpu might be of help.