Programming
Windows Subsystem for Linux (WSL) behind Proxy
Recently I came accross the issue of wanting to install apt packages in WSL behind a corporate proxy. Plus I wanted to update my yarn package by using “curl -o- -L https://yarnpkg.com/install.sh | bash” which also needs to go through the proxy. The solution is the same as if we Read more…