first commit

This commit is contained in:
Khwezi Mngoma
2026-02-22 16:43:17 +02:00
commit 0410dc3950
94 changed files with 9739 additions and 0 deletions

19
webmin/commands.md Normal file
View File

@@ -0,0 +1,19 @@
# 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
```shell
sudo apt update
sudo apt install webmin
```
# 3. Open port
```bash
ufw allow 10000
```