Pavel Osadchukxakpc.info·Nov 30, 2024Harmonizing Line Endings Across Windows and WSLWhen using a Git repository across Windows and Windows Subsystem for Linux (WSL), you may encounter unexpected issues with line endings. This article explains why these issues occur and how to resolve them effectively. The Challenge The core issue st...DiscussWSL
Mohamad Mahmoodhashnotes.hashnode.dev·Nov 24, 2024Install WSL Ubuntu 18.04.6 LTS[1] Enable Windows Features [2] Install WSL 2 If your WSL version is lower than 2, install WSL2 now. [3] Install Ubuntu via Microsoft Store [4] Open [5] Create user e.g. user1/1234 [6] Integrate with Docker The following is Docker v.27.1.1, buil...DiscussWSL
Sohaib Ilyassohaibilyas.com·Nov 20, 2024How to Install Ubuntu Linux on Windows 11 with WSL 2Have you ever wondered how WSL 2 (Windows Subsystem for Linux) lets developers use a Linux-like environment right on Windows? It's quite intriguing! It provides a simple way to set up Laravel, PHP, Python, Node.js, Vue.js, React.js, and many more for...Discuss·59 readswsl2
Khanin Chomphusriblog.nintech.dev·Nov 15, 2024Installing Freqtrade/FreqAI in new Linux DistroUsing WSL As my main machine to run bots locally and run the model training is a laptop running windows while I usually use Linux on VPS service, I chose to opt-out for Windows subsystem for Linux(WSL) to have less friction I am ready to run bots on ...Discussfreqtrade
Masum Kazimasumkazi.hashnode.dev·Nov 14, 2024Some basic commands for using the nano text editor:Here are some basic commands for using the nano text editor: Opening and Navigating Files Open a file: nano filename Move cursor: Use the arrow keys. Go to a specific line and column: Ctrl + _, then enter the line and column number. Editing Text...Discussnano
Gustavo Duartegduarte.hashnode.dev·Nov 13, 2024Como Transformar WSL2 no Seu Ambiente Ideal de DesenvolvimentoIntrodução Imagino que já conhece o Windows Subsystem for Linux 2 (WSL2), a versão aprimorada do WSL e que está buscando uma forma legal de configurá-lo para desenvolvimento. Pois bem, é para isso que esse artigo foi escrito. Caso não esteja com o WS...DiscussWSL
Ahmed Razaahmedrazadev.hashnode.dev·Nov 12, 2024WSL: The Perfect Blend of Linux Command Line and Windows Interface for DevelopersThe Windows Subsystem for Linux (WSL) is a powerful tool that enables developers to run a Linux distribution directly on Windows, without the need for a dual-boot setup or virtual machine. As web development increasingly leverages Linux-based tools, ...DiscussWindows
Ayush Goyalayuugoyal.hashnode.dev·Nov 2, 2024Windows Users, Meet WSL2: What the hell is WSL2?Hey Peeps! 🌟 If you're in the tech world, you know Linux is the cool kid on the block. And if you're still clinging to Windows, I hate to break it to you, but you might just be missing out! Don’t worry, though; we’ve got a solution that’ll have you ...Discuss·20 likes·48 readsWSL
Sanjoy Sahasanjoysblog.hashnode.dev·Nov 1, 2024Using Linux on Windows: A Beginner's Guide to Installing Ubuntu via WSLIntroduction: Windows Subsystem for Linux (WSL) lets you run a full Linux distribution, such as Ubuntu, directly on your Windows machine without the need for a virtual machine. If you're a developer, student, or Linux enthusiast, this guide will help...DiscussLinux
Aditya Thoratuser-create.hashnode.dev·Oct 21, 2024User Creation and Set as Default in WSLIntroduction: In Ubuntu, creating and managing users is important for controlling access to the system. This guide will show you how to add a new user, give them admin privileges, and set them as the default user when you log in. We will explain two ...DiscussWSL