Serveur Web
Déployer Nginx/Apache, utiliser systemctl
, sécuriser via TLS (Let's Encrypt), pare‑feu ufw
.
# Debian/Ubuntu
sudo apt update && sudo apt install nginx
sudo systemctl enable --now nginx
Déployer Nginx/Apache, utiliser systemctl
, sécuriser via TLS (Let's Encrypt), pare‑feu ufw
.
# Debian/Ubuntu
sudo apt update && sudo apt install nginx
sudo systemctl enable --now nginx
Conteneurs, CI/CD, scripts shell, outils GNU. Gestion de versions avec git
.
# Exemple build & run
docker build -t monapp .
docker run -p 8080:80 monapp
Cartes type Raspberry Pi : services légers, supervision, domotique.
# Vérifier la température sur un Pi
vcgencmd measure_temp