Abhishek Ippiliabhishekippili.hashnode.net·Oct 10, 2022DevOps on Windows with WSL2Context I have been learning and practicing development on my Windows machine and everything which required Linux routines worked just fine, thanks to Git Bash and VS Code . Now, for people who want to do a little more serious stuff like SSHing, Depl...Discuss·2 likes·96 readsWSL
Tausiq Samantaraytausiq.hashnode.net·Nov 13, 2022How to install Linux in your Windows System?Ok, so if you are using Windows and thought of using Linux in System, you will google how to use it, or you may ask your friend, you might get an option to install virtual machines or to do dual boot, or may be your college uses that, my suggestion w...Discuss·2 likes·74 readsLinux
Bilal Shafiqmrbilalshafiq.hashnode.net·Dec 27, 2022Linux on Windows Made EasyWelcome to this tutorial on downloading and installing Windows Subsystem for Linux 2 (WSL2) on Windows! WSL2 is a Windows feature that enables you to run Linux natively on your Windows 10 machine. It allows you to run Linux applications directly on y...Discuss·1 like·142 readsLinux
Ardian Bahtiarsyahabsyah.hashnode.net·Apr 9, 2023Setup Your Software Development Environment in Windows 11 (+WSL 2)Your Windows 11 and Windows Subsystem for Linux 2 / WSL 2 WSL 2 is a really cool feature that lets you run Linux apps on your Windows computer, without any complicated setup or messing around with virtual machines. Basically, it's like having a secre...Discuss·30 readsWeb Development
Mugtaba Subahimugtaba.hashnode.net·Feb 25, 2023Setting up WSL2 with VPN and ProxyIf you're a Windows user using WSL2, then you will run into the need of setting up WSL2 with a VPN. This guide will walk you through the steps needed to connect WSL2 to the internet through the VPN so you can access these resources. Steps we will tak...Discuss·367 readsWSL
Ashish Sethiashishsethi.hashnode.net·Feb 5, 2023chdir(2) failed.: Permission denied on WSL 2Solution1. Open Powershell as Admin2. Use wsl command3. Use cd /etc then Use rm wsl.conf to remove this file4. Use sudo nano wsl.conf to re-create this file and now nano editor would open 5. Now write[user]default = root6. Press CTRL+X then Y then pr...Discuss·62 readsWSL
Fiki Pratamansmle.hashnode.net·Jan 29, 2023How to install Linux on Windows 11Windows Subsystem for Linux (WSL) is one such application to boot multiple operating systems in parallel on the Windows platform. WSL lets you install and run your preferred Linux distribution (Which is available in the Microsoft Store) on your Windo...Discuss·226 readsLinux
Deepak Kumar Mahanadkm10.hashnode.net·Jan 8, 2023WSL2 — Install and Configure on Windows10/11Windows Subsystem for Linux (WSL) lets you run a GNU/Linux environment within your windows system without using a virtual machine. You can run most of your favorite Linux tools/utilities like grep, vim, etc. and also run shell scripts directly from y...Discuss·35 readswsl2
Joseph Ganbwgjoseph.hashnode.net·Jan 7, 2023A better way to install Windows App Bundle file in offline machineThis is a follow-up to the previous article I have written on How to manually install WSL2 on a Windows 10 Virtual Machine as I learned an alternate method to install Windows App Bundle (.appxbundle/.msixbundle) files. Context In my previous article,...Discuss·265 readsWindows
Bilal Shafiqmrbilalshafiq.hashnode.net·Dec 27, 2022Linux on Windows Made EasyWelcome to this tutorial on downloading and installing Windows Subsystem for Linux 2 (WSL2) on Windows! WSL2 is a Windows feature that enables you to run Linux natively on your Windows 10 machine. It allows you to run Linux applications directly on y...Discuss·1 like·142 readsLinux
Joseph Ganbwgjoseph.hashnode.net·Dec 5, 2022How to manually install WSL2 on a Windows 10 Virtual MachineI finally, finally get WSL2 to run in a Virtual Machine running on VMWare Player v17.0.0 after hours and hours of trial and error and research and tons and tons of reading. And that's not the best part, the best part is I also managed to get it worki...Discuss·1.6K readswsl2
Tausiq Samantaraytausiq.hashnode.net·Nov 13, 2022How to install Linux in your Windows System?Ok, so if you are using Windows and thought of using Linux in System, you will google how to use it, or you may ask your friend, you might get an option to install virtual machines or to do dual boot, or may be your college uses that, my suggestion w...Discuss·2 likes·74 readsLinux
sameh Ammarsameh.hashnode.net·Nov 8, 2022Install Go go1.19.3 Language WSL.2 - Ubuntu 22.04 LTSIn this article i will guide you how to install Go 1.9 version on WSL 2 i'm using Ubuntu 22.04 LTS on windows 10. S ➜ ~ wsl.exe --list Windows Subsystem for Linux Distributions: Ubuntu-22.04 1- Update Ubuntu Packages . ➜ sudo apt-get update ➜ sudo ...Discuss·339 readswsl2