How to add an addon domain in cpanel you want to use your other domain in your old cpanel account please follow the seep 1. first go to your cpanel and login 2. find “Addon Domains” on your cpanel Domains tab. 3. click and go addon domains. 4. now provide your new domain name on ..
Category : Networking
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 ..