network-resurrector/notes/generic.txt

52 lines
1.6 KiB
Plaintext
Raw Normal View History

2022-01-13 11:37:45 +02:00
#######################################################################################################################################################
Publish:
dotnet publish --configuration Release --runtime win7-x64
Create windows service:
2022-01-21 01:19:31 +02:00
sc create NetworkResurrector.Server binPath="<path_to_the_service_executable>"
sc create NetworkResurrector.Agent binPath="<path_to_the_service_executable>"
2022-01-13 11:37:45 +02:00
#######################################################################################################################################################
Resources: https://github.com/nikeee/wake-on-lan
Multiple Directory.Build.props:
https://docs.microsoft.com/en-us/visualstudio/msbuild/customize-your-build?view=vs-2019
#######################################################################################################################################################
Azure DevOps Repository Password: ***REMOVED***
#######################################################################################################################################################
ORION
***REMOVED***
***REMOVED***
fileSrv
***REMOVED***
***REMOVED***
esxiSrv
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
thin-ovm
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
***REMOVED***
#######################################################################################################################################################
- 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/