9394952

导航

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 31 下一页

2021年10月19日 #

群晖synology的CONSOLE口接线图

摘要: https://www.netbsd.org/ports/sandpoint/instSynology.html Pin number Function 1 3.3V 2 GND 4 TX 6 RX Synology DS-1520+ 串口TTL线接法:115200, 8,N,1 DS-1515+ 阅读全文

posted @ 2021-10-19 21:14 9394952 阅读(570) 评论(0) 推荐(0) 编辑

2021年9月29日 #

CPAU 740问题

摘要: 参考: https://blog.51cto.com/yupeizhi/1608245 禁用以下策略可解决CPAU 740问题,可通过域策略推送: 计算机配置-windows设置-安全设置-本地策略-安全选项-用户帐户控制:用于内置管理员帐户的管理员配准模式 修改完后,用gpupdate /forc 阅读全文

posted @ 2021-09-29 14:33 9394952 阅读(281) 评论(0) 推荐(0) 编辑

2021年8月8日 #

alpine run-parts的坑

摘要: 拆腾了好几天的坑: 在alpine里,run-parts执行一组shell命令,结果是死活不动,上狗也没到理,偶然在 https://bugs.launchpad.net/ubuntu/+source/debianutils/+bug/38022 看到,意思是不能带.sh,试了一下,果真如此,有点无 阅读全文

posted @ 2021-08-08 16:57 9394952 阅读(142) 评论(0) 推荐(0) 编辑

2021年7月26日 #

用bind9解释域控,实现WIN主机加域

摘要: 需要在/var/named/test.com文件中加入几行解释: ad01 IN A 10.0.0.1_ldap._tcp.dc._msdcs.test.com. 1H IN SRV 0 100 389 ad01.test.com._gc._tcp.dc._msdcs.test.com. 1H IN 阅读全文

posted @ 2021-07-26 13:40 9394952 阅读(217) 评论(0) 推荐(0) 编辑

2021年7月15日 #

win10/win2016简单对C盘清理的命令

摘要: dism.exe /online /cleanup-image /startcomponentcleanupdism.exe /online /cleanup-image /spsuperseded 阅读全文

posted @ 2021-07-15 10:29 9394952 阅读(300) 评论(0) 推荐(0) 编辑

2021年7月9日 #

写了个简单的自动扩容LVM脚本

摘要: #!/bin/bash echo "- - -" > /sys/class/scsi_host/host0/scan diskn=$(fdisk -l | grep "Disk " | grep "/dev/sd" | awk '{print $2}' | sort -r | head -1 | c 阅读全文

posted @ 2021-07-09 16:08 9394952 阅读(130) 评论(0) 推荐(0) 编辑

2021年6月30日 #

No space left on device: AH00023: Couldn't create the ssl-cache mutex修复笔记

摘要: 今天维护asterisk时发现WEB打不开,ssh进系统看,httpd服务掉了,尝试重启https: systemctl restart httpd 报错,查看/var/log/httpd/error.log 显示:No space left on device: AH00023: Couldn't 阅读全文

posted @ 2021-06-30 15:19 9394952 阅读(264) 评论(0) 推荐(0) 编辑

2021年3月5日 #

windows server 2016 取消自动锁屏

摘要: 阅读全文

posted @ 2021-03-05 13:42 9394952 阅读(2014) 评论(0) 推荐(0) 编辑

2021年3月1日 #

2016-KMS笔记,转自互联网

摘要: 一、windows server 2016零售版永久激活码 1、Windows Server 2016数据中心版零售版 Windows Server 2016 Datacenter Retail: [Key]:6CNGG-BJP34-H923Y-6DMWR-37BMF [Key]:HHRN4-BW4 阅读全文

posted @ 2021-03-01 16:46 9394952 阅读(134) 评论(0) 推荐(0) 编辑

2021年2月25日 #

写了个自动生成SWAPFILE的脚本,记号一下

摘要: #/bin/bashfilename=/opt/swapfile/4GB-`hexdump -n8 -e'8/1 "%02x"' /dev/urandom`.swapdd if=/dev/zero of=$filename bs=1024 count=4194304/sbin/mkswap $fil 阅读全文

posted @ 2021-02-25 10:36 9394952 阅读(52) 评论(0) 推荐(0) 编辑

上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 31 下一页