Copied all stacks

This commit is contained in:
Khwezi
2026-04-11 09:51:19 +02:00
parent 7c14e29bd4
commit 99efa12f43
25 changed files with 1040 additions and 4 deletions

View File

@@ -1,19 +1,21 @@
# 1. Install using script
# Webmin Installation commands
## 1. Install using script
```bash
curl -o webmin-setup-repo.sh https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repo.sh
sudo sh webmin-setup-repo.sh
```
# 2. Install Webmin
## 2. Install Webmin
```shell
sudo apt update
sudo apt install webmin
```
# 3. Open port
## 3. Open port
```bash
ufw allow 10000
```
```