HON95 1 yıl önce
ebeveyn
işleme
255206263d
2 değiştirilmiş dosya ile 33 ekleme ve 0 silme
  1. 10 0
      monitoring/loki.md
  2. 23 0
      personal-device/applications.md

+ 10 - 0
monitoring/loki.md

@@ -18,4 +18,14 @@ For log collection.
 - Typically uses Promtail for log collection from servers, sometimes with syslog-ng for log format conversion.
 - Good integration with e.g. Kubernetes, Grafana and Prometheus.
 
+### Logging Challenges
+
+- Privacy:
+    - Access control.
+    - Masking/de-identification of sensitive data.
+    - Re-identification of sensitive data, if required.
+    - Right to be forgotten.
+    - Right of access.
+    - Retention period.
+
 {% include footer.md %}

+ 23 - 0
personal-device/applications.md

@@ -150,6 +150,17 @@ Assuming default keybinds.
     - Change workspace: `Mod+<1-9>`
     - Move window to another workspace: `Mod+Shift+<1-9>`
 
+## Kdenlive (Linux)
+
+### Setup
+
+Arch Linux:
+
+1. Install: `sudo pacman -S kdenlive breeze`
+1. Open Kdenlive.
+1. Fix theme:
+    1. "Settings" > "Color Scheme" > "Breeze Dark".
+
 ## Piper (Linux)
 
 GUI for configuring gaming mice.
@@ -160,6 +171,18 @@ GUI for configuring gaming mice.
 1. Install `piper`.
 1. Configure the mouse using the GUI application.
 
+### Project
+
+1. Press "new project".
+1. Select a profile (e.g. "4K UHD 2160p 30fps").
+1. Import media to use.
+1. Add image:
+    1. Import as "clip".
+    1. Add to video track.
+    1. Add transform effect to scale and move it (make sure to "show edit mode" in the video preview).
+1. Etc.
+1. Export to video file.
+
 ## PipeWire (Linux)
 
 A modern audio server replacement for PulseAudio, JACK and ALSA.