Skip to content

Instantly share code, notes, and snippets.

@mrjoshuak
Last active March 15, 2017 06:37
Show Gist options
  • Save mrjoshuak/c9e9e71658fe97c4b409acdf4eef1ba5 to your computer and use it in GitHub Desktop.
Save mrjoshuak/c9e9e71658fe97c4b409acdf4eef1ba5 to your computer and use it in GitHub Desktop.
Unique system identifiers by OS.

Windows

wmic bios get serialnumber

Mac OS X

ioreg -l | grep IOPlatformSerialNumber # or IOPlatformUUID

Linux

sudo dmidecode -t system | grep Serial

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment