46 lines
1.2 KiB
Markdown
46 lines
1.2 KiB
Markdown
|
|
|
|
|
|
C# Lernen bei MS :
|
|
|
|
https://learn.microsoft.com/de-de/training/modules/csharp-write-first/2-exercise-hello-world
|
|
Da bin ich aktuell
|
|
https://learn.microsoft.com/de-de/training/modules/csharp-literals-variables/1-introduction
|
|
|
|
Oder auch hier mal schauen :
|
|
https://learn.microsoft.com/de-de/dotnet/csharp/tour-of-csharp/tutorials/
|
|
|
|
Linq Query tool zum lernen :
|
|
https://github.com/dotnet/try-samples/tree/main/101-linq-samples
|
|
|
|
Learn Codele Spiel erstellen :
|
|
https://learn.microsoft.com/de-de/shows/csharp-and-dotnet-development-in-vs-code-for-beginners/
|
|
|
|
Vmwaretools :
|
|
[https://packages-prod.broadcom.com/tools/frozen/darwin/darwin.iso](https://packages-prod.broadcom.com/tools/frozen/darwin/darwin.iso)
|
|
|
|
|
|
|
|
|
|
|
|
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;
|
|
}
|
|
|
|
|
|
MiniPC Modelle
|
|
|
|
NUC13ANHI5 oder
|
|
NUC13ANHI7 wobei das H wichtig ist, das ist die HOHE Bauform mit Platz für 2,5 Zoll ssd
|
|
|