output

Search

You can find the results of your search below.

Docker nginx / php notes @docker_notes
93 Hits, Last modified:
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
29 Hits, Last modified:
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
18 Hits, Last modified:
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
15 Hits, Last modified:
' 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
Rsync @home_server:home_server_setup:other_services
8 Hits, Last modified:
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''| ''%%
Docker @docker_notes
7 Hits, Last modified:
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
BASH Customisation @home_server:home_server_setup:other_services
6 Hits, Last modified:
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
5 Hits, Last modified:
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
5 Hits, Last modified:
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
NFTables Configuration @linux_router
5 Hits, Last modified:
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
NFTables IP Control @linux_router
5 Hits, Last modified:
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
5 Hits, Last modified:
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
3 Hits, Last modified:
''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
Formatting Syntax @wiki
3 Hits, Last modified:
* simply displays "Hello World!" to the standard output. */ class HelloWorldApp { public static void... how DokuWiki renders a page without creating any output it self. The following control macros are availbl... created | | %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (e
IPMI CLI Tools @home_server:home_server_setup:other_services
3 Hits, Last modified:
e: *View server chassis and motherboard sensor output remotely, such as chassis status and intrusion de... oader, bootup and shutdown procedures and console output should the machine hang or lock up, just as you w... ou to power the system on and off and view sensor output, but does not support packet encryption (and ther
Docker Deluge Image / Service @docker_notes
2 Hits, Last modified:
IPTables Configuration @linux_router
2 Hits, Last modified:
Router Miscellaneous @linux_router
2 Hits, Last modified:
Sprinkler Solenoid 24VAC Woes @project
2 Hits, Last modified:
Reverse Proxy Server @docker_notes
1 Hits, Last modified:
Web Server setup @home_server
1 Hits, Last modified:
Basic Netfilter Function Block Diagram @linux_router
1 Hits, Last modified:
Light Bulb Info @personal
1 Hits, Last modified:
tmux @home_server:home_server_setup:other_services
1 Hits, Last modified: