Saturday, March 28, 2009

// // Leave a Comment

change computer name in Ubuntu 8.10

UBUNTU 8.10 terminal command to change computer name
In the terminal, type:
Code:
sudo gedit /etc/hostname
and replace whatever is written there with your new name. Then, change the name (but not the IP address) in /etc/hosts as well.
Code:
sudo gedit /etc/hosts
Reboot and you're set

0 comments:

Post a Comment