Archive for Mac - page 4

Rename multiple files~ How to mount a HFS partition in Ubuntu as Read/Write?~ How to delete Quicklook thumbnails on Mac~ Preserve bash history in multiple terminals~ Default max heap size~ OVF Appliance Import failed: Host resource of type “Other Storage Device (20)” is supported with SATA AHCI controllers only, line 47~ Google Drive notification icon and Yosemite dark mode~ How to install Java 7 on Yosemite~ Yosemite can automatically collect your location information~ Remove finder from Dock~ How to speed up terminal.app or iTerm on Mac OSX?~ How Can I Remove .DS_Store Files From A Git Repository?~ How to exclude .DS_Store from a zip file~ How to run a different version of Java~ /etc/hosts vs /private/etc/hosts~ How to downgrade Java.~ Remove and Disable Spotlight icon from top right bar~ How do I uninstall Java for my Mac?~ How to add route on Mac~ How to fix os x mountain lion download paused~ Toggling hidden files on Finder~ How to disable adobe update manager~ Reinstall ports~ How to Install Java 6 on Mac~ Disable .MobileBackup on Lion~ Toggling between Java 6 and Java 7 on mac~ Custom delay time and animation speed~ How to disable Adobe Updater on OS X Mountain Lion (updated)~ Java Web Service doesn’t start — Bad installation. No JRE found in configuration file~ How to switch from Java 6 to Java 7 on Mac. No Java runtime present, requesting install. [updated]~ How to disable Acrobat Air Updater on Mountain Lion~ “Show in Finder” stop working in Mountain Lion~ Where can I find other java version on my mac?~ Disable Notification Center & Remove the Menu Bar Icon in Mac OS X~ Equivalent of updatedb on mac~ Format XML with TextWrangler – updated~ Flush the dns cache on mac~ Creating a bootable USB stick with Mac OS X in 10 easy steps~ Booting Operating System from USB Drive in VMware Fusion 3.x~ IntelliJ 10 performance tuning on Mac OSX~
How to disable Acrobat Air Updater on Mountain Lion

How to disable Acrobat Air Updater on Mountain Lion

open -a xcode /Users/racoonlab/Library/Preferences/com.adobe.Acrobat.Pro.plist create a key “Disable.Update”  with a boolean value “Yes”. Save it

Continue reading →

“Show in Finder” stop working in Mountain Lion

“Show in Finder” stop working in Mountain Lion

Is your finder stuck? Open a terminal and run this sudo killall -KILL appleeventsd

Continue reading →

Where can I find other java version on my mac?

Where can I find other java version on my mac?

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

Continue reading →

Disable Notification Center & Remove the Menu Bar Icon in Mac OS X

Disable Notification Center & Remove the Menu Bar Icon in Mac OS X

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….

Continue reading →

Equivalent of updatedb on mac

Equivalent of updatedb on mac

To run updatedb on mac: sudo /usr/libexec/locate.updatedb

Continue reading →

Format XML with TextWrangler – updated

Format XML with TextWrangler – updated

– 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…

Continue reading →

Flush the dns cache on mac

Flush the dns cache on mac

Mountain Lion and Lion sudo killall -HUP mDNSResponder Previous versions dscacheutil -flushcache

Continue reading →

Creating a bootable USB stick with Mac OS X in 10 easy steps

Creating a bootable USB stick with Mac OS X in 10 easy steps

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),…

Continue reading →

Booting Operating System from USB Drive in VMware Fusion 3.x

Booting Operating System from USB Drive in VMware Fusion 3.x

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…

Continue reading →

IntelliJ 10 performance tuning on Mac OSX

IntelliJ 10 performance tuning on Mac OSX

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…

Continue reading →

Page 4 of 4 1 2 3 4