raw2vmdk - Mount raw images as VMDK virtual disks
Published on 2010-06-15 02:19:57.
Description
raw2vmdk is an OS independent Java utility that allows you to mountraw disk images, like images created by "dd", using VMware, VirtualBox or any
other virtualization platform supporting the VMDK disk format.
It analyzes the raw image and creates an approprietly formatted ".vmdk"
file that can be used to mount the image right away.
Project homepage: https://github.com/Zapotek/raw2vmdk
WebArch
Published on 2007-11-27 21:41:26.
Description
WebArch is an simple HTTP server using Sun's "com.sun.net.httpserver.HttpServer" package.It is written for educational purposes and Java practise (for my uni classes).