首先,vps 要 ovz 必须的,xen 神马的也可以有
centos 5.X 32 64 均可
先搞下系统节省点内存
yum remove httpd
yum -y update
然后
wget http://anejd.com/fluxbox_anejd.sh;sh fluxbox_anejd.sh
中途会要你输入如 vnc 密码 输入就是了
然后安装 qemu 一键
wget anejd.com/windows_anejd.sh;sh windows_anejd.sh
建立虚拟硬盘
qemu-img create -f qcow XXX.img 10G
XXX 是自定义名字 你懂得 10G 不解释
然后打开 vnc
youvpsip:1
建立虚拟机
qemu -cdrom XXX.iso -m 300M -boot d XXX.img
iso 你懂的 300M 你也懂得 反正我搞的 512
建议用 ghost 系统,安装版你会很蛋疼的。
下一次再启动 windows ?, 可以使用
qemu -hda XXX.img -boot c -m 300M -k de -usb
可以在后面加个参数做端口转发
-redir tcp:3389::3389
3389 你懂得
正文完