vault backup: 2026-04-27 18:08:40
This commit is contained in:
+6
-1
@@ -24,4 +24,9 @@ LIMIT 20
|
||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-03-31] [start:: 2026-04-02] [scheduled:: 2026-04-02] [completion:: 2026-04-02]
|
||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-04-02] [start:: 2026-04-06] [scheduled:: 2026-04-07] [completion:: 2026-04-07]
|
||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-04-07] [start:: 2026-04-09] [scheduled:: 2026-04-09] [completion:: 2026-04-09]
|
||||
- [ ] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-04-09] [start:: 2026-04-13] [scheduled:: 2026-04-13]
|
||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-04-09] [start:: 2026-04-13] [scheduled:: 2026-04-13] [completion:: 2026-04-27]
|
||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-04-27] [start:: 2026-04-16] [scheduled:: 2026-04-16] [completion:: 2026-04-27]
|
||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-04-27] [start:: 2026-04-20] [scheduled:: 2026-04-20] [completion:: 2026-04-27]
|
||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-04-27] [start:: 2026-04-23] [scheduled:: 2026-04-23] [completion:: 2026-04-27]
|
||||
- [x] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-04-27] [start:: 2026-04-27] [scheduled:: 2026-04-27] [completion:: 2026-04-27]
|
||||
- [ ] Backshop Outtasking SOBS Oracle Datenbank [repeat:: every week on Monday, Thursday] [created:: 2026-04-27] [start:: 2026-04-30] [scheduled:: 2026-04-30]
|
||||
|
||||
@@ -25,4 +25,9 @@ LIMIT 20
|
||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-03-31] [start:: 2026-04-02] [scheduled:: 2026-04-02] [completion:: 2026-04-02]
|
||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-04-02] [start:: 2026-04-06] [scheduled:: 2026-04-07] [completion:: 2026-04-07]
|
||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-04-02] [start:: 2026-04-09] [scheduled:: 2026-04-09] [completion:: 2026-04-09]
|
||||
- [ ] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-04-09] [start:: 2026-04-13] [scheduled:: 2026-04-13]
|
||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-04-09] [start:: 2026-04-13] [scheduled:: 2026-04-13] [completion:: 2026-04-27]
|
||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-04-27] [start:: 2026-04-16] [scheduled:: 2026-04-16] [completion:: 2026-04-27]
|
||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-04-27] [start:: 2026-04-20] [scheduled:: 2026-04-20] [completion:: 2026-04-27]
|
||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-04-27] [start:: 2026-04-23] [scheduled:: 2026-04-23] [completion:: 2026-04-27]
|
||||
- [x] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-04-27] [start:: 2026-04-27] [scheduled:: 2026-04-27] [completion:: 2026-04-27]
|
||||
- [ ] Harry Brot Outtasking Datenbanken [repeat:: every week on Monday, Thursday] [created:: 2026-04-27] [start:: 2026-04-30] [scheduled:: 2026-04-30]
|
||||
|
||||
@@ -12,8 +12,26 @@ reference:
|
||||
|
||||
## Überlegungen
|
||||
|
||||
Linux **project quotas** (`prjquota`) allow you to set limits on directories and their future subdirectories, but they require manual configuration for each specific path rather than automatic inheritance for newly created directories.
|
||||
|
||||
To implement this, you must:
|
||||
- **Enable the feature**: Add `prjquota` to the mount options in `/etc/fstab` and remount the filesystem.
|
||||
- **Define projects**: Edit `/etc/projects` to assign a unique Project ID to the target directory (e.g., `/app/project1`).
|
||||
- **Map IDs**: Edit `/etc/projid` to link the Project ID to a human-readable name.
|
||||
- **Set limits**: Use `xfs_quota` to set soft and hard limits for that Project ID.
|
||||
|
||||
|
||||
This method applies quotas to the specified directory and all its contents, including **future subdirectories** created within that path, but you must manually define the quota for each new top-level project directory you wish to limit.
|
||||
## Links
|
||||
- https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Gateways/dm-gateway-setting-up.htm
|
||||
- https://community.qlik.com/t5/Official-Support-Articles/Qlik-Data-Gateway-installation-requirements-Data-Movement/ta-p/2091557
|
||||
- https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Gateways/dm-gateway-setting-up.htm
|
||||
- https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/DataIntegration/SourcesConnections/supported-sources.htm
|
||||
- https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/DataIntegration/Landing/connecting-data-2.htm
|
||||
|
||||
- https://search.brave.com/ask?q=How+do+I+reset+or+modify+existing+prjquota+limits%3F&conversation=0904310594262d07a7936d9aa689d413fdc4
|
||||
- https://search.brave.com/search?q=prjquota+set+limits+for+subdirectories+of+given+path&summary=1&conversation=0904da0eee1946f8461b4a15b8888452d6b1
|
||||
- https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html/managing_file_systems/assembly_limiting-storage-space-usage-on-xfs-with-quotas_managing-file-systems
|
||||
|
||||
## Termine
|
||||
```dataview
|
||||
@@ -72,8 +90,23 @@ arepbq arep.sh kdestroy libe_sqlite3.so makeconv
|
||||
[root@vsrv-qlik-dmgw-dev bin] ./repagent agentctl qcs set_config --tenant_url hoyer.de.qlikcloud.com
|
||||
````
|
||||
|
||||
````shell
|
||||
[root@vsrv-qlik-dmgw-dev etc] nvim fstab
|
||||
[root@vsrv-qlik-dmgw-dev bin] cat fstab
|
||||
|
||||
````
|
||||
|
||||
````shell
|
||||
[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] systemctl restart repagent
|
||||
````
|
||||
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] Hoyer Installation Data Movement Gateway on vsrv-qlik-dmgw-dev [start:: 2026-04-21] [scheduled:: 2026-04-22] [completion:: 2026-04-23]
|
||||
- [x] Verzeichnis /opt nicht als Mountpoint eingerichtet mit mindestens 300GB Kapazität [[Viktor Becker]] [start:: 2026-04-21] [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] Installation des MySQL Datenbanktreibers [completion:: 2026-04-27]
|
||||
- [ ] Installation des MS-SQL Datenbanktreibers [start:: 2026-04-27] [scheduled:: 2026-04-28]
|
||||
|
||||
@@ -21,4 +21,4 @@ reference:
|
||||
- [x] Ticket erstellt [completion:: 2026-03-27]
|
||||
- [x] Zugang erhalten [start:: 2026-03-27] [scheduled:: 2026-04-01] [completion:: 2026-04-01]
|
||||
- [ ] Hoyer Managed Services Starterpaket [start:: 2026-03-25] [due:: 2026-04-30]
|
||||
- [ ] Übernahme der POC Dokumentation ins Confluence [start:: 2026-03-24] [scheduled:: 2026-04-13]
|
||||
- [ ] Übernahme der POC Dokumentation ins Confluence [start:: 2026-03-24] [scheduled:: 2026-04-28]
|
||||
|
||||
@@ -27,4 +27,4 @@ LIMIT 20
|
||||
## Unteraufgaben
|
||||
|
||||
- [ ] Konfiguration Hoyer Grafana-Server
|
||||
- [ ] Informationen zu Organisationen in Grafana an [[Malte Dreyer]] senden [start:: 2026-04-21] [scheduled:: 2026-04-27]
|
||||
- [ ] Informationen zu Organisationen in Grafana an [[Malte Dreyer]] senden [start:: 2026-04-21] [scheduled:: 2026-04-28]
|
||||
|
||||
@@ -14,5 +14,5 @@ tags:
|
||||
## Unteraufgaben
|
||||
|
||||
- [x] Vorbereitung Talend System-Update #process/task [completion:: 2026-03-06]
|
||||
- [ ] Talend Entwicklung Update #process/task [scheduled:: 2026-04-13]
|
||||
- [x] Talend Entwicklung Update #process/task [scheduled:: 2026-04-13] [completion:: 2026-04-27]
|
||||
- [ ] Talend PROD Update #process/task [scheduled:: 2026-04-13]
|
||||
|
||||
@@ -8,5 +8,5 @@ tags:
|
||||
- [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]
|
||||
- [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 #process/task [start:: 2026-03-04] [scheduled:: 2026-04-13]
|
||||
- [ ] Einrichtung der RDP und SSH Verbindungen auf Terminalserver #process/task [start:: 2026-03-04] [scheduled:: 2026-04-28]
|
||||
|
||||
|
||||
@@ -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-04-14]
|
||||
- [ ] Einbindung von Bildern in den Beitrag #process/task [start:: 2026-02-17] [scheduled:: 2026-04-14]
|
||||
- [ ] Ablage des Textes als Word-Dokument in Sharepoint [start:: 2026-02-20] [scheduled:: 2026-04-14]
|
||||
- [ ] Review des Eintrags mit KI #process/task [start:: 2026-02-17] [scheduled:: 2026-04-28]
|
||||
- [ ] Einbindung von Bildern in den Beitrag #process/task [start:: 2026-02-17] [scheduled:: 2026-04-28]
|
||||
- [ ] Ablage des Textes als Word-Dokument in Sharepoint [start:: 2026-02-20] [scheduled:: 2026-04-28]
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ CouchDB Testumgebung
|
||||
|
||||
## Aufgaben
|
||||
- [x] Ersetzen von Docker mit podman auf bervl1prr #process/task [start:: 2026-02-02] [scheduled:: 2026-02-16] [completion:: 2026-02-16]
|
||||
- [ ] Anwesenheitsbericht Dokumentation erstellen #process/task [scheduled:: 2026-04-13]
|
||||
- [ ] Anwesenheitsbericht Dokumentation erstellen #process/task [scheduled:: 2026-04-28]
|
||||
|
||||
## Offene Aufgaben
|
||||
```dataviewjs
|
||||
|
||||
@@ -10,7 +10,7 @@ journal-end-date: 2026-04-27
|
||||
## Journal
|
||||
- [ ] 08:40 - 09:40 [[Augenarztpraxis Dr. Kriegerowski & Dr. Heine]]
|
||||
Sehnervenanalyse
|
||||
- [ ] 16:00 - 17:00 [[Friseursalon Schnittkante]]
|
||||
- [x] 11:00 - 12:00 [[Friseursalon Schnittkante]] [completion:: 2026-04-27]
|
||||
|
||||
## Ziele
|
||||
|
||||
|
||||
@@ -0,0 +1,68 @@
|
||||
---
|
||||
weight:
|
||||
meditation: true
|
||||
pushUps: 0
|
||||
plank: 0
|
||||
journal: Privat daily
|
||||
journal-date: 2026-04-27
|
||||
journal-start-date: 2026-04-27
|
||||
journal-end-date: 2026-04-27
|
||||
---
|
||||
```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-27
|
||||
>path regex does not match /^Resources\/Templates\/.*/
|
||||
>path regex does not match /^Übersicht\/.*/
|
||||
>```
|
||||
|
||||
> [!todo]- Aktive Aufgaben
|
||||
>```tasks
|
||||
>not done
|
||||
>happens before 2026-04-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-04-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-04-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-04-27)
|
||||
>```
|
||||
|
||||
## Geburtstage
|
||||
```dataview
|
||||
TABLE birthday as Geburtstag, truncate(string(date(today) - birthday),2, "") AS Alter
|
||||
FROM "Infos/Kontakte"
|
||||
WHERE birthday.month = 04 AND birthday.day = 27
|
||||
```
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
work_home: false
|
||||
work_home: true
|
||||
work_office: false
|
||||
journal: cimt daily
|
||||
journal-date: 2026-04-27
|
||||
@@ -11,7 +11,7 @@ journal-end-date: 2026-04-27
|
||||
```
|
||||
|
||||
## Journal
|
||||
- [ ] 09:15 - 09:30 [[Managed Services Team Daily]]
|
||||
- [x] 09:15 - 09:30 [[Managed Services Team Daily]] [completion:: 2026-04-27]
|
||||
|
||||
## Ziele
|
||||
|
||||
|
||||
Reference in New Issue
Block a user