上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
摘要: 1、wget批量下载rpm包 https://www.cnblogs.com/xing-29391/p/16755039.html wget -b -nd -r -l1 --no-parent https://update.cs2c.com.cn/NS/V10/V10SP1.1/os/adv/lic 阅读全文
posted @ 2022-12-01 10:22 shenshu 阅读(72) 评论(0) 推荐(0) 编辑
摘要: top 命令 按 E(可按多次,每次单位不一样) 阅读全文
posted @ 2022-11-26 03:00 shenshu 阅读(175) 评论(0) 推荐(0) 编辑
摘要: C:\Windows\System32\inetsrv\config\applicationHost.config 阅读全文
posted @ 2022-11-10 16:14 shenshu 阅读(23) 评论(0) 推荐(0) 编辑
摘要: wmic csproduct get name 阅读全文
posted @ 2022-11-01 12:23 shenshu 阅读(13) 评论(0) 推荐(0) 编辑
摘要: $a=(Get-WmiObject -class Win32_OperatingSystem).lastbootuptime $restartTime=$a.substring(0,4)+"-"+$a.substring(4,2)+"-"+$a.substring(6,2)+" "+$a.subst 阅读全文
posted @ 2022-10-27 09:26 shenshu 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 转自 https://www.cnblogs.com/20e8/p/9994212.html $startFolder = "D:\test\" $colItems = (Get-ChildItem $startFolder | Where-Object {$_.PSIsContainer -eq 阅读全文
posted @ 2022-09-29 10:12 shenshu 阅读(271) 评论(0) 推荐(0) 编辑
摘要: 在DOS提示符下: SET GOARCH=386 SET GOARCH=amd64 SET CGO_ENABLED=0 SET GOOS=windows SET GOOS=linux 以上环境变量在cmd下设置,powershell下设置不生效go build -ldflags "-s -w" fi 阅读全文
posted @ 2022-09-11 08:32 shenshu 阅读(40) 评论(0) 推荐(0) 编辑
摘要: 一、windows平台go环境配置 1、安装 go1.19.1.windows-amd64.msi https://go.dev/ 2、修改GO111MODULE、GOPROXY go env -w GO111MODULE=on go env -w GOPROXY=https://goproxy.c 阅读全文
posted @ 2022-09-08 21:55 shenshu 阅读(228) 评论(0) 推荐(0) 编辑
摘要: systemctl status atd systemctl enable atd systemctl start atd at -f /root/testtouch.sh 10:30 2022-09-06 at -f /root/testtouch.sh now + 1 minutes at -f 阅读全文
posted @ 2022-09-06 10:18 shenshu 阅读(18) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/ginvip/p/6352157.html https://www.runoob.com/linux/linux-comm-awk.html 阅读全文
posted @ 2022-09-06 09:14 shenshu 阅读(12) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页