Search
You can find the results of your search below.
Fulltext results:
- Docker nginx / php notes @docker_notes
- seconds) ; Production Value: 60 (60 seconds) ; output_buffering ; Default Value: Off ; Development ... rs. ; https://php.net/precision precision = 14 ; Output buffering is a mechanism for controlling how much output data ; (excluding headers and cookies) PHP should... that ; data to the client. If your application's output exceeds this setting, PHP ; will send that data i
- 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
- tem # daemon's notion of time and timezones. # # Output of the crontab jobs (including errors) is sent th... on the left. |echo one ; echo two| |> |Place the output of the thing on the left in the empty file named ... s /home/me > myfilesonce.txt| |%%>>%% |Append the output of the thing on the left to the end of the existi... ourcefile > targetfile| |%%|%% |Pipe the standard output of the thing on the left into the standard input
- NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
- ' and ''sudo chmod 640 /etc/nut -R"\''. =====NUT Output===== The output of ''/bin/upsc KPBUPS@localhost'', (or simply ''upsc KPBUPS''): <code> Init SSL without ... #nominal/set value outlet.0.switchable: no output.current: 0.9 output.current.nominal: 4 #nominal/design value output.frequency: 50.0 output.fre
- Docker @docker_notes
- s-nft, do not touch! table ip nat { chain DOCKER_OUTPUT { meta l4proto tcp ip daddr 127.0.0.11 xt match... ckets 329 bytes 20249 xt target "DNAT" } chain OUTPUT { type nat hook output priority dstnat; policy accept; ip daddr 127.0.0.11 counter packets 329 bytes 20249 jump DOCKER_OUTPUT } chain DOCKER_POSTROUTING { meta l4proto tc
- 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
- me sytle to be changed. * The standard output is a disgrace, North American mixed up! Aug 23 20... so long I it fill my terminal buffer on straight output. **Like it and use it** Reference: *[[https:/... ' to list current active monitors *''%%xrandr --output HDMI-1 --brightness 0.5 && xrandr --output DP-2 --brightness 0.5%%'' *''%%xrandr --output [displayID] -
- 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
- Nextcloud Container @docker_notes
- r the list command -q, --quiet Do not output any message -V, --version Display this ... ansi|--no-ansi Force (or disable --no-ansi) ANSI output -n, --no-interaction Do not ask any interactiv... o-warnings Skip global warnings, show command output only -v|vv|vvv, --verbose Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug Avail
- 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) | | |
- 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
- Python Programming Notes @python
- ou to spawn new processes, connect to their input/output/error pipes, and obtain their return codes.\\ Som... 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
- boot tools @tech_notes
- ''lsblk'' flags: * ''-f'' to get more verbose output * ''-o'' to get specific output columns, use ''-h'' option to see list of column options * ''blkid'... efibootmgr'', use the -v flag for a more verbose output ===Change Boot Order=== Take the displayed BootO