您的位置:首页 > 其它

布局Layouts之TableLayout表格布局

2015-10-26 10:43 309 查看
Linux 更改MAC地址:

1. 临时更改:

 # ifdown eth0

 # ifconfig eth0 hw ether 0029340830249(MAC地址)

 # ifup eth0

2. 永久生效:

 # vi /etc/rc.d/rc.local

   ifdown eth0

   ifconfig eth0 hw ether 002934083024(MAC地址)

   ifup eth0

 # service network restart

3. 添加新网卡:

  a. VM --> 添加网卡

  b. 启动时按 '<-' , 确定相关默认配置

  c. 在/etc/sysconfig/network-scripts/创建新网卡文件

  d. 配置新网卡文件

原文地址 http://unix-cd.com/unixcd12/article_6067.html  
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: