06-07-2020

This commit is contained in:
2020-07-06 15:20:17 +02:00
parent 05060c1e2e
commit b30fc7af77
8 changed files with 424 additions and 15 deletions

View File

@@ -32,6 +32,10 @@ grep -r "brew" ./docs/
grep -l -r "brew" ./docs/
./docs//Divers/plex.md
./docs//macos/node-js.md
root@localhost:/etc# grep -r 'max_allowed_packet' ./mysql/
./mysql/conf.d/mysqldump.cnf:max_allowed_packet = 16M
./mysql/mariadb.conf.d/50-server.cnf:max_allowed_packet = 16M
```