install FC6 in vmware fusion 3 hosted in Snow leopard
Author: Bian Linkou
Date: Jan 17th, 2010
1. harddisk bus type should be set to IDE
2. select development related tools when configured the installation
3. install vmware tools after fedora core installed - sudo ./vmware-install.pl
4. if console asked for the location of linux c header, you should install kernel-devel first - sudo yum install kernel-devel
5. continue with the default settings and maybe still some erros happened, don't care. Reboot vmware later.
ps. Please refer to another doc about how to use yum with local DVD source
ps. Chinese won't be installed if use english during the installation, you can install later with following commands - sudo yum install fonts-chinese
ps. Maybe an error will pop up when you type rpm -q kernel-devel, following commands can solve this issue -
cd /var/lib/rpm
rm -f __db.*
rpm -vv --rebuilddb
Done!
Java Persistence with Hibernate
Received this book from Dangdang.com on Dec 13, 2009.
Chapter 1& 2
Dec 13, 2009. Read page 1~36
Dec 14, 2009. Read page 37~47
Dec 17, 2009. Read page 48~63
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