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 (23)
  • docker_notes (13)
  • linux_router (12)
  • tech_notes (4)
  • project (3)
  • personal (2)
  • python (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

NFTables Configuration @linux_router
24 Hits, Last modified: 3 months ago
\\ <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
Wireguard VPN access from WAN to LAN @linux_router
24 Hits, Last modified: 2 weeks ago
\\ <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
21 Hits, Last modified: 2 years ago
s own window instead of using desktop own_window_type = 'normal',-- If own_window is yes, use type normal, desktop, or override own_window_transparent = tru... scription | awk '{ print $2" "$3 }'} ${color0}CPU Type: ${tab 50}$color${execi 99999 grep 'model name' /... lignr}${execi 9999 findmnt / -o SOURCE -n} | ${fs_type /} ${fs_used_perc /}% ${color8}${fs_bar /}$color
Docker nginx / php notes @docker_notes
20 Hits, Last modified: 4 months ago
ETHOD $request_method; fastcgi_param CONTENT_TYPE $content_type; fastcgi_param CONTENT_LENGTH $content_length; fastcgi_param SCRIPT_NAME ... ETHOD $request_method; fastcgi_param CONTENT_TYPE $content_type; fastcgi_param CONTENT_LENGTH $content_length; fastcgi_param SCRIPT_NAME
KPTree Torrent VM Setup @home_server
16 Hits, Last modified: 2 years ago
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
13 Hits, Last modified: 6 months ago
=====docker external volumes===== There are 2 type of volume needs in this set up. - Deluge config... ode>docker volume create --driver local \ --opt type=nfs \ --opt o=addr=[ip-address],rw \ --opt de... ode>docker volume create --driver local \ --opt type=nfs \ --opt o=addr=192.168.1.10,rw \ --opt de... ode>docker volume create --driver local \ --opt type=nfs \ --opt o=addr=192.168.1.10,rw \ --opt de
NFTables IP Control @linux_router
13 Hits, Last modified: 2 years ago
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 init Systems @docker_notes
9 Hits, Last modified: 3 weeks ago
| *1 | Service, longrun type, as required | | ... tent with name of logging service | | | │   └── type |* |mandatory file containing service type, in this case longrun | | │   └ <code... longrun</code> | *1 | file content with type of service | | | ├── named-log
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
8 Hits, Last modified: 2 years ago
. 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
7 Hits, Last modified: 3 hours ago
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
Back-up Server Old Setup @home_server:home_server_setup:other_services
6 Hits, Last modified: 5 months ago
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
5 Hits, Last modified: 3 months ago
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
KPTree - MSWindows Setup @home_server
5 Hits, Last modified: 3 months ago
d inconvenient for me to justify to use. For this type of software I want a license that gives me unfett... was slow to show the network drives. I can simply type in the network drive into the path, e.g. "\\User1... 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 click on t
DHCP / DNS Setup @linux_router
5 Hits, Last modified: 6 months ago
C2Dg8v6hYNE/ecnd6Ag=="; }; zone "kptree.net" { type master; file "/var/lib/bind/db.kptree.net"; a... rndc-key; }; }; zone "168.192.in-addr.arpa" { type master; file "/var/lib/bind/db.168.192"; allo... et ConditionPathExists=/etc/radvd.conf [Service] Type=forking ExecStartPre=/usr/sbin/radvd --logmethod ... * ''nslookup wiki.kptree.net'' * ''nslookup -type=mx mail.kptree.net'' for mail server information
Nextcloud Container @docker_notes
4 Hits, Last modified: 8 weeks ago
cloud easier to use ''www-data'' *Confirm shell type, bash is more comprehensive, whereas sh or ash ar... ircles:manage:config edit config/type of a Circle circles:manage:create ... rset of MySQL/MariaDB to use utf8mb4 db:convert-type Convert the Nextcloud data... server for Collabora, a LibraOffice based online type office server, or a separate Collobora server. I
turn server @docker_notes
4 Hits, Last modified: 3 months ago
Router Hardware @linux_router
4 Hits, Last modified: 6 months ago
BASH Customisation @home_server:home_server_setup:other_services
4 Hits, Last modified: 5 months ago
VIM Editor @home_server:home_server_setup:other_services
4 Hits, Last modified: 15 months ago
Docker-Compose @docker_notes
3 Hits, Last modified: 6 days ago
Web Server setup @home_server
3 Hits, Last modified: 6 months ago
KVM Setup @home_server:home_server_setup
3 Hits, Last modified: 4 months ago
Manjaro Setup Notes @home_server:home_server_setup:other_services
3 Hits, Last modified: 2 months ago
Rsync @home_server:home_server_setup:other_services
3 Hits, Last modified: 5 months ago
Docker - DHCP Kea Server @docker_notes
2 Hits, Last modified: 4 months ago
Docker Host @docker_notes
2 Hits, Last modified: 5 months ago
dokuwiki setup notes @home_server
2 Hits, Last modified: 15 months ago
KPTree - Email Server Setup @home_server
2 Hits, Last modified: 15 months ago
Basic Netfilter Function Block Diagram @linux_router
2 Hits, Last modified: 12 months ago
ISP PPPoE Network Setup @linux_router
2 Hits, Last modified: 9 months ago
Router Configuration, Switch & Server Setup @linux_router
2 Hits, Last modified: 2 weeks ago
Wifi Router / Access Points @linux_router
2 Hits, Last modified: 2 weeks ago
Light Bulb Info @personal
2 Hits, Last modified: 12 months ago
Ethernet Twisted Pair Cables @project
2 Hits, Last modified: 6 months ago
VNC Server @home_server:home_server_setup
2 Hits, Last modified: 3 weeks ago
Commonly used commands and scripts @home_server:home_server_setup:other_services
2 Hits, Last modified: 5 months ago
Simlinks @home_server:home_server_setup:other_services
2 Hits, Last modified: 5 months ago
start
1 Hits, Last modified: 2 weeks ago
Docker - DNS Server @docker_notes
1 Hits, Last modified: 5 months ago
Dokuwiki @docker_notes
1 Hits, Last modified: 5 months ago
File Sharing @docker_notes
1 Hits, Last modified: 5 months ago
KPTree Recipes @home_server
1 Hits, Last modified: 6 months ago
ISP IPoE DHCP Setup Notes @linux_router
1 Hits, Last modified: 5 months ago
IPTables Configuration @linux_router
1 Hits, Last modified: 6 months ago
Debian Server Network Setup @linux_router
1 Hits, Last modified: 5 months ago
Home Sprinkler Setup Notes @personal
1 Hits, Last modified: 3 weeks ago
Oscilloscope @project
1 Hits, Last modified: 16 months ago
Sprinkler Solenoid 24VAC Woes @project
1 Hits, Last modified: 10 months ago
Python Programming Notes @python
1 Hits, Last modified: 18 months ago
boot tools @tech_notes
1 Hits, Last modified: 9 months ago
Domain names, domain nameservers, DNS and DHCP @tech_notes
1 Hits, Last modified: 12 months ago
Linux CLI Commands @tech_notes
1 Hits, Last modified: 2 weeks ago
PiKVM @tech_notes
1 Hits, Last modified: 8 months ago
fsck - file system check @home_server:home_server_setup
1 Hits, Last modified: 2 years ago
Calibre Server @home_server:home_server_setup:other_services
1 Hits, Last modified: 2 years ago
Linux Block Device Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 14 months ago
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 months ago
samba @home_server:home_server_setup:other_services
1 Hits, Last modified: 2 years ago
SSH Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 months ago