⇤ ← Revision 1 vom 2021-01-16 09:08:49
Größe: 362
Kommentar:
|
Größe: 390
Kommentar:
|
Gelöschter Text ist auf diese Art markiert. | Hinzugefügter Text ist auf diese Art markiert. |
Zeile 21: | Zeile 21: |
---- KategorieRaspberry |
pi-hole installieren
als root:
curl -sSL https://install.pi-hole.net | bash
falls apache2 schon installiert ist, natürlich lighttpd NICHT installieren
Anschließend:
apache-user must be part in the pihole group
usermod -a -G pihole www-data
und dann noch php-sqlite3 installieren
apt-get install php-sqlite3