vault backup: 2026-04-28 17:53:36
This commit is contained in:
@@ -100,6 +100,7 @@ arepbq arep.sh kdestroy libe_sqlite3.so makeconv
|
|||||||
````shell
|
````shell
|
||||||
[root@vsrv-qlik-dmgw-dev rpm] cd /opt/qlik/gateway/movement/drivers/bin/
|
[root@vsrv-qlik-dmgw-dev rpm] cd /opt/qlik/gateway/movement/drivers/bin/
|
||||||
[root@vsrv-qlik-dmgw-dev bin] ./install mysql
|
[root@vsrv-qlik-dmgw-dev bin] ./install mysql
|
||||||
|
[root@vsrv-qlik-dmgw-dev bin] ./install sqlserver
|
||||||
[root@vsrv-qlik-dmgw-dev bin] systemctl restart repagent
|
[root@vsrv-qlik-dmgw-dev bin] systemctl restart repagent
|
||||||
````
|
````
|
||||||
|
|
||||||
@@ -110,4 +111,4 @@ arepbq arep.sh kdestroy libe_sqlite3.so makeconv
|
|||||||
- [x] Anfrage bezüglich Erweiterung Festplattenkapazität weitergeleitet [start:: 2026-04-22] [scheduled:: 2026-04-22] [completion:: 2026-04-22]
|
- [x] Anfrage bezüglich Erweiterung Festplattenkapazität weitergeleitet [start:: 2026-04-22] [scheduled:: 2026-04-22] [completion:: 2026-04-22]
|
||||||
- [x] Konfiguration des Mountpoint /opt zur Einrichtung von Project-Quotas [completion:: 2026-04-27]
|
- [x] Konfiguration des Mountpoint /opt zur Einrichtung von Project-Quotas [completion:: 2026-04-27]
|
||||||
- [x] Installation des MySQL Datenbanktreibers [completion:: 2026-04-27]
|
- [x] Installation des MySQL Datenbanktreibers [completion:: 2026-04-27]
|
||||||
- [ ] Installation des MS-SQL Datenbanktreibers [start:: 2026-04-27] [scheduled:: 2026-04-28]
|
- [x] Installation des MS-SQL Datenbanktreibers [start:: 2026-04-27] [scheduled:: 2026-04-28] [completion:: 2026-04-28]
|
||||||
|
|||||||
@@ -1,11 +1,16 @@
|
|||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
- IT/Development/Ansible
|
- IT/Development/Ansible
|
||||||
|
- IT/Tools/uv
|
||||||
---
|
---
|
||||||
## Verwendung
|
## Verwendung
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
```shell
|
||||||
|
uv tool install --with-executables-from ansible-core,ansible-list ansible --force
|
||||||
|
```
|
||||||
|
|
||||||
## Links
|
## Links
|
||||||
- [Using Ansible's command and shell modules properly](http://willthames.github.io/2016/09/21/using-command-and-shell-in-ansible.html)
|
- [Using Ansible's command and shell modules properly](http://willthames.github.io/2016/09/21/using-command-and-shell-in-ansible.html)
|
||||||
- [Usage — Ansible Lint Documentation](https://ansible-lint.readthedocs.io/en/latest/usage.html)
|
- [Usage — Ansible Lint Documentation](https://ansible-lint.readthedocs.io/en/latest/usage.html)
|
||||||
|
|||||||
@@ -21,4 +21,5 @@ fisher install catppuccin/fish
|
|||||||
fisher install IlanCosman/tide@v6
|
fisher install IlanCosman/tide@v6
|
||||||
fisher install joseluisq/gitnow@2.13.0
|
fisher install joseluisq/gitnow@2.13.0
|
||||||
fisher install pure-fish/pure
|
fisher install pure-fish/pure
|
||||||
|
fisher install reitzig/sdkman-for-fish
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
tags:
|
||||||
|
- IT/Tools/terraform
|
||||||
|
- IT/Tools/helm
|
||||||
|
---
|
||||||
|
## Install terraform
|
||||||
|
|
||||||
|
|
||||||
|
## Install helm
|
||||||
|
|
||||||
|
```shell
|
||||||
|
# 1. Install prerequisites
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y apt-transport-https ca-certificates curl
|
||||||
|
|
||||||
|
# 2. Download and add the Helm GPG key
|
||||||
|
curl -fsSL https://packages.buildkite.com/helm-linux/helm-debian/gpgkey | gpg --dearmor | sudo tee /usr/share/keyrings/helm.gpg > /dev/null
|
||||||
|
|
||||||
|
# 3. Add the Helm repository
|
||||||
|
echo "deb [signed-by=/usr/share/keyrings/helm.gpg] https://packages.buildkite.com/helm-linux/helm-debian/any/ any main" | sudo tee /etc/apt/sources.list.d/helm-stable-debian.list
|
||||||
|
|
||||||
|
# 4. Update and install Helm
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y helm
|
||||||
|
|
||||||
|
# 5. Verify installation
|
||||||
|
helm version
|
||||||
|
```
|
||||||
@@ -14,7 +14,7 @@ relationship: kollege
|
|||||||
template: "[[contact-colleague]]"
|
template: "[[contact-colleague]]"
|
||||||
company: "[[cimt objects AG]]"
|
company: "[[cimt objects AG]]"
|
||||||
location: Berlin
|
location: Berlin
|
||||||
manager: "[[Oliver Fromm]]"
|
manager: "[[Maria König]]"
|
||||||
gilde:
|
gilde:
|
||||||
- "[[GCP Gilde]]"
|
- "[[GCP Gilde]]"
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ type: contact
|
|||||||
relationship: kollege
|
relationship: kollege
|
||||||
company: "[[cimt objects AG]]"
|
company: "[[cimt objects AG]]"
|
||||||
location: Berlin
|
location: Berlin
|
||||||
manager: "[[Oliver Fromm]]"
|
manager: "[[Maria König]]"
|
||||||
template: "[[contact-colleague]]"
|
template: "[[contact-colleague]]"
|
||||||
tags:
|
tags:
|
||||||
- process/contact
|
- process/contact
|
||||||
|
|||||||
@@ -8,8 +8,6 @@ journal-end-date: 2026-04-27
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Journal
|
## Journal
|
||||||
- [ ] 08:40 - 09:40 [[Augenarztpraxis Dr. Kriegerowski & Dr. Heine]]
|
|
||||||
Sehnervenanalyse
|
|
||||||
- [x] 11:00 - 12:00 [[Friseursalon Schnittkante]] [completion:: 2026-04-27]
|
- [x] 11:00 - 12:00 [[Friseursalon Schnittkante]] [completion:: 2026-04-27]
|
||||||
|
|
||||||
## Ziele
|
## Ziele
|
||||||
|
|||||||
@@ -0,0 +1,66 @@
|
|||||||
|
---
|
||||||
|
journal: Claudia daily
|
||||||
|
journal-date: 2026-07-27
|
||||||
|
journal-start-date: 2026-07-27
|
||||||
|
journal-end-date: 2026-07-27
|
||||||
|
---
|
||||||
|
```calendar-timeline
|
||||||
|
```
|
||||||
|
|
||||||
|
## Journal
|
||||||
|
- [ ] 08:40 - 09:40 [[Augenarztpraxis Dr. Kriegerowski & Dr. Heine]]
|
||||||
|
Sehnervenanalyse
|
||||||
|
|
||||||
|
## Ziele
|
||||||
|
|
||||||
|
##### [[2026-W31#^31i|Woche]] | [[2026-07#^07i|Monat]] | [[2026-Q3#^q3i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||||
|
|
||||||
|
## Aufgaben
|
||||||
|
|
||||||
|
> [!hint]- Aktuelle Aufgaben
|
||||||
|
>```tasks
|
||||||
|
>not done
|
||||||
|
>happens on 2026-07-27
|
||||||
|
>path regex does not match /^Resources\/Templates\/.*/
|
||||||
|
>path regex does not match /^Übersicht\/.*/
|
||||||
|
>```
|
||||||
|
|
||||||
|
> [!todo]- Aktive Aufgaben
|
||||||
|
>```tasks
|
||||||
|
>not done
|
||||||
|
>happens before 2026-07-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-07-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-07-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-07-27)
|
||||||
|
>```
|
||||||
|
|
||||||
|
## Geburtstage
|
||||||
|
```dataview
|
||||||
|
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||||
|
FROM "Infos/Kontakte"
|
||||||
|
WHERE birthday.month = 07 AND birthday.day = 27
|
||||||
|
```
|
||||||
@@ -0,0 +1,68 @@
|
|||||||
|
---
|
||||||
|
weight:
|
||||||
|
meditation: true
|
||||||
|
pushUps: 20
|
||||||
|
plank: 60
|
||||||
|
journal: Privat daily
|
||||||
|
journal-date: 2026-04-28
|
||||||
|
journal-start-date: 2026-04-28
|
||||||
|
journal-end-date: 2026-04-28
|
||||||
|
---
|
||||||
|
```calendar-timeline
|
||||||
|
```
|
||||||
|
|
||||||
|
## Journal
|
||||||
|
|
||||||
|
## Ziele
|
||||||
|
|
||||||
|
##### [[2026-W18#^18i|Woche]] | [[2026-04#^04i|Monat]] | [[2026-Q2#^q2i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||||
|
|
||||||
|
## Aufgaben
|
||||||
|
|
||||||
|
> [!hint]- Aktuelle Aufgaben
|
||||||
|
>```tasks
|
||||||
|
>not done
|
||||||
|
>happens on 2026-04-28
|
||||||
|
>path regex does not match /^Resources\/Templates\/.*/
|
||||||
|
>path regex does not match /^Übersicht\/.*/
|
||||||
|
>```
|
||||||
|
|
||||||
|
> [!todo]- Aktive Aufgaben
|
||||||
|
>```tasks
|
||||||
|
>not done
|
||||||
|
>happens before 2026-04-28
|
||||||
|
>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-04-28
|
||||||
|
>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-04-28
|
||||||
|
>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-04-28)
|
||||||
|
>```
|
||||||
|
|
||||||
|
## Geburtstage
|
||||||
|
```dataview
|
||||||
|
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||||
|
FROM "Infos/Kontakte"
|
||||||
|
WHERE birthday.month = 04 AND birthday.day = 28
|
||||||
|
```
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
work_home: false
|
work_home: false
|
||||||
work_office: false
|
work_office: true
|
||||||
journal: cimt daily
|
journal: cimt daily
|
||||||
journal-date: 2026-04-28
|
journal-date: 2026-04-28
|
||||||
journal-start-date: 2026-04-28
|
journal-start-date: 2026-04-28
|
||||||
@@ -11,9 +11,9 @@ journal-end-date: 2026-04-28
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Journal
|
## Journal
|
||||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-04-28]
|
||||||
- [ ] 13:00 - 16:00 [[Upgrade Prod Remote Engines]]
|
- [x] 13:00 - 16:00 [[Upgrade Prod Remote Engines]] [completion:: 2026-04-28]
|
||||||
- [ ] 13:30 - 13:45 [[Tibuci Jour fixe]]
|
- [-] 13:30 - 13:45 [[Tibuci Jour fixe]] [cancelled:: 2026-04-28]
|
||||||
|
|
||||||
## Ziele
|
## Ziele
|
||||||
|
|
||||||
|
|||||||
@@ -11,9 +11,9 @@ journal-end-date: 2026-04-30
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Journal
|
## Journal
|
||||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
- [-] 09:15 - 09:30 [[Managed Services Team Daily]] [cancelled:: 2026-04-28]
|
||||||
- [ ] 11:35 - 12:00 [[Lightning Talks Orga]]
|
- [-] 11:35 - 12:00 [[Lightning Talks Orga]] [cancelled:: 2026-04-28]
|
||||||
- [ ] 13:30 - 13:45 [[Tibuci Jour fixe]]
|
- [-] 13:30 - 13:45 [[Tibuci Jour fixe]] [cancelled:: 2026-04-28]
|
||||||
|
|
||||||
## Ziele
|
## Ziele
|
||||||
|
|
||||||
|
|||||||
@@ -7,10 +7,7 @@ journal-end-date: 2026-05-03
|
|||||||
```calendar-timeline
|
```calendar-timeline
|
||||||
```
|
```
|
||||||
> ### Woche [[2026-W18|18]] Ziele
|
> ### Woche [[2026-W18|18]] Ziele
|
||||||
> - Berufliche Ziele
|
> - [x] [[Upgrade Prod Remote Engines]] [completion:: 2026-04-28 #process/goal
|
||||||
> ---
|
|
||||||
> - Erledigtes
|
|
||||||
> ---
|
|
||||||
^18i
|
^18i
|
||||||
|
|
||||||
#### [[2026-04#^04i|Monat]] |[[2026-Q2#^q2i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
#### [[2026-04#^04i|Monat]] |[[2026-Q2#^q2i|Quartal]] | [[2026## Jahresziele|Jahr]]
|
||||||
|
|||||||
Reference in New Issue
Block a user