浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010-05-29

Ubuntu 修改hosts - [ubuntu]

版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
http://mycodes.blogbus.com/logs/64628895.html

修改/etc/hosts文件,重启网络。
过程如下:
1、修改hosts
sudo gedit /etc/hosts
2、添加解析记录( . )
完整案例:127.0.0.1 localhost.localdomain localhost
简洁记录:127.0.0.1 localhost
3、保存后重启网络
sudo /etc/init.d/networking restart

posted on 2010-09-11 11:15  lexus  阅读(1715)  评论(0编辑  收藏  举报