Windows Server 2019 built from the original ISOs, then Deploy on a Contabo VPS and access with RDP
Cloud Tech
In this video I take you step by step through building a windows server 2019 Evaluation operating system from the original Microsoft ISOs.
Contabo Link : https://cloudtechlinks.com/V05-Contabo-Link Digitalocean Link : https://cloudtechlinks.com/V05-DigitalOcean-Link
SOFTWARE USED TO CREATE THIS VIDEO
Text-to-Speech : https://cloudtechlinks.com/SW-Text-to-Speech Video Editor : https://cloudtechlinks.com/SW-VideoEditor Captions : https://cloudtechlinks.com/SW-Captions I only realised how important having proper subtitles/captions were, to improve both the videos YouTube & Google SEO ranking, by watching this video from a big Youtube channel. https://www.youtube.com/watch?v=B2-ewHcWlak
I also add chapters/timestamps in the YouTube description, again to improve the videos YouTube SEO ranking
COMMANDS
apt-get update && apt-get upgrade apt-get install xfce4 firefox xrdp gzip iotop gedit apt-get install qemu qemu-utils qemu-system-x86-xen virtualbox echo xfce4-session [GREATER THAN SYMBOL]~/.xsession
qemu-img create -f raw harddisk.raw 20G
qemu-system-x86_64 -m 3000M -cpu host -enable-kvm -boot order=d -drive file=/root/Downloads/[FILENAME OF WINDOWS 2010 EVAL].iso,media=cdrom -drive file=harddisk.raw,format=raw,if=virtio -drive file=/root/Downloads/[FILENAME OF VIRTIO DRIVERS].iso,media=cdrom -vnc :100
NOTE : cntl+alt+end sends ctl+alt+delete thru RDP
dd if=harddisk.raw status=progress | gzip --fast | dd of=[harddisk].gz Wait until finished (about 8-10 minutes)
ls -l rm harddisk.raw reboot
In the Destination VM on contabo using vnc viewer: VNC IP:VNC PORT pw: VNC PW
sudo su lsblk ssh [root@DO PREPARATION-VM IP] dd if=[harddisk].gz | gunzip | dd of=/dev/[sda] status=progress
OLD TITLE ; ... https://www.youtube.com/watch?v=3jB_rpgKW0Q
101831256 Bytes