Zellij + tmux + Cloudflared for Remote Development
A remote development solution in terminal using Zellij, tmux and Cloudflared
My technical, research, and personal notes.
A remote development solution in terminal using Zellij, tmux and Cloudflared
When Podman Desktop is installed on Windows, it creates a dedicated WSL distribution called podman-machine-default
to run containers. This guide will allow you to configure a separate WSL distribution …
Converting a PFX certificate to separate key and crt files using OpenSSL.
openssl pkcs12 -in domain.pfx -clcerts -nokeys -out domain.crt
You’ll be prompted for …