Apple Archives

How to launch Mac Apps on your External Display by default

Screen Shot 2014-11-25 at 13.53.03

Even on the best computers there are some things you only do every once in a blue moon – at which point you’ve forgotten what you did last time to make it work. Setting up a second display with your MacBook is such a case. Here’s what worked for me when I installed my Thunderbolt Display last year. We’ve just added another one in our office – here’s to doing it again in the future.

When you plug that beautiful 27″ puppy into your MacBook Pro or Air it works without any trouble: the dock is at the bottom of both displays, and even the menu bar seems to follow you onto whichever monitor you click. Magic!

Apps however remember which monitor they were launched on last, and if you’ve never had a second display attached to your system then most of them will default to that little laptop screen instead of your new desktop centre piece. This is not an issue if you simply close the lid on your laptop because your graphics card only sees a single display.

If you do use both displays though, there is a way to tell your Mac which one to launch an app on by default. And here’s how to do that:

Read more

What are the credentials to your AirPort Time Capsule

There is something I keep forgetting time and time again: the credentials to my AirPort Time Capsule. It serves as my router, Time Machine Backup disk and even as shared storage for internal use, thanks to an attached USB drive. All our Macs connect to both drives automatically and without fail – but every once … Read more

How to display wired clients on an Apple AirPort Time Capsule

Version 6.x of Apple’s AirPort Utility displays all your wireless client’s IP addresses, but it doesn’t show you wired devices. The old version 5.6 did, but without a hack it no longer runs on Mountain Lion. There is however a simple way to display all clients using the command line tool arp. Open up a … Read more

How to map IMAP folders in Mac Mail

I have been driven nuts on several occasions by the likes of Yahoo: change your password, and you have to tell every single device, sometimes several times. If everything fails, delete the email account completely and add it again afresh.

This presents a problem: your SENT or DRAFT items may no longer be where they after adding your email account again. There is of course a way to map those IMAP folder, but if you’re like me you hardly ever use this option and forget when it’s time to do it again.

So here’s how to do it – perhaps it helps before checking yourself into the local nut house.

Read more

How to fix permission problems when restoring folders from Time Machine Backups

Airport TimeCapsuleI had an odd problem the other day: I wanted to restore a fairly large folder from my new AirPort TimeCapsule. But the restore always stopped at one particular file, with an error message about permission problems.

The folder in question was about 4GB in size and contained just over 10.000 files in total. I was baffled! Time Machine had never failed me before, so what was going on out of a sudden?

Well I guess it’s a computer, and things just go wrong sometimes. Thanks to Apple Support this problem is now solved – and I thought I’d share the insight, both with you all and my future self.

Read more

How to use Xcode with a remote Git server

Xcode_iconImagine you’ve created a project in Xcode with a local Git repository. Now you’d like to put this online so that others can collaborate with you. How do you do that?

This has been puzzling me for a while, and there doesn’t seem to be a clear documentation on this subject – so I’ve decided to take some notes as I figured it out. Here are step by step instructions on how to make it work.

All we need is a server running Git and SSH credentials to that server to get started.

Read more