© 2023 Hashnode
#wsl-2
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…
I assume that you are on Windows 11. If you want to install Redis on Windows and access redis data from a client application like redis-cli or using a script, we're out of options to do a classic Next…
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…
Let's talk about why fish. Why not use zsh? Smart and user-friendly powerful features such as syntax highlighting, autosuggestions, and tab completions that simply work out of the box. No need to l…
⚙️ Setting up Visual Studio Code. We can look at the article on how to set up vscode on our machine. Setup - Overview -> After installation, it will take you to a guide on how to use the app. The nex…
The Windows Subsystem for Linux (WSL) enables the execution of a Linux environment directly on Windows without the need for virtual machines or any other similar setup. Using WSL 2 a lot of things bec…