Nouran Hishamcodingnoura.hashnode.net·Aug 2, 2022A kick-start to use Linux with Windows (WSL)!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 experience with Linux was honestly not so good. When I us...Sumudu Siriwardana and 7 others are discussing this8 people are discussing thisDiscuss·55 likes·396 readsLinux
Mrugesh Mohapatramrugesh.hashnode.net·Sep 17, 2020A WSL2 Dev Setup with Ubuntu 20.04, Node.js, MongoDB, VS Code and DockerPreviously, I wrote an article about setting up Windows 10 and Pop!_OS 20.04 on my system. I went on a rant and thought a "dual boot" setup was best for me—I was wrong. I have since then set up WSL2 on Windows 10 with Ubuntu 20.04 (Focal Fossa) and a...Discuss·46 likes·6.2K readsNode.js
Fábio Rosadofabiorosado.hashnode.net·Oct 15, 2020Setting up Windows Terminal with ZshI've written a quick post about Moving to Windows from a Mac. On that post, I've mentioned how I've been using the Windows Terminal as my main terminal. The Windows Terminal is great, but has a few problems: Pretty simple theme (a grey text on a bla...Discuss·34 likes·540 readsWindows
Timey Meyjefe.hashnode.net·Apr 5, 2023Windows Subsystem Linux (WSL) vs WindowsWindows Subsystem for Linux (WSL) is a feature in Windows 10 that allows users to run Linux command-line tools and applications directly on their Windows machine. It is a great way to run Linux on Windows, as it provides a native Linux environment wi...DiscussTechnical writing
Louëlla Creemerslovelacecoding.hashnode.net·Apr 4, 2023An introduction to Windows Subsystem for LinuxHi lovely readers, If you are someone who uses a Windows computer and is interested in learning how to run Linux applications on it, then you have come to the right place. In this blog post, I will explain what WSL is, how to install and use it and o...Discuss·1 like·193 readsWSL
Smart Shocksmartshock.hashnode.net·Apr 1, 2023Port Forwarding from Ubuntu WSL to Windows HostPort forwarding is a powerful technique that allows us to access services running on different machines and networks. If you're working on developing a FastAPI service on your Ubuntu installation running on the Windows Subsystem for Linux (WSL), you ...Discuss·56 readsUbuntu
emre mertemremert.hashnode.net·Mar 30, 2023How to use WSL (Windows Subsystem for Linux) and Docker in a C# projectIn this article, we will explore how to use WSL (Windows Subsystem for Linux) and Docker in a C# project. Introduction WSL is a feature of Windows that allows you to run Linux applications directly on Windows. Docker, on the other hand, is a platform...DiscussDocker
Dingwallstech-write.hashnode.net·Mar 7, 2023Configure Start-in path of Windows WSL Terminal at Startup.Windows Subsystem for Linux, also known as WSL, is like the ultimate matchmaker that brings Windows and Linux together in perfect harmony. It's like having a Linux buddy who can speak the language of Windows fluently, so you don't have to worry about...DiscussLinux
Sheel Bedisdbedi.hashnode.net·Mar 6, 2023Windows Subsystem for Linux 2 - Installation ProtipIf you're installing Windows Subsystem for Linux 2 (WSL2), or if you're trying to upgrade from plain old WSL, please check and double-check your CPU settings in your BIOS. For most motherboards, there is a setting to enable or disable CPU virtualizat...DiscussWSL
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
Dylandylansleith.hashnode.net·Feb 6, 2023How To Make Your Terminal Look Awesome on Windows 11When developing applications we are always using the terminal, so why not make it look half-decent by using themes and plugins to improve our workflow? We will be using WSL2 (Windows Subsystem for Linux) to make our terminal look and feel awesome whi...Discuss·8 likes·125 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
JZcreate.hashnode.net·Feb 1, 2023Setting Up ngrok on WSL2. Linux & WindowsI decided I wanted to try out 2 new things. The 1st was trying my hand at Sinatra. I enjoy coding and learning Ruby. Rails has been a lot of fun, and I wanted to see what else the Ruby ecosystem had to offer. The 2nd thing was trying out ngrok a simp...Discuss·147 readsngrok