My Experience Installing Windows Subsystem for Linux
Learning Linux is important for progressing in cybersecurity. At first I was looking into setting up a virtual environment on my Windows PC to run Kali Linux. I didn’t know a subsystem could be set up in Windows to run Linux. What is Windows Subsystem for Linux (WSL)? Windows Subsystem for Linux (WSL) enables you to run a Linux environment on your Windows machine WITHOUT the need for a separate virtual machine or dual booting. According to What is the Windows Subsystem for Linux? “WSL 2 is the default distro type when installing a Linux distribution. WSL 2 uses virtualization technology to run a Linux kernel inside of a lightweight utility virtual machine (VM). Linux distributions run as isolated containers inside of the WSL 2 managed VM.” Also, WSL is faster and better for simple Linux command-line tasks. For beginner learning purposes, this would suffice for now. If you are more interested in watching a video tutorial on the process, you can check out “Windows Subsyste...