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 : CentOS
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: ..
please follow instruction how to install cPanel on centOS 1. first login your server SSH root 2. then should run the yum command line : yum install perl 3. now set your server hostname, follow the command line : hostname server.example.com 4. now install the cpanel following command line: open home directory: cd /home 5. ..