Archive for June, 2009

在Ubuntu下修改主机名

如何在Ubuntu下修改主机名呢?
首先编辑 /etc/hostname 文件,把文件的内容修改为你想要的主机名。
然后运行
/etc/init.d/hostname.sh start

相关文章:
How to change the hostname of a Linux system

http://www.ducea.com/2006/08/07/how-to-change-the-hostname-of-a-linux-system/