星期四, 5月 31, 2007
Some VMPlayer tools
The best online VMX generator: EasyVMX
Some useful VM ware tools
http://petruska.stardock.net/Software/VMware.html
星期三, 5月 30, 2007
Create vmdk and vmx file for VMWare Player
It's easy to create a vmdk and vmx file for use with VMWare Player. The VMWare Player is free but does not let you create virtual machines.
Steps:
1. Create VMDK with qemu-img.exe
2. Create VMX with VMXBuilder
1. Create the VMDK
Create a VMDK file with qemu-img.exe. This exe is part of QEMU, downloadable from http://free.oszoo.org/ftp/qemu/win32/release/QemuInstall-0.7.2.exe.
Command line:
- qemu-img create -f vmdk Windows2003Server.vmdk 10G
This creates a vmdk that can grow up to 10G. It will actually create a file of about 1,2MB.
2. Create the VMX
Create a .vmx file. To easily do that, use http://sanbarrow.com/vmxbuilder.html. You will find a batch file there that will create a vmx for you.
The batch file just asks questions. You can:
- set the virtual hardware type
- set the OS
- define SCSI and IDE disks: of course, refer here to the disk you made with qemu-img.exe
- define an ISO file to attach
- define network cards
- set advanced properties like virtual SMP, clustering support, etc....
- ....
Once you have the VMX, open it with VMWare player and you are done. You can now start installing an OS to the empty disk. It is easiest to just use an ISO file of the OS installation cd and configure the iso in VMXBuilder. When you start the VM, you will boot from the ISO!
Build VMX file online
VMPlayer is a freeware, however, it did not provide function to create a virtual machine file (VMX).
This is a online tool which help to generate the vmx file.
http://dcgrendel.thewaffleiron.net/vmbuilder/
星期四, 5月 17, 2007
Lotus Improv
Today when I do some research related to my work, I suddenly remember a very old products from Lotus called Improv (around 1992).
This tools impress me very much when I still a high school student. But it seems this product did not success and no further version.
I found some related tools in web
Quantrix – written in java, but not as user friendly as Improv:
http://www.quantrix.com/
A Trial Serial #: AGU73-CMMVA-U5PRA-FZPWY-6GVC8-X3X
Good javascript web site
This is web site show some good javascript examples:
http://webfx.eae.net/
The company also has a AJAX framework call bindows, but is seems not as good as ZK framework...
http://www.bindows.net/
http://www.europa.idv.tw/f_opendoc/index.php?viewDoc=233
REST framework
Just like servlet, someone make a java framework for REST. Which call Restlet.
http://www.restlet.org
http://www.frevvo.com/
WPF show case
This is some good WPF show cases:
http://www.thirteen23.com/
http://www.baekdal.com/notes/work/thirteen23-wpf-showcase/
Windows Driver Example
This web site includes some good windows driver examples. Which include mount file as driver and mount http as driver.
http://www.acc.umu.se/~bosse/