Skip to content

Instantly share code, notes, and snippets.

@orumin
Last active June 10, 2020 08:52
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save orumin/116a156159b2605aecbee0c52d66450a to your computer and use it in GitHub Desktop.
Save orumin/116a156159b2605aecbee0c52d66450a to your computer and use it in GitHub Desktop.
#/bin/sh
echo `grep 'cpu family\|stepping\|model' /proc/cpuinfo | grep -v 'model name' | sort | uniq | awk -F':' '{print $2}' | tr -d ' ' | tr '\n' '-' | sed 's/-$/\n/'`/`sed 's/^0x//' /sys/devices/system/cpu/cpu0/microcode/processor_flags` | xargs -I{} bzgrep {} /usr/share/doc/intel-microcode-*/releasenote.bz2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment