From e7ded167e0be4a6b05badf32f1a820989e4fc9b8 Mon Sep 17 00:00:00 2001 From: Ralf Koop Date: Wed, 12 Jun 2024 23:17:12 +0200 Subject: [PATCH 01/12] vault backup: 2024-06-12 23:17:12 --- Technik/git-messages.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Technik/git-messages.md diff --git a/Technik/git-messages.md b/Technik/git-messages.md new file mode 100644 index 0000000..418978d --- /dev/null +++ b/Technik/git-messages.md @@ -0,0 +1,17 @@ +## Git automatic message + +in der Git config folgendes eintragen : +```Plaintext +[commit] + template = ~/.gitmessage +``` +dann eine .gitmessage Datei in das Home des Users ablegen mit dem +Message Text der immer default genommen werden soll. + +Wenn mal trotzdem eine andere Message verwenden werden soll, gibt man einfach wieder +mit der -m "" Obtion eine Message an. + +Diesmal mit Auto-git aktiviert +und einer neuen Zeile + +#git, #automation \ No newline at end of file From b4cc20469416744f54fa2315a1c25d5d7af5c60b Mon Sep 17 00:00:00 2001 From: Ralf Koop Date: Wed, 12 Jun 2024 23:19:26 +0200 Subject: [PATCH 02/12] vault backup: 2024-06-12 23:19:26 --- Technik/Git-Befehle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Technik/Git-Befehle.md b/Technik/Git-Befehle.md index 42f74e2..6f4bca9 100644 --- a/Technik/Git-Befehle.md +++ b/Technik/Git-Befehle.md @@ -4,7 +4,7 @@ Hier ist die URL wenn man einen Zugriffstoken nutzen möchte : url = https://ralfk:glpat-uETsD1yCEZfxTxf-stK8@portal.ralfkoop.de/ralfk/myfirstbrain.git - Codeblock einfügen : + Anzeigen der Configuration : ```cmd From cb2cc1f2bebf9ffda5da4c113af7b0582e0b68e0 Mon Sep 17 00:00:00 2001 From: Ralf Koop Date: Wed, 12 Jun 2024 23:23:14 +0200 Subject: [PATCH 03/12] vault backup: 2024-06-12 23:23:14 --- Privat/temp.md | 8 -------- Technik/Nextcloud-Einstellungen.md | 4 ++++ Technik/Synology.md | 1 + Technik/Synology2.md | 21 --------------------- 4 files changed, 5 insertions(+), 29 deletions(-) delete mode 100644 Privat/temp.md delete mode 100644 Technik/Synology2.md diff --git a/Privat/temp.md b/Privat/temp.md deleted file mode 100644 index 717fe52..0000000 --- a/Privat/temp.md +++ /dev/null @@ -1,8 +0,0 @@ - -Test wegen Excalidraw : -![[temp 2024-06-06 13.44.14.excalidraw]]![[temp 2024-06-06 13.45.51.excalidraw]] -Ja cool so geht das und funzt sehr gut !!! -Ich muss nur noch mal prüfen wie ich das dann in VScode hinbekommen - -#todo -#Zeichnung \ No newline at end of file diff --git a/Technik/Nextcloud-Einstellungen.md b/Technik/Nextcloud-Einstellungen.md index edd6b45..c3f0069 100644 --- a/Technik/Nextcloud-Einstellungen.md +++ b/Technik/Nextcloud-Einstellungen.md @@ -3,3 +3,7 @@ CPU 6 RAM 16 GB Netzwerkkarte e1000 Display vga. (kein VM_VGA) + + + +#synology \ No newline at end of file diff --git a/Technik/Synology.md b/Technik/Synology.md index 512e3e7..7d11b39 100644 --- a/Technik/Synology.md +++ b/Technik/Synology.md @@ -19,3 +19,4 @@ Scheint aber auch nicht zu gehen So mal schauen wie das ist ohne gito +#synology \ No newline at end of file diff --git a/Technik/Synology2.md b/Technik/Synology2.md deleted file mode 100644 index 639f868..0000000 --- a/Technik/Synology2.md +++ /dev/null @@ -1,21 +0,0 @@ - - - - - -`````` - - - - - - -obsidian://setuplivesync?settings=%25be81f4774fe70ee09ca17ab6060000008ebcc80cbd436593d8ce01a3221b061f97VWv%2FqUDjs1nLiZA1%2BTK64dunRPQDOwpc4E6qR1osu%2BFaHJKqe%2B2J%2FTPwJHzOr9EE71Dai1HT0IBM%2FgzClLDeoUJQOOWpo8ZY3duTj00kMawXxETQAYEvvZWmxSfM3l1WkF%2BgnAUlqqK%2BhoHUuYejj%2FCkxgKC2JBe6ngeFlshVEUYnCbEywuO8iknU6igdgvHzr1UP%2BSXKhQks3uBETHQ%2FJzmd8ms0b2dMWSJ6b0GmsyzqyeouxB7TOZzXZ4xPgXaztWzgrDf%2BDCZ51M274EGuPzfUcdaG5Whue6IkjncCPoQ9yi6NVK3bQq%2BV56Oa%2BvKLKaaPYV2YQgpji33ZRYVrgc7%2BhRrSp2cwFb2or8gkMToTZdJGrVXXEgRN3iazHJhI9iv3eOrt4c0o45gOSl4hOnZ4amZMYgU2M9Wrj%2BpRiEHD7iOkkzs14vmJRSxE8Kx2fj0wn3f3t70MZmTsQYE9KaOf%2Fr2PpwHFURl%2B8vxGfNw%3D%3D - - -test wegen livesync -So nun ist das mit windows -Scheint aber auch nicht zu gehen -So mal schauen wie das ist ohne git - - From db1f7fc39ea6bcadddfea222536486e7517c7c74 Mon Sep 17 00:00:00 2001 From: Ralf Koop Date: Thu, 13 Jun 2024 07:19:24 +0200 Subject: [PATCH 04/12] vault backup: 2024-06-13 07:19:24 --- Technik/Obsidian Plugins.md | 7 ++++++ Technik/Obsidian-IOS-GitSync.md | 42 ++++++++++++++++----------------- 2 files changed, 28 insertions(+), 21 deletions(-) diff --git a/Technik/Obsidian Plugins.md b/Technik/Obsidian Plugins.md index ced90e1..f96aaa3 100644 --- a/Technik/Obsidian Plugins.md +++ b/Technik/Obsidian Plugins.md @@ -5,3 +5,10 @@ folgende Plugins habe ich installiert : - Homepage - LiveSyncServer +Um die Developer Console zu sehen : +View / Toogle DeveloperTools + + + + +#obsidion #config \ No newline at end of file diff --git a/Technik/Obsidian-IOS-GitSync.md b/Technik/Obsidian-IOS-GitSync.md index f155237..0465802 100644 --- a/Technik/Obsidian-IOS-GitSync.md +++ b/Technik/Obsidian-IOS-GitSync.md @@ -1,22 +1,22 @@ -I believe that this might be the easiest way to backup IOS with only Obsidian Git plugin. -![:exclamation:](https://forum.obsidian.md/images/emoji/apple/exclamation.png?v=12 ":exclamation:") You don’t need to download any extra app on your devices. - -- Sync repo - - Use `https:` protocol to clone the git repo - - Compress your repo and send it to your iphone (Air Drop or other ways) - - Open `Obsidian` on iphone, and create a vault with the same name as your repo, e.g. `repoA` - - Uncompress your repo on iphone and copy the whole folder, e.g. `repoA` - - Go to the path `on my iphone -> Obsidian`, you will see that the `repoA` is here. Now, paste your repo here, and choose **Replace to all** -- Config Git Auth - - Install and Enable the `Obsidian Git` plugin - - Go to github (I recommend you to use `Personal access tokens`, since the Password will fail sometimes) - - `Setting -> Developersetting -> Tokens (classic) -> generate new token` - - ![:exclamation:](https://forum.obsidian.md/images/emoji/apple/exclamation.png?v=12 ":exclamation:")Please copy and store your token somewhere, cause it only shows once. - - Paste your `Personal access tokens` to the `Obsidian Git Setting-> Commit Author -> password/personal access tokens` - - Or put it in the Gitconfig directly - -- Done, enjoy your free sync with git - - - +I believe that this might be the easiest way to backup IOS with only Obsidian Git plugin. +![:exclamation:](https://forum.obsidian.md/images/emoji/apple/exclamation.png?v=12 ":exclamation:") You don’t need to download any extra app on your devices. + +- Sync repo + - Use `https:` protocol to clone the git repo + - Compress your repo and send it to your iphone (Air Drop or other ways) + - Open `Obsidian` on iphone, and create a vault with the same name as your repo, e.g. `repoA` + - Uncompress your repo on iphone and copy the whole folder, e.g. `repoA` + - Go to the path `on my iphone -> Obsidian`, you will see that the `repoA` is here. Now, paste your repo here, and choose **Replace to all** +- Config Git Auth + - Install and Enable the `Obsidian Git` plugin + - Go to github (I recommend you to use `Personal access tokens`, since the Password will fail sometimes) + - `Setting -> Developersetting -> Tokens (classic) -> generate new token` + - ![:exclamation:](https://forum.obsidian.md/images/emoji/apple/exclamation.png?v=12 ":exclamation:")Please copy and store your token somewhere, cause it only shows once. + - Paste your `Personal access tokens` to the `Obsidian Git Setting-> Commit Author -> password/personal access tokens` + - Or put it in the Gitconfig directly + +- Done, enjoy your free sync with git + + + #technik, #obsidain, #git \ No newline at end of file From 66230ecafd80ea5cfe1cac454aa976907140e0ad Mon Sep 17 00:00:00 2001 From: Ralf Koop Date: Thu, 13 Jun 2024 07:33:34 +0200 Subject: [PATCH 05/12] vault backup: 2024-06-13 07:33:34 --- Technik/Obsidian Plugins.md | 5 +++++ Technik/Synology.md | 22 ---------------------- 2 files changed, 5 insertions(+), 22 deletions(-) delete mode 100644 Technik/Synology.md diff --git a/Technik/Obsidian Plugins.md b/Technik/Obsidian Plugins.md index 41f91e0..b62e8b7 100644 --- a/Technik/Obsidian Plugins.md +++ b/Technik/Obsidian Plugins.md @@ -6,6 +6,11 @@ folgende Plugins habe ich installiert : - LiveSyncServer. Habe ich nicht richtig zum laufen bekommen. Mehr Konflikte als alles andere Was ist das den mit den Leerzeichen ? +Genutze Themes : +Typewriter + + + Um die Developer Console zu sehen : View / Toogle DeveloperTools diff --git a/Technik/Synology.md b/Technik/Synology.md deleted file mode 100644 index 7d11b39..0000000 --- a/Technik/Synology.md +++ /dev/null @@ -1,22 +0,0 @@ - - - - - -`````` - - - - - -Livesync Uri -obsidian://setuplivesync?settings=%25be81f4774fe70ee09ca17ab6060000008ebcc80cbd436593d8ce01a3221b061f97VWv%2FqUDjs1nLiZA1%2BTK64dunRPQDOwpc4E6qR1osu%2BFaHJKqe%2B2J%2FTPwJHzOr9EE71Dai1HT0IBM%2FgzClLDeoUJQOOWpo8ZY3duTj00kMawXxETQAYEvvZWmxSfM3l1WkF%2BgnAUlqqK%2BhoHUuYejj%2FCkxgKC2JBe6ngeFlshVEUYnCbEywuO8iknU6igdgvHzr1UP%2BSXKhQks3uBETHQ%2FJzmd8ms0b2dMWSJ6b0GmsyzqyeouxB7TOZzXZ4xPgXaztWzgrDf%2BDCZ51M274EGuPzfUcdaG5Whue6IkjncCPoQ9yi6NVK3bQq%2BV56Oa%2BvKLKaaPYV2YQgpji33ZRYVrgc7%2BhRrSp2cwFb2or8gkMToTZdJGrVXXEgRN3iazHJhI9iv3eOrt4c0o45gOSl4hOnZ4amZMYgU2M9Wrj%2BpRiEHD7iOkkzs14vmJRSxE8Kx2fj0wn3f3t70MZmTsQYE9KaOf%2Fr2PpwHFURl%2B8vxGfNw%3D%3D -Passwort .b……. - -test wegen livesync -So nun ist das mit windows -Scheint aber auch nicht zu gehen -So mal schauen wie das ist ohne gito - - -#synology \ No newline at end of file From 6c8a9fbec9e320ae96ec2b40560d759e27fd635c Mon Sep 17 00:00:00 2001 From: Ralfk Date: Thu, 13 Jun 2024 08:37:55 +0200 Subject: [PATCH 06/12] iPad 12: 2024-06-13 08:37:55 --- Technik/Mac-Tastenkürzel.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Technik/Mac-Tastenkürzel.md b/Technik/Mac-Tastenkürzel.md index c383843..af1b15e 100644 --- a/Technik/Mac-Tastenkürzel.md +++ b/Technik/Mac-Tastenkürzel.md @@ -9,9 +9,10 @@ Eckige Klammern | Option+5 [ und Option+6 ] geschweifte Klammern | option+8 { und Option+9 } Backslash | shift+Option+7 Pipe | Option+7 - +Auf dem iPad und Magic Keyboard die escape Taste ist : +Command + . Erzeugt das escape -#Mac, #technik, #nachschauen \ No newline at end of file +#Mac, #technik, #nachschauen #ipad \ No newline at end of file From 522db3efe4c0d1ec172a87fb5eb8e33395c755b7 Mon Sep 17 00:00:00 2001 From: Ralf Koop Date: Thu, 13 Jun 2024 19:33:49 +0200 Subject: [PATCH 07/12] vault backup: 2024-06-13 19:33:49 --- Arbeit/english.md | 2 +- Arbeit/temp.md | 0 Eingang/daily-note-2024-06-07.md | 9 --------- Privat/Herbert.md | 7 ++----- Technik/Nextcloud-Einstellungen.md | 2 +- Technik/Obsidian Plugins.md | 2 +- Technik/Obsidian-IOS-GitSync.md | 2 +- Technik/Windows 7 Benutzerprofil.md | 2 +- 8 files changed, 7 insertions(+), 19 deletions(-) delete mode 100644 Arbeit/temp.md delete mode 100644 Eingang/daily-note-2024-06-07.md diff --git a/Arbeit/english.md b/Arbeit/english.md index 8461576..9865dbb 100644 --- a/Arbeit/english.md +++ b/Arbeit/english.md @@ -10,4 +10,4 @@ eldest by people else oldest -#Lernen \ No newline at end of file +#lernen #englisch \ No newline at end of file diff --git a/Arbeit/temp.md b/Arbeit/temp.md deleted file mode 100644 index e69de29..0000000 diff --git a/Eingang/daily-note-2024-06-07.md b/Eingang/daily-note-2024-06-07.md deleted file mode 100644 index 9064a9a..0000000 --- a/Eingang/daily-note-2024-06-07.md +++ /dev/null @@ -1,9 +0,0 @@ - - - [ ] Organitation der Notizen überlegen - Habe mich heute Krank gemeldet !! - Aber es scheint wirklich mit IOS zu funktionieren das mit dem Git und Obsidian - Test. - - - - diff --git a/Privat/Herbert.md b/Privat/Herbert.md index 07285e6..8c80796 100644 --- a/Privat/Herbert.md +++ b/Privat/Herbert.md @@ -1,19 +1,16 @@ ### Reha Zentrum Flensburg GmbH +## Reha Zentrum Dorotheenstraße 22 24939 Flensburg - - Am Malteser Krankenhaus St. Franziskus-Hospital Für weitere Auskünfte, Terminvereinbarungen etc. rufen Sie uns gern an: - - Telefon +49 (0)461 / 816-1-816 -#Herbert \ No newline at end of file +#familie \ No newline at end of file diff --git a/Technik/Nextcloud-Einstellungen.md b/Technik/Nextcloud-Einstellungen.md index c3f0069..7d7cdef 100644 --- a/Technik/Nextcloud-Einstellungen.md +++ b/Technik/Nextcloud-Einstellungen.md @@ -6,4 +6,4 @@ Display vga. (kein VM_VGA) -#synology \ No newline at end of file +#synology #nextcloud \ No newline at end of file diff --git a/Technik/Obsidian Plugins.md b/Technik/Obsidian Plugins.md index b62e8b7..24e439b 100644 --- a/Technik/Obsidian Plugins.md +++ b/Technik/Obsidian Plugins.md @@ -17,4 +17,4 @@ View / Toogle DeveloperTools -#obsidion #config \ No newline at end of file +#obsidian #config \ No newline at end of file diff --git a/Technik/Obsidian-IOS-GitSync.md b/Technik/Obsidian-IOS-GitSync.md index 0465802..1872de3 100644 --- a/Technik/Obsidian-IOS-GitSync.md +++ b/Technik/Obsidian-IOS-GitSync.md @@ -19,4 +19,4 @@ I believe that this might be the easiest way to backup IOS with only Obsidian Gi -#technik, #obsidain, #git \ No newline at end of file +#technik #obsidian #git \ No newline at end of file diff --git a/Technik/Windows 7 Benutzerprofil.md b/Technik/Windows 7 Benutzerprofil.md index f421495..bdb8307 100644 --- a/Technik/Windows 7 Benutzerprofil.md +++ b/Technik/Windows 7 Benutzerprofil.md @@ -26,4 +26,4 @@ Zum erstellen von Bootfähigen USBstickes -#Windows, #technik, #Benutzerprofile, #regedit \ No newline at end of file +#windows, #technik, #benutzerprofile, #regedit \ No newline at end of file From 8ae5e5330872f2b2dfe4c8b182ef75f5f84f4698 Mon Sep 17 00:00:00 2001 From: Ralf Koop Date: Thu, 13 Jun 2024 19:34:22 +0200 Subject: [PATCH 08/12] vault backup: 2024-06-13 19:34:22 --- Technik/Mac-Tastenkürzel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Technik/Mac-Tastenkürzel.md b/Technik/Mac-Tastenkürzel.md index af1b15e..efa39e3 100644 --- a/Technik/Mac-Tastenkürzel.md +++ b/Technik/Mac-Tastenkürzel.md @@ -15,4 +15,4 @@ Command + . Erzeugt das escape -#Mac, #technik, #nachschauen #ipad \ No newline at end of file +#mac, #technik, #nachschauen #ipad \ No newline at end of file From 142c299a15bab0f54ea407c95a9f46b6d67e950c Mon Sep 17 00:00:00 2001 From: Ralf Koop Date: Thu, 13 Jun 2024 19:36:17 +0200 Subject: [PATCH 09/12] vault backup: 2024-06-13 19:36:17 --- Technik/gitkey.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Technik/gitkey.md diff --git a/Technik/gitkey.md b/Technik/gitkey.md new file mode 100644 index 0000000..914d80a --- /dev/null +++ b/Technik/gitkey.md @@ -0,0 +1,9 @@ + + Git key für GitHub.com + + url = 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 + + + +## Tags + #git From af3771e2869bec2f39f32951f76530bf6364aa85 Mon Sep 17 00:00:00 2001 From: Ralf Koop Date: Thu, 13 Jun 2024 19:49:30 +0200 Subject: [PATCH 10/12] vault backup: 2024-06-13 19:49:30 --- Kunden/KK/Untitled.md | 0 Kunden/KT/Untitled.md | 0 Kunden/MT/DAT.md | 8 ++++++++ Kunden/priv-Kunden/Kontakte.md | 7 +++++++ Privat/Kontakte.md | 7 +++++++ 5 files changed, 22 insertions(+) create mode 100644 Kunden/KK/Untitled.md create mode 100644 Kunden/KT/Untitled.md create mode 100644 Kunden/MT/DAT.md create mode 100644 Kunden/priv-Kunden/Kontakte.md create mode 100644 Privat/Kontakte.md diff --git a/Kunden/KK/Untitled.md b/Kunden/KK/Untitled.md new file mode 100644 index 0000000..e69de29 diff --git a/Kunden/KT/Untitled.md b/Kunden/KT/Untitled.md new file mode 100644 index 0000000..e69de29 diff --git a/Kunden/MT/DAT.md b/Kunden/MT/DAT.md new file mode 100644 index 0000000..f969528 --- /dev/null +++ b/Kunden/MT/DAT.md @@ -0,0 +1,8 @@ +DAT 03514714181 +Hotline dat 07114503130 + +Herr Talmon + + + +#kontakte \ No newline at end of file diff --git a/Kunden/priv-Kunden/Kontakte.md b/Kunden/priv-Kunden/Kontakte.md new file mode 100644 index 0000000..e7b29fc --- /dev/null +++ b/Kunden/priv-Kunden/Kontakte.md @@ -0,0 +1,7 @@ + Frau Steeg Sierichstrasse 56 040274334 + +0177 8076095 Andreas Freund von Sven Olbert + +> Frau Busch Volksdorf Rögenweg 17 0406048148 + +#kontakte \ No newline at end of file diff --git a/Privat/Kontakte.md b/Privat/Kontakte.md new file mode 100644 index 0000000..aca5977 --- /dev/null +++ b/Privat/Kontakte.md @@ -0,0 +1,7 @@ +Johannsen-glasau@t-online.de +berndseele@gmx.de + Kristian Schmidt Privat 0175 5404109 + + + +#kontakte \ No newline at end of file From 8a78aa7e34a3d2320d496507519da557a4609c10 Mon Sep 17 00:00:00 2001 From: Ralfk Date: Thu, 13 Jun 2024 22:18:09 +0200 Subject: [PATCH 11/12] Backup Mac 13 --- Kunden/MT/DAT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kunden/MT/DAT.md b/Kunden/MT/DAT.md index f969528..d934c15 100644 --- a/Kunden/MT/DAT.md +++ b/Kunden/MT/DAT.md @@ -1,4 +1,4 @@ -DAT 03514714181 +DAT 03514714181 Hotline dat 07114503130 Herr Talmon From 5e856a3717002e754516d4c15c201b92882a14f2 Mon Sep 17 00:00:00 2001 From: Ralfk Date: Thu, 13 Jun 2024 22:47:11 +0200 Subject: [PATCH 12/12] Mac13: 2024-06-13 22:47:11 --- Technik/Synology-Einstellung.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Technik/Synology-Einstellung.md diff --git a/Technik/Synology-Einstellung.md b/Technik/Synology-Einstellung.md new file mode 100644 index 0000000..9e44179 --- /dev/null +++ b/Technik/Synology-Einstellung.md @@ -0,0 +1,18 @@ + +Synology Prod +Netzwerk +192.168.132.188 + + + + + +Synology Backup +Netzwerk. 192.168.132.8 +MacAdresse. 24-5E-BE-85-69-59 + + + + + +#synology #config \ No newline at end of file