Skip to content

Instantly share code, notes, and snippets.

@nhahv
Last active September 15, 2021 04:22
Show Gist options
  • Save nhahv/dbdebfa07389b020007527fc49374750 to your computer and use it in GitHub Desktop.
Save nhahv/dbdebfa07389b020007527fc49374750 to your computer and use it in GitHub Desktop.
Webmin

#Install Webmin on Centos 7

Reference 1

cat <<EOF >> /etc/yum.repos.d/webmin.repo
[Webmin]
name=Webmin Distribution Neutral
#baseurl=http://download.webmin.com/download/yum
mirrorlist=http://download.webmin.com/download/yum/mirrorlist
enabled=1
EOF

wget http://www.webmin.com/jcameron-key.asc

rpm --import jcameron-key.asc

yum install -y webmin

Footnotes

  1. See Digitalocean - How To Install and Use Webmin on CentOS 7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment