-
centos7安装cmake3版本
1、首先安装编译需要的工具包: yum install -y gcc gcc-c++ make automak…
-
批量设置用户quota磁盘配额
1、先给一个已存在的用户建好配额: a:修改/etc/fstab文件(如:LABEL=/ / ext…
-
ubuntu20.04 bind 服务添加日志信息
网络中心发来了实验室内挖矿的记录,要求排查。看记录的日志是通过dns查询来判断是否有挖矿行为的。 我们有自建D…
-
Linux logout all other users
Linux logout all other users If you would like to logou…
-
Linux下批量创建删除账号
1、批量创建用户 cat adduser.sh #!/bin/bash # for username in $…
-
ipmitool启动报错,提示No such file or directory
当提示: [root@localhost ~]# ipmitool sdr Could not open de…
-
Exchange2013中断POP3和IMAP4的解决办法

Exchange服务器意外重启。之后用户发现无法通过POP3和IMAP4收邮件,连接后会提示ssl error…
-
ubuntu14.04关闭ipv6
编辑/etc/sysctl.conf net.ipv6.conf.all.disable_ipv6 = 1 n…
-
Openwrt路由器安装KMS服务激活Windows Office
源地址在这里。 Emulated KMS Servers on non-Windows platforms h…
-
Ubuntu14.04 安装pptp服务
apt-get install pptpd vim /etc/pptpd.conf localip 11.22…