© 2023 Hashnode
#wsl
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 …
If 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 v…
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…
When 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 a…
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…
I 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 t…
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 …
sudo update-alternatives --install [target_path] [alternative_name] [source_path] [priority] alternative_name -> name for managing alternative target_path -> usuall /usr/bin/{alternative_name} (if you want to use same command as alternat…
In this article, I'm going to share with you all, how to install WSL(Windows Subsystem for Linux) in the Windows operating system(Windows 10 & 11) and how to enable Systemd support which is now availa…
This setup includes installing Web Development tools and packages like Apache, MySQL, PHP, WP-CLI, Composer, PHP Code Sniffer, WordPress Coding Standards, NodeJS, Mongo DB, and also some tools includi…