Ubuntu
Author

Ubuntu

Focused on Ubuntu/Linux tech sharing, offering the latest news, practical tools, beginner tutorials, and problem solutions. Connecting open-source enthusiasts to build a Linux learning community. Join our QQ group or channel for discussion!

153
Articles
0
Likes
1.1k
Views
0
Comments
Recent Articles

Latest from Ubuntu

100 recent articles max
Ubuntu
Ubuntu
Jun 23, 2026 · Operations

One-Click WSL Management: Dashboard v0.9.1 Adds Disk Shrink, Port Forwarding, USB Passthrough

WSL Dashboard is an open‑source Rust‑based graphical manager that replaces numerous WSL command‑line operations with one‑click buttons, offering real‑time instance status, instant start/stop, VHDX compression (including fast and full rebuild modes), automatic port‑forwarding, USB passthrough, multi‑method installation, and a lightweight memory footprint of about 10 MB in tray mode.

RustToolUSB passthrough
0 likes · 10 min read
One-Click WSL Management: Dashboard v0.9.1 Adds Disk Shrink, Port Forwarding, USB Passthrough
Ubuntu
Ubuntu
Jun 22, 2026 · Operations

Run Windows Applications as Native Linux Windows with WinPodX – One‑Command Setup

WinPodX is an open‑source tool that uses Podman and FreeRDP to run full Windows containers on Linux, projecting each application as an independent native window with full Alt‑Tab integration, bidirectional file sharing, clipboard sync, and easy one‑command installation, offering a lightweight alternative to VMs and Wine.

FreeRDPLinuxPodman
0 likes · 14 min read
Run Windows Applications as Native Linux Windows with WinPodX – One‑Command Setup
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.

BackupDotfilesMigration
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 allocationMemory TuningWSL
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 clientMySQL
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.

GoNode.jsRust
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.

PythonVS CodeWSL
0 likes · 12 min read
Choosing the Right Python Environment on WSL: venv vs conda vs uv