Skip to content

Instantly share code, notes, and snippets.

@alexisdiel
Created June 4, 2019 18:43
Show Gist options
  • Save alexisdiel/b115ecd14651e71ef32a71e70f76e334 to your computer and use it in GitHub Desktop.
Save alexisdiel/b115ecd14651e71ef32a71e70f76e334 to your computer and use it in GitHub Desktop.
VirtualBox + VisualStudio Stack
// https://itsfoss.com/install-windows-10-virtualbox-linux/
// Install VirutalBox
sudo apt install virtualbox
// Download ISO Windows 10
https://www.microsoft.com/en-in/software-download/windows10ISO
// Download Visual Studio Community 2017
https://visualstudio.microsoft.com/pt-br/downloads
// Download NodeJS
https://nodejs.org/en/download/
// Download GitKraken
https://www.gitkraken.com/download
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment