Tagged articles

WSL

67 articles · Page 1 of 1
21CTO
21CTO
Jul 1, 2026 · Cloud Native

Microsoft Unveils Linux Containers for Native Windows Execution

Microsoft's preview adds a built‑in Linux container CLI and API, letting developers run Linux containers directly on Windows without third‑party tools, while introducing a new filesystem, network mode, and programmatic integration for Windows apps.

APICLICloud Native
0 likes · 5 min read
Microsoft Unveils Linux Containers for Native Windows Execution
Ubuntu
Ubuntu
Jun 17, 2026 · Operations

How to Back Up and Migrate WSL Without Losing Your Development Environment

This guide walks you through exporting and importing WSL distributions, automating backups with PowerShell, managing dotfiles via a bare Git repository, using a migration checklist, and running one‑click scripts so you can switch computers or reinstall systems without losing any configuration or data.

AutomationDotfilesWSL
0 likes · 11 min read
How to Back Up and Migrate WSL Without Losing Your Development Environment
Ubuntu
Ubuntu
Jun 15, 2026 · Artificial Intelligence

Running AI/ML Models on WSL with CUDA Acceleration: A PyTorch Hands‑On Guide

This guide shows how to enable NVIDIA GPU passthrough in WSL 2, install the CUDA toolkit, set up a PyTorch GPU environment, verify GPU visibility, and run real‑world AI/ML workloads such as LLM inference, YOLO object detection, and Jupyter monitoring, while providing performance comparisons, optimization tips, and troubleshooting FAQs.

AICUDAGPU
0 likes · 13 min read
Running AI/ML Models on WSL with CUDA Acceleration: A PyTorch Hands‑On Guide
Ubuntu
Ubuntu
Jun 11, 2026 · Operations

How to Transform Your WSL Terminal with Oh My Posh, Nerd Fonts, and Custom Themes

This guide explains why a polished WSL terminal improves productivity, then walks through installing a Nerd Font, setting up Oh My Posh, selecting and customizing themes, configuring Windows Terminal color schemes, adding colored ls aliases, and using handy shortcut keys—all with concrete commands and examples.

Nerd FontOh My PoshShell customization
0 likes · 11 min read
How to Transform Your WSL Terminal with Oh My Posh, Nerd Fonts, and Custom Themes
Ubuntu
Ubuntu
Jun 4, 2026 · Operations

Master .wslconfig: Fine‑Tune Memory, CPU, and Disk for WSL2

This guide explains how the .wslconfig file acts as a control panel for WSL2, showing how to precisely set memory limits, CPU core counts, swap size, networking mode, and disk parameters, with recommended presets, step‑by‑step activation, and advanced tips for multiple configurations.

CPU allocationWSLdisk configuration
0 likes · 9 min read
Master .wslconfig: Fine‑Tune Memory, CPU, and Disk for WSL2
Ubuntu
Ubuntu
Jun 2, 2026 · Databases

One‑Click Deployment of MySQL, Redis, and PostgreSQL on WSL

This guide shows how to install, configure, and manage MySQL/MariaDB, Redis, and PostgreSQL inside Windows Subsystem for Linux, including remote access setup, common command‑line operations, GUI client recommendations, and scripts for one‑click start/stop and backup.

Database deploymentGUI clientPostgreSQL
0 likes · 14 min read
One‑Click Deployment of MySQL, Redis, and PostgreSQL on WSL
Ubuntu
Ubuntu
Jun 1, 2026 · Operations

Stop WSL from Filling Up Your C: Install Ubuntu .wsl Directly to D and Migrate Existing Installations

This guide explains why WSL's ext4.vhdx virtual disk constantly grows on the C drive, presents three solutions—including installing Ubuntu via a .wsl file directly to D, online installation with a custom location, and exporting then importing an existing distro—to free up space, and shows how to compact the vhdx file afterward.

CommandLineDiskManagementUbuntu
0 likes · 13 min read
Stop WSL from Filling Up Your C: Install Ubuntu .wsl Directly to D and Migrate Existing Installations
Ubuntu
Ubuntu
May 27, 2026 · Operations

How to Efficiently Develop Node.js, Go, and Rust in WSL with Minimal Setup

This guide shows how to set up a WSL environment that runs Node.js, Go, and Rust side‑by‑side by using fast version managers, lightweight package tools, shared directory layouts, VS Code extensions, and terminal workflows, all with concise configuration commands.

Development EnvironmentGoNode.js
0 likes · 13 min read
How to Efficiently Develop Node.js, Go, and Rust in WSL with Minimal Setup
Ubuntu
Ubuntu
May 26, 2026 · Fundamentals

