Skip to content

Instantly share code, notes, and snippets.

View nemonik's full-sized avatar
💭
Digging holes in the backyard.

Michael Joseph Walsh nemonik

💭
Digging holes in the backyard.
  • the backyard digging holes
View GitHub Profile
@tjluoma
tjluoma / com.apple.Boot.plist
Created April 2, 2012 19:46
Enable the "Apple MacBook Air SuperDrive" on any Mac
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Kernel Flags</key>
<string>mbasd=1</string>
</dict>
</plist>