From 551f22903705cc906ffb60d8139a7568bcdc3d0d Mon Sep 17 00:00:00 2001 From: Thomas Peetz Date: Fri, 6 Mar 2026 18:46:02 +0100 Subject: [PATCH] vault backup: 2026-03-06 18:46:02 --- .../Erfassen der Dataview Snippets.md | 2 +- .../Arbeitszimmer/Aufgaben/inky aufräumen.md | 4 +- .../Arbeitszimmer/Projekte/Obsidian Setup.md | 2 +- ...gle Cloud Projekt für Tibuci aufsetzen.md | 6 +- Areas/cimt AG/Lightning Talks.md | 3 +- .../Ersetzung von Docker mit podman.md | 59 +++++++++++ ...atenbanken unter Aufsicht durchgeführt.md | 2 +- .../Aufgaben/Talend System-Update.md | 20 ++++ .../Aufgaben/Zugang TDK eingerichtet.md | 2 +- .../Managed Services/Kunden/Hamburg Wasser.md | 2 +- .../Kunden/Universität Zürich.md | 41 ++++++++ .../Präsentation/KI ersetzt nicht DevOps.md | 6 +- Journal/Privat/2026/03/2026-03-06.md | 68 +++++++++++++ Journal/Privat/2026/2026-W10.md | 97 +++++++++++++++++++ Journal/cimt AG/2026/03/2026-03-05.md | 4 +- Journal/cimt AG/2026/03/2026-03-06.md | 5 +- Journal/cimt AG/2026/03/2026-03-09.md | 68 +++++++++++++ Journal/cimt AG/2026/03/2026-03-11.md | 69 +++++++++++++ Journal/cimt AG/2026/03/2026-03-12.md | 70 +++++++++++++ Journal/cimt AG/2026/2026-W10.md | 2 +- Journal/cimt AG/2026/2026-W11.md | 77 +++++++++++++++ Übersicht/Kanban/Project Board.md | 1 + Übersicht/Kanban/Task Board.md | 2 + Übersicht/SOP/Verwaltung von Vorträgen.md | 22 +++++ 24 files changed, 614 insertions(+), 20 deletions(-) create mode 100644 Areas/cimt AG/Lightning Talks/Ersetzung von Docker mit podman.md create mode 100644 Areas/cimt AG/Managed Services/Aufgaben/Talend System-Update.md create mode 100644 Areas/cimt AG/Managed Services/Kunden/Universität Zürich.md create mode 100644 Journal/Privat/2026/03/2026-03-06.md create mode 100644 Journal/Privat/2026/2026-W10.md create mode 100644 Journal/cimt AG/2026/03/2026-03-09.md create mode 100644 Journal/cimt AG/2026/03/2026-03-11.md create mode 100644 Journal/cimt AG/2026/03/2026-03-12.md create mode 100644 Journal/cimt AG/2026/2026-W11.md create mode 100644 Übersicht/SOP/Verwaltung von Vorträgen.md diff --git a/Areas/Arbeitszimmer/Aufgaben/Erfassen der Dataview Snippets.md b/Areas/Arbeitszimmer/Aufgaben/Erfassen der Dataview Snippets.md index 5e08080..7e584a6 100644 --- a/Areas/Arbeitszimmer/Aufgaben/Erfassen der Dataview Snippets.md +++ b/Areas/Arbeitszimmer/Aufgaben/Erfassen der Dataview Snippets.md @@ -14,4 +14,4 @@ Bar:: `$= dv.view('total-progress-bar', {file: "Erfassen der Dataview Snippets"} ## Unteraufgaben -- [ ] Erfassen der Dataview Snippets [start:: 2024-11-07] [scheduled:: 2025-08-01] +- [ ] Erfassen der Dataview Snippets [start:: 2024-11-07] [scheduled:: 2026-03-12] diff --git a/Areas/Arbeitszimmer/Aufgaben/inky aufräumen.md b/Areas/Arbeitszimmer/Aufgaben/inky aufräumen.md index 99c4c3c..06fa72c 100644 --- a/Areas/Arbeitszimmer/Aufgaben/inky aufräumen.md +++ b/Areas/Arbeitszimmer/Aufgaben/inky aufräumen.md @@ -26,7 +26,7 @@ sudo apt-get purge $(dpkg -l | grep '^rc' | awk '{print $2}') ## Unteraufgaben -- [ ] Remove obsolete config [start:: 2024-10-13] [scheduled:: 2026-03-05] +- [ ] Remove obsolete config [start:: 2024-10-13] [scheduled:: 2026-03-07] - [ ] Replace cron-jobs with systemd- services and timers - [x] Stop and disable service unattended-upgrades [start:: 2025-07-21] [completion:: 2025-07-27] - [x] Entfernen von zfs-fuse [start:: 2025-07-27] [completion:: 2025-07-27] @@ -34,5 +34,5 @@ sudo apt-get purge $(dpkg -l | grep '^rc' | awk '{print $2}') - [x] Ersetzen von SysV Skripten mit systemd [start:: 2025-07-21] [completion:: 2025-08-02] - [x] Deinstallation von task und taskd [scheduled:: 2025-08-02] [completion:: 2025-08-02] - [x] Installation von Certbot NginX Plugin [scheduled:: 2025-08-02] [completion:: 2025-08-02] -- [ ] Installation rustup [scheduled:: 2026-01-30] +- [ ] Installation rustup [scheduled:: 2026-03-06] - [x] Installation von uv [scheduled:: 2025-08-02] [completion:: 2025-08-02] diff --git a/Areas/Arbeitszimmer/Projekte/Obsidian Setup.md b/Areas/Arbeitszimmer/Projekte/Obsidian Setup.md index 5b0de87..99518a3 100644 --- a/Areas/Arbeitszimmer/Projekte/Obsidian Setup.md +++ b/Areas/Arbeitszimmer/Projekte/Obsidian Setup.md @@ -23,7 +23,7 @@ subtitle: Obsidian Setup ## Aufgaben -- [ ] Beschreibung von Aufgaben, Projekten und Zielen im Obsidian Setup #process/task [start:: 2026-02-26] [scheduled:: 2026-03-02] +- [ ] Beschreibung von Aufgaben, Projekten und Zielen im Obsidian Setup #process/task [start:: 2026-02-26] [scheduled:: 2026-03-06] - [x] Beschreibung der Tags im Obsidian Setup #process/task [start:: 2026-02-26] [scheduled:: 2026-02-27] [due:: 2026-03-05] [completion:: 2026-02-27] diff --git a/Areas/cimt AG/Aufgaben/Google Cloud Projekt für Tibuci aufsetzen.md b/Areas/cimt AG/Aufgaben/Google Cloud Projekt für Tibuci aufsetzen.md index da85261..e801169 100644 --- a/Areas/cimt AG/Aufgaben/Google Cloud Projekt für Tibuci aufsetzen.md +++ b/Areas/cimt AG/Aufgaben/Google Cloud Projekt für Tibuci aufsetzen.md @@ -17,6 +17,6 @@ tags: - [x] Google Cloud Projekt für Tibuci aufsetzen #process/task [start:: 2026-02-26] [scheduled:: 2026-03-05] [completion:: 2026-03-05] - [x] [[Frank Füllbier]] um Erzeugung des Projektes gebeten [start:: 2026-02-27] [scheduled:: 2026-03-05] [completion:: 2026-03-05] -- [ ] GCP Container Registry für Tibuci aktivieren #process/task [start:: 2026-02-26] [scheduled:: 2026-03-05] -- [ ] Bestehendes Image roars-report:0.0.1 in Container Registry ablegen #process/task [start:: 2026-02-26] [scheduled:: 2026-03-05] -- [ ] Laden des Image roars-report aus Container Registry #process/task [start:: 2026-02-26] [scheduled:: 2026-03-05] +- [ ] GCP Container Registry für Tibuci aktivieren #process/task [start:: 2026-02-26] [scheduled:: 2026-03-06] +- [ ] Bestehendes Image roars-report:0.0.1 in Container Registry ablegen #process/task [start:: 2026-02-26] [scheduled:: 2026-03-06] +- [ ] Laden des Image roars-report aus Container Registry #process/task [start:: 2026-02-26] [scheduled:: 2026-03-06] diff --git a/Areas/cimt AG/Lightning Talks.md b/Areas/cimt AG/Lightning Talks.md index b6ba35d..107c992 100644 --- a/Areas/cimt AG/Lightning Talks.md +++ b/Areas/cimt AG/Lightning Talks.md @@ -29,11 +29,10 @@ SORT file.name DESC ### Ideen -- Konfiguration von vim [[Konfiguration von vim]] ### Offene Projekte ```dataviewjs -const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/project')).where(p => dv.page(p.path).status != "Archiv"); +const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/lecture')).where(p => dv.page(p.path).status != "Archiv"); let projects = new Set(); for (let projectPage of pages) { diff --git a/Areas/cimt AG/Lightning Talks/Ersetzung von Docker mit podman.md b/Areas/cimt AG/Lightning Talks/Ersetzung von Docker mit podman.md new file mode 100644 index 0000000..dc17997 --- /dev/null +++ b/Areas/cimt AG/Lightning Talks/Ersetzung von Docker mit podman.md @@ -0,0 +1,59 @@ +--- +status: Backlog +tags: + - process/project + - presentation/lecture + - process/lecture +subtitle: Ersetzung von Docker mit podman +--- +> [!abstract]- Project +> Goal:: [[Lightning Talks]] +> Progress:: `$= dv.view('project-progress', {file: 'Ersetzung von Docker mit podman'})` +> Target:: `$= dv.view('project-target', {file: 'Ersetzung von Docker mit podman'})` +> Bar:: `$= dv.view('project-progress-bar', {file: 'Ersetzung von Docker mit podman'})` +> Tasks:: `$= const aufgaben = dv.page('Ersetzung von Docker mit podman').file.inlinks.where(t => { const mt = dv.page(t.path); return mt.tags?.includes('process/task') && mt.status === 'In Arbeit'}); if (aufgaben.length > 0) { dv.header(4, aufgaben.length > 1 ? "Aufgaben" : "Aufgabe"); dv.list(aufgaben) }` + +## Project Info + +## Thoughts + +## Resources + + +## Review questions + + +## Aufgaben + + +## Offene Aufgaben +```dataviewjs +const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/task')).where(p => dv.page(p.path).file.tasks.length != dv.page(p.path).file.tasks.where(t => t.fullyCompleted === true).length); + +dv.table(["Project", "Status", "Completed", "Tasks"], pages.map(p => { + const page = dv.page(p.path); + const tasks = page.file.tasks; + return [ + page.file.link, + page.status, + tasks.where(t => t.fullyCompleted === true).length, + tasks.length + ] +})); +``` + +## Aufgaben +```dataviewjs +const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/task')); + +dv.table(["Project", "Status", "Completed", "Tasks"], pages.map(p => { + const page = dv.page(p.path); + const tasks = page.file.tasks; + return [ + page.file.link, + page.status, + tasks.where(t => t.fullyCompleted === true).length, + tasks.length + ] +})); +``` diff --git a/Areas/cimt AG/Managed Services/Aufgaben/Monitoring Harry Brot Datenbanken unter Aufsicht durchgeführt.md b/Areas/cimt AG/Managed Services/Aufgaben/Monitoring Harry Brot Datenbanken unter Aufsicht durchgeführt.md index 8b05946..6a2116c 100644 --- a/Areas/cimt AG/Managed Services/Aufgaben/Monitoring Harry Brot Datenbanken unter Aufsicht durchgeführt.md +++ b/Areas/cimt AG/Managed Services/Aufgaben/Monitoring Harry Brot Datenbanken unter Aufsicht durchgeführt.md @@ -15,4 +15,4 @@ tags: ## Unteraufgaben -- [ ] Monitoring Harry Brot Datenbanken unter Aufsicht durchgeführt #process/task [start:: 2026-03-05] [scheduled:: 2026-03-05] +- [x] Monitoring Harry Brot Datenbanken unter Aufsicht durchgeführt #process/task [start:: 2026-03-05] [scheduled:: 2026-03-05] [completion:: 2026-03-05] diff --git a/Areas/cimt AG/Managed Services/Aufgaben/Talend System-Update.md b/Areas/cimt AG/Managed Services/Aufgaben/Talend System-Update.md new file mode 100644 index 0000000..f585d2b --- /dev/null +++ b/Areas/cimt AG/Managed Services/Aufgaben/Talend System-Update.md @@ -0,0 +1,20 @@ +--- +status: Backlog +tags: + - process/task + +--- + +> [!task]+ +> Project:: [[Universität Zürich]] +> Bar:: `$= dv.view('total-progress-bar', {file: "Talend System-Update"})` + +## Aufgabenbeschreibung + +## Überlegungen + +## Unteraufgaben + +- [x] Vorbereitung Talend System-Update #process/task [completion:: 2026-03-06] +- [ ] Talend Entwicklung Update [scheduled:: 2026-03-11] #process/task +- [ ] Talend PROD Update [scheduled:: 2026-03-12] #process/task diff --git a/Areas/cimt AG/Managed Services/Aufgaben/Zugang TDK eingerichtet.md b/Areas/cimt AG/Managed Services/Aufgaben/Zugang TDK eingerichtet.md index e6be828..16e00d4 100644 --- a/Areas/cimt AG/Managed Services/Aufgaben/Zugang TDK eingerichtet.md +++ b/Areas/cimt AG/Managed Services/Aufgaben/Zugang TDK eingerichtet.md @@ -24,4 +24,4 @@ Zugang zum Kunden TDK eingerichtet - [x] Zugang TDK eingerichtet [start:: 2026-02-23] [due:: 2026-02-27] [completion:: 2026-02-24] - [x] Rückruf TDK Servicedesk [start:: 2026-02-23] [due:: 2026-02-27] [completion:: 2026-02-24] - [x] Problem mit Login dem TDK Servicedesk gemeldet [start:: 2026-02-24] [scheduled:: 2026-02-25] [completion:: 2026-02-25] #process/task -- [ ] Berechtigungen für Citrix Workspace erhalten #process/task [start:: 2026-02-25] [scheduled:: 2026-03-05] [due:: 2026-02-27] +- [x] Berechtigungen für Citrix Workspace erhalten #process/task [start:: 2026-02-25] [scheduled:: 2026-03-06] [due:: 2026-02-27] [completion:: 2026-03-06] diff --git a/Areas/cimt AG/Managed Services/Kunden/Hamburg Wasser.md b/Areas/cimt AG/Managed Services/Kunden/Hamburg Wasser.md index 2821ec0..2bb06e5 100644 --- a/Areas/cimt AG/Managed Services/Kunden/Hamburg Wasser.md +++ b/Areas/cimt AG/Managed Services/Kunden/Hamburg Wasser.md @@ -7,6 +7,6 @@ tags: ## Aufgaben - [x] Benutzerinfo erhalten #process/task [start:: 2026-02-26] [scheduled:: 2026-03-04] [completion:: 2026-03-04] - [x] Einrichtung 2FA #process/task [start:: 2026-02-26] [scheduled:: 2026-03-04] [completion:: 2026-03-04] -- [ ] Einrichtung personalisierter Benutzer angestossen #process/task [start:: 2026-03-04] [scheduled:: 2026-03-05] +- [x] Einrichtung personalisierter Benutzer angestossen #process/task [start:: 2026-03-04] [scheduled:: 2026-03-05] [completion:: 2026-03-05] - [ ] Einrichtung der RDP und SSH Verbindungen auf Terminalserver [start:: 2026-03-04] [scheduled:: 2026-03-05] #process/task diff --git a/Areas/cimt AG/Managed Services/Kunden/Universität Zürich.md b/Areas/cimt AG/Managed Services/Kunden/Universität Zürich.md new file mode 100644 index 0000000..266d50c --- /dev/null +++ b/Areas/cimt AG/Managed Services/Kunden/Universität Zürich.md @@ -0,0 +1,41 @@ +--- +tags: + - cimt/customer + - cimt/managed_services +--- +## Infos +ZEP-Konto OBD26001 + +## Aufgaben + +## Offene Aufgaben +```dataviewjs +const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/task')).where(p => dv.page(p.path).file.tasks.length != dv.page(p.path).file.tasks.where(t => t.fullyCompleted === true).length); + +dv.table(["Project", "Status", "Completed", "Tasks"], pages.map(p => { + const page = dv.page(p.path); + const tasks = page.file.tasks; + return [ + page.file.link, + page.status, + tasks.where(t => t.fullyCompleted === true).length, + tasks.length + ] +})); +``` + +## Aufgaben +```dataviewjs +const pages = dv.current().file.inlinks.where(p => dv.page(p.path).tags?.includes('process/task')); + +dv.table(["Project", "Status", "Completed", "Tasks"], pages.map(p => { + const page = dv.page(p.path); + const tasks = page.file.tasks; + return [ + page.file.link, + page.status, + tasks.where(t => t.fullyCompleted === true).length, + tasks.length + ] +})); +``` diff --git a/Areas/cimt AG/Präsentation/KI ersetzt nicht DevOps.md b/Areas/cimt AG/Präsentation/KI ersetzt nicht DevOps.md index bd89b8d..e49f950 100644 --- a/Areas/cimt AG/Präsentation/KI ersetzt nicht DevOps.md +++ b/Areas/cimt AG/Präsentation/KI ersetzt nicht DevOps.md @@ -58,7 +58,7 @@ Zusammenfassend lässt sich sagen, dass KI zwar viele Prozesse in der Softwareen ## Aufgaben - [x] Zusendung des Blogeintrags an [[Ann-Kristin Hantzsch-Kühnlenz]] inklusive der Anmerkungen von [[Stefanie Pelster]] #process/task [start:: 2026-02-17] [scheduled:: 2026-02-20] [due:: 2026-03-30] [completion:: 2026-02-20] -- [ ] Review des Eintrags mit KI #process/task [start:: 2026-02-17] [scheduled:: 2026-02-27] [due:: 2026-03-10] -- [ ] Einbindung von Bildern in den Beitrag #process/task [start:: 2026-02-17] [scheduled:: 2026-02-27] [due:: 2026-03-10] -- [ ] Ablage des Textes als Word-Dokument in Sharepoint [start:: 2026-02-20] [scheduled:: 2026-02-27] [due:: 2026-03-10] +- [ ] Review des Eintrags mit KI #process/task [start:: 2026-02-17] [scheduled:: 2026-03-09] [due:: 2026-03-10] +- [ ] Einbindung von Bildern in den Beitrag #process/task [start:: 2026-02-17] [scheduled:: 2026-03-09] [due:: 2026-03-10] +- [ ] Ablage des Textes als Word-Dokument in Sharepoint [start:: 2026-02-20] [scheduled:: 2026-03-09] [due:: 2026-03-10] diff --git a/Journal/Privat/2026/03/2026-03-06.md b/Journal/Privat/2026/03/2026-03-06.md new file mode 100644 index 0000000..f325bab --- /dev/null +++ b/Journal/Privat/2026/03/2026-03-06.md @@ -0,0 +1,68 @@ +--- +weight: +meditation: true +pushUps: 20 +plank: 60 +journal: Privat daily +journal-date: 2026-03-06 +journal-start-date: 2026-03-06 +journal-end-date: 2026-03-06 +--- +```calendar-timeline +``` + +## Journal + +## Ziele + +##### [[2026-W10#^10i|Woche]] | [[2026-03#^03i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]] + +## Aufgaben + +> [!hint]- Aktuelle Aufgaben +>```tasks +>not done +>happens on 2026-03-06 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-03-06 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!warning]- Heute fällig +>```tasks +>not done +>has due date +>due on 2026-03-06 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!error]- Überfällig +>```tasks +>not done +>has due date +>due before 2026-03-06 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!done]- Erledigte Aufgaben +>```dataview +>TASK +>FROM !"Resources/Templates" +>WHERE completed AND completion = date(2026-03-06) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 03 AND birthday.day = 06 +``` diff --git a/Journal/Privat/2026/2026-W10.md b/Journal/Privat/2026/2026-W10.md new file mode 100644 index 0000000..009aa51 --- /dev/null +++ b/Journal/Privat/2026/2026-W10.md @@ -0,0 +1,97 @@ +--- +journal: Privat weekly +journal-date: 2026-03-02 +journal-start-date: 2026-03-02 +journal-end-date: 2026-03-08 +--- +```calendar-timeline +``` + +## Routinen der Woche +```dataview +TABLE WITHOUT ID + file.link as Datum, + choice(meditation = true, "✅", "❌") as Meditation, + choice(pushUps >= 10, "✅", "❌") as Liegestütz, + choice(plank >= 60, "✅", "❌") as Plank +FROM "Journal/Privat" +WHERE file.day >= date(2026-03-02) AND file.day <= date(2026-03-08) +SORT file.day ASC +``` + +> ### Woche [[2026-W10|10]] Ziele +> - Persönliche Ziele +> --- +> - Berufliche Ziele +> --- +> - Erledigtes +> --- + ^10i + +#### [[2026-03#^03i|Monat]] |[[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]] + +## Leseliste +![[Leseliste Thomas#Leseliste]] + +## Aufgaben +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>(happens on or before 2026-03-08) AND NOT (scheduled 2026-03-02 2026-03-08) +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!hint]- Geplante Aufgaben +>```tasks +>not done +>scheduled 2026-03-02 2026-03-08 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!done]- Erledigte Aufgaben +>```dataview +>TASK +>WHERE completed AND completion >= date(2026-03-02) AND completion < date(2026-03-09) +>``` + +## History + +### 2026-03-02 +![[Journal/Privat/2026/03/2026-03-02#Journal]] + +### 2026-03-03 +![[Journal/Privat/2026/03/2026-03-03#Journal]] + +### 2026-03-04 +![[Journal/Privat/2026/03/2026-03-04#Journal]] + +### 2026-03-05 +![[Journal/Privat/2026/03/2026-03-05#Journal]] + +### 2026-03-06 +![[Journal/Privat/2026/03/2026-03-06#Journal]] + +### 2026-03-07 +![[Journal/Privat/2026/03/2026-03-07#Journal]] + +### 2026-03-08 +![[Journal/Privat/2026/03/2026-03-08#Journal]] + + + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month >= 03 AND birthday.day >= 02 +WHERE birthday.month <= 03 AND birthday.day < 09 +SORT birthday.day +``` + +> [!note]- Erzeugte Notizen +> ```dataview +> LIST +> WHERE file.cday >= date(2026-03-02) AND file.cday < date(2026-03-08) +>``` diff --git a/Journal/cimt AG/2026/03/2026-03-05.md b/Journal/cimt AG/2026/03/2026-03-05.md index 3300994..69444f3 100644 --- a/Journal/cimt AG/2026/03/2026-03-05.md +++ b/Journal/cimt AG/2026/03/2026-03-05.md @@ -12,8 +12,8 @@ journal-end-date: 2026-03-05 ## Journal - [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-03-05] -- [ ] 13:30 - 13:45 [[Tibuci Stand-Up]] -- [ ] 14:00 - 14:25 [[cimt 1st- & 2nd-Level Support Monthly]] +- [x] 13:30 - 13:45 [[Tibuci Stand-Up]] [completion:: 2026-03-05] +- [x] 14:00 - 14:25 [[cimt 1st- & 2nd-Level Support Monthly]] [completion:: 2026-03-05] ## Ziele diff --git a/Journal/cimt AG/2026/03/2026-03-06.md b/Journal/cimt AG/2026/03/2026-03-06.md index d79e68d..827045c 100644 --- a/Journal/cimt AG/2026/03/2026-03-06.md +++ b/Journal/cimt AG/2026/03/2026-03-06.md @@ -1,5 +1,5 @@ --- -work_home: false +work_home: true work_office: false journal: cimt daily journal-date: 2026-03-06 @@ -11,7 +11,8 @@ journal-end-date: 2026-03-06 ``` ## Journal -- [ ] 09:15 - 09:30 [[Managed Services Team Daily]] +- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-03-06] +- [x] 15:00 - 16:00 Vorbereitung Talend Update Uni Zürich [completion:: 2026-03-06] ## Ziele diff --git a/Journal/cimt AG/2026/03/2026-03-09.md b/Journal/cimt AG/2026/03/2026-03-09.md new file mode 100644 index 0000000..a51d6cd --- /dev/null +++ b/Journal/cimt AG/2026/03/2026-03-09.md @@ -0,0 +1,68 @@ +--- +work_home: false +work_office: false +journal: cimt daily +journal-date: 2026-03-09 +journal-start-date: 2026-03-09 +journal-end-date: 2026-03-09 +--- + +```calendar-timeline +``` + +## Journal +- [ ] 09:15 - 09:30 [[Managed Services Team Daily]] + +## Ziele + +##### [[Journal/cimt AG/2026/2026-W11#^11i|Woche]] | [[Journal/cimt AG/2026/2026-03#^03i|Monat]] | [[Journal/cimt AG/2026/2026-Q1#^q1i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]] + +## Aufgaben + +> [!hint]- Aktuelle Aufgaben +>```tasks +>not done +>happens on 2026-03-09 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-03-09 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!warning]- Heute fällig +>```tasks +>not done +>has due date +>due on 2026-03-09 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!error]- Überfällig +>```tasks +>not done +>has due date +>due before 2026-03-09 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!done]- Erledigte Aufgaben +>```dataview +>TASK +>FROM !"Resources/Templates" +>WHERE completed AND completion = date(2026-03-09) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 03 AND birthday.day = 09 +``` diff --git a/Journal/cimt AG/2026/03/2026-03-11.md b/Journal/cimt AG/2026/03/2026-03-11.md new file mode 100644 index 0000000..e12bc25 --- /dev/null +++ b/Journal/cimt AG/2026/03/2026-03-11.md @@ -0,0 +1,69 @@ +--- +work_home: false +work_office: false +journal: cimt daily +journal-date: 2026-03-11 +journal-start-date: 2026-03-11 +journal-end-date: 2026-03-11 +--- + +```calendar-timeline +``` + +## Journal +- [ ] 09:15 - 09:30 [[Managed Services Team Daily]] +- [ ] 08:00 - 17:00 [[Talend System-Update]] Entwicklung + +## Ziele + +##### [[Journal/cimt AG/2026/2026-W11#^11i|Woche]] | [[Journal/cimt AG/2026/2026-03#^03i|Monat]] | [[Journal/cimt AG/2026/2026-Q1#^q1i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]] + +## Aufgaben + +> [!hint]- Aktuelle Aufgaben +>```tasks +>not done +>happens on 2026-03-11 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-03-11 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!warning]- Heute fällig +>```tasks +>not done +>has due date +>due on 2026-03-11 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!error]- Überfällig +>```tasks +>not done +>has due date +>due before 2026-03-11 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!done]- Erledigte Aufgaben +>```dataview +>TASK +>FROM !"Resources/Templates" +>WHERE completed AND completion = date(2026-03-11) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 03 AND birthday.day = 11 +``` diff --git a/Journal/cimt AG/2026/03/2026-03-12.md b/Journal/cimt AG/2026/03/2026-03-12.md new file mode 100644 index 0000000..e6afe74 --- /dev/null +++ b/Journal/cimt AG/2026/03/2026-03-12.md @@ -0,0 +1,70 @@ +--- +work_home: false +work_office: false +journal: cimt daily +journal-date: 2026-03-12 +journal-start-date: 2026-03-12 +journal-end-date: 2026-03-12 +--- + +```calendar-timeline +``` + +## Journal +- [ ] 09:15 - 09:30 [[Managed Services Team Daily]] +- [ ] 13:30 - 13:45 [[Tibuci Stand-Up]] +- [ ] 08:00 - 15:30 [[Talend System-Update]] PROD + +## Ziele + +##### [[Journal/cimt AG/2026/2026-W11#^11i|Woche]] | [[Journal/cimt AG/2026/2026-03#^03i|Monat]] | [[Journal/cimt AG/2026/2026-Q1#^q1i|Quartal]] | [[Journal/cimt AG/2026## Jahresziele|Jahr]] + +## Aufgaben + +> [!hint]- Aktuelle Aufgaben +>```tasks +>not done +>happens on 2026-03-12 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-03-12 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!warning]- Heute fällig +>```tasks +>not done +>has due date +>due on 2026-03-12 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!error]- Überfällig +>```tasks +>not done +>has due date +>due before 2026-03-12 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!done]- Erledigte Aufgaben +>```dataview +>TASK +>FROM !"Resources/Templates" +>WHERE completed AND completion = date(2026-03-12) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 03 AND birthday.day = 12 +``` diff --git a/Journal/cimt AG/2026/2026-W10.md b/Journal/cimt AG/2026/2026-W10.md index cd849ef..241c8fb 100644 --- a/Journal/cimt AG/2026/2026-W10.md +++ b/Journal/cimt AG/2026/2026-W10.md @@ -8,7 +8,7 @@ journal-end-date: 2026-03-08 ``` > ### Woche [[2026-W10|10]] Ziele >- [ ] [[KI ersetzt nicht DevOps]] in Sharepoint abgelegt #process/goal ->- [ ] [[Monitoring Harry Brot Datenbanken unter Aufsicht durchgeführt]] #process/goal +>- [x] [[Monitoring Harry Brot Datenbanken unter Aufsicht durchgeführt]] #process/goal [completion:: 2026-03-05] > - [x] [[Cosnova]] Ticket bearbeitet #process/goal [completion:: 2026-03-04] ^10i diff --git a/Journal/cimt AG/2026/2026-W11.md b/Journal/cimt AG/2026/2026-W11.md new file mode 100644 index 0000000..2749997 --- /dev/null +++ b/Journal/cimt AG/2026/2026-W11.md @@ -0,0 +1,77 @@ +--- +journal: cimt weekly +journal-date: 2026-03-09 +journal-start-date: 2026-03-09 +journal-end-date: 2026-03-15 +--- +```calendar-timeline +``` +> ### Woche [[2026-W11|11]] Ziele +> - [ ] [[Monitoring Harry Brot Datenbanken unter Aufsicht durchgeführt]] +> - [ ] [[Kong Gateway: Erneuerung SSL Zertifikat]] + ^11i + +#### [[2026-03#^03i|Monat]] |[[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]] + +## Aufgaben +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>(happens on or before 2026-03-15) AND NOT (scheduled 2026-03-09 2026-03-15) +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!hint]- Geplante Aufgaben +>```tasks +>not done +>scheduled 2026-03-09 2026-03-15 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!done]- Erledigte Aufgaben +>```dataview +>TASK +>WHERE completed AND completion >= date(2026-03-09) AND completion < date(2026-03-16) +>``` + +## History + +### 2026-03-09 +![[Journal/cimt AG/2026/03/2026-03-09#Journal]] + +### 2026-03-10 +![[Journal/cimt AG/2026/03/2026-03-10#Journal]] + +### 2026-03-11 +![[Journal/cimt AG/2026/03/2026-03-11#Journal]] + +### 2026-03-12 +![[Journal/cimt AG/2026/03/2026-03-12#Journal]] + +### 2026-03-13 +![[Journal/cimt AG/2026/03/2026-03-13#Journal]] + +### 2026-03-14 +![[Journal/cimt AG/2026/03/2026-03-14#Journal]] + +### 2026-03-15 +![[Journal/cimt AG/2026/03/2026-03-15#Journal]] + + + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month >= 03 AND birthday.day >= 09 +WHERE birthday.month <= 03 AND birthday.day < 16 +SORT birthday.day +``` + +> [!note]- Erzeugte Notizen +> ```dataview +> LIST +> WHERE file.cday >= date(2026-03-09) AND file.cday < date(2026-03-15) +>``` diff --git a/Übersicht/Kanban/Project Board.md b/Übersicht/Kanban/Project Board.md index 90923a9..92c87e9 100644 --- a/Übersicht/Kanban/Project Board.md +++ b/Übersicht/Kanban/Project Board.md @@ -6,6 +6,7 @@ kanban-plugin: board ## Backlog +- [ ] [[Ersetzung von Docker mit podman]] - [ ] [[Fenster aufarbeiten]] - [ ] [[Abdeckung über der Wohnungstür]] - [ ] [[Unterlagen von Mor]] diff --git a/Übersicht/Kanban/Task Board.md b/Übersicht/Kanban/Task Board.md index d845794..14dfa10 100644 --- a/Übersicht/Kanban/Task Board.md +++ b/Übersicht/Kanban/Task Board.md @@ -6,6 +6,8 @@ kanban-plugin: board ## Backlog +- [ ] [[Talend System-Update]] +- [ ] [[Kong Gateway: Erneuerung SSL Zertifikat]] - [ ] [[Einrichtung BIG KAISER Anbindung]] - [ ] [[Monitoring Harry Brot Datenbanken unter Aufsicht durchgeführt]] - [ ] [[Monitoring: Harry Brot: Datenbanken unter Aufsicht durchgeführt]] diff --git a/Übersicht/SOP/Verwaltung von Vorträgen.md b/Übersicht/SOP/Verwaltung von Vorträgen.md new file mode 100644 index 0000000..a83874f --- /dev/null +++ b/Übersicht/SOP/Verwaltung von Vorträgen.md @@ -0,0 +1,22 @@ +--- +tags: + - process/sop +--- +# Ziel und Zweck + +In der cimt objects existiert seit ungefähr 2019 das Format der [[Lightning Talks]]. Diese Vortragsreihe findet monatlich statt und dient als Plattform für Wissensaustausch unter den Kollegen. +Die Verwaltung und die Unterstützung für die Erstellung der eigenen Vorträge wird im folgenden beschrieben. + +# Vorgehensweise +Die Erstellung eines Vortrages wird als Projekt behandelt. In Abgrenzung zu Projekten wird das Tag `process/lightning_talk` verwendet. +# Referenzen +- [[Verwendung von Tags]] + +# Weitergehende Informationen + +# Aufgaben +- [ ] Überprüfung der Verwendung des tags `process/project` für Vorträge #process/task +- [ ] Anpassung der Seite [[Lightning Talks]] und Verwendung des Tags `process/lightning_talk` #process/task +- [ ] Überarbeitung des Template `process-lightning_talk` #process/task +- [ ] Anpassung des QuickAdd-Befehls **Add Project** #process/task +- [ ] Hinzufügen des QuickAdd-Befehls **Add Vortrag** #process/task