If you enjoyed this video, be sure to head over to to get free access to our entire library of content!
(Formerly Known as Bash for Windows) *Windows Subsystem for Linux*offers to the end user an operating system containerized in a modern app, making the process smooth and simple without requiring docker or any hyper-visor with all the benefits of native integration (windows is mounted on `/mnt/c/`) and a small footprint.The installation requires to enable a optional windows feature (Microsoft-Windows-Subsystem-Linux) and to download from the Windows Store your favourite distro (ubuntu, kali, debian, suse, etc..).1.Enable Windows Feature for WSL:`Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux`2. Download your favourite Linux Image from MS Store:`Invoke-WebRequest -Uri -OutFile ~/Ubuntu.appx UseBasicParsing Add-AppxPackage -Path ~/Ubuntu.appxUbuntu.exe`3. When you launch the app for the first time you need to configure the USER. Wait for installation to complete then you will be prompted to create your LINUX user account.4. Run `WSL` in the cmd prompt and powershell5. Use WSL Config to manage multiple Distros `wslconfig.exe`
Prerequisites include:
Windows 10
Head over to adamtheautomator.com now for hundreds of in-depth, informative how-to articles just like this!
Nguồn:https://ftlinuxcourse.com/
Xem thêm Bài Viết:
- Trải nghiệm mới hay ho với hướng dẫn cài Mac Os trên vmware
- Bật mí cách cài đặt ssl miễn phí lên Let’s Encrypt
- Tuyệt chiêu tạo usb boot kali linux đơn giản dành cho bạn
- Hướng dẫn chi tiết từ A – Z các bước cài đặt Python trên Windows 10
- Bật mí quy trình cài đặt Kali Linux trên Vmware đúng chuẩn và chi tiết
can you make a tutorial for install enviorement for this terminal ?