发布时间:2015-05-22 16:29:18
http://www.7yit.com/lm/wentidaquan/2013/0930/5586.html中心思想:需要改成本机正确的MAC地址。克隆linux后,网卡的mac地址是克隆机的mac,因此需要更改。解决方法如下1) 修改/etc/udev/rules.d/70-persistent-net.rules文件,删除第一个网卡记录,并将第二个的NAME="eth1"改为NAME="eth0"2) 复制第二条网卡记.........【阅读全文】
发布时间:2015-05-15 15:16:43
Linux有时会出现“You have new mail in /var/spool/mail/root”,很烦人,如何禁止掉呢?需要修改系统配置文件,告诉系统不要去检查邮箱[root@localhost ~]#echo "unset MAILCHECK">> /etc/profile其实就是把unset MAILCHECK加到文件/etc/profile 的尾部即可然后重新登陆控制台 或 执行source /etc/profile 就没有这个.........【阅读全文】