Posts

Showing posts from June, 2017

Change Host name in Ubuntu

Ubuntu 13.04 onwards you can run below command to change your server or instance host name. # sudo hostnamectl set-hostname new-hostname # sudo reboot