How To Install Webmin on CentOS 7

This guide will help you to install Webmin in CentOS 7 let’s get started Step 1 — Installing Webmin repository [root@my ~]# vi /etc/yum.repos.d/webmin.repo add these lines to the repository [Webmin] name=Webmin Distribution Neutral #baseurl=http://download.webmin.com/download/yum mirrorlist=http://download.webmin.com/download/yum/mirrorlist enabled=1 Step 2 — add the Webmin author’s PGP key execute the following commands [root@my ~]# wget http://www.webmin.com/jcameron-key.asc [root@my … Read more

How to convert your existing CentOS server to CloudLinux

This guide will help you to convert your existing CentOS server to CloudLinux. let’s get started with CloudLinux execute the following command to start installation CloudLinux root@ds77 [~]# wget https://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy [root@ds77 ~]# wget https://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy –2020-07-04 20:58:04– https://repo.cloudlinux.com/cloudlinux/sources/cln/cldeploy Resolving repo.cloudlinux.com (repo.cloudlinux.com)… 23.111.175.211, 2604:4500:6:203f::5 Connecting to repo.cloudlinux.com (repo.cloudlinux.com)|23.111.175.211|:443… connected. HTTP request sent, awaiting response… 200 OK Length: … Read more

How to Change Hostname in CentOS 7

Manage the Hostname Using hostnamectl. You can run the following command to check for the current hostname Confirm that your current hostname, execute the following command [root@nod home]# hostnamectl change your current hostname, execute the following command [root@nod home]# hostnamectl set-hostname server1.mydomain.com –static That’s it! You’ve just changed your server hostname to server1.mydomain.com