上一页 1 ··· 5 6 7 8 9 10 11 下一页
摘要: Windows 域目录还原(DRSM)密码,账户是administrator(登录的时候用户名 .\administrator),和域账号administrator不同,可以通过如下方式重置: https://blog.csdn.net/weixin_36044132/article/details 阅读全文
posted @ 2022-05-22 21:08 shenshu 阅读(99) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/video/BV1LB4y1U7dS 阅读全文
posted @ 2022-05-15 11:15 shenshu 阅读(11) 评论(0) 推荐(0) 编辑
摘要: 配置本地yum源,把其他repo文件移动到bak目录 cd /etc/yum.repos.d/ mkdir bak mv *.repo ./bak vim local.repo [local] name=local baseurl=file:///cdrom enable=1 gpgcheck=0 阅读全文
posted @ 2022-05-14 20:43 shenshu 阅读(524) 评论(1) 推荐(1) 编辑
摘要: https://blog.csdn.net/weixin_42562106/article/details/106916935 阅读全文
posted @ 2022-05-14 18:56 shenshu 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 参考文章 ####点对点内网穿透 https://gofrp.org/docs/examples/xtcp/ https://www.jianshu.com/p/8589be3dd393 https://blog.csdn.net/qq_44700810/article/details/120991 阅读全文
posted @ 2022-05-14 11:17 shenshu 阅读(43) 评论(0) 推荐(0) 编辑
摘要: 同步时间 每隔1小时同步时间 * */1 * * * ntpdate 172.16.1.1 >/dev/null 2>&1 & https://www.linuxprobe.com/cron-anacron-work.html 阅读全文
posted @ 2022-05-13 10:20 shenshu 阅读(15) 评论(0) 推荐(0) 编辑
摘要: https://www.likecs.com/show-203580918.html 阅读全文
posted @ 2022-05-13 10:10 shenshu 阅读(13) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/lei0213/p/7506130.html 阅读全文
posted @ 2022-04-25 10:29 shenshu 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 1、Split-Merge-File.ps1 脚本转自: https://www.cnblogs.com/qiushuiblog/p/11510896.html 修改了第134行代码,完整代码如下: # Obtain a suitable buffer length by partial file 阅读全文
posted @ 2022-04-22 20:27 shenshu 阅读(871) 评论(0) 推荐(0) 编辑
摘要: GetUsersNums.ps1 代码 $num=(iex "query user").Count-1 $time=(Get-Date).ToString('yyyy-MM-dd HH:mm:ss') ($time+","+$num)|Out-File -Append "GetUsers.txt" 阅读全文
posted @ 2022-04-19 08:29 shenshu 阅读(87) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 下一页