network-resurrector/Notes.txt

23 lines
1.0 KiB
Plaintext
Raw Normal View History

2020-11-28 23:48:29 +02:00
#######################################################################################################################################################
Publish:
dotnet publish --configuration Release --runtime win7-x64
Create windows service:
2021-04-06 02:12:58 +03:00
sc create NetworkResurrector.Server binPath= "<path_to_the_service_executable>"
#######################################################################################################################################################
2020-12-26 01:38:41 +02:00
Resources: https://github.com/nikeee/wake-on-lan
Multiple Directory.Build.props:
2020-12-26 01:38:41 +02:00
https://docs.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?view=vs-2019
2021-04-06 10:35:44 +03:00
#######################################################################################################################################################
2021-04-24 14:28:23 +03:00
2022-01-03 09:36:19 +02:00
- masinile sunt afisate in ordinea numarului de porniri
Agent:
Win:
https://www.programmerall.com/article/5237127008/
https://www.programmerall.com/article/6418715755/
Linux:
https://www.programmerall.com/article/3856917681/