Posted by: rezzo on: February 11, 2012
You need to fix permissions on the /usr/local folder. Open your Terminal.app and write: sudo chown -R `whoami` /usr/local cd /usr/local git add . git stash git reset –hard brew update
Posted by: rezzo on: February 11, 2012
If you only want add Google Calendars support to your iOS device, here is the official guide: http://support.google.com/mobile/bin/answer.py?hl=en&answer=151674
Posted by: rezzo on: February 11, 2012
If you are using XAMPP for Mac OS like me, and was asked to enter FTP login information when you upgrade WordPress core and download themes or plugins, then this guide is for you.
Posted by: rezzo on: February 11, 2012
IMO one of the most beauty themes for TextMate. You can found more information and download link in Mark’s blog. Source: http://madeofcode.com/posts/29-photo-my-new-textmate-theme-8220-made-of-code-8221-mdash-download-9-feb-2010-update-t
Posted by: rezzo on: February 11, 2012
To get Inconsolata looking nice on my iMac’s LCD, I had to setup some custom font smoothing for TextMate: defaults write com.macromates.textmate AppleFontSmoothing -int 1 Source: http://madeofcode.com/posts/12-snow-leopard-textmate-font-smoothing
Posted by: rezzo on: February 11, 2012
Name: Firefox Location: /usr/bin/open Parameters: -a Firefox.app %URL% Sources: http://support.mozilla.com/en-US/questions/666771 , http://stackoverflow.com/questions/929260/how-to-properly-set-firefox-as-external-web-browser-of-eclipse-on-mac-os-x
Posted by: rezzo on: February 11, 2012
There are some Lion traffic lights out there. They are fine, but these are awesome. Download here from Deviantart by YaroManzarek.
Posted by: rezzo on: February 11, 2012
I seems that it can be fixed by adding extra attribute to info.plist <key>CFBundleIdentifier</key> <string>org.jdownloader.jDownloader</string> That’s all.