hello -
i am in the middle of a server migration. i seem to recall the last time i installed webmin/virtualmin i followed the following steps
mkdir ~/webmin && cd ~/webmin ;
wget http://iweb.dl.sourceforge.net/project/webadmin/webmin/1.780/webmin-1.780.tar.gz ;
gzip -d ./webmin* && tar -xvf ./webmin* && cd ./webmin* ;
./setup.sh ;
##install virtualmin:
curl http://software.virtualmin.com/gpl/scripts/install.sh >install.sh; ;
chmod 755 ./install.sh ;
./install.sh ; ## this step took a LONG LONG LONG time ! possibly over several hours, believe it or not
/etc/init.d/webmin restart ; ## 2015-06-30
now when i try using https://prdownloads.sourceforge.net/webadmin/webmin-1.900.tar.gz
instead of 1.78, the installation takes probably under a minute.
any thoughts or suggestions about the speed improvement? i am NOT complaining! it just seems too good to be true.
thank you very much
EDIT: 10 points for putting the names in the correct order: Run MariaDB/MySQL database server?
(mariaDB should always come first)