Calendar

September 2010
S M T W T F S
« Jul    
 1234
567891011
12131415161718
19202122232425
2627282930  

Setup Environment and Path on OSX

Set PATH
sudo vi /etc/paths

OSX: Move Files Instead of Copying

You do not have to copy and then delete when moving files on your apple box. Here is how to do it all with one command. This tutorial describes how to drag and drop to move a file from one location to another.
When copying files from one location to another, I have always found it [...]

Enable Expose and Spaces for the Magic Mouse

download BetterTouchTool

Developing Java ME on Mac OS X

To install and setup Netbeans on Mac is no problem. Running a J2EE or J2SE application would then be fairly similar to Windows. But running J2ME has a little problem.
To work with mobile application, one can follow the helpful Netbeans + Mobility + Mpowerplayer Guide. However, the guide did not cover how to add optional [...]

iATOS v7 on my PC

mainboard GA-965P-DS3 rev1
eVGA 250GTS

Bootloader
- chameleon v1
x86 Patch
- DSDT
ACPI
-x86 ACPI
-DISABLE
-OHR
Kernel
- 9.7.0 kernel voodoo
Driver VGA
- NVkush
Sound
-voodoo HDA driver
-Azalia Audio Driver
PS/2 mouse/keyboard
-Apple PS/2 driver
-NTFS 3G
Network
-Marvell Yukon 88E8056

Patch
ethernet: Yukon8053

$mv AppleYukon.kext /System/Library/Extensions/
$sudo chmod -R 755 /System/Library/Extensions/AppleYukon.kext
$sudo chown -R 0:0 /System/Library/Extensions/AppleYukon.kext
$sudo kextload -v /System/Library/Extensions/AppleYukon.kext
$sudo rm /System/Library/Extensions.mkext

eVGA 250GTS

$sudo su -
$sudo mv NVinject.kext /System/Library/Extensions
$chown -R 0:0 /System/Library/Extensions/NVinject.kext
$chmod -R 755 /System/Library/Extensions/NVinject.kext
$rm -rf /System/Library/Extensions.mkext
$rm [...]