Ceci est une ancienne révision du document !
Table des matières
PENSE BETE
Tuto Pihole
Commande pour installer le pihole
curl -sSL https://install.pi-hole.net | bash
Penser à désactiver le DHCP du routeur
Penser à activer le DHCP du pihole
Listes de blocage française
Préserver le raspberry pi
ZRAM
Installation de zram (compresse la ram pour l'agrandir et donc permet d'éviter le swap)
sudo apt install zram-tools
LOG2RAM
Installation de log2ram, qui met les fichiers log en ram et ne les écrit qu'une fois par jour
echo “deb http://packages.azlux.fr/debian/ buster main” | sudo tee /etc/apt/sources.list.d/azlux.list
wget -qO - https://azlux.fr/repo.gpg.key | sudo apt-key add -
apt update
apt install log2ram
Join the Community
DokuWiki is an Open Source project that thrives through user contributions. A good way to stay informed on what's going on and to get useful tips in using DokuWiki is subscribing to the newsletter.
The DokuWiki User Forum is an excellent way to get in contact with other DokuWiki users and is just one of the many ways to get support.
Of course we'd be more than happy to have you getting involved with DokuWiki.
