webmin : server control panel

Let us talk about scripts, HTML, Perl, PHP, apache, etc.
Post Reply
User avatar
Stevyn
SysOp
Posts:1773
Joined:Mon Nov 09, 2009 10:03 am
Location:Japan
Contact:
webmin : server control panel

Post by Stevyn » Tue Jan 01, 2019 5:57 pm

webmin : server control panel

http://www.webmin.com/

install:

Code: Select all

sudo nano /etc/apt/sources.list
Then add this line to the bottom of the file to add the new repository:

Code: Select all

deb http://download.webmin.com/download/repository sarge contrib

Code: Select all

wget http://www.webmin.com/jcameron-key.asc
sudo apt-key add jcameron-key.asc
sudo apt-get update 
sudo apt-get install webmin
sudo ufw allow 10000
/usr/share/webmin/changepass.pl /etc/webmin username password
Contact me directly: Ironfeatherbooks (@) gmail.com

Image

User avatar
Stevyn
SysOp
Posts:1773
Joined:Mon Nov 09, 2009 10:03 am
Location:Japan
Contact:

Re: webmin : server control panel

Post by Stevyn » Thu Jul 25, 2019 3:07 pm

Webmin databases backup

https://www.virtualmin.com/node/56204

"Is a directory" Either the directory already exists or it doesnt know how to write to /directory/. Try variable substitution. Make last folder /%m-%d-%y

Then enable variable and time substitution in the webmin, mysql module config.

Do strftime substitution of backup destinations? Yes

Do Webmin variable substitution on backup destinations? Yes
Contact me directly: Ironfeatherbooks (@) gmail.com

Image

Post Reply