chore: retire data/ du suivi git
This commit is contained in:
@@ -1,38 +0,0 @@
|
||||
## Préparer la machine selon Cédrix
|
||||
```
|
||||
wget -O fetch_scripts.sh https://git.abonnel.fr/cedricAbonnel/notes-techniques/raw/branch/main/scripts/fetch_scripts.sh
|
||||
chmod +x fetch_scripts.sh
|
||||
./fetch_scripts.sh
|
||||
cd common/
|
||||
./setup_debian.sh
|
||||
```
|
||||
|
||||
Se connecter avec l'utilisateur fraichement créé.
|
||||
|
||||
## Installer Webmin
|
||||
|
||||
```
|
||||
curl -o webmin-setup-repo.sh https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repo.sh
|
||||
sudo sh webmin-setup-repo.sh
|
||||
sudo apt-get install webmin usermin --install-recommends
|
||||
```
|
||||
|
||||
## Administrer
|
||||
|
||||
Se connecter à l'adresse ``https://<ip-server>:10000`` en indiquant le user et mot de passe de votre utilisateur Linux.
|
||||
|
||||
## Activer Firewalld
|
||||
|
||||
```
|
||||
sudo apt update
|
||||
sudo apt install firewalld
|
||||
sudo systemctl enable firewalld
|
||||
sudo systemctl start firewalld
|
||||
sudo firewall-cmd --state # doit afficher "running"
|
||||
```
|
||||
|
||||
Puis autoriser l'accès à ```Webmin:10000``` en tcp :
|
||||
|
||||
```
|
||||
sudo firewall-cmd --add-port=10000/tcp --permanent
|
||||
```
|
||||
@@ -1,13 +0,0 @@
|
||||
{
|
||||
"uuid": "7cf4eff3-2bab-4f2e-8982-247c89f7ca16",
|
||||
"slug": "installer-webmin-l-outil-d-administration-en-mode-web",
|
||||
"title": "Installer WEBMIN, l'outil d'administration en mode Web",
|
||||
"author": "cedric@abonnel.fr",
|
||||
"published": true,
|
||||
"published_at": "2025-11-13 11:57:05",
|
||||
"created_at": "2025-11-13 11:57:05",
|
||||
"updated_at": "2025-11-13 11:57:05",
|
||||
"revisions": [],
|
||||
"cover": "cover.jpg",
|
||||
"category": "linux"
|
||||
}
|
||||
Reference in New Issue
Block a user