摘要: Centos7在使用最小化安装的时候,没有安装自动补全的包,需要自己手动安装,安装下面过滤出来的包 yum -y install bash-completion 安装完毕后退出bash重新登陆生效! 阅读全文
posted @ 2017-10-15 14:50 junxun 阅读(3515) 评论(0) 推荐(0)
摘要: 无法联网的明显表现会有: 方法一、 1、打开 vi /etc/sysconfig/network-scripts/ifcfg-eth0(每个机子都可能不一样,但格式会是“ifcfg-eth数字”),把ONBOOT=no,改为ONBOOT=yes 2、重启网络:service network rest 阅读全文
posted @ 2017-10-15 11:52 junxun 阅读(918) 评论(0) 推荐(0)