Last update at :2024-04-16,Edit by888u
The blogger has a 1-core 2G chip in his hand. He has been throwing it away before and it is useless. Recently, he wanted to use it to hang up the machine or something, so he studied how to install the win system. Because I am used to using the win10 system, I can find everything. I took a look at the streamlined version of win10 and the package launched by the NAT.EE boss. It is relatively easy to use. The machine with my configuration can also run. I threw it on a locomotive and it was not bad, so I will write and share the process.
Preparation
One VPS, with a minimum configuration of 1 core and 1G, a hard disk of at least 10G, and a centos7 system installed (others are OK, anyway, this is the one I installed)
Installation process
One thing to note here is that when installing the WIN system, the IP is automatically obtained, and your machine has a fixed IP, so if it cannot be obtained, you need to fill it in by yourself. Most of them are filled in using VNC. Before this, you You need to know your machine's IP address, gateway, and subnet mask.
Open the management software (Xshell or putty, etc.), log in to your VPS, and enter in the command line
ifconfig1 | ifconfig |
The following interface appears. inet is the IP address, the subnet mask is netmask, and the gateway is broadcast
Copy the above information to a text file and record it.
Then enter the following command in the command line, [Account Administrator Password nat.ee]
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd 'https://oss.sunpma.com/Windows/ Win10_2021LTSC_64_Administrator_nat.ee.gz'1 | wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh - dd 'https://oss.sunpma.com/Windows/Win10_2021LTSC_64_Administrator_nat.ee.gz' |
One thing to note here, because the system was shared by a big guy, I don’t know if there are any problems. I suggest you download it yourself and take a look. The system here can be downloaded using the URL below. If there are no problems, it is recommended Download it and save it yourself, otherwise you may not find it.
https://oss.sunpma.com/Windows/Win10_2021LTSC_64_Administrator_nat.ee.gz1 | https://oss.sunpma.com/Windows/Win10_2021LTSC_64_Administrator_nat.ee.gz |
The DD script is from Mr. Mengjia, so I feel more at ease.
If you are prompted that wget is not available after typing, it means you are using a streamlined system. Enter the following command and press Y
yum install wget1 | yum install wget |
Then execute the above command. If you want to see the process, you can open VNC to see the process. The installation time depends on the configuration of your machine. After installation, use VNC to enter the system and save the IP information recorded above. Fill it out and you can use 3389 to connect.
Recommended site search: virtual host space, cpanel host, free permanent virtual host, free cn domain name registration, cloud server free for one year, dynamic IP vps, Hengtian host, rental server, free asp space, overseas virtual host,
发表评论