summaryrefslogtreecommitdiff
path: root/0 inbox
diff options
context:
space:
mode:
Diffstat (limited to '0 inbox')
-rw-r--r--0 inbox/2025-01-08.md29
-rw-r--r--0 inbox/AI Alibaba.md7
-rw-r--r--0 inbox/MySQL Foreign Keys.md1
-rw-r--r--0 inbox/Obsidian git.md4
-rw-r--r--0 inbox/Taskwarrior iOS or obsidian sync.md6
-rw-r--r--0 inbox/wayland-session-manager.md5
6 files changed, 51 insertions, 1 deletions
diff --git a/0 inbox/2025-01-08.md b/0 inbox/2025-01-08.md
new file mode 100644
index 0000000..cb89a8e
--- /dev/null
+++ b/0 inbox/2025-01-08.md
@@ -0,0 +1,29 @@
+- [x] PreWed photo's met maria delen
+- [ ] Medicijnen halen Papa
+# Python Packaging
+https://packaging.python.org/en/latest/
+
+# VPN
+Ik gebruik nu systemd om openvpn aan/uit te zetten. Dat werkt helaas niet zo goed met een passphrase protected certificate waardoor ik `systemd-tty-ask-password-agent` moet gebruiken los om een pw in te vullen. Dit veroorzaakt ook gezeik als die VPN aanstaat en een extern proces een restart triggert - die hangt dan.
+
+Ik denk dat het handiger is om NetworkManager te gebruiken. Ik las namelijk ooit iets, geloof over systemd-resolved, dat NM handiger is voor desktops waar veel interactie is en systemd meer voor servers. Mogelijk is dat hier ook.
+
+# ONE: Set-up systems VPN
+https://sysdoc.one.com/base/openvpn/generate-systems-config/
+
+**Systems VPN geeft toegang tot kritieke infrastructuur**
+Beveiligings guidelines:
+- Always ensure that any critical data is kept on an encrypted volume.
+- Always lock your computer if you step away from it.
+- Make sure to configure your computer to automatically lock the screen after 10 minutes or less of inactivity.
+- Choose a local password of at least 8 characters that is not used elsewhere and that is not a dictionary word.
+- If you use SSH, make sure to choose a SSH key pass phrase of minimum 10 characters.
+- If a local root password is set, make sure it’s also at least 10 characters.
+
+
+# Pw auth logstash
+Mohammed helpen met testen van puppet code
+
+
+# Learning more about obsidian
+https://obsidian.rocks/tracking-tasks-in-obsidian-the-beginners-guide/ \ No newline at end of file
diff --git a/0 inbox/AI Alibaba.md b/0 inbox/AI Alibaba.md
new file mode 100644
index 0000000..7df3238
--- /dev/null
+++ b/0 inbox/AI Alibaba.md
@@ -0,0 +1,7 @@
+Een AI operated storefront die inkoopt bij Alibaba of AliExpress.
+
+Inschrijven als bedrijf zodat ik payment gateways zoals ideal.
+Storefront webshop die stats tracked (views, clicks, etc).
+Systeem die AI gebruikt om vragen te beantwoorden obv data en dan zelf acties daarop doet via API integraties.
+Integraties met aliexpress, Alibaba om aankopen te doen naar adres koper versturen. Geen warenhuis.
+Integraties met tracking van delivery. \ No newline at end of file
diff --git a/0 inbox/MySQL Foreign Keys.md b/0 inbox/MySQL Foreign Keys.md
deleted file mode 100644
index 0338256..0000000
--- a/0 inbox/MySQL Foreign Keys.md
+++ /dev/null
@@ -1 +0,0 @@
-Live in information_schema.referential_constraints. \ No newline at end of file
diff --git a/0 inbox/Obsidian git.md b/0 inbox/Obsidian git.md
new file mode 100644
index 0000000..c4c679c
--- /dev/null
+++ b/0 inbox/Obsidian git.md
@@ -0,0 +1,4 @@
+goede obsidian git integratie ipv die bestaande shit plug-in.
+Uitzoeken:
+- git x platform: denk aan iOS app “working copy”.
+- Obsidian plugins: hoe? Welke taal? \ No newline at end of file
diff --git a/0 inbox/Taskwarrior iOS or obsidian sync.md b/0 inbox/Taskwarrior iOS or obsidian sync.md
new file mode 100644
index 0000000..50f2dba
--- /dev/null
+++ b/0 inbox/Taskwarrior iOS or obsidian sync.md
@@ -0,0 +1,6 @@
+Use TaskWarrior on iOS for TODO's.
+- Find out if something like this exists
+- Make an app if needed ( Dart/Flutter? )
+- So it can sync with taskwarrior server
+
+Another idea I had is to create a server that runs taskwarrior server which taskwarrior syncs with and have some hooks that put tasks into obsidian
diff --git a/0 inbox/wayland-session-manager.md b/0 inbox/wayland-session-manager.md
new file mode 100644
index 0000000..b485c4f
--- /dev/null
+++ b/0 inbox/wayland-session-manager.md
@@ -0,0 +1,5 @@
+As recommend by Hyprland master tutorial, as systemd user use uwsm: https://github.com/Vladimir-csp/uwsm -> is available as package in nix
+
+uwsm recommends alternative D-Bus implementation: https://github.com/bus1/dbus-broker
+
+Check this out.e \ No newline at end of file