Search
You can find the results of your search below.
Fulltext results:
- Docker mailserver @docker_notes
- *In mariadb localhost uses the socket file ''/var/run/mysqld/mysqld.sock'' This tends to be more s... es/settings.html#info_log_path|info_log_path]] = /var/log/dovecot-info.log\\ [[https://doc.dovecot.org/... re/summaries/settings.html#log_path|log_path]] = /var/log/dovecot.log\\ [[https://doc.dovecot.org/main/... s = imap lmtp\\ service auth {\\ unix_listener /var/spool/postfix/private/auth {\\ group = postfi
- Docker @docker_notes
- -''sudo apt remove docker-ce'' -Check the the ''var/lib/docker'' directory, ''sudo du -d 1 -h var/lib/docker'' -''rm -rf /var/lib/docker'' to remove the docker directory. //I try not to store any i... :9443 --name=portainer --restart=always \ -v /var/run/docker.sock:/var/run/docker.sock \ -v por
- Docker - DHCP Kea Server @docker_notes
- "/app/kea.leases4.csv", #Kea 2.6.3 requires /var/lib/kea "name": "/var/lib/kea/kea.leases4.csv", "output": "/app/log/kea-dhcp4.log", "output": "/var/log/kea/kea-dhcp4.log", Symlinking did not seem to work: /bin/ln -sf /app/log/ /var/log/kea , so I created a specific docker volume t
- Docker-Compose @docker_notes
- -container </code> These volumes are stored in `/var/lib/docker/volumes`. ====Docker external named v... local \ --opt type=none \ --opt device="/var/opt/my_website/dist" \ --opt o=bind web_data
- Linux CLI Commands @tech_notes
- ''-h'' set human readable format *''du -s /tmp /var'' lists the summary of directories /var and /tmp only, where: * ''-s'' set summaries ===ncdu=== n