Choosing the Right Python Environment on WSL: venv vs conda vs uv

This guide compares Python virtual‑environment tools—pip + venv, Miniconda, and the new uv—detailing installation steps, performance differences, use‑case recommendations, and practical commands for setting up a consistent development environment on Ubuntu WSL.

CondaPythonVS Code
0 likes · 12 min read
Choosing the Right Python Environment on WSL: venv vs conda vs uv
Ubuntu
Ubuntu
May 20, 2026 · Operations

Running Linux Desktop Apps on Windows? Experience WSLg’s GUI Integration

This guide explains how to enable WSLg on Windows 11 or Windows 10 21H2+, install and run a variety of Linux GUI applications—browsers, editors, image tools, and utilities—while offering performance tweaks, DPI scaling tips, troubleshooting steps, and a real‑world image‑processing example.

GIMPImageMagickLinux GUI
0 likes · 12 min read
Running Linux Desktop Apps on Windows? Experience WSLg’s GUI Integration
ITPUB
ITPUB
May 3, 2026 · Information Security

8 Essential Windows Privilege‑Escalation Techniques Every Security Analyst Should Know

This guide walks through eight practical Windows privilege‑escalation methods—including manual system and user enumeration, automated tools such as WinPEAS and PowerUp, kernel exploits, WSL abuse, token impersonation, credential harvesting, scheduled‑task abuse, and weak‑service exploitation—providing step‑by‑step commands, code snippets, and real‑world Hack The Box examples.

Kernel ExploitPowerUpToken Impersonation
0 likes · 19 min read
8 Essential Windows Privilege‑Escalation Techniques Every Security Analyst Should Know
Ubuntu
Ubuntu
Apr 24, 2026 · Fundamentals

Install WSL in 5 Minutes: Choose from 3 Easy Methods

This guide walks you through checking system requirements, then installing WSL on Windows 10/11 via a single command, the Microsoft Store, or manual PowerShell steps, followed by post‑install configuration, common issue troubleshooting, and a verification checklist.

InstallationLinuxUbuntu
0 likes · 10 min read
Install WSL in 5 Minutes: Choose from 3 Easy Methods
Ubuntu
Ubuntu
Apr 21, 2026 · Fundamentals

What Is WSL and Why It’s the Ultimate Linux Experience on Windows

This article explains what Windows Subsystem for Linux (WSL) is, how it differs from virtual machines and dual‑boot setups, outlines five key advantages, compares WSL 1 and WSL 2, evaluates alternative solutions, lists popular Linux distributions, and shows typical development and DevOps scenarios where WSL shines.

Cross-PlatformDockerLinux
0 likes · 13 min read
What Is WSL and Why It’s the Ultimate Linux Experience on Windows
Liangxu Linux
Liangxu Linux
Apr 19, 2026 · Operations

Why WSL Beats Dual‑Boot and VMs for Everyday Development

The article compares traditional dual‑boot and virtual‑machine setups with Windows Subsystem for Linux, highlighting WSL's seamless file sharing, Docker support, and integrated workflow while noting its performance limits and suggesting alternative approaches like KVM, cloud desktops, and containerization.

Development EnvironmentDual BootLinux
0 likes · 5 min read
Why WSL Beats Dual‑Boot and VMs for Everyday Development
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 13, 2026 · Operations

Why Windows Command Line Feels Inhuman Compared to Linux

Developers moving from Linux to Windows often experience a steep drop in efficiency because Windows uses a fragmented drive‑letter path system, longer commands, different option syntax, stricter script execution policies, and a more complex permission model, all of which clash with the concise, composable Unix‑style workflow.

Developer ExperienceLinuxScripting
0 likes · 11 min read
Why Windows Command Line Feels Inhuman Compared to Linux
Data Party THU
Data Party THU
Mar 23, 2026 · Operations

How to Completely Uninstall OpenClaw on Windows, macOS, and WSL

This guide walks you through a clean removal of OpenClaw—including resetting configurations, running the official uninstall command with appropriate flags, deleting the CLI tool across package managers, and handling leftover API keys—so you can safely retire the software on Windows, macOS, or WSL environments.

CLIOpenClawWSL
0 likes · 7 min read
How to Completely Uninstall OpenClaw on Windows, macOS, and WSL
Open Source Tech Hub
Open Source Tech Hub
Mar 6, 2026 · Fundamentals

Compile Rust to Linux ELF with a PHP‑Based Compiler – No LLVM Needed

