Please note that you will lose all data on your phone when performing these steps.
- Mount the ADP MicroSD card
- Download hboot-0.95.0000.zip to the mount and rename it to update.zip
- Unmount the card and shutdown the phone (unplug the USB cable if connected)
- Hold Home+Power to boot
- When prompted press Alt+S and wait for the update to finish
- Press Home+Back to reboot and wait for second update to finish and boot into the Android recovery system
- Press Home+Back to reboot again
- Mount the MicroSD card
- Delete update.zip
- Download signed-holiday_devphone-ota-130444-debug.55489994.zip to the mount and rename it to update.zip
- Unmount the card and shutdown the phone
- Hold Home+Power to boot
- Press Alt+S to update and wait for update to finish
- Press Home+Back to reboot and wait for the second update to finish and boot into the Android system recovery utility
- Press Alt+W to wipe all data
- Press Home+Back to reboot and wait for the reboot to finish (this could take a couple of minutes)
- Re-setup the ADP (hint: press menu to setup custom APN settings)
I just ordered the Adroid Dev Phone 1, an unlocked Android device available through the Developer Console.

Price: $399.00 USD
Overview
Run and debug your Android applications directly on a device. Modify and rebuild the Android operating system, and flash it onto a phone. The Android Dev Phone 1 is carrier independent, and available for purchase by any developer registered with Android Market.
Development Platform Features
- SIM unlocked – Put any SIM in the device
- Hardware unlocked – Rebuild the Android operating system, and load it onto the device
- Test out your apps on real hardware before publishing them to the world
Hardware Features
- Touch screen
- Trackball
- 3.2 Megapixel camera with auto focus
- Wi-Fi
- Bluetooth v2.0
- Handsfree profile v1.5
- Headset profile v1.0
- 3G WCDMA (1700/2100 MHz)
- Quad-band GSM (850/900/1800/1900 MHz)
- QWERTY slider keyboard
- Includes 1GB MicroSD card (Can be replaced with up to 16GB card)
- Included in the box
- HTC Android Dev Phone 1
- USB Cable
- AC Adapter (with US plug)
- Stereo Hands-Free Headset
- Battery
- Getting Starting Guide
- 1G Micro SD Card (inserted into Device)
Software Features
- Real web browsing
- Customizable home screen
- One-touch Google Search
- Android Market
- Full-featured Google applications:
- Google Maps
- Gmail
- YouTube
- Google Calendar
- Google Talk
- SMS and MMS
- Music Player
How to get GNU Screen working properly in Mac OS X.
Link: http://code.google.com/p/silassewell/wiki/ScreenOSX
How to get GNU Screen working properly in Mac OS X.
Link: http://code.google.com/p/silassewell/wiki/ScreenOSX
alias graceful="sudo /usr/sbin/apache2 -t && sudo /etc/init.d/apache2 stop && sleep 2 && sudo /etc/init.d/apache2 start"
With the release of Leopard (OS X 10.5) came a sufficiently usable Terminal (aka tabs). The only real complaint I had was the font.

I ended up tracking down the default font used in the GNOME terminal and installed it using the steps below:
- Download Bitstream Vera Mono 1.10
- Extract the archive
- Double click on VeraMono.ttf
- Click Install Font
- From Terminal click Terminal->Preferences
- To the right of Font click Change…
- Select Bitstream Vera Sans for the Family
- Select 12 for the Size
- Close the Fonts window
- Enable Antialias text under Text
- Restart the Terminal