de en es fr nl pl pt sv zh

bits&bytes

SSH into WSL2 on windows

jsun

I have playing with WSL2 (Ubuntu 24.04) and toying with idea maybe it can become my primary linux dev environment and replace the cumbersome vmware player setup. One hiccup I had yesterday was that I could not ssh into wsl2. And apparently even with powerful AI agent (Gemini in this case) I...

Nuances about docker.io on Ubuntu 24.04

jsun

I just realized today that the default docker.io package from Ubuntu is seriously limited, compared with the one provided by Docker Inc with their docker-ce (community edition). For example, with the following Dockerfile, the Ubuntu’s version of docker would build all intermediate stages,...