© 2022 Hashnode
#wsl
Years ago when I started my journey into the wild world of programming I was faced with an issue. I needed a developer environment. Problem was I didn't even know what that meant. All I knew is that y…
I just recently was able to secure an internship for this Summer, 2022, yaay :) However, the moment I started I knew that most of my work would require me to have Linux not Windows and my past experie…
I recently installed Bun on my windows system. This article is a step-by-step guide on the process involved in doing so. It also includes the challenges I went through to ensure a successful installation. I will assume you have wsl on your …
Foreword A few weeks ago I updated my Docker Desktop to the latest version. Upon updating, it experienced another breaking bug and I was not able to use it. Docker Desktop has a lot of issues in Windo…
One of the best feature that Windows 10 or 11 Pro support is WSL or WSL2, using this you can run any Linux OS like a windows application. If you want to install GoLang on WSL/WSL2 and setup your development environment, please follow these …
Have you ever wanted to connect a USB to WSL for development or debugging? Good news! this is possible thanks to the usbipd-win project! What is the usbipd-win project? Umm! it's simple. Quoted from t…
I have been working as a full-stack developer for several years now, and used Windows for a significant part of the journey. At some point late last year I upgraded to Windows 11 However, as many I struggled to find the perfect way to get t…
Requirement: Windows 10 version 2004 or higher. Windows Terminal or PowerShell Ubuntu WSL tarball: Focal Step 1: Install the latest version of WSL2 Type below command in Windows Terminal: wsl --inst…
Introduction As any developer, you have probably started your career with a Windows machine, after some time you will begin to notice how Windows is horrible with development stuff (at least this is m…
Turn on Hyper-V Control Panel -> Turn on / off Windowns Function -> Tick Hyper-V platform Activate WSL Run below 2 commands in Powersell in Admin mode dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /no…