Wednesday, July 25, 2012

Change the computer name on a Linux system

# check the existing computer name
sudo hostname vps5.iweb.cortica.com

# change the name to the "new-name"
sudo hostname new-name

No comments: