Linux to Windows with QEMU
Requirements:
A SSH client such as Putty : https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
A VNC software such as RealVNC : https://www.realvnc.com/en/connect/download/viewer
A VPS or Dedicated server with Ubuntu OS, CentOS Or Debian Installed.
At least 30GB Free disk space in your system.
Virtualization of your VPS or Server must be enabled. Run below coammnd :
echo $(egrep '^flags.*(vmx|svm)' /proc/cpuinfo | wc -l)
if output is greater than 0, then Virtualization is enabled :D
Either should have access of root user OR run with su (super user)
How to Run the Script
Please select one of the ISO Windows Image you want :
su -
mkdir /media/script && mount -t tmpfs -o size=1m tmpfs /media/script
wget -P /media/script https://api.linggahosting.com/windows/mediabots_Linux-to-Windows2012
wget -P /media/script https://api.linggahosting.com/windows/mediabots_Linux-to-Windows2016
wget -P /media/script https://api.linggahosting.com/windows/mediabots_Linux-to-Windows2019
chmod +x /media/script/*
/media/script/mediabots_Linux-to-Windows2012
/media/script/mediabots_Linux-to-Windows2016
/media/script/mediabots_Linux-to-Windows2019
CREDIT:
This Open Source Github Project/Repository URL by MEDIABOTS : https://github.com/mediabots/Linux-to-Windows-with-QEMU