removed old notes file
parent
12894f9432
commit
7edbd2c0cb
|
@ -69,7 +69,6 @@ EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "notes", "notes", "{6973CB33-B940-41B0-B3BB-22ED2ECB8E1D}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "notes", "notes", "{6973CB33-B940-41B0-B3BB-22ED2ECB8E1D}"
|
||||||
ProjectSection(SolutionItems) = preProject
|
ProjectSection(SolutionItems) = preProject
|
||||||
notes\generic.txt = notes\generic.txt
|
notes\generic.txt = notes\generic.txt
|
||||||
Notes.txt = Notes.txt
|
|
||||||
notes\nugets.txt = notes\nugets.txt
|
notes\nugets.txt = notes\nugets.txt
|
||||||
notes\proxmox-shutdown-notes.txt = notes\proxmox-shutdown-notes.txt
|
notes\proxmox-shutdown-notes.txt = notes\proxmox-shutdown-notes.txt
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
|
|
23
Notes.txt
23
Notes.txt
|
@ -1,23 +0,0 @@
|
||||||
#######################################################################################################################################################
|
|
||||||
Publish:
|
|
||||||
dotnet publish --configuration Release --runtime win7-x64
|
|
||||||
|
|
||||||
Create windows service:
|
|
||||||
sc create NetworkResurrector.Server binPath= "<path_to_the_service_executable>"
|
|
||||||
#######################################################################################################################################################
|
|
||||||
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
|
|
||||||
|
|
||||||
#######################################################################################################################################################
|
|
||||||
|
|
||||||
- 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/
|
|
Loading…
Reference in New Issue