9394952

导航

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 32 下一页

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 阅读(308) 评论(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 阅读(338) 评论(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 阅读(165) 评论(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 阅读(307) 评论(0) 推荐(0)

2021年3月5日 #

windows server 2016 取消自动锁屏

摘要: 阅读全文

posted @ 2021-03-05 13:42 9394952 阅读(2218) 评论(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 阅读(189) 评论(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 阅读(102) 评论(0) 推荐(0)

2021年2月16日 #

树莓派配置asterisk,可以打电话出去 【转】

摘要: 文章转自: https://www.douban.com/group/topic/91587543/ 主要是省去了电话布线的费用。当然如果与vpn结合,还可以省移动话费。在有wifi的地方都可以打电话 手机上的client包括bria,zoiper。pc/notebook上的软件是x-lite 需要 阅读全文

posted @ 2021-02-16 18:04 9394952 阅读(1278) 评论(0) 推荐(0)

2021年1月19日 #

对vcenter日志目录的处理

摘要: vmware的vcenter 6.0日志目录随着时间增加越来越大,参照vmkb的说明,设置日志自动旋转(logrotate),对于节省VSA空间有很大作用 参照文档: https://kb.vmware.com/s/article/2147261 https://communities.vmware 阅读全文

posted @ 2021-01-19 15:06 9394952 阅读(973) 评论(0) 推荐(0)

2021年1月11日 #

vmware workstation虚拟机中使用ACR122U-A9读卡器的驱动

摘要: 在vmware workstation中运行WIN XP,连接ACR122U-A9读卡器,一直报virtual USB CCID设备驱动未安装,下载各种ACR122U驱动均告失败,最后 在https://communities.vmware.com/t5/VMware-Workstation-Pro 阅读全文

posted @ 2021-01-11 22:19 9394952 阅读(435) 评论(0) 推荐(0)

上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 32 下一页