© 2023 Hashnode
#wsl2
If 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…
Solution1. 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…
Windows 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 …
Windows 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 direc…
This 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 previou…
Welcome 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 …
I 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 par…
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,…
In 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- Upda…
So recently at my internship, I had to set up MySQL on my local WSL system. It was a nice and easy process although I had to shift between 2-3 articles. So in this article, I would sum it up to help y…