Webmin Installation Centos 7 | Tech Arkit



Webmin Installation Centos 7 | Tech Arkit

Webmin Installation Centos 7 | Tech Arkit

Webmin is a web-based interface for system administration for Unix. Using any modern web browser, you can setup user accounts, Apache, DNS, file sharing and much more. Webmin removes the need to manually edit Unix configuration files and lets you manage a system from the console or remotely.

vi /etc/yum.repos.d/webmin.repo

[Webmin]
name=Webmin Distribution Neutral
#baseurl=https://download.webmin.com/download/yum
mirrorlist=https://download.webmin.com/download/yum/mirrorlist
enabled=1

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

wget https://rpmfind.net/linux/centos/7.6.1810/os/x86_64/Packages/perl-Net-SSLeay-1.55-6.el7.x86_64.rpm
wget https://www.rpmfind.net/linux/centos/7.6.1810/os/x86_64/Packages/perl-Encode-Detect-1.01-13.el7.x86_64.rpm
rpm -ivh perl-Encode-Detect-1.01-13.el7.x86_64.rpm
rpm -ivh perl-Net-SSLeay-1.55-6.el7.x86_64.rpm

yum install webmin -y

Youtube PlayLists
RHCE: https://goo.gl/LGTmDK
Shell-Scripting: https://goo.gl/a1Hu3s
Linux-Commands: https://goo.gl/QDoL7h
RHCSA Certification: https://goo.gl/X2Ksqn
Putty Software Tricks: https://goo.gl/MB1Do2
Linux OS: https://goo.gl/62p8s9

Follow Us on Social Media
Github: https://github.com/techtutorials
Telegram Group: https://goo.gl/KPvMda | https://arkit.co.in/one-linux-tutorial/
Reddit: http://bit.ly/redditark | https://goo.gl/mcUvef
Mailing List: http://bit.ly/feedburnerark | https://goo.gl/fb/WAU7JG
Facebook: https://fb.com/linuxarkit | https://goo.gl/2QN4sD
LinkedIn: http://bit.ly/linkedark | https://goo.gl/ZLcikC
Twitter: https://twitter.com/aravikumar48
Google Plus: http://bit.ly/gplusark | https://goo.gl/79zwX9
Whatsapp Group: http://bit.ly/wappg
Telegram Group: http://bit.ly/linux-telegram
AWS Free Tier Account: http://bit.ly/aws-free-tier-account

Comments are closed.