摘要:
AspNetCore3.1.x以Windows Service运行 安装相应的扩展包 Nuget install Microsoft.Extensions.Hosting.WindowsServices 对Pramgram.cs的修改 public class Program { public st 阅读全文
摘要:
Shell脚本教程速查 #!/bin/sh # ARGUMENTS := <ifname> ([+|-]<setting>.<property> <value>)+ # Modify one or more properties currently active on the device with 阅读全文
摘要:
ubuntu-16.10 开始不再使用initd管理系统,改用systemd… systemd is now used for user sessions. System sessions had already been provided by systemd in previous Ubuntu 阅读全文