摘要: Kickstart cnetos6 centos7 的配置文件 centos6配置文件ks6.cfg ##ks6.cfg install nfs --server=192.168.0.54 --dir=/pxesys/centos6 lang en_US.UTF-8 keyboard us #net 阅读全文
posted @ 2019-10-21 15:20 些许记忆 阅读(388) 评论(0) 推荐(0)
摘要: Pxe+DHCP+NFS+Kickstart 配置 #检查NFS [root@localhost ~]# rpm -aq |grep nfs nfs-utils-1.2.3-70.el6_8.1.x86_64 nfs-utils-lib-1.1.5-11.el6.x86_64 mkdir /data 阅读全文
posted @ 2019-10-21 15:11 些许记忆 阅读(625) 评论(0) 推荐(0)
摘要: centos7.4进入单用户模式 阅读全文
posted @ 2019-10-21 15:06 些许记忆 阅读(898) 评论(0) 推荐(0)
摘要: ###CentOS TIME_WAIT太多 阅读全文
posted @ 2019-10-21 15:03 些许记忆 阅读(754) 评论(0) 推荐(0)
摘要: keepalived安装配置 centos 7 ###centos 7.4 ###三台keepalived节点,两台也可以 ###所有节点运行 sed -i 's#SELINUX=enforcing#SELINUX=disabled#g' /etc/sysconfig/selinux setenfo 阅读全文
posted @ 2019-10-21 15:02 些许记忆 阅读(379) 评论(0) 推荐(0)
摘要: haproxy 安装配置 centos 7 yum install -y haproxy ##忽略VIP echo "net.ipv4.ip_nonlocal_bind = 1" >>/etc/sysctl.conf sysctl -p cat > /etc/haproxy/haproxy.cfg 阅读全文
posted @ 2019-10-21 13:36 些许记忆 阅读(653) 评论(0) 推荐(0)
摘要: centos pptpd安装配置 yum install -y ppp wget net-tools [[ `uname -r` =~ "x86_64" ]] then wget http://poptop.sourceforge.net/yum/stable/packages/pptpd-1.4. 阅读全文
posted @ 2019-10-21 11:54 些许记忆 阅读(2167) 评论(0) 推荐(0)
摘要: centos DNS服务器配置 阅读全文
posted @ 2019-10-21 10:48 些许记忆 阅读(583) 评论(0) 推荐(0)
摘要: dhcp热备配置 ###dhcp热备配置 yum install -y dhcp 主服务器配置: cat >/etc/dhcp/dhcpd.conf<<EOF ddns-update-style interim; ignore client-updates; allow booting; autho 阅读全文
posted @ 2019-10-21 10:46 些许记忆 阅读(910) 评论(0) 推荐(0)
摘要: centos LVM扩容 添加磁盘 #创建物理卷,将新增磁盘加入到物理卷。 [root@Template ~]# pvcreate /dev/sdb Physical volume "/dev/sdb" successfully created ##查看物理卷。 [root@Template ~]# 阅读全文
posted @ 2019-10-21 10:42 些许记忆 阅读(6515) 评论(0) 推荐(0)
摘要: 网站访客实时地图 <script type="text/javascript" src="//rf.revolvermaps.com/0/0/6.js?i=5tva3s8jrtx&m=7&c=e63100&cr1=ffffff&f=arial&l=0&bv=90&lx=-420&ly=420&hi= 阅读全文
posted @ 2019-10-21 10:21 些许记忆 阅读(490) 评论(0) 推荐(0)