ssh and scp without password

January 31, 2009

If you have to login to your server using ssh, typing the password every time gets annoying pretty fast. You also need to get around the password check for automating scp.
It’s very easy to setup ssh so that it works without typing in your password. It works by creating a DSA key on your machine [...]

2

free iphone app version from the same xcode project

January 27, 2009

There are more than 15,000 apps in the app store and hundreds are added daily. You need a way to show off your awesome creation to the millions of potential buyers.
One of the most effective marketing tools for small fish is releasing a free version of the app. To do that, you could copy the [...]

25

search on vista quickly from start

January 21, 2009

One of the coolest features of Vista is the ability to search right from the start menu. You can quickly find programs and documents (similar to the spotlight search on the mac).

0

why i went from drupal to wordpress for blogging

January 21, 2009

This site used to be powered by drupal, but after several weeks of configuration hell I decided to try wordpress- and I was pleasantly surprised.
Before I go any further, I’d like to point out that this is not a drupal vs wordpress flame bait. This is simply my experience. I hope it helps you if [...]

1

triple monitor setup with unibody macbook

January 17, 2009

You can hook up two external monitors to your unibody MacBook and I’ll show you how to do it:

32

custom UIImagePickerController camera view

January 12, 2009

WARNING: While there are many apps (including some of mine) that use this technique, you should know some new apps and updates to existing apps have been rejected recently (april/2009). Please read the comments. So far I don’t know of any instances where the developer successfully argued Apple’s decision if the app was rejected.
With all [...]

107

aluminum MacBook 4gb ram upgrade - no problem!

January 8, 2009

You might have read articles on the internet about aluminum MacBooks becoming unstable after 3rd party RAM upgrade.
Well, some good news: I’m writing this post on a 2.0ghz aluminum MacBook with 4gb memory from OWC!

4

how to fix iphone code signing errors

January 4, 2009

This post is a collection of all code signing solutions, including my suggestions, in one place.
You can find fixes for issues like:

distribution profile not showing up in xcode
packaging is using the wrong folder
no packaging or code signing done during build
code signing with the wrong certificate
error during app upload saying the app has been signed with [...]

74