Search
You can find the results of your search below.
Fulltext results:
- Docker nginx / php notes @docker_notes
- rs. ; https://php.net/precision precision = 14 ; Output buffering is a mechanism for controlling how much output data ; (excluding headers and cookies) PHP should... server is ; emitting less packets due to buffered output versus PHP streaming the output ; as it gets it. On production servers, 4096 byte... a good setting for performance ; reasons. ; Note: Output buffering can also be controlled via Output Buffering Control ; functions. ; Possible Value... scripts to a function. For ; example, if you set output_handler to "mb_output_handler", character ; encoding will be transparen
- KPTree Torrent VM Setup @home_server
- input priority 0; policy drop; } chain output { type filter hook output priority 0; policy drop; } chain forward { type filter... # iifname $tun counter accept } chain output { type filter hook output priority 0; policy drop; # accept output from loopback interface
- Commonly used commands and scripts @home_server:home_server_setup:other_services
- ch socket. Unfortunately, this produces a lot of output—frequently, several tens of pages. You could just pipe all that output to a pager, so you can read it one page at a time... sing can make reading a text file full of tons of output much easier later—or it can serve to parse "human friendly" command output down to something that can be passed to another u... sockets and the programs that own them, but limit output to the ones with the text 'apache' in them—and limit that output to the fourth tabular column only. -Find all ope... sockets and the programs that own them, but limit output to the ones with the text 'apache' in them—and limit that output to the fourth and seventh tabular columns. Since
- Nextcloud Container @docker_notes
- Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug Available commands: check
- NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
- sh 2>/dev/null'',<code bash>#!/bin/bash # Logging output for NUT UPS Monitor output strf='/var/log/UPSLog.Log' str0='/bin/upsc KPBUP... %s ", $2}' >>"$strf" echo "$str1" | grep "output.voltage:" | awk '{printf "%s ", $2}' >>"$s
- Docker @docker_notes
- evdojo.com/bobbyiliev/how-to-change-the-docker-ps-output-format|How to change the docker ps output format]] *[[https://dev.to/cicube/docker-cheat-
- Rsync @home_server:home_server_setup:other_services
- is for dry run, no changes are made, but proposed output is seen *''-P'' keeps partially copies files an... h''' human readable file sizes *''-v'' increase output verbosity *''-z'' compress files on transfer, n... verbose) is also necessary to get the appropriate output: ====rsync daemon==== ++++tl;dr;| rsync can be i... ing transfer| |''-h''| ''%%--%%human-readable'' |output numbers in a human-readable format| |''-u''| ''%%
- turn server @docker_notes
- # This mode is very annoying and produces lots of output. # Not recommended under normal circumstances. # ... inefingers -r north.gov -p youhavetoberealistic # Output: 0xbc807ee29df3c9ffa736523fb2c4e8ee # ('0x' in th... a TURN session is allowed to handle # (input and output network streams are treated separately). Anything... allocate # for the sessions, combined (input and output network streams are treated separately). # #bps-c
- NFTables Configuration @linux_router
- xisting iptables rules: ''sudo iptables -S'', the output should be as follows, indicating no restrictions: <code text>-P INPUT ACCEPT -P FORWARD ACCEPT -P OUTPUT ACCEPT</code> *The iptables rules can be flushe... ab6><color blue> # Remember that the input and output chains only refer to this machine.</color>\\ <ta... drop\\ <tab6> }\\ <tab6>\\ <tab6> chain output {\\ <tab9><color blue> # We allow everythi
- BASH Customisation @home_server:home_server_setup:other_services
- ' to list current active monitors *''%%xrandr --output HDMI-1 --brightness 0.5 && xrandr --output DP-2 --brightness 0.5%%'' *''%%xrandr --output [displayID] --gamma 1.0:0.95:0.85%%'' to give a night mode effect *''%%xrandr --output HDMI-1 --gamma 1.0:0.9:0.85 --brightness 0.7%%''t
- Wireguard VPN access from WAN to LAN @linux_router
- ab6><color blue> # Remember that the input and output chains only refer to this machine.</color>\\ <ta... drop\\ <tab6> }\\ <tab6>\\ <tab6> chain output {\\ <tab9><color blue> # We allow everything out </color>\\ <tab9> type filter hook output priority 0; policy accept;\\ <tab9>\\ <tab9><co... \ <tab6>\\ <tab6><color blue> # In general output filter drops and limits list should be placed abo
- Docker mailserver @docker_notes
- rtual_users WHERE email='john@example.org'; * output example on success: john@example.org|*:bytes=0|/v... irtual_users WHERE email='john@example.org'; *Output on success {BLF-CRYPT}$2y$05$.WedBCNZiwxY1CG3aleI... ry: SELECT email AS user FROM virtual_users; *Output: john@example.org ==Testing with openssl== ''ope... ser// ''doveadm user john@example.org'' will give output: <code>field value uid 5000 gid 5000 home /var/vm
- Python Programming Notes @python
- ubprocess.PIPE'' In order to capture the command output from the function. Otherwise it will go to the standard output stream, e.g. the terminal screen. * the output value can be captured from ''subprocess.stdout'', this... e return code of the function can be capture from output using ''subprocess.returncode'' =====Python Bac
- NFTables IP Control @linux_router
- ags timeout } # Remember that the input and output chains only refer to this machine. # The forward ... ackets 0 bytes 0 accept } chain output { # We allow everything out type filter hook output priority 0; policy accept; } } table ... e go nowhere. Systemd has a service to redirect output of cron jobs to systemd's journal: ''/usr/bin/sys
- Basic Netfilter Function Block Diagram @linux_router
- | |------------| | | Output | | | Rules | ... WARD'': Triggered by the NF_IP_FORWARD hook. *''OUTPUT'': Triggered by the NF_IP_LOCAL_OUT hook. *''PO... t the ''raw'' table has both ''PREROUTING'' and ''OUTPUT'' chains. When read from top-to-bottom, it also d... s/Chains ^ PREROUTING ^ INPUT ^ FORWARD ^ OUTPUT ^ POSTROUTING ^ |(routing decision) | | |