Last active
March 15, 2017 06:37
-
-
Save mrjoshuak/c9e9e71658fe97c4b409acdf4eef1ba5 to your computer and use it in GitHub Desktop.
Revisions
-
mrjoshuak revised this gist
Mar 15, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ### Mac OS X `ioreg -l | grep IOPlatformSerialNumber # or IOPlatformUUID` ### Linux -
mrjoshuak created this gist
Mar 15, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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`