This document describes how to set up Windows 10 for cross-platform development (Go, NodeJS, etc) with Windows Subsystem for Linux (WSL).
Most of the information here is collected from
| 1. Create a file: /etc/wsl.conf. | |
| 2. Put the following lines in the file in order to ensure the your DNS changes do not get blown away | |
| ## /etc/wsl.conf | |
| ----------------------------- | |
| [network] | |
| generateResolvConf = false | |
| ----------------------------- | |
| 3. In a cmd or Powershell, run "PS > wsl --shutdown" |
This document describes how to set up Windows 10 for cross-platform development (Go, NodeJS, etc) with Windows Subsystem for Linux (WSL).
Most of the information here is collected from
Note: I'm currently taking a break from this course to focus on my studies so I can finally graduate