Jordan Harrisonjord.dev·Sep 7, 2023How to set up WSL for NodeJS DevelopmentGetting Started Check build version Before we begin, ensure that you are using a recent build of Windows 10 or 11. If you are using an earlier version than Build 20262, this will not work! Installing WSL To install Windows Subsystem for Linux, open u...DiscussWSL
Shreshth Sharmashreshthcodes.hashnode.dev·Sep 6, 2023WSL: using Linux CLI on windows nativelyEver wondered ?! if there existed a way where you could easily use the Linux CLI and bash scripting natively inside Windows without the hassle of making a heavy virtual machine or worse going through the godforsaken process of partitioning your drive...Discuss·1 likeWSL
Will Kennedybrytelands.hashnode.dev·Aug 28, 2023Rust Profiling in WSL2 with CLionCode from this example is here: https://github.com/wkennedy/wsl2-rust-profiling Having recently switched some of my coding to remote development in WSL2 with CLion, I noticed that profiling was not readily available. I tried various proposed solution...DiscussRust
SIYACHIN A ISSACsiyachinblog.hashnode.dev·Aug 8, 2023Let's Use Linux in Windows No Dual BootIf you're a developer or a power user who loves Linux but also needs to use Windows for work, you know how frustrating it can be to switch between two operating systems. That's where WSL comes in. WSL (Windows Subsystem for Linux) is a technology tha...Discuss·1 likeBlogsWithCC
Ozumah Ebenezer Ikechukwuozumahe.hashnode.dev·Jul 17, 2023Set Up GCM for WSL and fix git WSL error, git credential manager core.exe not foundGot this Error while accessing a git repo with WSL(Ubuntu) on Windows /mnt/c/Program\ Files/Git/mingw64/libexec/git-core/git-credential-manager.exe get: 1: /mnt/c/Program Files/Git/mingw64/libexec/git-core/git-credential-manager.exe: not found For ve...Discuss·1 like·79 readsWSL
Kelvin John Domehjhohannes.hashnode.dev·Jun 20, 2023Installing Tensorflow(with GPU support) in linux or WSL 🐧I was trying to install Tensorflow with GPU support on my Linux machine and WSL, but I was having a terrible time. I spent hours and days🤦♂️ scouring the internet looking for solutions, but nothing seemed to work. I felt like I was going in circles...DiscussTensorFlow
Kannan Balakrishnan Rtechninjaworld.hashnode.dev·Jun 10, 2023Exploring Kali Linux on Windows: A Guide to Installing and Configuring WSLIntroduction Kali Linux is an indispensable tool for penetration testers and IT security analysts, as well as many other technical enthusiasts who prefer Linux over Windows. However, most people are accustomed to using Windows because of its user-fri...Discuss·86 readsKali Linux
Ardian Bahtiarsyahblog.absyah.dev·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·183 readsWeb Development
Ashish Sethiashishsethi.hashnode.dev·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·417 readsWSL
Fiki Pratamansmle.hashnode.dev·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·262 readsLinux