vault backup: 2026-03-06 18:46:02
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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]
|
||||
|
||||
|
||||
|
||||
@@ -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]
|
||||
|
||||
@@ -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) {
|
||||
|
||||
@@ -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
|
||||
]
|
||||
}));
|
||||
```
|
||||
+1
-1
@@ -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]
|
||||
|
||||
@@ -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
|
||||
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
]
|
||||
}));
|
||||
```
|
||||
@@ -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]
|
||||
|
||||
|
||||
@@ -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
|
||||
```
|
||||
@@ -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)
|
||||
>```
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
```
|
||||
@@ -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
|
||||
```
|
||||
@@ -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
|
||||
```
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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)
|
||||
>```
|
||||
@@ -6,6 +6,7 @@ kanban-plugin: board
|
||||
|
||||
## Backlog
|
||||
|
||||
- [ ] [[Ersetzung von Docker mit podman]]
|
||||
- [ ] [[Fenster aufarbeiten]]
|
||||
- [ ] [[Abdeckung über der Wohnungstür]]
|
||||
- [ ] [[Unterlagen von Mor]]
|
||||
|
||||
@@ -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]]
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user