How to fix cPanel Install : Installation Error – Invalid Hostname
You can check hostname by inspecting the content of /etc/hostname file using the command: cat /etc/hostname In order to change…
You can check hostname by inspecting the content of /etc/hostname file using the command: cat /etc/hostname In order to change…
How to disable the Network Manager service. The Network Manager service automates the network's settings and disrupts connections to the…
Installation of different versions of PHP & modules: yum groupinstall alt-php yum update cagefs lvemanager
To install CloudLinux run the command : wget https://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy sh cldeploy -i yum install cagefs reboot Now run the command…
How to check the bash history via command line in Linux If you want to access the actual file itself,…
Hello,
Sometime we need to change server hostname , It can be possible to change host name by using SSH command line ;
hostname
outputs example : server1.bipul.me
Now , we change the hostname by editing network and hosts files . we can edit file by using nano or vi command ;
nano /etc/sysconfig/network
look in outputs and find HOSTNAME value & change with new hostname ;
for example : HOSTNAME=”server2.bipul.me”
Save and close the file. (more…)