2012年9月21日 星期五

create your own vmware image

create your own vmware image

cd ~/vmware
zip -r Ubuntu12.04.image_120921.zip Ubuntu/

Maybe can remove log file to save disk space
#rm *log

how to use
====
unzip
unzip -d Ubuntu Ubuntu12.04.image_120921.zip

use your vmware open the file

2012年9月19日 星期三

[ubuntu] install oracle-java 12.04


# add-apt-repository ppa:webupd8team/java
# apt-get update
# apt-get install oracle-java7-installer