摘要:
ssh设置DNS不解析 sed -i "s/#UseDNS yes/UseDNS no/" /etc/ssh/sshd_config/etc/init.d/sshd restart systemctl restart sshd 阅读全文
摘要:
一个人默默的写了几个月 终于完成了 python3.6 django2.0 jenkins tomcat bind nginx shell脚本 阅读全文
摘要:
# .bashrc # User specific aliases and functions alias rm='rm -i' alias cp='cp -i' alias mv='mv -i' # Source global definitions if [ -f /etc/bashrc ]; 阅读全文
摘要:
dnssec开启,部分dns请求为不信任链导致解析延迟或者解析失败(error显示为不信任)解决方法: vi /etc/named.conf dnssec-enable no; dnssec-valication no; 阅读全文
摘要:
cat access.log |awk '{print $1,$9}'|grep '200'|sort | uniq -c|awk '{print $2" "$1}' 阅读全文
摘要:
参考链接:https://www.linuxprobe.com、 https://www.linuxprobe.com/chapter-15.html 阅读全文
摘要:
参考链接:https://www.linuxprobe.com DHCP动态地址分配协议 作用域:定义一个很大的网段地址池:真正为用户去分配的地址地址池要小于等于作用域排除范围:作用域-地址池租约-默认时间(30分钟)、最大时间(60分钟) 按秒预约-固定的IP、 yum -y install dh 阅读全文
摘要:
参考链接https://www.linuxprobe.com 阅读全文
摘要:
参考链接https://www.linuxprobe.com 阅读全文
摘要:
参考链接https://www.linuxprobe.com/ 阅读全文