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
Sohaib Ilyassohaibilyas.com·Nov 30, 2024Set Up Laravel & Node.js Development Environment on Windows with WSL 2 (Ubuntu 24)In this guide, we'll walk through setting up a robust Laravel and Node.js development environment similar to Laravel Valet on Windows with WSL 2 Linux distro Ubuntu 24. Prerequisites Before starting the setup, ensure you have admin access and that Ub...45 readslaravelvalet
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
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
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 ...20 likes·50 readsWSL
Renato Cruzjustcode.com.br·Oct 31, 2024Como criar um aplicativo com Python e GTK no Windows WSL 2Hoje veremos como preparar o ambiente de desenvolvimento para a criação de aplicativos com a linguagem de programação Python (PyGObject) e o toolkit gráfico GTK no WSL 2 (Windows Subsystem for Linux) do Microsoft Windows. Através do WSLg (Windows Sub...GTKPython
Programmer Teloprogrammertelo.hashnode.dev·Oct 17, 2024Installing Go 1.23.2 on WSL 2 Ubuntu in Windows 11Introduction Go (also known as Golang) is a powerful, statically typed, compiled programming language designed for simplicity and efficiency. This article will guide you through the steps to install Go version 1.23.2 on WSL 2 (Windows Subsystem for L...67 readsgolang
Programmer Teloprogrammertelo.hashnode.dev·Oct 17, 2024How to Install BWAP on WSL 2 Ubuntu with DockerIf you're interested in practicing web application security testing, bWAPP (Buggy Web Application) is a fantastic tool. In this guide, I’ll walk you through setting up bWAPP on WSL 2 Ubuntu using Docker, assuming you've already installed WSL 2 and Ub...Cyber Securityowasp
Programmer Teloprogrammertelo.hashnode.dev·Oct 17, 2024How to Install Docker on Ubuntu WSL 2 in Windows 11With the rise of Windows Subsystem for Linux (WSL 2), it's become easier for developers to run Linux environments on their Windows machines. One of the most common tools developers need is Docker, which allows for efficient containerization. In this ...Docker