Search
You can find the results of your search below.
Fulltext results:
- NFTables Configuration @linux_router
- o allow port forwarding from WAN to LAN. Using ''type filter hook forward priority 0; policy drop;'' for forwarding and ''type nat hook prerouting priority 0;'' for prerouting.
- Wireguard VPN access from WAN to LAN @linux_router
- \\ <tab6> set controllist {\\ <tab9> type ipv4_addr\\ <tab9> flags interval\\ <tab... \ + <color #202000/#F0F0E0> This creates a set of type inet_service (port number or range). The flags in... ge.html#lbAS|Sets]]. </color>++ \\ <tab9> type inet_service; flags interval;\\ <tab9> ele... \ + <color #202000/#F0F0E0> This creates a set of type inet_service (port number or range). The flags in
- Conky @home_server:home_server_setup:other_services
- s own window instead of using desktop own_window_type = 'normal',-- If own_window is yes, use type normal, desktop, or override own_window_transpar... ts own window instead of using desktop own_window_type normal # If own_window is yes, use type normal, desktop, or override own_window_transpare... s own window instead of using desktop own_window_type = 'normal',-- If own_window is yes, use type normal, desktop, or override own_window_transpar... ts own window instead of using desktop own_window_type normal # If own_window is yes, use type normal, desktop, or override own_window_transpare
- Docker nginx / php notes @docker_notes
- ETHOD $request_method; fastcgi_param CONTENT_TYPE $content_type; fastcgi_param CONTENT_LENGTH $content_lengt... ETHOD $request_method; fastcgi_param CONTENT_TYPE $content_type; fastcgi_param CONTENT_LENGTH $content_lengt... Y_STRING $query_string; scgi_param CONTENT_TYPE $content_type; scgi_param DOCUMENT_URI $document_uri; s... _METHOD $request_method; uwsgi_param CONTENT_TYPE $content_type; uwsgi_param CONTENT_LENGTH $content_length;
- KPTree Torrent VM Setup @home_server
- ons. table ip6 firewall { chain input { type filter hook input priority 0; policy drop; } chain output { type filter hook output priority 0; policy drop; } chain forward { type filter hook forward priority 0; policy drop; }... drop table ip firewall { chain input { type filter hook input priority 0; policy drop;
- Docker Deluge Image / Service @docker_notes
- o=addr=192.168.1.10,rw,nfsvers=4,async"' --mount 'type=volume,source=nfsvolume,target=/app/deluge,volume-driver=local,volume-opt=type=nfs,volume-opt=device=:/deluge,"volume-opt=o=addr... ''help'' Some additional related commands: *''type command'' will return the command type, inbuilt or path to external command, or no entry
- NFTables IP Control @linux_router
- function: <code> set controllist { type ipv4_addr flags interval flags ... inet firewall { set controllist { type ipv4_addr flags interval flags... t. # set tcp_open_ports { # type inet_service; flags interval; # elements ... tps # } # set udp_open_ports { # type inet_service; flags interval; # elements
- Docker - DNS Server @docker_notes
- g8v6hYNE/ecnd6Ag=="; // }; zone "kptree.net" { type master; file "/etc/bind/db.kptree.net"; allow... ndc-key; }; }; zone "1.168.192.in-addr.arpa" { type master; file "/etc/bind/db.1.168.192"; allow-... e.conf.default-zones| <code>zone "." IN { type hint; file "named.ca"; }; zone "localhost" IN { type master; file "pri/localhost.zone";
- Docker init Systems @docker_notes
- tent with name of logging service | | | │ └── type |* |mandatory file containing service type, in this case longrun | | │ └ <code... ted services in the active s6-rc-db *''s6-rc-db type servicename'' - Prints the type of servicename: oneshot, longrun or bundle *''s
- NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
- . These battery seems to be common lead-acid gel type 12 VDC at 9 AMP-hr (although they look to be the ... e.model: LIHVX1K1 #Fix value device.type: ups #Fix value driver.name: ... ery: yes ups.status: OL ups.temperature: 19.4 ups.type: line-interactive #nominal/design value... bin/upsdrvctl start ExecStop=/sbin/upsdrvctl stop Type=forking [Install] WantedBy=multi-user.target </c
- Docker mailserver @docker_notes
- LECT name FROM sqlite_schema WHERE type ='table' AND name NOT LIKE 'sqlite_%';</code... file database manager, that is suitable for many type of databases, including **sqlite** and being only... nditionPathExists=/etc/postfix/main.cf [Service] Type=oneshot RemainAfterExit=yes ExecStart=/bin/true E... ipt_active_path = ~/.dovecot.sieve\\ sieve_script_type = after \\ sieve_script_path = /etc/dovecot/sieve
- KPTree - Home Desktop Setup @home_server
- Prompt (Admin) - right click the windows icon or type "Win + X". In Windows 10 you can also type in Command into the Cortina search area and right... m in safe mode. * Open up run (Windows + R) * Type name of program with /safe, e.g. outlook.exe /saf... to save the file and select PDF from the Save as type dropdown menu. -Click on the Options button in ... CAD products. Such changes include: *Layer line type. *Layer line thickness. *Layer color. *Laye
- Nextcloud Container @docker_notes
- pecify the name of the header: ; - %{Content-Type}o ; - %{X-Powered-By}o ; - %{Transfert-... cloud easier to use ''www-data'' *Confirm shell type, bash is more comprehensive, whereas sh or ash ar... tcloud image is based upon Alpine Linux, so shell type is ash (not BASH). * ''%%docker exec -it --user... ircles:manage:config edit config/type of a Circle circles:manage:create
- Back-up Server Old Setup @home_server:home_server_setup:other_services
- ck mounted disks ''df -Th'' <code> Filesystem Type Size Used Avail Use% Mounted on udev ... .5:/Disk2 /mnt/backup2'' Where: * ''-t nfs'' : type nfs * ''-o'' : options, options are separated b... case "$1" in 0) return_type="$1" ;; *) return_type=1 ;; esac else return_type=1 fi
- Docker @docker_notes
- bles Docker Rules After=docker.service [Service] Type=oneshot ExecStart=/usr/sbin/iptables -I DOCKER-US... ytes 20249 xt target "DNAT" } chain OUTPUT { type nat hook output priority dstnat; policy accept; ... tes 0 xt target "SNAT" } chain POSTROUTING { type nat hook postrouting priority srcnat; policy acce... ==== Docker has an internal DNS for each discrete type network. This allows docker containers to be ref