From 9fa910b7b1b0c92a09135be1786d0b44912f6e4f Mon Sep 17 00:00:00 2001 From: Thomas Peetz Date: Wed, 4 Feb 2026 18:09:11 +0100 Subject: [PATCH] vault backup: 2026-02-04 18:09:11 --- Infos/IT/podman.md | 13 +++++ Journal/Privat/2026/02/2026-02-04.md | 68 +++++++++++++++++++++++++++ Journal/cimt AG/2026/02/2026-02-04.md | 67 ++++++++++++++++++++++++++ 3 files changed, 148 insertions(+) create mode 100644 Journal/Privat/2026/02/2026-02-04.md create mode 100644 Journal/cimt AG/2026/02/2026-02-04.md diff --git a/Infos/IT/podman.md b/Infos/IT/podman.md index d3fce42..4b26162 100644 --- a/Infos/IT/podman.md +++ b/Infos/IT/podman.md @@ -18,6 +18,19 @@ tags: ### podman +- [How To Install Podman on Debian 12 (Bookworm)](https://computingforgeeks.com/how-to-install-podman-on-debian-12-bookworm/) + + ```shell + sudo apt update + sudo apt install curl gpg gnupg2 software-properties-common apt-transport-https lsb-release ca-certificates -y + source /etc/os-release + wget http://downloadcontent.opensuse.org/repositories/home:/alvistack/Debian_$VERSION_ID/Release.key -O alvistack_key + cat alvistack_key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/alvistack.gpg >/dev/null + echo "deb http://downloadcontent.opensuse.org/repositories/home:/alvistack/Debian_$VERSION_ID/ /" | sudo tee /etc/apt/sources.list.d/alvistack.list + sudo apt update + sudo apt install podman python3-podman-compose + ``` + ### Podman Desktop #### [[flatpak]] für Linux diff --git a/Journal/Privat/2026/02/2026-02-04.md b/Journal/Privat/2026/02/2026-02-04.md new file mode 100644 index 0000000..0658971 --- /dev/null +++ b/Journal/Privat/2026/02/2026-02-04.md @@ -0,0 +1,68 @@ +--- +weight: 98.7 +meditation: true +pushUps: 20 +plank: 0 +journal: Privat daily +journal-date: 2026-02-04 +journal-start-date: 2026-02-04 +journal-end-date: 2026-02-04 +--- +```calendar-timeline +``` + +## Journal + +## Ziele + +##### [[2026-W06#^06i|Woche]] | [[2026-02#^02i|Monat]] | [[2026-Q1#^q1i|Quartal]] | [[2026## Jahresziele|Jahr]] + +## Aufgaben + +> [!hint]- Aktuelle Aufgaben +>```tasks +>not done +>happens on 2026-02-04 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-02-04 +>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-02-04 +>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-02-04 +>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-02-04) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 02 AND birthday.day = 04 +``` diff --git a/Journal/cimt AG/2026/02/2026-02-04.md b/Journal/cimt AG/2026/02/2026-02-04.md new file mode 100644 index 0000000..5755618 --- /dev/null +++ b/Journal/cimt AG/2026/02/2026-02-04.md @@ -0,0 +1,67 @@ +--- +work_home: false +work_office: true +journal: cimt daily +journal-date: 2026-02-04 +journal-start-date: 2026-02-04 +journal-end-date: 2026-02-04 +--- + +```calendar-timeline +``` + +## Journal + +## Ziele + +##### [[Journal/cimt AG/2026/2026-02#^02i|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-02-04 +>path regex does not match /^Resources\/Templates\/.*/ +>path regex does not match /^Übersicht\/.*/ +>``` + +> [!todo]- Aktive Aufgaben +>```tasks +>not done +>happens before 2026-02-04 +>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-02-04 +>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-02-04 +>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-02-04) +>``` + +## Geburtstage +```dataview +TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter +FROM "Infos/Kontakte" +WHERE birthday.month = 02 AND birthday.day = 04 +```