type
status
date
slug
summary
tags
category
icon
password
- 打开host文件
sudo gedit /etc/hosts
- 添加你需要的项,格式如下:格式:
<IP> <HOSTNAME>.<DOMAIN> <ALIAS>
- 示例:
216.239.37.99 www.google.com g
- 编辑后,你需要重新启动一下你的网络。
sudo /etc/init.d/networking restart
sudo gedit /etc/hosts
<IP> <HOSTNAME>.<DOMAIN> <ALIAS>
216.239.37.99 www.google.com g
sudo /etc/init.d/networking restart