Creating ssh keys for password-less sign on to remote systems

Below is the process required for setting up password-free sign in for “user” at a server called “foo.com”. I’ve added links to “Explain Shell” throughout so you can see an overview of what the commands and arguments do. First, create your .ssh directory by issuing the command mkdir -m 700 -p ~/.ssh. Secondly create the …

Quickly adding a link to the iOS Simulator

I was looking for a way to easily add a link to the iOS Simulator in my ~/Applications folder, but every explanation that worked for Mavericks seemed unnecessarily complicated to me. Here’s what I figured out myself: Open Xcode and launch the simulator as normal Control-click on the simulator icon in the dock, and select …

Hiding the WD Smartware virtual CD on a Mac

I really like Western Digital MyBook Essential drives. They’re inexpensive, they last (my 1TB drive is four or five years old, and survived moving between continents), and they’re reasonably quick. They have one drawback: a virtual CD they mount constantly. I’ve hidden the VCD on one of my drives using the WD software, but the …