Last update at :2024-02-05,Edit by888u
Nowadays, many friends are building idle websites. I have also tried to do it recently. Basically, I install a desktop service on Linux, and then use Firefox to browse some advertisements. However, the functions of the desktop service are still there. I did some searching on Baidu and found the method of installing win system through OpenVZ. I tried it myself and found that it can be installed. However, it’s hard to say whether it will be blocked by the merchant. I won’t go into too much nonsense. Let's start the tutorial, it's very simple, use the master's one-click script, the rest is just waiting.
1. Install a VNC first
wget --no-check-certificate https://raw.githubusercontent.com/lpl2002/ovz_win/master/ovz_win.sh bash ovz_win.sh2. Download the win system (ghost is recommended) Provide an xp system
wget https://odrive.aptx.xin/System/DEEPIN-LITEXP-6.2.iso3. Use VNC connection operation
vnc default port 5901
qemu-img create newvm.img 10G #newvm is the hard disk, 10G is the size of the hard disk qemu-system-i386 -cdrom winxp.iso -m 256 -boot d newvm.img -k en-us #newvm.img is the hard disk just created, winxp.iso is your system installation disk, 256M is the memory sizeAfter installation, remember to open the remote desktop
qemu-system-i386 -hda xitong.img -boot c -m 512M -k en-us -usb -redir tcp:3389::3389 //xitong.img is the created hard disk, 512M is the memory 3389 is mapped to the virtual machineOkay, you can use the one that comes with WIN (enter mstsc during operation) to connect to your chicken. As for what you want to brush, haha, you can figure it out yourself!
Recommended site searches: all-in-one virtual host, site group server rental, in domain name, registration-free space, permanent free cloud server in mainland China, domain name check, game server defense, virtual host space, website agent registration, the cheapest dual Line space
发表评论