Archive | apple RSS feed for this section

Creating a bootable USB stick from OSX

I was having some trouble getting my ML110 Proliant lab server to boot from a USB drive that I had created with UnetBootin on my Mac. Initially, I thought it was a problem with the ML110 server, but it turns out that Unetbootin does not currently make a fully bootable USB stick in OSX. The [...]

Read full story Comments { 0 }

Installing Ansible on OSX Lion

We’re currently evaluating configuration management (devops) tools at CATN to help us deploy and manage our new vCluster hosting platform in a production environment. Many of the tools we have looked at are fairly complicated, with a steep learning curve. Then we came across, Ansible. It’s developed primarily by the guy who wrote Cobbler (our [...]

Read full story Comments { 2 }

How to set up iChat for Facebook

Tonight it was announced that Facebook chat now supports XMPP (also known as Jabber). This means that it will work with a host of chat clients, including my personal favourite iChat. To get it working with iChat you simply follow these steps: Navigate to iChat > Preferences > Accounts Click the plus icon in the [...]

Read full story Comments { 3 }

Shared Calendars on the Mac & iPhone with Google Sync

Today I have been attempting to set up Google Calendar so that it automatically synchronises with an iPhone and also iCal on a Mac computers. It was a bit trickier than I expected, so here are some of my observations. Hopefully they will help someone else! Google Sync  Here are some of the main things [...]

Read full story Comments { 4 }

How to upgrade iphone 3.0 beta to full official release

If you are an iPhone developer and have been running one of the beta versions of the 3.0 firmware then you might find that iTunes will not update you to the latest official 3.0 release, as it already thinks you are using the most recent version. It’s taken me a while, but I’ve finally found [...]

Read full story Comments { 3 }

Developing with Subversion, Unfuddle and OSX

Today I’m going to be helping one of our investment companies, ByteWire set themselves up with a subversion based development environment for their Street Crime game. They will use a straight forward workflow whereby they will develop and test their code locally on their iMacs, commit working code to a subversion repository, and then check [...]

Read full story Comments { 0 }

iPhone 3.0 Software Update

Apple held a media event today to announce the new iPhone OS 3.0 firmware update. The new software adds many new features to the iPhone including: Copy and Paste – at last! Speaks for itself. Bluetooth Stereo (presumably A2DP) – allowing you to stream high quality audio between devices. This will be great for in car [...]

Read full story Comments { 3 }

The Ultimate OS X Text Editor – Coda

Just yesterday I was recommended a new text editor for the Mac. It’s called Coda and I’m loving it! Here’s why: The layout is really nice, it makes good use of your whole screen with a single editor window. It has an innovative “sites” feature that takes a screen shot of all your project’s home [...]

Read full story Comments { 3 }

Changing the default Umask on OSX Leopard

We use Macfuse to connect to our office development services. It lets us mount remote folders via SSFHS. The problem is that when we create a file via this connection, the default permissions are missing the group write bit, and so other users who connect to this system can’t write to them. There is a [...]

Read full story Comments { 0 }

Sharing a CD/DVD drive over the network with OS X

Problem I’ve got a Mac Mini with a broken DVD drive, but I wanted to install iWork on it from the installation DVD.  Solution I used the Remote Disc feature of Leopard that Apple developed for the diskless MacBook Air to share another machine’s drive over the network. Instructions On the client machine were you [...]

Read full story Comments { 9 }