KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
Any namespace
  • Any namespace
  • docker_notes (4)
  • tech_notes (1)
Past month
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Docker mailserver @docker_notes
34 Hits, Last modified: 9 days ago
*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
13 Hits, Last modified: 10 days ago
-''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
5 Hits, Last modified: 3 weeks ago
"/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
2 Hits, Last modified: 9 days ago
-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
2 Hits, Last modified: 2 weeks ago
''-h'' set human readable format *''du -s /tmp /var'' lists the summary of directories /var and /tmp only, where: * ''-s'' set summaries ===ncdu=== n