Joel Barker:
Vision without action is merely a dream. Action without vision just passes the time. Vision with action can change the world.
Keywords: quotes, visions, business
Articles on Cluster Computing, Semantic Web, Web Services, Structural Engineering Knowledge Management, Photography, iPod, iTunes, and Miscellaneous Lifestyle by Thiti Vacharasintopchai
Vision without action is merely a dream. Action without vision just passes the time. Vision with action can change the world.
Callisto Build 008, the Mac OS X failed to boot on restart.
The usual Apple screen showed up but after a while a nice error screen was presented demanding me to press the Power Button to shutdown the computer.
- Use F8 and enter boot option
-v -s- Text-mode command prompt will show up
- At
root#prompt, enter/sbin/fsck -fy- OS will check the boot disk, to make sure we're not working on a screwed up hard drive
- At
root#prompt, enter/sbin/mount -uw /to mount the hard drive in read+write mode- Then,
cd /System/Library/Extensions- The system extensions I just installed were
Callisto.kextandCallistoHAL.kext, so I removed them byrm -rf Callisto.kextandrm -rf CallistoHAL.kext- At the
root#prompt, enter the commandexit- OSX will continue to boot and successfully enter the GUI mode
Withbashshell as default, simply add
export TERM=xterm-color[I prefer this for Linux compatibility]
or
export TERM=dtterm
in the~/.profile(single-user) or/etc/profile(system-wide)
Color terminal is enabled.
Use 'ls -G' (the -G enables color output) to test.
Add
alias ls='ls -G'
in the profile file for convenience.
|
|