VMware Server 2.0 beta released

Post by: tom on November 14th, 2007 | File Under Proprietary Software, VMware, Virtualization

A new version of VMware Server 2.0 has been released – Version 2.0 beta 1 is available right now.

New features:

  • improved web-based management interface
  • more operating systems are supported
  • better support of high end hardware (up to 8 GB per virtual machine, etc..)
  • 64 bit os support
  • support for usb 2.0

Comments (No responses yet)



Howto: Install Win98SE in VMware Server for Linux

Post by: tom on July 25th, 2007 | File Under Proprietary Software, VMware, Virtualization

Just a short howto for installing Windows 98 SE (R) in VMware Server (1.0.3) for Linux. Although I’m not a big fan of M$, sometimes I have to use it. I.e. my bank does not have any linux software for online banking… whatever.. I had an old Win98SE license at home and that crap of software is quite fast as a virtual machine and as long I don’t have to use too often, stability is not the essential part for me..

Prerequisite: You already have installed VMware Server

Create a new virtual machine and choose Win9x as guest system. As the Win9x cdrom is not bootable, boot with a dos disk and create a partion using fdisk (If you lost your dos disk or you don’t have a floppy drive, you can get an image i.e. at http://www.bootdisk.com).

After rebooting your computer, format drive c: using
format c: /s

Reboot your computer again and ensure that atapi/scsi drivers are loaded so that you can access your cdrom-drive (or image).
Start installation with
Z:\setup.exe /iv

The rest is quite easy – follow the installtion steps in the setup program and install the VMware Tools when your system is up and running.

If you want to enable sound, add a sound device for the virtual machine and install the Sound Blaster PCI 128 (R) driver from the creative labs archive.


Comments (No responses yet)



Windows File Sync

Post by: tom on June 26th, 2007 | File Under Proprietary Software

Although it’s usually not my preferred OS, I had to implement a file synchronisation (synchronization) on a Windows XP (R) system.
The user wanted a real sync between two folders (Hard Disk and USB Drive).
Means: When a file is deleted/created/renamed on the harddisk, it should be deleted/created/renamed on the USB drive, too – and the other way round..

What I found so far:
Allway Sync (nice gui, easy to use, limited to 20.000 files per month [freeware edition])
SyncToy (from Microsoft (R), not tested yet)

Any better ideas?


Comments (One response so far)