MyFirstBrain/Eingang/Heute.md

63 lines
1.8 KiB
Markdown
Raw Normal View History

2025-04-03 10:52:11 +02:00
---
created: 2024-11-20T17:10
updated: 2025-04-03T10:52
---
2024-12-09 20:04:33 +01:00
2025-01-17 15:52:19 +01:00
2024-12-23 18:20:21 +01:00
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
2025-01-04 15:52:55 +01:00
Oder auch hier mal schauen :
https://learn.microsoft.com/de-de/dotnet/csharp/tour-of-csharp/tutorials/
2025-01-04 15:42:01 +01:00
Linq Query tool zum lernen :
https://github.com/dotnet/try-samples/tree/main/101-linq-samples
2025-01-04 17:04:39 +01:00
Learn Codele Spiel erstellen :
2025-01-04 17:08:06 +01:00
https://learn.microsoft.com/de-de/shows/csharp-and-dotnet-development-in-vs-code-for-beginners/
2024-12-30 11:52:40 +01:00
Vmwaretools :
[https://packages-prod.broadcom.com/tools/frozen/darwin/darwin.iso](https://packages-prod.broadcom.com/tools/frozen/darwin/darwin.iso)
2024-12-31 10:40:49 +01:00
2025-01-15 22:47:59 +01:00
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;
}
2025-03-31 14:36:12 +02:00
MiniPC Modelle
NUC13ANHI5 oder
NUC13ANHI7 wobei das H wichtig ist, das ist die HOHE Bauform mit Platz für 2,5 Zoll ssd
2025-04-04 19:11:54 +02:00
Test Planner LINK :
https://tasks.office.com/0e79f3f3-4eeb-48ed-815e-2876c379e863/Calendar/User/tmXYT1YVZU-H62m9vn4bL5YAEqjg?t=0_d4f8b95b-baef-4288-b92d-d749cf0e1c55_2025-04-04T17%3a10%3a59.3351544%2b00%3a00
2025-04-04 21:59:17 +02:00
2025-04-04 22:00:15 +02:00
cscript.exe C:\Windows\system32\slmgr.vbs /dlv
cscript.exe C:\Windows\system32\slmgr.vbs /upk
cscript.exe C:\Windows\system32\slmgr.vbs /ipk NW6C2-QMPVW-D7KKK-3GKT6-VCFB2
cscript.exe C:\Windows\system32\slmgr.vbs /skms kms8.msguides.com
cscript.exe C:\Windows\system32\slmgr.vbs /ato
2025-04-04 21:59:17 +02:00