Fedora15: 2025-01-18 19:56:48
This commit is contained in:
@@ -49,6 +49,11 @@ diesen Monat muß ich noch in die Excel Mappe eintragen
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
C# Lernen bei MS :
|
||||
|
||||
https://learn.microsoft.com/de-de/training/modules/csharp-write-first/2-exercise-hello-world
|
||||
@@ -68,6 +73,28 @@ Vmwaretools :
|
||||
[https://packages-prod.broadcom.com/tools/frozen/darwin/darwin.iso](https://packages-prod.broadcom.com/tools/frozen/darwin/darwin.iso)
|
||||
|
||||
|
||||
<<<<<<< HEAD
|
||||
test
|
||||
=======
|
||||
|
||||
04881 664
|
||||
Dr. Kowalschek
|
||||
Herbert Pflegebett
|
||||
rezept warum nicht ?
|
||||
>>>>>>> origin/main
|
||||
|
||||
|
||||
|
||||
NgixProxyManager Host
|
||||
192.168.132.19:7005
|
||||
Advanced :![[Heute 2025-01-15 22.47.41.excalidraw]]
|
||||
location / {
|
||||
set $destination $http_destination;
|
||||
if ($destination ~* ^https(.+)$) {
|
||||
set $destination http$1;
|
||||
}
|
||||
proxy_set_header Destination $destination;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Forwarded-For $remote_addr;
|
||||
proxy_pass http://192.168.132.19:7005;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
Ich mache mir vorlagen für neuen PC
|
||||
ich mache mir Ordner in den Softwareprodukte kommen für jeder version eine eigene Datei
|
||||
Ich verknüpfe die PC Notizen mit den Softwarenotizen.
|
||||
Ich mache einen Ordner mit Howto für jede Software die dann ebenfalls verknüpft werden kann. Für jedes Howto eine eigene Datei
|
||||
|
||||
|
||||
Ich erstelle mir ein neues Notizbuch (Vault) wo ich die Notizen sauber übertrage
|
||||
- LangZeitHirn (LHZ) in der Nextcloud !!
|
||||
-
|
||||
-
|
||||
@@ -0,0 +1,19 @@
|
||||
siehe hierzu Artikel :
|
||||
https://lucasbrenner.com/artikel/organisation-meiner-notizen/
|
||||
|
||||
|
||||
# Titel der Literaturquelle (Urheber*in-Name)
|
||||
Einen dieser Tags auswählen: #Literatur/Sachbuch ODER #Literatur/Artikel ODER #Literatur/Video ODER #Literatur/Live ODER #Literatur/Konzept
|
||||
[Bei Onlinequellen: Link]()
|
||||
|
||||
---
|
||||
|
||||
> [!SUMMARY] Zusammenfassung in 3 Sätzen
|
||||
> - …
|
||||
> - …
|
||||
> - …
|
||||
|
||||
- Notizen über Literaturquelle
|
||||
|
||||
## Zitate
|
||||
> Wörtliche Zitate aus der Literaturquelle
|
||||
Reference in New Issue
Block a user