10 lines
302 B
Markdown
10 lines
302 B
Markdown
Linux machine steps to take after install.
|
|
Install Webmin:
|
|
curl -o webmin-setup-repo.sh https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repo.sh
|
|
sudo sh webmin-setup-repo.sh
|
|
|
|
Debian/Ubuntu: sudo apt-get install webmin --install-recommends
|
|
RHEL: sudo dnf install webmin
|
|
|
|
Docker host?
|