From 4a7cd57c151f7da89f913e28e6c02ee500e80160 Mon Sep 17 00:00:00 2001 From: Ken Schaefer Date: Sun, 15 Jan 2023 13:44:18 +0000 Subject: [PATCH] added webmin instructions --- Runbooks/linux.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Runbooks/linux.md b/Runbooks/linux.md index 1e9f364..2c90168 100644 --- a/Runbooks/linux.md +++ b/Runbooks/linux.md @@ -167,4 +167,15 @@ sudo apt install qemu-guest-agent sudo shutdown ``` +### Install Webmin +``` +sudo apt install software-properties-common apt-transport-https +sudo wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add - +sudo add-apt-repository "deb [arch=amd64] http://download.webmin.com/download/repository sarge contrib" +sudo apt install webmin +sudo ufw allow 10000/tcp +sudo ufw reload +``` + + ### Logging with Prometheus \ No newline at end of file