Main Page
From RTC WIKI
Revert To Console Wiki
Consult the User's Guide for information on using the wiki software.
Contents |
Persistence Technologies
Hibernate
JPA
Introduction
Where should I start?
Comparisons
Concepts
Example Applications
Random tit bits
How Tos
Web Technologies
Seam
Introduction
Where should I start?
Comparisons
Concepts
Example Applications
Random tit bits
How Tos
Javascript
Scope Presentation
Other Frameworks
Acegi
Presentation Technologies
GWT
Servers
JBoss
Tools
SVN
MVN
Workspace Setup
Cygwin
Initial Setup
Postgres
Pine Gmail Config
Simple fetchmailrc for cygwin
Mutt
Emacs
Qemu
Linux on Windows
Install qemu
Create a disk image
./qemu-img.exe create -f raw harddisk.img 3G
Install linux
./qemu.exe -L . -m 500 -hda harddisk.img -cdrom linuximg.iso -boot d
Go through the standard install process, probably starting with the partitioning of the drive, which is hda in this case
Run linux to finish the setup
./qemu.exe -L . -m 500 -hda harddisk.img -boot c