An open‑source PHP‑written Rust compiler can generate native x86‑64 Linux ELF binaries without LLVM, assemblers, or linkers, offering ownership, borrowing, type checking, generics, traits, closures, and more; the guide covers installation via PHP and WSL, usage commands, supported features, and current limitations.

ELFPHPWSL
0 likes · 8 min read
Compile Rust to Linux ELF with a PHP‑Based Compiler – No LLVM Needed
JavaGuide
JavaGuide
Dec 19, 2025 · Backend Development

IntelliJ IDEA 2025.3.1: Critical Fixes and the Rollback of Query Console

IntelliJ IDEA 2025.3.1 quickly follows the 2025.3 major release, fixing over 200 issues, reinstating the classic Query Console, addressing WSL‑related Java debugging problems, stabilizing Gradle/Maven sync for large multi‑module projects, improving Spring tooling, Java debugging, Kotlin‑MongoDB support, and correcting terminal and TypeScript bugs.

2025.3.1IntelliJ IDEAJava
0 likes · 6 min read
IntelliJ IDEA 2025.3.1: Critical Fixes and the Rollback of Query Console
AI Cyberspace
AI Cyberspace
Sep 28, 2025 · Artificial Intelligence

How to Set Up WSL2 GPU Acceleration and Profile CUDA on Windows 11

This guide walks through configuring Windows 11 with WSL2 and Ubuntu 22.04 for GPU‑accelerated CUDA development, installing NVIDIA drivers and CUDA libraries, setting up SSH and firewall rules, running a CUDA stress‑test program, and using Nsight Systems, Nsight Compute, and NVIDIA DCGM for performance profiling and monitoring.

CUDAGPULinux
0 likes · 39 min read
How to Set Up WSL2 GPU Acceleration and Profile CUDA on Windows 11
21CTO
21CTO
May 21, 2025 · Fundamentals

Why Microsoft Open‑Sourced WSL and What It Means for Developers

Microsoft announced at Build 2025 that the Windows Subsystem for Linux (WSL) is now open‑source, detailing its component architecture, evolution from WSL 1 to WSL 2, recent releases, community contributions, and how developers can now build and contribute directly from the GitHub repository.

LinuxMicrosoftWSL
0 likes · 7 min read
Why Microsoft Open‑Sourced WSL and What It Means for Developers
php Courses
php Courses
Sep 19, 2023 · Fundamentals

Microsoft Releases WSL 2.0.0 Preview with autoMemoryReclaim, Sparse VHD, and Enhanced Networking

Microsoft's latest WSL 2.0.0 preview introduces experimental features such as autoMemoryReclaim and Sparse VHD for improved memory and disk management, adds IPv6 support, DNS tunneling, firewall integration, and various networking enhancements, while also fixing critical bugs and improving GUI application handling.

Sparse VHDSystem ManagementWSL
0 likes · 3 min read
Microsoft Releases WSL 2.0.0 Preview with autoMemoryReclaim, Sparse VHD, and Enhanced Networking
Advanced AI Application Practice
Advanced AI Application Practice
May 18, 2023 · Fundamentals

Essential Linux Commands Every Tester Must Master

The article explains why Linux skills are vital for testers, shows how to set up a practice environment using virtual machines, WSL or cloud servers, recommends free SSH tools, and provides detailed examples of essential directory, file, editing, and viewing commands.

LinuxWSLcommand-line
0 likes · 6 min read
Essential Linux Commands Every Tester Must Master
Java Architect Essentials
Java Architect Essentials
Dec 11, 2022 · Industry Insights

What’s New in IntelliJ IDEA 2022.3? A Deep Dive into UI, Redis, and Java Enhancements

IntelliJ IDEA 2022.3 introduces a refreshed UI, a universal Settings Sync solution, native WSL 2 project handling, enhanced Spring Bean autowiring, OpenAPI generation, full Redis support, improved intent previews, Search Everywhere, Java 19 features, Maven plugin changes, and numerous editor and user‑experience refinements, all aimed at boosting developer productivity.

Developer ToolsIDEIntelliJ IDEA
0 likes · 9 min read
What’s New in IntelliJ IDEA 2022.3? A Deep Dive into UI, Redis, and Java Enhancements
Laravel Tech Community
Laravel Tech Community
Aug 9, 2022 · Fundamentals

Windows Subsystem for Linux 0.65.1 Release Highlights

Microsoft's Linux on Windows team announced the public rollout of WSL 0.65.1 to all Windows Insiders, introducing performance improvements, enhanced time synchronization, kernel upgrades, and numerous WSLg and compositor enhancements for a smoother cross‑platform development experience.

