/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

patrickwu.space
| | www.markusdosch.com
5.6 parsecs away

Travel
| | Personal Blog on Coding & Technology
| | www.zufallsheld.de
5.9 parsecs away

Travel
| | For one of our customers we needed to install the Docker-plugin for loki. To install it, yourun: docker plugin install loki However this failed with the following errormessage: Error response from daemon: dial unix /run/docker/plugins/d442cff8568254659f9aa7d2dd5a30526b69d1ac62593c628b65da8b9e933c6a/loki.sock: connect: no such file or directory Running strace ...
| | www.perrotta.dev
8.4 parsecs away

Travel
| | In this post: how to properly start docker on an Alpine Linux server.
| | techblog.jeppson.org
22.3 parsecs away

Travel
| I needed to give my CGNAT-backed home internet a way to have a public IP address. My first solution was to use wireguard directly, and forward ports as needed. I came across this article that helped me do it. The key was to enable packed masquerading so the return path could be completed. Example wireguard ... Continue reading Port Forward from Internet to Wireguard interface