From 238c90ddb8950502a2bc9ac4e8c02880ed8fd13c Mon Sep 17 00:00:00 2001 From: Thomas Peetz Date: Sun, 25 Jan 2026 21:39:01 +0100 Subject: [PATCH] vault backup: 2026-01-25 21:39:01 --- Infos/Kontakte/Klaus-Dieter Peetz.md | 3 +- Journal/Privat/2026/01/2026-01-25.md | 68 ++++++++++++++++++++++++++++ Journal/Privat/2026/01/2026-01-27.md | 68 ++++++++++++++++++++++++++++ Quellen/flatpak.md | 8 ++++ Quellen/podman.md | 30 ++++++++++++ 5 files changed, 176 insertions(+), 1 deletion(-) create mode 100644 Journal/Privat/2026/01/2026-01-25.md create mode 100644 Journal/Privat/2026/01/2026-01-27.md create mode 100644 Quellen/flatpak.md diff --git a/Infos/Kontakte/Klaus-Dieter Peetz.md b/Infos/Kontakte/Klaus-Dieter Peetz.md index 6c13770..4ed24d9 100644 --- a/Infos/Kontakte/Klaus-Dieter Peetz.md +++ b/Infos/Kontakte/Klaus-Dieter Peetz.md @@ -1,11 +1,12 @@ --- name: Klaus-Dieter Peetz -birthday: 1950-01-27 phone: +49 30 334 93 94 mobile: mail: relationship: familie married: "[[Barbara Peetz]]" +birthday: 1950-01-27 +last_chat: 2026-01-24 friends: created: 2026-01-24 19:43 updated: 2026-01-24 diff --git a/Journal/Privat/2026/01/2026-01-25.md b/Journal/Privat/2026/01/2026-01-25.md new file mode 100644 index 0000000..f6b5ffe --- /dev/null +++ b/Journal/Privat/2026/01/2026-01-25.md @@ -0,0 +1,68 @@ +--- +weight: +meditation: +pushUps: 0 +plank: 0 +journal: Privat daily +journal-date: 2026-01-25 +journal-start-date: 2026-01-25 +journal-end-date: 2026-01-25 +--- +```calendar-timeline +``` + +## Journal + +## Ziele + +##### [[2026-W04#^04i|Woche]] | [[2026-01#^01i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]] + +## Aufgaben + +> [!hint]- Aktuelle Aufgaben +>```tasks +>not done +>happens on 2026-01-25 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-01-25 +>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-01-25 +>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-01-25 +>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-01-25) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 01 AND birthday.day = 25 +``` diff --git a/Journal/Privat/2026/01/2026-01-27.md b/Journal/Privat/2026/01/2026-01-27.md new file mode 100644 index 0000000..241107b --- /dev/null +++ b/Journal/Privat/2026/01/2026-01-27.md @@ -0,0 +1,68 @@ +--- +weight: +meditation: +pushUps: 0 +plank: 0 +journal: Privat daily +journal-date: 2026-01-27 +journal-start-date: 2026-01-27 +journal-end-date: 2026-01-27 +--- +```calendar-timeline +``` + +## Journal + +## Ziele + +##### [[2026-W05#^05i|Woche]] | [[2026-01#^01i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]] + +## Aufgaben + +> [!hint]- Aktuelle Aufgaben +>```tasks +>not done +>happens on 2026-01-27 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-01-27 +>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-01-27 +>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-01-27 +>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-01-27) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 01 AND birthday.day = 27 +``` diff --git a/Quellen/flatpak.md b/Quellen/flatpak.md new file mode 100644 index 0000000..9ab1985 --- /dev/null +++ b/Quellen/flatpak.md @@ -0,0 +1,8 @@ +--- +tags: + - IT/Tools/flatpak + - IT/OS/Linux +--- +## Link +https://flatpak.org/ + diff --git a/Quellen/podman.md b/Quellen/podman.md index f3cb142..d3fce42 100644 --- a/Quellen/podman.md +++ b/Quellen/podman.md @@ -14,3 +14,33 @@ tags: - [How I got my docker-compose YML to work switching to podman-compose](https://dale-bingham-soteriasoftware.medium.com/how-i-got-my-docker-compose-yml-to-work-switching-to-podman-compose-5252856c6eea) - [Ultimate Docker to Podman Migration Guide: It’s NOT difficult](https://www.simplehomelab.com/docker-to-podman-migration-guide/) +## Installation + +### podman + +### Podman Desktop + +#### [[flatpak]] für Linux + +```shell +flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo +flatpak install --user flathub io.podman_desktop.PodmanDesktop +flatpak run io.podman_desktop.PodmanDesktop +flatpak update --user io.podman_desktop.PodmanDesktop +``` +## Konfiguration + +### WSL + +Ändern der `/etc/wsl.conf` + +- https://github.com/conda-forge/podman-feedstock/issues/25 + + +```wsl.conf +[boot] +systemd=true +command="mount --make-rshared /" +[user] +default=tpeetz +```