SubsystemWSLWindows
0 likes · 3 min read
Windows Subsystem for Linux 0.65.1 Release Highlights
Liangxu Linux
Liangxu Linux
Sep 15, 2021 · Fundamentals

Why Switching Your PC to Linux Is a Bad Idea and Better Alternatives

The author argues that replacing your main computer with Linux is impractical, citing poor desktop experience, missing software, and constant troubleshooting, and recommends five more efficient ways to learn Linux, including virtual machines, dual‑boot, cloud servers, WSL, and Raspberry Pi.

Dual BootLinuxRaspberry Pi
0 likes · 9 min read
Why Switching Your PC to Linux Is a Bad Idea and Better Alternatives
Liangxu Linux
Liangxu Linux
Jun 29, 2021 · Operations

Run Linux GUI Apps on Windows: Install and Explore WSLg

This guide explains how to enable Windows Subsystem for Linux GUI (WSLg) on Windows, covering enrollment in the Windows Insider Dev channel, updating or installing WSL, the architecture of WSLg with Wayland, X11, RDP integration, audio support, and future extensions like DirectML.

InstallationLinux GUIWSL
0 likes · 4 min read
Run Linux GUI Apps on Windows: Install and Explore WSLg
Python Programming Learning Circle
Python Programming Learning Circle
May 19, 2021 · Operations

Introducing WSLg: Full Linux GUI Support on Windows 10

Microsoft’s recent preview of WSLg brings full Linux GUI support to Windows 10, enabling users to install and run desktop Linux distributions, launch IDEs and GUI applications with audio, microphone, and GPU acceleration, and seamlessly integrate development workflows across Windows and Linux environments.

GPU AccelerationIDE integrationLinux GUI
0 likes · 4 min read
Introducing WSLg: Full Linux GUI Support on Windows 10
ITPUB
ITPUB
Apr 29, 2021 · Operations

Run Linux GUI Apps on Windows 10 with WSLg: Full Guide and Architecture

Microsoft's WSLg update lets Windows 10 users install and run Linux desktop environments, IDEs, audio‑enabled apps, and GPU‑accelerated software directly on the host, with automatic backend services and a clear architecture overview.

Audio supportGPU AccelerationLinux GUI
0 likes · 5 min read
Run Linux GUI Apps on Windows 10 with WSLg: Full Guide and Architecture
Open Source Linux
Open Source Linux
Jun 24, 2020 · Fundamentals

How to Set Up Ubuntu on Windows 10 with WSL and Install Go in Minutes

This guide walks you through enabling the Windows Subsystem for Linux, installing Ubuntu from the Microsoft Store, configuring your user, updating packages, and adding the Go programming language, providing clear screenshots and command examples for a smooth cross‑platform development setup.

Development EnvironmentGoLinux
0 likes · 3 min read
How to Set Up Ubuntu on Windows 10 with WSL and Install Go in Minutes
Liangxu Linux
Liangxu Linux
May 30, 2020 · Operations

WSL 2 Brings Linux GUI Apps and GPU Acceleration to Windows 10

Microsoft’s Windows Subsystem for Linux 2 adds a full Linux kernel, native GUI application support, GPU hardware acceleration for AI workloads, and a simplified installation command, marking a major step toward tighter Windows‑Linux integration in the upcoming Windows 10 2004 update.

GPU AccelerationGUISubsystem
0 likes · 5 min read
WSL 2 Brings Linux GUI Apps and GPU Acceleration to Windows 10
21CTO
21CTO
Apr 14, 2020 · Fundamentals

How to Directly Browse WSL Files in Windows Explorer – New Feature Explained

Microsoft's latest Windows 10 build lets users open the Linux subsystem's root directory straight from File Explorer, offering a penguin icon shortcut, command‑line access via \\wsl$, and guidance on safe usage while highlighting upcoming full‑kernel integration.

File SystemLinuxTerminal
0 likes · 4 min read
How to Directly Browse WSL Files in Windows Explorer – New Feature Explained
ITPUB
ITPUB
Mar 30, 2020 · Fundamentals

How to Set Up Ubuntu on Windows 10 with WSL: A Step‑by‑Step Guide

This tutorial walks you through enabling the Windows Subsystem for Linux, installing Ubuntu from the Microsoft Store, configuring the new Linux environment, updating packages, and adding Go tools, providing clear screenshots and command examples for a smooth cross‑platform development setup.

