Explore >> Select a destination


You are here

meka.rs
| | grahamhelton.com
6.3 parsecs away

Travel
| | Homelab: The Beginnings Like many who have found themselves building a homelab, I was first exposed to the idea of a homelab many years ago when I stumbled upon the homelab subreddit. It took some time for me to understand what exactly was going on here and I wouldn't fully understand until a few years later when I was looking into creating a VPS on AWS to host some of my own software.
| | it-notes.dragas.net
4.2 parsecs away

Travel
| | [AI summary] A technical guide on setting up a self-hosted VPN on FreeBSD using Wireguard with IPv6 support, ad-blocking, and firewall configurations.
| | brianreiter.org
4.8 parsecs away

Travel
| | The DNS protocol traditionally runs over UDP on port 53. This is very fast but totally insecure. DNS queries can be snooped or potentially altered by anyone on the network. In my office, I use a pfSense firewall with the unbound DNS resolver configured to resolve DNS over TLS. That way my ISP neither my...
| | pythonspeed.com
23.3 parsecs away

Travel
| When you're building Docker images you often need some secrets: a password, an SS Hkey. The secure mechanism is BuildKit; others might leak them.