Explore >> Select a destination


You are here

stribny.name
| | vit.baisa.cz
2.1 parsecs away

Travel
| | A personal blog and a digital garden of Vít Baisa
| | jawher.me
2.1 parsecs away

Travel
| | [AI summary] A technical blog post details how to automate the configuration of a multi-server WireGuard mesh network across various regions using an Ansible playbook, covering key generation, pre-shared keys, and network device setup.
| | zevross.com
2.0 parsecs away

Travel
| | PostgreSQL allows you to easily dump tables for backup purposes into plain text files using code such as: pg_dump mytable > mytable_backup.sql But this process is not very flexible and can creat...
| | brianreiter.org
10.7 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...