John Ballinger

May 12

OSX SVN remove pesky svn files from a folder

In Terminal navigate to the correct folder first.
To see what this command is going to remove run

find . -name .svn

Then when you want to remove these files. Note the traling slash semi colon.

find . -name .svn -exec rm -rf {} \;


Apr 02

Developer-To-Developer iPhone App Distribution Without Ad-Hoc Provisioning -

A pretty simple way to send an app for another developer to re-sign and install on their machine. Watch 2min Vimeo video to see how easy this is.

Mar 26

SSH Public/Private keys. -

Quickest way to generate and share SSH keys.
1. Generate key (if you haven’t done this before).
ssh-keygen -t rsa -C “tekkub@gmail.com”

2. Upload key.
cat ~/.ssh/id_dsa.pub | ssh user@host ‘cat - » ~/.ssh/authorized_keys’

You may have to login to the server and mkdir .ssh
If you get permission denied, delete this servers .ssh folder and recreate it again.

Dec 03

Damn awesome album by E603, the mixes make want to download all of the originals and listen to them.
Download for free but you can also pay what you want. I have been listening to it so much that I paid $25 USD and Ethan is sending me a Tee-Shirt to NZ, double win!
Get your Torn Up mix from www.e-603.com

Damn awesome album by E603, the mixes make want to download all of the originals and listen to them.

Download for free but you can also pay what you want. I have been listening to it so much that I paid $25 USD and Ethan is sending me a Tee-Shirt to NZ, double win!

Get your Torn Up mix fromĀ www.e-603.com

Dec 02

[video]

Nov 17

The coolest way to use Dropbox on a Mac to send file.

http://wiki.dropbox.com/DropboxAddons/Dropbox%20Service

Once installed you can simply right click on any file and copy/move it to your Dropbox public folder. The public URL will automatically be copied to your clipboard. Awesome.

The coolest way to use Dropbox on a Mac to send file.

http://wiki.dropbox.com/DropboxAddons/Dropbox%20Service

Once installed you can simply right click on any file and copy/move it to your Dropbox public folder. The public URL will automatically be copied to your clipboard. Awesome.

Oct 21

My take on how the new iMac should have been designed. Even less noise than the latest iMac with “reduced” noise.

My take on how the new iMac should have been designed. Even less noise than the latest iMac with “reduced” noise.

Oct 16

Graphed data of New Zealand fixed and 2 year floating rates from 1964 to Jan 2009Full Size

Graphed data of New Zealand fixed and 2 year floating rates from 1964 to Jan 2009
Full Size

Sep 22

The PUMA Index -

How all stock marketing charts should be created. !=

 Ever wonder what the differences between Arial and Helvetica were?

Ever wonder what the differences between Arial and Helvetica were?