diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-17 00:23:28 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-17 00:23:28 +0200 |
| commit | 1c8e0a9ccde490cb4eab4cea1b13368950918d7b (patch) | |
| tree | a8b4e2731e62905af691d073884250b1ac3845e1 | |
| parent | 0dcf74dca1f7c0c9c695a06825856ae568e9cd63 (diff) | |
Update content for gemtextcontent-gemtext
| -rw-r--r-- | about/resources.gmi | 212 | ||||
| -rw-r--r-- | gemfeed/2025-05-11-f3s-kubernetes-with-freebsd-part-5.gmi | 42 | ||||
| -rw-r--r-- | gemfeed/atom.xml | 44 | ||||
| -rw-r--r-- | index.gmi | 2 | ||||
| -rw-r--r-- | uptime-stats.gmi | 2 |
5 files changed, 143 insertions, 159 deletions
diff --git a/about/resources.gmi b/about/resources.gmi index d3a0e739..342d3754 100644 --- a/about/resources.gmi +++ b/about/resources.gmi @@ -35,110 +35,110 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Effective awk programming; Arnold Robbins; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Modern Perl; Chromatic ; Onyx Neon Press +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional * Funktionale Programmierung; Peter Pepper; Springer -* Raku Recipes; J.J. Merelo; Apress * Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Perl New Features; Joshua McAdams, brian d foy; Perl School +* Java ist auch eine Insel; Christian Ullenboom; +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* C++ Programming Language; Bjarne Stroustrup; +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Seeking SRE: Conversations About Running Production Systems at Scale; David N. Blank-Edelman; eBook +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Effective Java; Joshua Bloch; Addison-Wesley Professional +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Developing Games in Java; David Brackeen and others...; New Riders +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly * Chaos Engineering - System Resiliency in Practice; Casey Rosenthal and Nora Jones; eBook +* Leanring eBPF; Liz Rice; O'Reilly +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional Pro Git; Scott Chacon, Ben Straub; Apress +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton * Programming Ruby 3.3 (5th Edition); Noel Rappin, with Dave Thomas; The Pragmatic Bookshelf -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Effective Java; Joshua Bloch; Addison-Wesley Professional -* C++ Programming Language; Bjarne Stroustrup; -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* Concurrency in Go; Katherine Cox-Buday; O'Reilly * Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt * Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional Pro Git; Scott Chacon, Ben Straub; Apress -* Modern Perl; Chromatic ; Onyx Neon Press -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Raku Recipes; J.J. Merelo; Apress +* Effective awk programming; Arnold Robbins; O'Reilly +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible * Pro Puppet; James Turnbull, Jeffrey McCune; Apress -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* The Docker Book; James Turnbull; Kindle -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications * Raku Fundamentals; Moritz Lenz; Apress -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers -* Systemprogrammierung in Go; Frank Müller; dpunkt -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible -* Developing Games in Java; David Brackeen and others...; New Riders -* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner -* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly * DNS and BIND; Cricket Liu; O'Reilly -* Java ist auch eine Insel; Christian Ullenboom; -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* The Docker Book; James Turnbull; Kindle * Ultimate Go Notebook; Bill Kennedy -* Leanring eBPF; Liz Rice; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Seeking SRE: Conversations About Running Production Systems at Scale; David N. Blank-Edelman; eBook -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson ## Technical references I didn't read them from the beginning to the end, but I am using them to look up things. The books are in random order: -* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly -* Go: Design Patterns for Real-World Projects; Mat Ryer; Packt -* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* Relayd and Httpd Mastery; Michael W Lucas * Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly -* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley +* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley +* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Go: Design Patterns for Real-World Projects; Mat Ryer; Packt * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* Relayd and Httpd Mastery; Michael W Lucas ## Self-development and soft-skills books In random order: -* Slow Productivity; Cal Newport; Penguin Random House +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* The Power of Now; Eckhard Tolle; Yellow Kite +* Influence without Authority; A. Cohen, D. Bradford; Wiley +* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Atomic Habits; James Clear; Random House Business +* Ultralearning; Anna Laurent; Self-published via Amazon +* The Software Engineer's Guidebook: Navigating senior, tech lead, and staff engineer positions at tech companies and startups; Gergely Orosz; Audiobook +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd * Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Staff Engineer: Leadership beyond the management track; Will Larson; Audiobook +* Solve for Happy; Mo Gawdat (RE-READ 1ST TIME) * Deep Work; Cal Newport; Piatkus -* So Good They Can't Ignore You; Cal Newport; Business Plus -* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* Ultralearning; Scott Young; Thorsons +* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Coders at Work - Reflections on the craft of programming, Peter Seibel and Mitchell Dorian et al., Audiobook * Soft Skills; John Sommez; Manning Publications +* Eat That Frog; Brian Tracy +* Slow Productivity; Cal Newport; Penguin Random House +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* Meditation for Mortals, Oliver Burkeman, Audiobook * Digital Minimalism; Cal Newport; Portofolio Penguin -* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select +* Stop starting, start finishing; Arne Roock; Lean-Kanban University +* Eat That Frog!; Brian Tracy; Hodder Paperbacks +* The Joy of Missing Out; Christina Crook; New Society Publishers +* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne +* So Good They Can't Ignore You; Cal Newport; Business Plus +* 97 Things Every Engineering Manager Should Know; Camille Fournier; Audiobook +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* Getting Things Done; David Allen * The Courage to Be Disliked; Ichiro Kishimi and Fumitake Koga; Audiobook -* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* 101 Essays that change the way you think; Brianna Wiest; Audiobook -* Ultralearning; Scott Young; Thorsons -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Power of Now; Eckhard Tolle; Yellow Kite -* Ultralearning; Anna Laurent; Self-published via Amazon * The Off Switch; Mark Cropley; Virgin Books (RE-READ 1ST TIME) -* The Joy of Missing Out; Christina Crook; New Society Publishers -* Staff Engineer: Leadership beyond the management track; Will Larson; Audiobook * The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* Getting Things Done; David Allen -* Coders at Work - Reflections on the craft of programming, Peter Seibel and Mitchell Dorian et al., Audiobook -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press -* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Stop starting, start finishing; Arne Roock; Lean-Kanban University -* Atomic Habits; James Clear; Random House Business -* Meditation for Mortals, Oliver Burkeman, Audiobook -* The Software Engineer's Guidebook: Navigating senior, tech lead, and staff engineer positions at tech companies and startups; Gergely Orosz; Audiobook -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Eat That Frog!; Brian Tracy; Hodder Paperbacks * Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Influence without Authority; A. Cohen, D. Bradford; Wiley -* 97 Things Every Engineering Manager Should Know; Camille Fournier; Audiobook -* Solve for Happy; Mo Gawdat (RE-READ 1ST TIME) -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Eat That Frog; Brian Tracy +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* 101 Essays that change the way you think; Brianna Wiest; Audiobook => ../notes/index.gmi Here are notes of mine for some of the books @@ -146,30 +146,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* MySQL Deep Dive Workshop; 2-day on-site training * Protocol buffers; O'Reilly Online -* Functional programming lecture; Remote University of Hagen -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; * The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online -* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online -* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon -* Scripting Vim; Damian Conway; O'Reilly Online -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online * F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Red Hat Certified System Administrator; Course + certification (Although I had the option, I decided not to take the next course as it is more effective to self learn what I need) -* Apache Tomcat Best Practises; 3-day on-site training * AWS Immersion Day; Amazon; 1-day interactive online training +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online +* Ultimate Go Programming; Bill Kennedy; O'Reilly Online +* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon * Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online +* Apache Tomcat Best Practises; 3-day on-site training +* Functional programming lecture; Remote University of Hagen +* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* Red Hat Certified System Administrator; Course + certification (Although I had the option, I decided not to take the next course as it is more effective to self learn what I need) +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* Scripting Vim; Damian Conway; O'Reilly Online +* MySQL Deep Dive Workshop; 2-day on-site training ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: * How CPUs work at https://cpu.land -* Advanced Bash-Scripting Guide * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide ## Podcasts @@ -177,58 +177,58 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Maintainable -* Fork Around And Find Out * The ProdCast (Google SRE Podcast) -* Wednesday Wisdom -* Backend Banter -* Hidden Brain -* Dev Interrupted -* Cup o' Go [Golang] +* Modern Mentor * Pratical AI +* Cup o' Go [Golang] +* Backend Banter +* Wednesday Wisdom +* Maintainable * The Pragmatic Engineer Podcast -* Fallthrough [Golang] * Deep Questions with Cal Newport -* BSD Now [BSD] -* Modern Mentor +* Dev Interrupted * The Changelog Podcast(s) +* Hidden Brain +* Fallthrough [Golang] +* BSD Now [BSD] +* Fork Around And Find Out ### Podcasts I liked I liked them but am not listening to them anymore. The podcasts have either "finished" (no more episodes) or I stopped listening to them due to time constraints or a shift in my interests. -* Java Pub House -* Ship It (predecessor of Fork Around And Find Out) * Modern Mentor * Go Time (predecessor of fallthrough) * FLOSS weekly +* Java Pub House +* Ship It (predecessor of Fork Around And Find Out) * CRE: Chaosradio Express [german] ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* The Imperfectionist -* Ruby Weekly -* The Pragmatic Engineer * Register Spill -* VK Newsletter -* byteSizeGo -* Monospace Mentor -* Andreas Brandhorst Newsletter (Sci-Fi author) * Applied Go Weekly Newsletter +* The Pragmatic Engineer +* Monospace Mentor * Changelog News * The Valuable Dev +* byteSizeGo +* The Imperfectionist +* VK Newsletter * Golang Weekly +* Ruby Weekly +* Andreas Brandhorst Newsletter (Sci-Fi author) ## Magazines I like(d) This is a mix of tech I like(d). I may not be a current subscriber, but now and then, I buy an issue. In random order: -* Linux Magazine -* freeX (not published anymore) * LWN (online only) * Linux User +* Linux Magazine +* freeX (not published anymore) # Formal education diff --git a/gemfeed/2025-05-11-f3s-kubernetes-with-freebsd-part-5.gmi b/gemfeed/2025-05-11-f3s-kubernetes-with-freebsd-part-5.gmi index 989eb03a..3c8dc1ca 100644 --- a/gemfeed/2025-05-11-f3s-kubernetes-with-freebsd-part-5.gmi +++ b/gemfeed/2025-05-11-f3s-kubernetes-with-freebsd-part-5.gmi @@ -1125,7 +1125,7 @@ interface: wg0 peer: 8PvGZH1NohHpZPVJyjhctBX9xblsNvYBhpg68FsFcns= preshared key: (hidden) endpoint: 46.23.94.99:56709 - allowed ips: 192.168.2.111/32 + allowed ips: 192.168.2.111/32, fd42:beef:cafe:2::111/128 latest handshake: 1 minute, 46 seconds ago transfer: 124 B received, 1.75 KiB sent persistent keepalive: every 25 seconds @@ -1133,7 +1133,7 @@ peer: 8PvGZH1NohHpZPVJyjhctBX9xblsNvYBhpg68FsFcns= peer: Xow+d3qVXgUMk4pcRSQ6Fe+vhYBa3VDyHX/4jrGoKns= preshared key: (hidden) endpoint: 23.88.35.144:56709 - allowed ips: 192.168.2.110/32 + allowed ips: 192.168.2.110/32, fd42:beef:cafe:2::110/128 latest handshake: 1 minute, 52 seconds ago transfer: 124 B received, 1.60 KiB sent persistent keepalive: every 25 seconds @@ -1141,27 +1141,27 @@ peer: Xow+d3qVXgUMk4pcRSQ6Fe+vhYBa3VDyHX/4jrGoKns= peer: s3e93XoY7dPUQgLiVO4d8x/SRCFgEew+/wP7+zwgehI= preshared key: (hidden) endpoint: 192.168.1.120:56709 - allowed ips: 192.168.2.120/32 + allowed ips: 192.168.2.120/32, fd42:beef:cafe:2::120/128 peer: 2htXdNcxzpI2FdPDJy4T4VGtm1wpMEQu1AkQHjNY6F8= preshared key: (hidden) endpoint: 192.168.1.131:56709 - allowed ips: 192.168.2.131/32 + allowed ips: 192.168.2.131/32, fd42:beef:cafe:2::131/128 peer: 0Y/H20W8YIbF7DA1sMwMacLI8WS9yG+1/QO7m2oyllg= preshared key: (hidden) endpoint: 192.168.1.122:56709 - allowed ips: 192.168.2.122/32 + allowed ips: 192.168.2.122/32, fd42:beef:cafe:2::122/128 peer: Hhy9kMPOOjChXV2RA5WeCGs+J0FE3rcNPDw/TLSn7i8= preshared key: (hidden) endpoint: 192.168.1.121:56709 - allowed ips: 192.168.2.121/32 + allowed ips: 192.168.2.121/32, fd42:beef:cafe:2::121/128 peer: SlGVsACE1wiaRoGvCR3f7AuHfRS+1jjhS+YwEJ2HvF0= preshared key: (hidden) endpoint: 192.168.1.132:56709 - allowed ips: 192.168.2.132/32 + allowed ips: 192.168.2.132/32, fd42:beef:cafe:2::132/128 ``` All the hosts are pingable as well, e.g.: @@ -1242,35 +1242,35 @@ interface: wg0 peer: 0Y/H20W8YIbF7DA1sMwMacLI8WS9yG+1/QO7m2oyllg= preshared key: (hidden) endpoint: 192.168.1.122:56709 - allowed ips: 192.168.2.122/32 + allowed ips: 192.168.2.122/32, fd42:beef:cafe:2::122/128 latest handshake: 10 seconds ago transfer: 440 B received, 532 B sent peer: Hhy9kMPOOjChXV2RA5WeCGs+J0FE3rcNPDw/TLSn7i8= preshared key: (hidden) endpoint: 192.168.1.121:56709 - allowed ips: 192.168.2.121/32 + allowed ips: 192.168.2.121/32, fd42:beef:cafe:2::121/128 latest handshake: 12 seconds ago transfer: 440 B received, 564 B sent peer: s3e93XoY7dPUQgLiVO4d8x/SRCFgEew+/wP7+zwgehI= preshared key: (hidden) endpoint: 192.168.1.120:56709 - allowed ips: 192.168.2.120/32 + allowed ips: 192.168.2.120/32, fd42:beef:cafe:2::120/128 latest handshake: 14 seconds ago transfer: 440 B received, 564 B sent peer: SlGVsACE1wiaRoGvCR3f7AuHfRS+1jjhS+YwEJ2HvF0= preshared key: (hidden) endpoint: 192.168.1.132:56709 - allowed ips: 192.168.2.132/32 + allowed ips: 192.168.2.132/32, fd42:beef:cafe:2::132/128 latest handshake: 17 seconds ago transfer: 472 B received, 564 B sent peer: Xow+d3qVXgUMk4pcRSQ6Fe+vhYBa3VDyHX/4jrGoKns= preshared key: (hidden) endpoint: 23.88.35.144:56709 - allowed ips: 192.168.2.110/32 + allowed ips: 192.168.2.110/32, fd42:beef:cafe:2::110/128 latest handshake: 55 seconds ago transfer: 472 B received, 596 B sent persistent keepalive: every 25 seconds @@ -1278,7 +1278,7 @@ peer: Xow+d3qVXgUMk4pcRSQ6Fe+vhYBa3VDyHX/4jrGoKns= peer: 8PvGZH1NohHpZPVJyjhctBX9xblsNvYBhpg68FsFcns= preshared key: (hidden) endpoint: 46.23.94.99:56709 - allowed ips: 192.168.2.111/32 + allowed ips: 192.168.2.111/32, fd42:beef:cafe:2::111/128 latest handshake: 55 seconds ago transfer: 472 B received, 596 B sent persistent keepalive: every 25 seconds @@ -1286,7 +1286,7 @@ peer: 8PvGZH1NohHpZPVJyjhctBX9xblsNvYBhpg68FsFcns= peer: 2htXdNcxzpI2FdPDJy4T4VGtm1wpMEQu1AkQHjNY6F8= preshared key: (hidden) endpoint: 192.168.1.131:56709 - allowed ips: 192.168.2.131/32 + allowed ips: 192.168.2.131/32, fd42:beef:cafe:2::131/128 ``` ## Managing Roaming Client Tunnels @@ -1342,7 +1342,7 @@ earth$ sudo systemctl start wg-quick@wg0-blowfish.service # Or start with fishfinger gateway earth$ sudo systemctl start wg-quick@wg0-fishfinger.service -# Check tunnel status +# Check tunnel status (example with blowfish gateway) earth$ sudo wg show interface: wg0 public key: Mc1CpSS3rbLN9A2w9c75XugQyXUkGPHKI2iCGbh8DRo= @@ -1350,20 +1350,12 @@ interface: wg0 listening port: 56709 fwmark: 0xca6c -peer: 8PvGZH1NohHpZPVJyjhctBX9xblsNvYBhpg68FsFcns= - preshared key: (hidden) - endpoint: 46.23.94.99:56709 - allowed ips: 0.0.0.0/0, ::/0 - latest handshake: 5 seconds ago - transfer: 15.89 KiB received, 32.15 KiB sent - persistent keepalive: every 25 seconds - peer: Xow+d3qVXgUMk4pcRSQ6Fe+vhYBa3VDyHX/4jrGoKns= preshared key: (hidden) endpoint: 23.88.35.144:56709 - allowed ips: (none) + allowed ips: 0.0.0.0/0, ::/0 latest handshake: 5 seconds ago - transfer: 124 B received, 180 B sent + transfer: 15.89 KiB received, 32.15 KiB sent persistent keepalive: every 25 seconds ``` diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index 1941776e..988fe42b 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> - <updated>2026-01-17T00:15:15+02:00</updated> + <updated>2026-01-17T00:21:37+02:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -10792,7 +10792,7 @@ interface: wg0 peer: 8PvGZH1NohHpZPVJyjhctBX9xblsNvYBhpg68FsFcns= preshared key: (hidden) endpoint: <font color="#000000">46.23</font>.<font color="#000000">94.99</font>:<font color="#000000">56709</font> - allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.111</font>/<font color="#000000">32</font> + allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.111</font>/<font color="#000000">32</font>, fd42:beef:cafe:<font color="#000000">2</font>::<font color="#000000">111</font>/<font color="#000000">128</font> latest handshake: <font color="#000000">1</font> minute, <font color="#000000">46</font> seconds ago transfer: <font color="#000000">124</font> B received, <font color="#000000">1.75</font> KiB sent persistent keepalive: every <font color="#000000">25</font> seconds @@ -10800,7 +10800,7 @@ peer: 8PvGZH1NohHpZPVJyjhctBX9xblsNvYBhpg68FsFcns= peer: Xow+d3qVXgUMk4pcRSQ6Fe+vhYBa3VDyHX/4jrGoKns= preshared key: (hidden) endpoint: <font color="#000000">23.88</font>.<font color="#000000">35.144</font>:<font color="#000000">56709</font> - allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.110</font>/<font color="#000000">32</font> + allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.110</font>/<font color="#000000">32</font>, fd42:beef:cafe:<font color="#000000">2</font>::<font color="#000000">110</font>/<font color="#000000">128</font> latest handshake: <font color="#000000">1</font> minute, <font color="#000000">52</font> seconds ago transfer: <font color="#000000">124</font> B received, <font color="#000000">1.60</font> KiB sent persistent keepalive: every <font color="#000000">25</font> seconds @@ -10808,27 +10808,27 @@ peer: Xow+d3qVXgUMk4pcRSQ6Fe+vhYBa3VDyHX/4jrGoKns= peer: s3e93XoY7dPUQgLiVO4d8x/SRCFgEew+/wP<font color="#000000">7</font>+zwgehI= preshared key: (hidden) endpoint: <font color="#000000">192.168</font>.<font color="#000000">1.120</font>:<font color="#000000">56709</font> - allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.120</font>/<font color="#000000">32</font> + allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.120</font>/<font color="#000000">32</font>, fd42:beef:cafe:<font color="#000000">2</font>::<font color="#000000">120</font>/<font color="#000000">128</font> peer: 2htXdNcxzpI2FdPDJy4T4VGtm1wpMEQu1AkQHjNY6F8= preshared key: (hidden) endpoint: <font color="#000000">192.168</font>.<font color="#000000">1.131</font>:<font color="#000000">56709</font> - allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.131</font>/<font color="#000000">32</font> + allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.131</font>/<font color="#000000">32</font>, fd42:beef:cafe:<font color="#000000">2</font>::<font color="#000000">131</font>/<font color="#000000">128</font> peer: 0Y/H20W8YIbF7DA1sMwMacLI8WS9yG+<font color="#000000">1</font>/QO7m2oyllg= preshared key: (hidden) endpoint: <font color="#000000">192.168</font>.<font color="#000000">1.122</font>:<font color="#000000">56709</font> - allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.122</font>/<font color="#000000">32</font> + allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.122</font>/<font color="#000000">32</font>, fd42:beef:cafe:<font color="#000000">2</font>::<font color="#000000">122</font>/<font color="#000000">128</font> peer: Hhy9kMPOOjChXV2RA5WeCGs+J0FE3rcNPDw/TLSn7i8= preshared key: (hidden) endpoint: <font color="#000000">192.168</font>.<font color="#000000">1.121</font>:<font color="#000000">56709</font> - allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.121</font>/<font color="#000000">32</font> + allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.121</font>/<font color="#000000">32</font>, fd42:beef:cafe:<font color="#000000">2</font>::<font color="#000000">121</font>/<font color="#000000">128</font> peer: SlGVsACE1wiaRoGvCR3f7AuHfRS+1jjhS+YwEJ2HvF0= preshared key: (hidden) endpoint: <font color="#000000">192.168</font>.<font color="#000000">1.132</font>:<font color="#000000">56709</font> - allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.132</font>/<font color="#000000">32</font> + allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.132</font>/<font color="#000000">32</font>, fd42:beef:cafe:<font color="#000000">2</font>::<font color="#000000">132</font>/<font color="#000000">128</font> </pre> <br /> <span>All the hosts are pingable as well, e.g.:</span><br /> @@ -10915,35 +10915,35 @@ interface: wg0 peer: 0Y/H20W8YIbF7DA1sMwMacLI8WS9yG+<font color="#000000">1</font>/QO7m2oyllg= preshared key: (hidden) endpoint: <font color="#000000">192.168</font>.<font color="#000000">1.122</font>:<font color="#000000">56709</font> - allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.122</font>/<font color="#000000">32</font> + allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.122</font>/<font color="#000000">32</font>, fd42:beef:cafe:<font color="#000000">2</font>::<font color="#000000">122</font>/<font color="#000000">128</font> latest handshake: <font color="#000000">10</font> seconds ago transfer: <font color="#000000">440</font> B received, <font color="#000000">532</font> B sent peer: Hhy9kMPOOjChXV2RA5WeCGs+J0FE3rcNPDw/TLSn7i8= preshared key: (hidden) endpoint: <font color="#000000">192.168</font>.<font color="#000000">1.121</font>:<font color="#000000">56709</font> - allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.121</font>/<font color="#000000">32</font> + allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.121</font>/<font color="#000000">32</font>, fd42:beef:cafe:<font color="#000000">2</font>::<font color="#000000">121</font>/<font color="#000000">128</font> latest handshake: <font color="#000000">12</font> seconds ago transfer: <font color="#000000">440</font> B received, <font color="#000000">564</font> B sent peer: s3e93XoY7dPUQgLiVO4d8x/SRCFgEew+/wP<font color="#000000">7</font>+zwgehI= preshared key: (hidden) endpoint: <font color="#000000">192.168</font>.<font color="#000000">1.120</font>:<font color="#000000">56709</font> - allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.120</font>/<font color="#000000">32</font> + allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.120</font>/<font color="#000000">32</font>, fd42:beef:cafe:<font color="#000000">2</font>::<font color="#000000">120</font>/<font color="#000000">128</font> latest handshake: <font color="#000000">14</font> seconds ago transfer: <font color="#000000">440</font> B received, <font color="#000000">564</font> B sent peer: SlGVsACE1wiaRoGvCR3f7AuHfRS+1jjhS+YwEJ2HvF0= preshared key: (hidden) endpoint: <font color="#000000">192.168</font>.<font color="#000000">1.132</font>:<font color="#000000">56709</font> - allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.132</font>/<font color="#000000">32</font> + allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.132</font>/<font color="#000000">32</font>, fd42:beef:cafe:<font color="#000000">2</font>::<font color="#000000">132</font>/<font color="#000000">128</font> latest handshake: <font color="#000000">17</font> seconds ago transfer: <font color="#000000">472</font> B received, <font color="#000000">564</font> B sent peer: Xow+d3qVXgUMk4pcRSQ6Fe+vhYBa3VDyHX/4jrGoKns= preshared key: (hidden) endpoint: <font color="#000000">23.88</font>.<font color="#000000">35.144</font>:<font color="#000000">56709</font> - allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.110</font>/<font color="#000000">32</font> + allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.110</font>/<font color="#000000">32</font>, fd42:beef:cafe:<font color="#000000">2</font>::<font color="#000000">110</font>/<font color="#000000">128</font> latest handshake: <font color="#000000">55</font> seconds ago transfer: <font color="#000000">472</font> B received, <font color="#000000">596</font> B sent persistent keepalive: every <font color="#000000">25</font> seconds @@ -10951,7 +10951,7 @@ peer: Xow+d3qVXgUMk4pcRSQ6Fe+vhYBa3VDyHX/4jrGoKns= peer: 8PvGZH1NohHpZPVJyjhctBX9xblsNvYBhpg68FsFcns= preshared key: (hidden) endpoint: <font color="#000000">46.23</font>.<font color="#000000">94.99</font>:<font color="#000000">56709</font> - allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.111</font>/<font color="#000000">32</font> + allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.111</font>/<font color="#000000">32</font>, fd42:beef:cafe:<font color="#000000">2</font>::<font color="#000000">111</font>/<font color="#000000">128</font> latest handshake: <font color="#000000">55</font> seconds ago transfer: <font color="#000000">472</font> B received, <font color="#000000">596</font> B sent persistent keepalive: every <font color="#000000">25</font> seconds @@ -10959,7 +10959,7 @@ peer: 8PvGZH1NohHpZPVJyjhctBX9xblsNvYBhpg68FsFcns= peer: 2htXdNcxzpI2FdPDJy4T4VGtm1wpMEQu1AkQHjNY6F8= preshared key: (hidden) endpoint: <font color="#000000">192.168</font>.<font color="#000000">1.131</font>:<font color="#000000">56709</font> - allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.131</font>/<font color="#000000">32</font> + allowed ips: <font color="#000000">192.168</font>.<font color="#000000">2.131</font>/<font color="#000000">32</font>, fd42:beef:cafe:<font color="#000000">2</font>::<font color="#000000">131</font>/<font color="#000000">128</font> </pre> <br /> <h2 style='display: inline' id='managing-roaming-client-tunnels'>Managing Roaming Client Tunnels</h2><br /> @@ -11026,7 +11026,7 @@ earth$ sudo systemctl start wg-quick@wg0-blowfish.service <i><font color="silver"># Or start with fishfinger gateway</font></i> earth$ sudo systemctl start wg-quick@wg0-fishfinger.service -<i><font color="silver"># Check tunnel status</font></i> +<i><font color="silver"># Check tunnel status (example with blowfish gateway)</font></i> earth$ sudo wg show interface: wg0 public key: Mc1CpSS3rbLN9A2w9c75XugQyXUkGPHKI2iCGbh8DRo= @@ -11034,20 +11034,12 @@ interface: wg0 listening port: <font color="#000000">56709</font> fwmark: <font color="#000000">0xca6c</font> -peer: 8PvGZH1NohHpZPVJyjhctBX9xblsNvYBhpg68FsFcns= - preshared key: (hidden) - endpoint: <font color="#000000">46.23</font>.<font color="#000000">94.99</font>:<font color="#000000">56709</font> - allowed ips: <font color="#000000">0.0</font>.<font color="#000000">0.0</font>/<font color="#000000">0</font>, ::/<font color="#000000">0</font> - latest handshake: <font color="#000000">5</font> seconds ago - transfer: <font color="#000000">15.89</font> KiB received, <font color="#000000">32.15</font> KiB sent - persistent keepalive: every <font color="#000000">25</font> seconds - peer: Xow+d3qVXgUMk4pcRSQ6Fe+vhYBa3VDyHX/4jrGoKns= preshared key: (hidden) endpoint: <font color="#000000">23.88</font>.<font color="#000000">35.144</font>:<font color="#000000">56709</font> - allowed ips: (none) + allowed ips: <font color="#000000">0.0</font>.<font color="#000000">0.0</font>/<font color="#000000">0</font>, ::/<font color="#000000">0</font> latest handshake: <font color="#000000">5</font> seconds ago - transfer: <font color="#000000">124</font> B received, <font color="#000000">180</font> B sent + transfer: <font color="#000000">15.89</font> KiB received, <font color="#000000">32.15</font> KiB sent persistent keepalive: every <font color="#000000">25</font> seconds </pre> <br /> @@ -1,6 +1,6 @@ # Hello! -> This site was generated at 2026-01-17T00:15:15+02:00 by `Gemtexter` +> This site was generated at 2026-01-17T00:21:37+02:00 by `Gemtexter` Welcome to the foo.zone! diff --git a/uptime-stats.gmi b/uptime-stats.gmi index c68d8cf0..68b2b0c0 100644 --- a/uptime-stats.gmi +++ b/uptime-stats.gmi @@ -1,6 +1,6 @@ # My machine uptime stats -> This site was last updated at 2026-01-17T00:15:15+02:00 +> This site was last updated at 2026-01-17T00:21:36+02:00 The following stats were collected via `uptimed` on all of my personal computers over many years and the output was generated by `guprecords`, the global uptime records stats analyser of mine. |
