-
Archives
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- March 2010
- February 2010
- December 2009
- November 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- February 2009
- January 2009
- November 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- January 2005
- October 2004
-
Meta
Tag Archives: mac
HOWTO enable the query log on MySQL on Mac OS X
Tailing the MySQL query log in real time can be a lifesaver for any developer, and it’s pretty easy to do: Make a file for the mysqld process to write to: sudo touch /var/log/mysql-query.log sudo chown _mysql /var/log/mysql-query.log If you’ve … Continue reading
Set up JAVA_HOME to track Java Preferences.app on Mac OS X
Mac OS X’s Java Preferences.app has a pane for switching between versions of the JDK, but I just found out from a coworker (thanks, Mike!) that you can make your shell match that preference easily — just add this to … Continue reading
Speed up Firefox!
My Firefox on Mac was getting pretty lethargic — almost a minute to spin up, and multiple seconds to just open a new tab. I installed the new beta of Google Chrome, and remembered how nice a speedy browser was. … Continue reading
How to bounce an application with Applescript
Say, for whatever reason, you want to bounce iphoto once an hour. You can do that with AppleScript and cron.
Download Xcode 3.1.4 for Leopard
Apple’s developer website only links to the latest version of Xcode, which requires Snow Leopard (Mac OS X 10.6). If you’re still running Leopard (10.5), you need to go to this alternative developer website: http://connect.apple.com/ Log in with your ADC … Continue reading
Apache2, PHP, and MySQL on Mac OS X using MacPorts
1. Install MacPorts Follow the instructions here: http://www.macports.org/install.php. 2. Install apache2 sudo port install apache2 Note that the macports instructions suggest installing the launchctl script now, but we’ll do that after mysql and php are installed. 3. Install and configure … Continue reading
Using Mac OS X 10.5′s keychain for ssh
The version of ssh that comes with Mac OS X 10.5.6 has a -K option that stores your passphrases in your system’s keychain. Run this: ssh-add -K [path to private keyfile] Provide your passphrase once when asked, and keychain will … Continue reading
Viscosity and Search Domains
I’ve really enjoyed Viscosity as my openvpn client for Mac OS X (instead of Tunnelblick). It’s stable, bounces back after system sleep, and is well supported. After upgrading from 1.0.3 to 1.0.4, I found that my search domain configuration from … Continue reading
Skype Beta for Mac 2.8 has screen sharing
Skype Beta for Mac OS X version 2.8 adds screen sharing, and it’s easy to use — but screen sharing is only available on the Mac version of Skype. Until they port screen sharing to Windows and Linux, teamviewer and … Continue reading
TaskPaper is All Sorts of Awesomeness.
I finally got around to trying out TaskPaper (one of the apps I got from MacHeist a while ago), and it’s a brilliant and simple todo app. You enter something like this: Inbox: – Put camera in car – Put … Continue reading