Monday, March 14, 2016

OSX - Disabling Spindump and VM Compressor 

In case you need to do so. 

If you do, you'll know why. I'm not spending a lot of time getting into the why's and why-not's.  

Just putting this note here, for reference: 


VM Compressor: 
# nvram boot-args="vm_compressor=1" 
--reboot-- 

Check mode: 
# sysctl -a vm.compressor_mode vm.compressor_mode: 1 

------------------------ 

Spindump: 
# cd /usr/sbin/ 
# mv spindump spindump.bak 
# ln -s /usr/bin/true /usr/sbin/spindump 
# launchctl unload -w /System/Library/LaunchDaemons/com.apple.spindump.plist

Friday, January 08, 2016

Happy New Year....and stuff

Figured since I haven't given any love to my Blog in over a year, I'd stop by and tap it on the ass.