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
  • home_server (23)
  • docker_notes (14)
  • linux_router (4)
  • tech_notes (2)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • logrotate

Fulltext results:

Docker nginx / php notes @docker_notes
82 Hits, Last modified: 4 months ago
onfiguration files * ''reopen'' to reopen the log files * ''nginx -t'' to test configuration * ... jit on; # Configures default error logger. error_log /var/log/nginx/error.log warn; # Includes files with directives to load dynamic modules. include /etc/nginx/mo
Rsync @home_server:home_server_setup:other_services
47 Hits, Last modified: 5 months ago
eliminate any security risks. # Location of the Log file LOG="/home/backup_user/backup.log" # Place in the log file information concerning the execution of this script echo "rsync wrapper scri
turn server @docker_notes
31 Hits, Last modified: 3 months ago
/.config/certificates:/etc/certs - ./config/log:/var/log networks: macnet1: ipv4_address: 192.168.1.97 proxy: # cap_add: # ... or communication min-port=32769 max-port=65535 # Log file path log-file=/var/log/turnserver.log # Enable verbose logging verbose # Specify the user for t
Web Server setup @home_server
29 Hits, Last modified: 6 months ago
anagement, backup and restore) ====mariadb binary log files==== The mysql binary log files are located here: ''var/log/mysql''. Some time they fill up the file system and the system then... * ''SHOW BINARY LOGS;'' - to list current binary log files * ''%%PURGE BINARY LOGS TO 'mariadb-bin.0
Docker - diun & ntfy @docker_notes
27 Hits, Last modified: 6 months ago
web app, or API # - enable-login allows users to log in via the web app, or API # - enable-reservation... ntfy logs to the console (stderr), with an "info" log level, and in a human-readable text format. # ntfy supports five different log levels, can also write to a file, log as JSON, and even supports granular # log level overrides for ea
Docker mailserver @docker_notes
27 Hits, Last modified: 3 hours ago
d' >> '/etc/postfix/master.cf'%%'' The ''postfix.log'' warning "postfix/postfix-script[228]: warning: ... rg/postlogd.8.html|POSTLOGD(8) - Postfix internal log server]] *Other Postfix resources: *Gentoo ... doc.dovecot.org/main/core/summaries/settings.html#log_debug|log_debug]] = category=ssl\\ [[https://doc.dovecot.org/main/core/summaries/settings.html#mail_ca
Back-up Server Old Setup @home_server:home_server_setup:other_services
18 Hits, Last modified: 5 months ago
the "loglevel" parameter. # logfile /var/log/rsnapshot.log # If enabled, rsnapshot will write a lockfile to prevent two instances # from running s... / #backup /usr/local/ localhost/ #backup /var/log/rsnapshot localhost/ #backup /etc/pa... 2 loglevel 3 logfile /var/log/rsnapshot.log lockfile /var/run/rsnapshot
Nextcloud Container @docker_notes
13 Hits, Last modified: 8 weeks ago
ache imagemagick-svg supervisor \ && mkdir /var/log/supervisord /var/run/supervisord COPY supervisor... ode yaml>[supervisord] nodaemon=true logfile=/var/log/supervisord/supervisord.log pidfile=/var/run/supervisord/supervisord.pid childlogdir=/var/log/supervisord/ logfile_maxbytes=50MB
dokuwiki setup notes @home_server
13 Hits, Last modified: 15 months ago
Type-Options "nosniff" ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined SSLEngine on Include /etc/letsencrypt/options-ssl-apa
BASH Customisation @home_server:home_server_setup:other_services
13 Hits, Last modified: 5 months ago
ouncer.service' alias tailkern='sudo tail -f /var/log/kern.log' alias tailauth='sudo tail -f /var/log/auth.log' alias tailcsfb='sudo tail -f /var/log/crowdsec-firewall-bouncer.log' alias csbrestart='dcrec
samba @home_server:home_server_setup:other_services
13 Hits, Last modified: 2 years ago
se the same user name and passwords as main Linux log. ++++smb.conf| <code># # Sample configuration fil... unting #### # This tells Samba to use a separate log file for each machine # that connects log file = /var/log/samba/log.%m # Cap the size of the individual log files (in KiB). max log size = 1
Docker - DHCP Kea Server @docker_notes
12 Hits, Last modified: 4 months ago
later I notice millions of lines of errors on my log files. Sure enough the backup had simply been wo... logging.html|Kea Docs 19. Logging]] I have stored log files in the .config directory that is a Docker m... e following logs files can be seen. * ''.config/log/kea-dhcp4-commands.log'' * ''.config/log/kea-dhcp4-dhcpsrv.log'' * ''.config/log/kea-dhcp4-leases.
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
11 Hits, Last modified: 2 years ago
ost 2>/dev/null''. *A script file to succinctly log the UPS data, using cron to run script every 10 m... ing output for NUT UPS Monitor output strf='/var/log/UPSLog.Log' str0='/bin/upsc KPBUPS@localhost' str1=$($str0) str2=$(echo "$str1" | grep "ups.status:") ... >>"$strf" </code> *A script file to rotate a log file out to a dated gzip log file, with a new emp
KPTree Torrent VM Setup @home_server
9 Hits, Last modified: 2 years ago
, etc. Similarly to get a better look at current log status: ''journalctl -u openvpn@privatvpn.service... nal logging add the line: ''status openvpn-status.log'' (I added in before the "verb 3" line) *To ... /etc/openvpn/btguard.ca.crt status openvpn-status.log verb 3 mute 3 auth-user-pass /etc/openvpn/login.c... the systemctl service. Some of the last journal log lines are shown too, to see all the journal log u
Router Miscellaneous @linux_router
6 Hits, Last modified: 3 months ago
ng and stopped] docker logs algo [view container log] docker port algo After running "docker exec -it... d.conf''. For this option if the directory ''/var/log/journal'' is present previous boot log files are saved. Conversely if not present, then previous boot ... urnalctl.conf for details. Use ''sudo ls -la /var/log/journal'' to see if directory already exists, ''s
Conky @home_server:home_server_setup:other_services
6 Hits, Last modified: 2 years ago
Docker - DNS Server @docker_notes
5 Hits, Last modified: 5 months ago
KPTree - Email Server Setup @home_server
5 Hits, Last modified: 15 months ago
KPTree - MSWindows Setup @home_server
5 Hits, Last modified: 3 months ago
Fail2Ban @home_server:home_server_setup:other_services
5 Hits, Last modified: 2 years ago
logrotate @home_server:home_server_setup:other_services
5 Hits, Last modified: 18 months ago
Commonly used commands and scripts @home_server:home_server_setup:other_services
5 Hits, Last modified: 5 months ago
Docker init Systems @docker_notes
4 Hits, Last modified: 3 weeks ago
DHCP / DNS Setup @linux_router
4 Hits, Last modified: 6 months ago
VNC Server @home_server:home_server_setup
4 Hits, Last modified: 3 weeks ago
Manjaro Setup Notes @home_server:home_server_setup:other_services
4 Hits, Last modified: 2 months ago
Reverse Proxy Server - Traefik @docker_notes
3 Hits, Last modified: 5 months ago
Calibre @docker_notes
2 Hits, Last modified: 9 months ago
Docker-Compose @docker_notes
2 Hits, Last modified: 6 days ago
Homepage dashboard @docker_notes
2 Hits, Last modified: 2 months ago
ISP PPPoE Network Setup @linux_router
2 Hits, Last modified: 9 months ago
git @tech_notes
2 Hits, Last modified: 2 years ago
Nginx @tech_notes
2 Hits, Last modified: 18 months ago
Set Up and Ubuntu APT Cache @home_server:home_server_setup:other_services
2 Hits, Last modified: 2 years ago
snapraid @home_server:home_server_setup:other_services
2 Hits, Last modified: 4 months ago
systemd Stuff @home_server:home_server_setup:other_services
2 Hits, Last modified: 18 months ago
Docker Miscellaneous @docker_notes
1 Hits, Last modified: 6 weeks ago
Private LAN VPN Access @docker_notes
1 Hits, Last modified: 5 months ago
KPTree Recipes @home_server
1 Hits, Last modified: 6 months ago
Linux Router Background @linux_router
1 Hits, Last modified: 16 months ago
DokuWiki @wiki
1 Hits, Last modified: 2 years ago
Network Setup @home_server:home_server_setup
1 Hits, Last modified: 5 months ago
Linux Firmware Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 9 months ago
IPMI CLI Tools @home_server:home_server_setup:other_services
1 Hits, Last modified: 18 months ago