CPUinfo

To locate information related to your CPU, use these commands: echo $(cat /proc/cpuinfo | grep 'model name' | sed -e 's/.*: //' | uniq) = $COUNT awk '/model name/ {ORS="";…

Continue ReadingCPUinfo