From 044ab1812b64ad8eec7951b26b0c2a46005c230c Mon Sep 17 00:00:00 2001 From: gitea Date: Tue, 25 Jan 2022 23:57:02 +0100 Subject: [PATCH 1/4] End of month talk shift --- past.md | 1 + vor.txt | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/past.md b/past.md index f12e9ab..69ffeb2 100644 --- a/past.md +++ b/past.md @@ -1,5 +1,6 @@ | | | | |:------|:------|:------| +| Dienstag, 25.01.2022 | Fortgeschrittene Netzwerkgrundlagen I (Interfaces, Netzwerktypen, statisches Routing, DNS-Klienten) | Daniel | | Dienstag, 23.11.2021 | Erfahrungsbericht der Website-Migration [Folien Oliver](/talks/Hugo.pdf) [Folien Christoph](/talks/20211123_website_christoph.pdf) | Oliver + Christoph | | Dienstag, 26.10.2021 | Meine ersten Schritte mit git | Bernhard | | Dienstag, 28.09.2021 | Mitgliederversammlung [Folien](/talks/FraLUG_MV_2021.pdf) | Alle | diff --git a/vor.txt b/vor.txt index befe0a5..69a5c73 100644 --- a/vor.txt +++ b/vor.txt @@ -1,4 +1,3 @@ -| Fortgeschrittene Netzwerkgrundlagen I (Interfaces, Netzwerktypen, statisches Routing, DNS-Klienten) | Daniel | | Fortgeschrittene Netzwerkgrundlagen II (dynamisches Routing, Firewalls, IPS) | Daniel | | Whonix | Ben | | April-FAQ | alle | From a9576838195b0dade28385a39ee83d21feb79561 Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 26 Jan 2022 07:36:22 +0100 Subject: [PATCH 2/4] Fixed gen_vor.php --- gen_vor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_vor.php b/gen_vor.php index 845fa6b..ea2a230 100644 --- a/gen_vor.php +++ b/gen_vor.php @@ -8,7 +8,7 @@ $fil = file($file_txt, FILE_IGNORE_NEW_LINES); // Insert header $arr = ['| | | |', '|:------|:------|:------|']; $ts=(new DateTime('first day of this month'))->getTimeStamp(); -$tues_ts = strtotime('fourth tuesday of this month + 1 day', $ts); +$tues_ts = strtotime('fourth tuesday of this month', $ts); // Are we past the fourth Tuesday of the month? if ((new DateTime())->getTimeStamp() >= $tues_ts) { From 733d69f3a847d2cf249eb5f76683ce4419da1bfc Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 26 Jan 2022 07:37:00 +0100 Subject: [PATCH 3/4] Added network presentation slides --- past.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/past.md b/past.md index 69ffeb2..93f4791 100644 --- a/past.md +++ b/past.md @@ -1,6 +1,6 @@ | | | | |:------|:------|:------| -| Dienstag, 25.01.2022 | Fortgeschrittene Netzwerkgrundlagen I (Interfaces, Netzwerktypen, statisches Routing, DNS-Klienten) | Daniel | +| Dienstag, 25.01.2022 | Fortgeschrittene Netzwerkgrundlagen I (Interfaces, Netzwerktypen, statisches Routing, DNS-Klienten) [Folien](/talks/lugfrankfurt-network1.pdf) | Daniel | | Dienstag, 23.11.2021 | Erfahrungsbericht der Website-Migration [Folien Oliver](/talks/Hugo.pdf) [Folien Christoph](/talks/20211123_website_christoph.pdf) | Oliver + Christoph | | Dienstag, 26.10.2021 | Meine ersten Schritte mit git | Bernhard | | Dienstag, 28.09.2021 | Mitgliederversammlung [Folien](/talks/FraLUG_MV_2021.pdf) | Alle | From 29e750651aa814cb8d5b273aa6f4c9673978f33b Mon Sep 17 00:00:00 2001 From: Christoph Date: Wed, 26 Jan 2022 07:42:53 +0100 Subject: [PATCH 4/4] Added Redis talk --- vor.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/vor.txt b/vor.txt index 69a5c73..6f09150 100644 --- a/vor.txt +++ b/vor.txt @@ -1,3 +1,4 @@ | Fortgeschrittene Netzwerkgrundlagen II (dynamisches Routing, Firewalls, IPS) | Daniel | | Whonix | Ben | | April-FAQ | alle | +| RedisGears: Redis programmierbar! | Christoph |