open -a xcode /Users/racoonlab/Library/Preferences/com.adobe.Acrobat.Pro.plist create a key “Disable.Update” with a boolean value “Yes”. Save it
open -a xcode /Users/racoonlab/Library/Preferences/com.adobe.Acrobat.Pro.plist create a key “Disable.Update” with a boolean value “Yes”. Save it
Is your finder stuck? Open a terminal and run this sudo killall -KILL appleeventsd
If you need to run a different java version on your mac from the default one, it is easy; you find them here /System/Library/Frameworks/JavaVM.framework/Versions
Open Terminal and enter the following command: launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist Next type the following command to kill NotificationCenter: killall NotificationCenter Finally, quit out of Terminal and return to Finder This unloads Notification Center for the current user only and does not require admin access….
To run updatedb on mac: sudo /usr/libexec/locate.updatedb
– Open TextWrangler and open a new text file. – Copy and paste the code below into this file. #!/bin/sh xmllint –c14n "$*" | XMLLINT_INDENT=$'\t' xmllint –encode UTF-8 –format – – Save the file, something like TidyXML.sh, in the Filters folder. (currentUser/Library/Application Support/TextWrangler/Unix Support/Unix Filters) – You…
Mountain Lion and Lion sudo killall -HUP mDNSResponder Previous versions dscacheutil -flushcache
Prerequisites Logged in as administrator Because you are going to use the sudo command, you have to be logged in as an administrator. A non-administrative account will not work. Formatted as FAT32 Start the application Disk Utility (located in the folder /Applications/Utilities/ of your Macintosh HD volume),…
There are a lot of how-to guides on the internet to create a bootable Windows7 USB drive. Unfortunately you can’t boot such a USB stick out of the box fromVMware Fusion on Mac OS X. But there are workarounds to get the USB based Operating System booting…
This might help: IntelliJ is my favorite Java IDE ever! It sees dead code you know I use a Macbook pro 13″ and that is another love. These two things have made me a happy software engineer for the last two years, but… One thing I…