摘要: https://blog.csdn.net/qq_42736877/article/details/84645317?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-11.compare 阅读全文
posted @ 2020-07-16 10:41 langlixiaobailong 阅读(75) 评论(0) 推荐(0)
摘要: 1. /etc/pam.d/login 添加pam_limits.so (有时候系统默认添加) 首先要通过find / -name pam_limits.so 查找文件的具体的位置 session required /lib/security/pam_limits.so 2. /etc/securi 阅读全文
posted @ 2020-07-01 10:22 langlixiaobailong 阅读(321) 评论(0) 推荐(0)
摘要: 1. 关闭NetworkManager服务 systemctl stop NetworkManager systemctl disable NetworkManager 2. 加载bond模块 modprobe bonding miimon=100 mode=0 echo "alias bond0 阅读全文
posted @ 2020-06-30 11:38 langlixiaobailong 阅读(179) 评论(0) 推荐(0)
摘要: 方法一: [root@localhost ~]# cat a.sed Zhang San Li Si [root@localhost ~]# cat test What is your name how are you [root@localhost ~]# sed '$r a.sed' test 阅读全文
posted @ 2020-06-30 00:08 langlixiaobailong 阅读(930) 评论(0) 推荐(0)
摘要: cat <<EOF > /etc/yum.repos.d/zabbix.repo [zabbix] name=Zabbix Official Repository - \$basearch baseurl=https://mirrors.aliyun.com/zabbix/zabbix/4.0/rh 阅读全文
posted @ 2020-06-29 22:21 langlixiaobailong 阅读(274) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/weixin_44297303/article/details/88206636?utm_medium=distribute.pc_relevant.none-task-blog-baidujs-1 阅读全文
posted @ 2020-06-20 21:21 langlixiaobailong 阅读(95) 评论(0) 推荐(0)
摘要: 一、镜像源 1、清华大学centos7 # CentOS-Base.repo # # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pi 阅读全文
posted @ 2020-06-14 22:29 langlixiaobailong 阅读(91) 评论(0) 推荐(0)