00:00 What is the Windows Subsystem for Linux (WSL) ?
Windows Subsystem for Linux (WSL) is a feature of Windows that allows you to run a Linux environment on your Windows machine, without the need for a separate virtual machine or dual booting. WSL is designed to provide a seamless and productive experience for developers who want to use both Windows and Linux at the same time
00:20 Wsl vs Virtual Machine
Virtual machines provide isolated environments with complete operating system instances, they typically require more resources and have slower boot times compared to WSL ,which offers native Linux command-line tools directly within Windows, with lower resource overhead and faster boot times,
00:38 Install WSL through Windows Terminal
To enable the Windows Subsystem for Linux and install Ubuntu, which is the default distribution :
wsl –install
To list other available Linux distributions, run the following command instead. This lists (-l) distributions that are available online (-o):
wsl -l -o
You can install a Linux distribution of your choice by running the following command, replacing “Name” with the name of the Linux distro, as displayed in the “Name” column:
wsl –install -d Name
For example, to install Debian instead of Ubuntu, you’d run:
wsl –install -d kali-linux
01:24 install kali linux wsl
wsl –install -d kali-linux
02:25 install ubuntu 22.04 wsl
02:36 install docker wsl
Install Docker Engine on wsl
Before you install Docker Engine you need to set up the Docker repository. Afterward, you can install and update Docker from the repository.
02:55 Set up Docker’s apt repository.
Add Docker’s official GPG key:
sudo apt-get update
sudo apt-get install ca-certificates curl
sudo install -m 0755 -d /etc/apt/keyrings
sudo curl -fsSL -o /etc/apt/keyrings/docker.asc
sudo chmod a+r /etc/apt/keyrings/docker.asc
Add the repository to Apt sources:
echo
“deb [arch=$(dpkg –print-architecture) signed-by=/etc/apt/keyrings/docker.asc]
$(. /etc/os-release && echo “$VERSION_CODENAME”) stable” |
sudo tee /etc/apt/sources.list.d/docker.list /dev/null
sudo apt update
03:28 Install the Docker packages
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
03:37 Verify that the Docker Engine installation is successful by running the hello-world image
sudo docker run hello-world
03:55 Install WSL from Microsoft Store
You can also download all the components wrapped into an app from the Microsoft Store. The benefit of using this approach is that the feature will run isolated from Windows 11
04:22 How to uninstall WSL on Windows
Remove WSL from Windows
How to uninstall ubuntu wsl
How to uninstall kali lnux wsl
Is it good to use Windows Subsystem for Linux?
How to use Windows Subsystem for Linux in Windows 10?
How to use Windows Subsystem for Linux in Windows 11?
How do I start WSL?
What is the Windows Subsystem for Linux access?
Is WSL a virtual machine?
Is WSL safe?
How to enable Windows Subsystem for Linux?
how to enable windows subsystem for #linux windows
how to enable windows subsystem for linux using powershell
how to enable windows subsystem for kali linux
how to enable windows subsystem for ubuntu
how to use windows subsystem for linux
how to enable subsystem for linux windows 11
how to enable windows subsystem for linux windows 10
how to enable linux subsystem windows 10
how to enable windows linux subsystem
enable windows subsystem for linux command line
how to enable windows subsystem for linux on windows 10
how does windows subsystem for linux work
turn on windows subsystem for linux
what can you do with windows subsystem for linux
enable windows subsystem for linux feature
how to enable windows system for linux
how to enable windows subsystem for linux in windows 11
how to use windows subsystem for linux in windows 10
how to check if windows subsystem for linux is enabled
how to enable windows subsystem for linux on windows 11
how to turn on windows subsystem for linux
disable windows subsystem for linux powershell
activate windows subsystem for linux powershell
how to enable the windows subsystem for linux
how to use the windows subsystem for linux
use windows subsystem for linux (wsl)
using windows subsystem for linux
windows subsystem for linux 2 (setup wsl 2) tips
windows subsystem for linux has no installed distributions.
installing: windows subsystem for linux catastrophic failure
error: 0x8007019e the windows subsystem for linux has not been enabled.
wsl windows 10 ubuntu
wsl kali linux
What is the difference between WSL and VM?
How to enable Windows Subsystem for Linux?
wsl install
installing wsl2
Linux terminal for Windows
Should I use WSL or Hyper V Docker?
What is the difference between WSL and WSL2 Docker?
windows subsystem for linux download,
#windows #wsl #wsl2 #WindowsTerminal
[ad_2]
source