Author:
erics, November 24th, 2022
PROBLEM: Unable to sign out of iCloud on OSX Yosemite or disable Keychain SOLUTION: Delete the following, then reboot:
|
~/Library/Application Support/iCloud/ ~/Library/Preferences/Mobile*.plist |
Categories: Technology Tags: 10.10.5, Delete, Error, howto, iCloud, Library, macosx, OSX, plist, Preferences, Remove, tips, Yosemite
|
No comments
Author:
erics, November 10th, 2015
Quit Mail. Look for a file called MessageRules.plist under ~/Library/Mail. Depending on your Mail version it could be under ~/Library/Mail/V2/Maildata as well. Copy that file. It can be edited with vim or the PList editor. I find it much easier to work with as text in vim.
Categories: How-To's, Technology Tags: apple, Filter, macosx, mail, plist, Rules
|
No comments
Author:
erics, June 11th, 2013
Edit the file: /Library/Preferences/SystemConfiguration/com.apple.Boot.plist Make sure that the two lines “Kernel Flags” and “mbasd=1” exist:
|
<?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> |
Categories: How-To's, Technology Tags: apple, Drive, DVD, howto, Mac, MacBook, MacBook Air, plist, SuperDrive, tips
|
No comments
Author:
erics, July 25th, 2012
As of XCode 4, Apple no longer supplies the Property List Editor application with its developer tools. Here is how to get it back: Step 1 Get your copy of Snow Leopard, either on disc or in disk image format. Insert disk or mount disk image. Step 2 Download Pacifist, an application which allows you […]
Categories: How-To's, Technology Tags: howto, Lion, plist, plist editor, property list, property list editor, Snow Leopard, tips, XCode
|
No comments
Author:
erics, September 19th, 2011
Quit Safari and move the following files to the Desktop for safe-keeping, then restart Safari. ~/Library/Caches/com.apple.Safari/cache.db ~/Library/Preferences/com.apple.Safari.plist Lion Hint: To find the Home folder in OS X Lion, open the Finder, hold down the Option key, and choose Go > Library
Categories: How-To's, Technology Tags: apple, howto, Leopard, Lion, macosx, plist, Safari, Snow Leopard, tips
|
No comments
Author:
erics, February 2nd, 2011
rm ~/Library/Preferences/com.apple.appstore.plist rm ~/Library/Preferences/com.apple.storeagent.plist rm -rf ~/Library/Preferences/ByHost/*
Categories: How-To's, Technology Tags: App Store, apple, howto, plist, Terminal, tips
|
No comments