Posts Tagged computer name

Changing computer name in ubuntu

Posted on October 8, 2009 with No Comments

To change computer name in ubuntu, run

sudo echo "computer-new-name" > /etc/hostname

Now you need to reboot to get the computer name changed.