Last active
August 29, 2015 14:16
-
-
Save Manouchehri/bc382112b93a70b9986e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.modern.ie/en-us/virtualization-tools#downloads | |
IE11 on Win10 -> VirtualBox for Linux | |
Out of the box, the video device probably isn't the right size. | |
# vboxmanage setextradata "IE11 - Win10" CustomVideoMode1 1920x1080x32 | |
Install virtio drivers (set network devices to virtio) | |
https://alt.fedoraproject.org/pub/alt/virtio-win/latest/ | |
If you want a bash shell, grab Cygwin. | |
https://cygwin.com/setup-x86_64.exe | |
For an SSH server, pick OpenSSL. ( http://docs.oracle.com/cd/E23562_01/doc.1035/e14501/install.htm ) | |
As admim: | |
# ssh-host-config -y | |
# cygrunsrv -S sshd | |
Add a new network device with host only mode, open up SSH in Windows firewall. | |
Remove the build string: | |
http://winaero.com/download.php?view.1794 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment