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.

Revisions

  1. mrjoshuak revised this gist Mar 15, 2017. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion systemId.md
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@

    ### Mac OS X

    `ioreg -l | grep IOPlatformSerialNumber`
    `ioreg -l | grep IOPlatformSerialNumber # or IOPlatformUUID`

    ### Linux

  2. mrjoshuak created this gist Mar 15, 2017.
    11 changes: 11 additions & 0 deletions systemId.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    ### Windows

    `wmic bios get serialnumber`

    ### Mac OS X

    `ioreg -l | grep IOPlatformSerialNumber`

    ### Linux

    `sudo dmidecode -t system | grep Serial`