摘要:
用yum search all locate查得在mlocate.x86_64文件包中。 sudo yum install mlocate 安装后出现:locate: can not stat () `/var/lib/mlocate/mlocate.db': No such file or dir 阅读全文
摘要:
CentOS 7 默认是不启动网卡的(ONBOOT=no); 解决方法: 1、打开ens33网卡的配置: vi /etc/sysconfig/network-scripts/ifcfg-ens33 2、把ONBOOT=no改成ONBOOT=yes 3、重启网络服务: sudo service net 阅读全文