Posts Tagged ‘apple’

MAC: Syncing Calendars between mac’s

Sunday, August 22nd, 2010

I work when I’m at home on my mac pro, but when I have to go places I want to use my mac book pro but make sure all my calendar information is up to date. After Google’ing around a bit, i found some applications but they were $50+ so here are few easy steps to sync from one computer to another for iCal:

Step 1: Get your other computer’s IP address, and make sure SSH login is enabled

Step 2: Sync your SSH keys so you dont’ have to type your password everytime:

scp ~/.ssh/id_rsa.pub USERNAME@192.168.1.3:~/.ssh/authorized_keys

Step 3: rsync your calendar data over

rsync -avz /Users/USERNAME/Library/Calendars/ USERNAME@192.168.1.3:/Users/USERNAME/Library/Calendars/

Step 4: crontab -e (to edit your crontab)

01 * * * * USERNAME rsync -avz /Users/USERNAME/Library/Calendars/ USERNAME@192.168.1.3:/Users/USERNAME/Library/Calendars/

And done, this will sync your calendar every hour to your other mac from your main computer

Buying a Macbook Pro

Friday, December 19th, 2008

So I’m planning on purchasing a shiny new Macbook Pro 2.4 ghz 2GB ram 15″ screen and the 250GB 7200 RPM HDD. I was going to pick it up in store, so I first called one location. After being put on hold about 5 times while she figured out what “250GB @ 7200 rpm” meant, she said they didn’t have that model in store.

So I called the second store – she informed me that they carry ZERO upgraded models in store. So if I wanted to get the base 2.4GHz macbook pro with an upgraded HDD, I couldn’t find this in the store. Ever. Or the 2.5 GHz model with a 7200 RPM HDD, order online. Basically anything but the stock model I’d have to order online.

Needless to say I’m now just ordering online instead of going to the store since they have free 2 day shipping. Can anyone else confirm this

© 2008 Josh Rendek.