Daniel 3 years ago
commit 929ad21dac
  1. 2
      gen_vor.php
  2. 1
      past.md
  3. 2
      vor.txt

@ -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) {

@ -1,5 +1,6 @@
| | | |
|:------|:------|:------|
| 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 |

@ -1,4 +1,4 @@
| Fortgeschrittene Netzwerkgrundlagen I (Interfaces, Netzwerktypen, statisches Routing, DNS-Klienten) | Daniel |
| Fortgeschrittene Netzwerkgrundlagen II (dynamisches Routing, Firewalls, IPS) | Daniel |
| Whonix | Ben |
| April-FAQ | alle |
| RedisGears: Redis programmierbar! | Christoph |

Loading…
Cancel
Save