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 {} \;
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.
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.
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
[video]
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.
My take on how the new iMac should have been designed. Even less noise than the latest iMac with “reduced” noise.
Graphed data of New Zealand fixed and 2 year floating rates from 1964 to Jan 2009
Full Size
How all stock marketing charts should be created. !=
Ever wonder what the differences between Arial and Helvetica were?