Ray Yaoknack4tech.hashnode.dev·Dec 17, 2024WSL2 Docker Setup in a Proxmox Guest Windows VMIn preparation of test environments for the next localized AI server, I have opted to spin up a Windows 10 guest VM under Proxmox. In the guest VM, the goal is to have a Ubuntu WSL (Windows Subsystem for Linux) running Ollama and Docker. The Docker w...AI
Samuel Umorenbeyondcode.hashnode.dev·Dec 16, 2024Windows Development Environment Setup Guide for Mac & Linux UsersComing from Mac or Linux to Windows for development work can feel like landing on a different planet. Your muscle memory fights you on keyboard shortcuts, package management seems foreign, and you miss the comfort of your Unix-like terminal. I recent...WSL
Samarth Mishrastackdevsamarth.hashnode.dev·Dec 3, 2024A Beginner’s Guide to Installing WSL, Docker, and Running Ubuntu on Windows and macOSWhat is WSL? The Windows Subsystem for Linux (WSL) is a feature by Microsoft that lets users run a Linux environment directly on Windows without needing a virtual machine or dual boot. It enables developers, IT professionals, and tech enthusiasts to ...WSL
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...28 readsWSL
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...WSL
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...72 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 ...freqtrade
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...nano
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...WSL
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, ...Windows