KPTree Wiki logo

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 (11)
  • docker_notes (9)
  • linux_router (7)
  • project (3)
  • tech_notes (3)
  • python (1)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Docker nginx / php notes @docker_notes
93 Hits, Last modified: 10 months ago
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
29 Hits, Last modified: 5 years ago
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
22 Hits, Last modified: 12 months ago
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
16 Hits, Last modified: 4 weeks ago
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
15 Hits, Last modified: 3 years ago
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
10 Hits, Last modified: 8 months ago
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
8 Hits, Last modified: 8 months ago
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
7 Hits, Last modified: 19 months ago
# 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
7 Hits, Last modified: 19 months ago
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
6 Hits, Last modified: 10 months ago
' 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
6 Hits, Last modified: 16 months ago
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
5 Hits, Last modified: 4 weeks ago
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
5 Hits, Last modified: 9 months ago
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
5 Hits, Last modified: 5 years ago
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
5 Hits, Last modified: 2 years ago
| |------------| | | 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) | | |
Home Solar / BESS @project
4 Hits, Last modified: 8 months ago
Formatting Syntax @wiki
3 Hits, Last modified: 8 weeks ago
IPMI Console Setup @home_server:home_server_setup:other_services
3 Hits, Last modified: 16 months ago
boot tools @tech_notes
3 Hits, Last modified: 3 months ago
Manjaro Setup Notes @home_server:home_server_setup:other_services
3 Hits, Last modified: 18 months ago
IPMI CLI Tools @home_server:home_server_setup:other_services
3 Hits, Last modified: 3 years ago
Back-up Server Old Setup @home_server:home_server_setup:other_services
2 Hits, Last modified: 21 months ago
Docker Deluge Image / Service @docker_notes
2 Hits, Last modified: 3 months ago
Linux CLI Commands @tech_notes
2 Hits, Last modified: 6 months ago
IPTables Configuration @linux_router
2 Hits, Last modified: 21 months ago
Docker - DHCP Kea Server @docker_notes
2 Hits, Last modified: 5 months ago
Router Miscellaneous @linux_router
2 Hits, Last modified: 11 months ago
Sprinkler Solenoid 24VAC Woes @project
2 Hits, Last modified: 2 years ago
Router Hardware @linux_router
1 Hits, Last modified: 3 months ago
PiKVM @tech_notes
1 Hits, Last modified: 13 months ago
Docker - diun & ntfy @docker_notes
1 Hits, Last modified: 22 months ago
Web Server setup @home_server
1 Hits, Last modified: 22 months ago
Light Bulb Info @project
1 Hits, Last modified: 9 months ago
Reverse Proxy Server - Traefik @docker_notes
1 Hits, Last modified: 21 months ago
tmux @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 years ago