~iany/ Menu
  • Series
  • Tags
  1. Home
  2. Tags
  3. WSL

WSL

A collection of 3 articles

Use tmux for PowerShell in Windows Terminal

You can get tmux session persistence and multiplexing in Windows Terminal by running tmux inside WSL and setting the default shell to PowerShell. New panes and windows will then start pwsh.exe instead of a Linux shell. Here’s a minimal setup using small wrappers and the tmux -C attach trick to configure new sessions.

Updated Jan 30, 2026  •  3 min read

Move WSL to Another Drive

Following example moves the Ubuntu distribution to disk D:\WSL\Ubuntu.

Updated Nov 22, 2025  •  3 min read

Podman on Windows via WSL2

I prefer using a dedicated WSL instance to run containers. So I’ll install a minimal distribution, Alpine, to run podman. Install the tool LxRunOffline first via scoop scoop bucket add extras scoop install lxrunoffline Download Alpine root package from https://lxrunoffline.apphb.com/download/Alpine. See more distributions in LxRunOffline Wiki.

Updated Nov 19, 2025  •  1 min read

© 2026  •  ~iany/  •  CC-BY-SA 4.0