Migrating Harbor instance from Linux to WSL2

In the past, I have covered how to set up Ubuntu in WSL2 and hosting local LLMs with Harbor, now I want to migrate my Harbor instance from baremetal Linux into WSL2 so that I don’t have to set it up from scratch. First thing to do is to open firewall port netsh interface portproxy add v4tov4 listenport=33811 listenaddress=0.0.0.0 connectport=33801 connectaddress=172.xx.xxx.xxx On Linux hardware: copy Harbor files from /home/username/Harbor /home/username/.ollama On Windows hardware: connect the USB drive containing Harbor files and run ...

May 26, 2025 · 1 min · Jun

Ubuntu on Windows via WSL2

WSL Installation There are some special use cases where I would like to go through and show the process of setting up WSL. Ubuntu’s official document works well on Windows 11 LTSC for WSL installation, there is also a tutorial from sitepoint with more details. I’m doing this on a double debloated version of Windows 11 from previous post of Tiny 11 WTG, where I downloaded WinGet, extracted DesktopAppInstaller_Dependencies.zip and installed with PowerShell: ...

December 6, 2024 · 2 min · Jun