Applications
Wiki
Base SQL
PostgreSQL
Replication Check from master select * from pg_stat_replication; Check from slave select * from p...
MariaDB
Install https://computingforgeeks.com/how-to-install-mariadb-on-centos-rhel-7/ Binlog https://sma...
MySQL
MySQL 8.0 https://www.mysqltutorial.org/install-mysql-centos/ https://www.mariuszantonik.com/2022...
FTP
Base NoSQL
Gitlab
OpenSSH
DNS
Mailserver
Docker
WAF
Restic Backup
Restic : Déploiement
Docker Restic REST with SSL Pré-requis : Posséder un binaire restic : apt install restic Posséd...
Restic : Ligne de commandes
Bashrc & Alias Sur votre utilisateur courant (différent de root), éditer votre fichier bashrc vim...
Restic : Annexes
Logiciels clients Testé et approuvé : Restic-browser https://github.com/emuell/restic-browser R...
Restic : Scénarios de sauvegarde
Sauvegarde MariaDB #!/bin/bash DATE=$(date +%Y%m%d-%Hh%M) DUMP="/mnt/data/dump" ## Récupérer les ...