Category : CentOS

change Linux server hostname using SSH 1. By default, all servers already set the hostname, if you need to change server hostname, you need to edit the /etc/sysconfig/network file. please following the command: # nano /etc/sysconfig/network 2. you need to choose and change the HOSTNAME=value flowing the command line: HOSTNAME=yourserver.yourdomain.com 3. next step, edit the ..

Read more