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 ..
Category : BSD
when you use linux server many time you need to change server ssh port, today i show you how to change Linux server SSH Port, please follow the steps how to change Linux server SSH Port How to change Linux server SSH port 1. connect your server SSH root 2. now run the flowing command: ..