Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- Docker nginx / php notes @docker_notes
- 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
- 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
- Web Server setup @home_server
- 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
- 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
- Back-up Server Old Setup @home_server:home_server_setup:other_services
- 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
- Docker mailserver @docker_notes
- 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 ... lowing error coming up occasionally in my Dovecot log file, "May 25 12:16:05 imap-login: Error: Diffie-... -Content-Type-Options "nosniff" #Location of log if specific for this virtual host is required #
- Nextcloud Container @docker_notes
- 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
- 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
- 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
- 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 Server @docker_notes
- later I notice millions of lines of errors on my log files. Sure enough the backup had simply been wo... uration|Kea Logging Configuration]] 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
- 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
- , 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
- 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
- lor4}${font Arial:size=7}${execi 30 tail -n8 /var/log/syslog | fold -w100}$color$font ${color4}${font ... 0000}$color # Print the tail of the Linux system log ${color1}LOG FILES ${hr 2}$color ${color0}SysLog Messages$color ${color4}${font Arial:size=7}${execi 30 tail -n8 /var/log/syslog | fold -w100}$color$font </code> ++++ ====