QEMU Emulator
QEMU Emulator
QEMU is a great emulator, like VMware or VirtualBox you can use to manage many guest operating system on your computer of course you need a lot of RAM
Install on Debian:
apt-get install qemu wget http://bellard.org/qemu/kqemu-1.3.0pre11.tar.gz tar xvzf kqemu-1.3.0pre11.tar.gz cd kqemu-1.3.0pre11 ./configure make make install
To load kqemu on Windows:
net start kqemu
To load kqemu on GNU/Linux:
modprobe kqemu
Port redirection use the flag option “-redir” some examples:
-redir tcp:8000::80 # redirect host port 8000 to port 80 on the guest. -redir tcp:22::22 # ssh server on the guest
Note: I have a little trouble to install kqemu.inf on Windows Vista Bussiness i need to download the setup file on “Accelerators” section on QEMU for Win32
Damn Small Linux is a light distro use old kernel but run very wheel on old computer systems, you can run on CD-Rom, USB or Embedded System (using QEMU emulator)
Some times you need test some software but you want to install on your personal computer system, emulate and test the software is the best solution

Recent Comments