Development EnvironmentLinuxUbuntu
0 likes · 3 min read
How to Set Up Ubuntu on Windows 10 with WSL: A Step‑by‑Step Guide
Liangxu Linux
Liangxu Linux
Mar 29, 2020 · Operations

How to Install Ubuntu on Windows 10 with WSL: A Step‑by‑Step Guide

This guide walks you through enabling the Windows Subsystem for Linux, downloading Ubuntu from the Microsoft Store, completing the installation, updating packages, and adding Go tools, providing screenshots and exact commands so you can develop Linux applications directly on Windows 10.

UbuntuWSLgolang
0 likes · 3 min read
How to Install Ubuntu on Windows 10 with WSL: A Step‑by‑Step Guide
Programmer DD
Programmer DD
Dec 28, 2019 · Operations

What Will Linux Look Like in 2020? Top Predictions Unveiled

Joey Sneddon forecasts a surge in Linux hardware, a pivotal Ubuntu LTS release, major WSL improvements, the possible emergence of a GNOME‑based OS, and a shift toward lightweight distributions, outlining the key trends that will shape Linux and open‑source ecosystems in 2020.

GNOMELinuxPredictions
0 likes · 6 min read
What Will Linux Look Like in 2020? Top Predictions Unveiled
360 Tech Engineering
360 Tech Engineering
Jul 19, 2019 · Fundamentals

A Comprehensive Guide to Installing and Using WSL (Windows Subsystem for Linux) on Windows 10

This article explains the shortcomings of Windows command‑line tools, introduces the Windows Subsystem for Linux (WSL), provides step‑by‑step instructions for installing WSL 1 and optional Linux distributions, shows how to improve the terminal experience, and details useful wsl.exe commands and system interoperability.

Development EnvironmentLinuxWSL
0 likes · 10 min read
A Comprehensive Guide to Installing and Using WSL (Windows Subsystem for Linux) on Windows 10
21CTO
21CTO
Feb 26, 2019 · Operations

How the New Windows Update Lets You Seamlessly Access Linux Files

The April 2019 Windows 10 update introduces a 9P‑based file server in WSL, allowing users to safely browse Linux files from Windows Explorer, export and import distributions, and use new command‑line features while noting remaining limitations and best‑practice warnings.

9P protocolFile SystemLinux Integration
0 likes · 4 min read
How the New Windows Update Lets You Seamlessly Access Linux Files
ITPUB
ITPUB
Feb 26, 2019 · Fundamentals

How the Windows 10 April 2019 Update Lets You Access Linux Files Directly

The Windows 10 April 2019 (19H1) update adds a 9P‑based file‑server to WSL, allowing users to browse Linux files from Windows Explorer, use standard Windows commands on them, and safely manage distributions while noting important limitations and new command‑line features.

9P protocolLinux file accessWSL
0 likes · 5 min read
How the Windows 10 April 2019 Update Lets You Access Linux Files Directly
Tencent Cloud Developer
Tencent Cloud Developer
Mar 28, 2018 · Operations

Microsoft Releases Open-Source Tool for Custom Linux Distributions on WSL

Microsoft has launched an open‑source tool that lets distribution maintainers and developers create custom Linux packages for the Windows Subsystem for Linux, while also previewing new WSL features such as background tasks and Unix‑domain sockets, and reporting that Uber disabled safety radar on a Volvo autonomous vehicle involved in a fatal pedestrian crash.

LiDARMicrosoftUber
0 likes · 5 min read
Microsoft Releases Open-Source Tool for Custom Linux Distributions on WSL
ITPUB
ITPUB
Mar 13, 2018 · Fundamentals

Run Linux Distributions Directly on Windows 10 with the Subsystem for Linux

Windows 10’s Subsystem for Linux lets users install and run popular Linux distributions such as Ubuntu, Debian, Kali, SLES and openSUSE directly from the Microsoft Store, providing near‑full command‑line compatibility and enabling administrators to execute almost any Linux command on a Windows machine.

DebianKali LinuxLinux on Windows
0 likes · 3 min read
Run Linux Distributions Directly on Windows 10 with the Subsystem for Linux
DevOps
DevOps
Apr 1, 2016 · Cloud Computing

Microsoft’s Linux Compatibility Layer and Its Impact on Docker and Cloud Computing

The article analyzes Microsoft’s introduction of a Linux‑compatible subsystem in Windows, explaining its technical architecture, performance advantages over emulation, and how it paves the way for Docker containers on Windows Server, thereby influencing cloud‑computing and DevOps strategies.

DockerMicrosoftWSL
0 likes · 7 min read
Microsoft’s Linux Compatibility Layer and Its Impact on Docker and Cloud Computing