Tuesday, November 9, 2010

Change the hostname on Ubuntu 10

I found some different suggestions on the web on how to change the hostname in ubuntu, but most applied to ubuntu 8 and didn't work for me on 10. Here's what did work:
  • update /etc/hostname
  • update /etc/hosts
  • sudo service hostname start
Type 'hostname' to verify. You don't have to restart the computer. ;)