wsl
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wsl [2025/07/29 05:29] – sjoerd | wsl [2025/07/29 05:53] (current) – sjoerd | ||
---|---|---|---|
Line 3: | Line 3: | ||
**Summary**: | **Summary**: | ||
**Date**: 28 July 2025 \\ | **Date**: 28 July 2025 \\ | ||
- | {{tag> | + | {{tag> |
WSL is the Windows Subsystem for Linux, which allows you to run a Linux distribution alongside your Windows installation. This is particularly useful for DevOps engineers who need to work with tools that are more commonly used in Linux environments. | WSL is the Windows Subsystem for Linux, which allows you to run a Linux distribution alongside your Windows installation. This is particularly useful for DevOps engineers who need to work with tools that are more commonly used in Linux environments. | ||
Line 9: | Line 9: | ||
== Installing WSL == | == Installing WSL == | ||
- | To install WSL, you can simply run the command {{{wsl --install}}} in a PowerShell or Command Prompt window with administrator privileges. This will install the default Linux distribution (usually Ubuntu) and set up WSL 2. This is the preferred version as it provides better performance and compatibility with Linux applications. See the [[https:// | + | To install WSL, you can simply run the command {{{wsl --install}}} in a PowerShell or Command Prompt window with administrator privileges. This will install the default Linux distribution (usually Ubuntu) and set up WSL 2. This is the preferred version as it provides better performance and compatibility with Linux applications. See the [[https:// |
+ | |||
+ | > Note: After installation of WSL a reboot might be required. | ||
I also recommend to install the [[https:// | I also recommend to install the [[https:// | ||
Line 29: | Line 31: | ||
<WRAP info>Be sure to start Docker Desktop before you start WSL if you plan to use Docker commands.</ | <WRAP info>Be sure to start Docker Desktop before you start WSL if you plan to use Docker commands.</ | ||
+ | |||
+ | === Azure CLI === | ||
+ | |||
+ | Azure CLI is a cross-platform command-line tool for managing Azure resources with interactive commands or scripts. To install [[https:// | ||
+ | |||
+ | <code bash> | ||
+ | curl -sL https:// | ||
+ | # Verify the installation | ||
+ | az version | ||
+ | </ | ||
=== Kubectl === | === Kubectl === |
wsl.1753766949.txt.gz · Last modified: by sjoerd