diff options
Diffstat (limited to '_posts')
| -rw-r--r-- | _posts/2014-06-16-berlicon-11.md | 3 | ||||
| -rw-r--r-- | _posts/2021-04-25-networkstuff.md | 3 | ||||
| -rw-r--r-- | _posts/2022-11-20-eine-kleine-netzwerk-reise.md | 3 | ||||
| -rw-r--r-- | _posts/2023-07-02-shoot-foot-wireguard.md | 3 | ||||
| -rw-r--r-- | _posts/2023-08-18-networking-adventure-my-own-ipv6-prefix-and-as.md | 4 | ||||
| -rw-r--r-- | _posts/2024-03-17-further-learnings-from-running-my-as.md | 3 | ||||
| -rw-r--r-- | _posts/2024-07-31-awoostria-2024.md | 3 | ||||
| -rw-r--r-- | _posts/2024-09-04-convention-report-east-12-2024.md | 4 | ||||
| -rw-r--r-- | _posts/2024-12-08-trying-out-tailscale.md | 3 | ||||
| -rw-r--r-- | _posts/2025-01-12-migrating-dns-servers.md | 4 | ||||
| -rw-r--r-- | _posts/2025-02-02-dn42-put-it-in-a-box-linux-network-namespace.md | 3 | ||||
| -rw-r--r-- | _posts/2025-06-16-oops-dn42-stops-working.md | 3 | ||||
| -rw-r--r-- | _posts/2025-07-30-awoostria-con-report.md | 3 | ||||
| -rw-r--r-- | _posts/2025-12-18-glc-2025-con-report.md | 3 |
14 files changed, 43 insertions, 2 deletions
diff --git a/_posts/2014-06-16-berlicon-11.md b/_posts/2014-06-16-berlicon-11.md index 4286477..855f0a3 100644 --- a/_posts/2014-06-16-berlicon-11.md +++ b/_posts/2014-06-16-berlicon-11.md @@ -6,8 +6,11 @@ redirect_from: last_modified_at: 2020-01-08 22:08 +01:00 lang: de description: "Erfahrungsbericht einer Furry-Convention. Berlicon 11 (im Jahre 2014)." +series: "Convention reports" --- +{% include series.md %} + - Update 08.01.2020: Toter Link auf furcon.de-Medien entfernt So. Die Berlicon 11 ist vorbei. Und ich bin froh, dabei gewesen zu sein. Als Erinnerungsstütze - vor allem für mich - ist dieser Blogeintrag. Erwartet daher auch bitte keine journalistische Qualität. (Insbesondere angesichts der Uhrzeit) diff --git a/_posts/2021-04-25-networkstuff.md b/_posts/2021-04-25-networkstuff.md index 7b2cff6..59cfea6 100644 --- a/_posts/2021-04-25-networkstuff.md +++ b/_posts/2021-04-25-networkstuff.md @@ -5,8 +5,11 @@ date: 2021-04-25 21:50 +0200 categories: tech description: "I do some experiments with networking stuff. Proxmox and running OpenWRT in a VM." lang: en +series: "Networking and Autonomous systems" --- +{% include series.md %} + Been a long time. Recently, I got interested in the whole "homelab" stuff. diff --git a/_posts/2022-11-20-eine-kleine-netzwerk-reise.md b/_posts/2022-11-20-eine-kleine-netzwerk-reise.md index be9445a..78dbd1c 100644 --- a/_posts/2022-11-20-eine-kleine-netzwerk-reise.md +++ b/_posts/2022-11-20-eine-kleine-netzwerk-reise.md @@ -5,8 +5,11 @@ date: 2022-11-20 12:36 +0100 lang: de category: tech description: "In diesem Artikel beschreibe ich mein Netzwerk-Setup zu Hause" +series: "Networking and Autonomous systems" --- +{% include series.md %} + Der "Ottonormalverbraucher" hat vermutlich nur das Plastikkästchen seines Internetanbieters zu hause hängen. Dieser Artikel soll nur ein Writeup meines Netzwerkaufbaus werden. Es geht um persönliche Erfahrungen, weniger um eine diff --git a/_posts/2023-07-02-shoot-foot-wireguard.md b/_posts/2023-07-02-shoot-foot-wireguard.md index 41fda9a..e275a6a 100644 --- a/_posts/2023-07-02-shoot-foot-wireguard.md +++ b/_posts/2023-07-02-shoot-foot-wireguard.md @@ -5,8 +5,11 @@ date: 2023-07-02 20:11 +0200 lang: en categories: tech description: "The pitfalls of WireGuard, what can go wrong. A personal experience report." +series: "Networking and Autonomous systems" --- +{% include series.md %} + Sunday afternoon. I'm sitting somewhere outside away from home. Suddenly I remember I forgot to switch my roomba on. Ugh. But no worries, I got a Wireguard connection set up, so I can diff --git a/_posts/2023-08-18-networking-adventure-my-own-ipv6-prefix-and-as.md b/_posts/2023-08-18-networking-adventure-my-own-ipv6-prefix-and-as.md index 75fb2f0..4038edb 100644 --- a/_posts/2023-08-18-networking-adventure-my-own-ipv6-prefix-and-as.md +++ b/_posts/2023-08-18-networking-adventure-my-own-ipv6-prefix-and-as.md @@ -5,8 +5,12 @@ date: 2023-08-18 13:18 +0200 lang: "en" categories: tech description: "How I run my own Autonomous System, with my own IPv6 prefix" +series: "Networking and Autonomous systems" + --- +{% include series.md %} + *Update: You can read the second part [here]({% post_url 2024-03-17-further-learnings-from-running-my-as %}).* *First off: I'm no expert in this topic. Most of that I know / diff --git a/_posts/2024-03-17-further-learnings-from-running-my-as.md b/_posts/2024-03-17-further-learnings-from-running-my-as.md index a4074b7..e50f4c2 100644 --- a/_posts/2024-03-17-further-learnings-from-running-my-as.md +++ b/_posts/2024-03-17-further-learnings-from-running-my-as.md @@ -6,8 +6,11 @@ last_modified_at: 2024-07-08 20:17 +02:00 lang: en categories: tech description: What you can learn when you run your own Autonomous System +series: "Networking and Autonomous systems" --- +{% include series.md %} + You can think of this as the second part to [Running my own AS]({% post_url 2023-08-18-networking-adventure-my-own-ipv6-prefix-and-as %}). diff --git a/_posts/2024-07-31-awoostria-2024.md b/_posts/2024-07-31-awoostria-2024.md index 45f3ead..5d4af8f 100644 --- a/_posts/2024-07-31-awoostria-2024.md +++ b/_posts/2024-07-31-awoostria-2024.md @@ -6,8 +6,11 @@ last_modified_at: 2024-08-01 20:00 +02:00 lang: en categories: furry description: "A furry convention report: Awoostria 1 in 2024" +series: "Convention reports" --- +{% include series.md %} + So yeah, I'm still recovering a bit from the convention. So I'mma try to write a report anyway, kinda as a "recollection" exercise. It's kind of a blur. diff --git a/_posts/2024-09-04-convention-report-east-12-2024.md b/_posts/2024-09-04-convention-report-east-12-2024.md index 31785a8..6c684bb 100644 --- a/_posts/2024-09-04-convention-report-east-12-2024.md +++ b/_posts/2024-09-04-convention-report-east-12-2024.md @@ -4,7 +4,11 @@ title: 'Convention Report: EAST 12 (2024)' date: 2024-09-04 20:00 +0200 description: My convention report of the furry convention "EAST 12" in 2024 lang: en +series: "Convention reports" --- + +{% include series.md %} + It's time for another convention report. I've been going to the EAST convention since EAST 7 (except EAST 10, which was canceled due to COVID. Apparently that number was altogether skipped as a diff --git a/_posts/2024-12-08-trying-out-tailscale.md b/_posts/2024-12-08-trying-out-tailscale.md index 90943ae..efd6c1f 100644 --- a/_posts/2024-12-08-trying-out-tailscale.md +++ b/_posts/2024-12-08-trying-out-tailscale.md @@ -4,8 +4,11 @@ title: Trying out Tailscale date: 2024-12-08 19:11 +0100 lang: "en" categories: "tech" +series: "Networking and Autonomous systems" --- +{% include series.md %} + I've been [using Wireguard]({% post_url 2022-11-20-eine-kleine-netzwerk-reise %}) for quite a while now, mostly to connect my servers. Also, to connect my phone to my network to have "a VPN" in open WiFi networks. With the acquisition diff --git a/_posts/2025-01-12-migrating-dns-servers.md b/_posts/2025-01-12-migrating-dns-servers.md index adb2bf5..ed06452 100644 --- a/_posts/2025-01-12-migrating-dns-servers.md +++ b/_posts/2025-01-12-migrating-dns-servers.md @@ -158,7 +158,7 @@ for other TLDs and other registrars. ERROR: 53300102912 Nameserver error [ERROR: 118 Inconsistent set of NS RRs (NS, IP, NS host names) (ns5.he.net, 2001:470:500::2, ['ns.inwx.de', 'ns2.inwx.de', 'ns3.inwx.eu'])] - + Realize you fucked up. You need to set the new nameservers within your own zone first. This seems to be a requirement for DENIC at any case. @@ -287,7 +287,7 @@ of a headache for me, also, domain names are not secrets. There are two GitHub issues similar to this: [#9263](https://github.com/PowerDNS/pdns/issues/9263) and [#8892](https://github.com/PowerDNS/pdns/issues/8892). - + [^8]: Actually, I have no idea why INWX wants me to enter both the DS and the DNSKEY. Only the DS gets entered in the DENIC servers. diff --git a/_posts/2025-02-02-dn42-put-it-in-a-box-linux-network-namespace.md b/_posts/2025-02-02-dn42-put-it-in-a-box-linux-network-namespace.md index 3a43f1a..1c17e3e 100644 --- a/_posts/2025-02-02-dn42-put-it-in-a-box-linux-network-namespace.md +++ b/_posts/2025-02-02-dn42-put-it-in-a-box-linux-network-namespace.md @@ -6,8 +6,11 @@ last_modified_at: 2025-06-18 19:12 +0200 lang: "en" categories: "tech" description: "I explain how I put my Autonomous System in a network namespace." +series: "Networking and Autonomous systems" --- +{% include series.md %} + What did I do the previous week? What robbed me of my sleep at night, keeping my thoughts churning? Let's look at "doing containers the hard way". diff --git a/_posts/2025-06-16-oops-dn42-stops-working.md b/_posts/2025-06-16-oops-dn42-stops-working.md index 14a4233..383a1f3 100644 --- a/_posts/2025-06-16-oops-dn42-stops-working.md +++ b/_posts/2025-06-16-oops-dn42-stops-working.md @@ -6,8 +6,11 @@ last_modified_at: 2025-06-17 18:12 +0200 lang: en categories: tech description: "Fixing a broken DN42 DNS after namespacing the processes." +series: "Networking and Autonomous systems" --- +{% include series.md %} + As you might know, I participate in [DN42]({% link dn42.md %}). I have a somewhat peculiar setup, in which some VPS run the routing daemons, and my home router simply has a VPN diff --git a/_posts/2025-07-30-awoostria-con-report.md b/_posts/2025-07-30-awoostria-con-report.md index b8e8c7a..53de58a 100644 --- a/_posts/2025-07-30-awoostria-con-report.md +++ b/_posts/2025-07-30-awoostria-con-report.md @@ -5,8 +5,11 @@ categories: furry lang: en date: 2025-07-30 19:16 +0200 description: "How the 2025 Awoostria went for me." +series: "Convention reports" --- +{% include series.md %} + It's time for another con report. I'm back from the second iteration of [Awoostria](https://awoostria.at/), the Austrian furry convention in Vienna. diff --git a/_posts/2025-12-18-glc-2025-con-report.md b/_posts/2025-12-18-glc-2025-con-report.md index 5f943e1..7a966db 100644 --- a/_posts/2025-12-18-glc-2025-con-report.md +++ b/_posts/2025-12-18-glc-2025-con-report.md @@ -5,8 +5,11 @@ categories: furry lang: en date: 2025-12-18 18:23 +0100 description: "How the GLC 2025 went for me." +series: "Convention reports" --- +{% include series.md %} + A very late con report. There's not that much memories left of it. This report is stitched together from notes I made. I probably forgot some things. Oh well :D. It must still be mentioned! |
