Skip to content

Instantly share code, notes, and snippets.

@alimakki
Last active January 23, 2018 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alimakki/3054cf5cacf67892dd2f5ff7022d869c to your computer and use it in GitHub Desktop.
Save alimakki/3054cf5cacf67892dd2f5ff7022d869c to your computer and use it in GitHub Desktop.
CPU BIOS versions in Linux
# shows model name, stepping and microcode version
`grep 'stepping\|model\|microcode' /proc/cpuinfo | head -4`
# shows motherboard bios version
`dmesg | grep -e 'DMI.*BIOS'`
# ram info
sudo dmidecode --type=17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment