سلام
چند مین پیش میخواستم webmin رو روی ubuntu 14.04.1 x64 نسخه سرور نصب کنم
منابع آموزشی محدود بود
آموزش کامل نصبشو میذارم واسه بعدا و بعدی ها ....
خود سایت اصلی وب مین یه آموزش کوچولو داده :
http://www.webmin.com/deb.htmlخب اول مخزن وب مین به مخزن اصلی اوبونتو :
sudu nano /etc/apt/sources.list
این دو خط کد رو اضافه میکنیم به تهش :
deb http://download.webmin.com/download/repository sarge contrib
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
اضافه کردن کلید GPG :
sudo wget http://www.webmin.com/jcameron-key.asc
sudo apt-key add jcameron-key.asc
آپدیت منابع :
sudo apt-get update
و بالاخره نصب :
sudo apt-get install webmin
ممکنه در حین نصب یه اروری شبیه زیر بگیرین :
root@static:/# apt-get install webmin
Reading package lists... Done
Building dependency tree
Reading state information... Done
webmin is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
webmin : Depends: libnet-ssleay-perl but it is not going to be installed
Depends: libauthen-pam-perl but it is not going to be installed
Depends: libio-pty-perl but it is not going to be installed
Depends: apt-show-versions but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
اگه اینو گرفتین همونطوری که خودش گفته این دستورو بزنین :
sudo apt-get -f install
خودش نصب میشه دیگه...
باز کردن پورت 10000 :
sudo ufw allow 10000
و وارد میشویم :
https://ubuntu-serverip:10000
هپی باشید...