mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-03-05 03:00:37 +00:00
17 lines
1.8 KiB
Markdown
17 lines
1.8 KiB
Markdown
# WSL: Linux Dev Environment on Windows
|
|
* [docs.microsoft.com: **WSL - Windows Subsystem for Linux**](https://docs.microsoft.com/windows/wsl/)
|
|
* [Using WSL and MobaXterm to Create a Linux Dev Environment on Windows](https://nickjanetakis.com/blog/using-wsl-and-mobaxterm-to-create-a-linux-dev-environment-on-windows)
|
|
* [Setting Up Docker for Windows and WSL to Work Flawlessly](https://nickjanetakis.com/blog/setting-up-docker-for-windows-and-wsl-to-work-flawlessly)
|
|
* [Take your Linux development experience in Windows to the next level with WSL and Visual Studio Code Remote](https://devblogs.microsoft.com/commandline/take-your-linux-development-experience-in-windows-to-the-next-level-with-wsl-and-visual-studio-code-remote/)
|
|
* [softwarecollections.org](https://www.softwarecollections.org) Software Collections give you the power to build, install, and use
|
|
multiple versions of software on the same system, without affecting system-wide installed packages.
|
|
* [kubernetes.io: WSL+Docker: Kubernetes on the Windows Desktop 🌟](https://kubernetes.io/blog/2020/05/21/wsl-docker-kubernetes-on-the-windows-desktop/) A lesson on how to install Kubernetes in Docker KinD and Minikube.
|
|
* [Ubuntu on WSL 2 Is Generally Available 🌟](https://ubuntu.com/blog/ubuntu-on-wsl-2-is-generally-available)
|
|
|
|
## Windows Terminal
|
|
- [Windows Terminal 1.0](https://devblogs.microsoft.com/commandline/windows-terminal-1-0/)
|
|
- [Microsoft launches Windows Terminal 1.0, unveils GPU support and Linux GUI apps in WSL](https://venturebeat.com/2020/05/19/microsoft-windows-terminal-wsl-gpu-support-linux-gui-apps/)
|
|
|
|
## Windows Package Manager
|
|
- [Windows Package Manager CLI (aka winget)](https://github.com/microsoft/winget-cli)
|
|
- [Microsoft debuts Windows Package Manager for your dev environment](https://venturebeat.com/2020/05/19/microsoft-windows-package-manager-powertoys/) |