Webmin on fedora Rawhide
Webin is a web based application to manage Linux Server. (wikipedia)
The installation is very easy and provide a simple interface to setup System (Disk, password, Cron, Packages,…), Servers ( Apache, Mysql, Postgresql, …), Network, hardware,…
First, we must install some dependencies
-
# yum install openssl perl perl-Net-SSLeay perl-Crypt-SSLeay
Then, We import rpm signature
-
#rpm –import http://www.webmin.com/jcameron-key.asc
Next, we create a file to define the repository on /etc/yum.repos.d/webmin.repo with this content
-
[webmin]
-
name=Webmin Distribution Neutral
-
baseurl=http://download.webmin.com/download/yum
-
enabled=0
Finally, we install webmin using this command
-
yum —enablerepo=webmin install webmin
Now, you can connect and enjoy Webmin on https://127.0.0.1:10000/
PS: This installation can be done on Fedora and Fedora like linux distributions.