Webmin: verschil tussen versies

Uit WaaaghPedia
Geen bewerkingssamenvatting
 
Geen bewerkingssamenvatting
 
Regel 22: Regel 22:
</pre>
</pre>


[[Category:Selfhosted]]
[[Categorie:SelfHosted Software]]
[[Categorie:Linux Software]]

Huidige versie van 19 sep 2019 om 11:20

http://webmin.com/

nano /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
wget http://www.webmin.com/jcameron-key.asc
rpm --import jcameron-key.asc
yum install webmin -y
systemctl start webmin
systemctl enable webmin
firewall-cmd --zone=public --permanent --add-port=10000/tcp
firewall-cmd --reload