Skip to content

Instantly share code, notes, and snippets.

@kaelzhang
Created July 4, 2013 14:32
Show Gist options
  • Save kaelzhang/5928283 to your computer and use it in GitHub Desktop.
Save kaelzhang/5928283 to your computer and use it in GitHub Desktop.
system_profiler -detailLevel mini | grep "Model Identifier:"
sudo su -
kextstat | grep IOPlatformPluginFamily
cd /System/Library/Extensions/IOPlatformPluginFamily.kext/
cd Contents/PlugIns/ACPI_SMC_PlatformPlugin.kext/
cd Contents/Resources/
ls | wc -l
mkdir /Users/<your-name>/.System
mv ./* /Users/<your-name>/.System
# reboot you computer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment