Configure Terminal on Leopard

Date: Dec 12, 2009

Today, I configure my terminal application on leopard to a new black style with following steps -

1. download and install SIMBL
        double click SIMBL.pkg will install SIMBL automatically

2. download and install the color plugin for SIMBL
        copy TerminalColours.bundle to /Library/Application Support/SIMBL/Plugins

3. download and install black theme for Terminal
        double click IR_Black.terminal will install it to Terminal.app

4. vi ~/.bash_profile
        export CLICOLOR=1

5. restart Terminal.app

How to compile ExampleHook correctly on leopard with iPhone SDK 3.0

Author: Link Bian
Create on: Oct 24, 2009


1. install iphone_sdk_3.1.2_with_xcode_3.1.4__leopard__9m2809
    remove the broken environment as following cmds if you had tried open tool chain before -
    sudo /Develop/Library/uninstall-devtools --mode=all
    drag the remaining files under /Develop to trash directly if any remains

Read more

How to extract iPhone file system from IPSW

Author: Link Bian
Date: September 12, 2009


step 1 - download ipsw file for iPhone 2G on OS 3.0
You'd better download IPSW file with Firefox! If use Safari, please unchecked "open safe files downloading". Otherwise step 5 won't work according to my test, error message sounds like dmg file can not be opened!

Read more