Skip to content

Instantly share code, notes, and snippets.

@Checksum
Created August 8, 2012 03:35
Show Gist options
  • Save Checksum/3291825 to your computer and use it in GitHub Desktop.
Save Checksum/3291825 to your computer and use it in GitHub Desktop.
Macbook Retina Hardware Details
// A few terminal commands to determine SSD, display manufacturer
// Display Manufacturer
ioreg -lw0 | grep \"EDID\" | sed "/[^<]*</s///" | xxd -p -r | strings -6
LPXXXX = LG
LSNXXXX = Samsung
// SSD Manufacturer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment