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 (21)
  • docker_notes (18)
  • linux_router (12)
  • tech_notes (3)
  • project (2)
  • board (1)
  • personal (1)
  • wiki (1)
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • Basic Netfilter Function Block Diagram
  • Debian Server Network Setup
  • ISP PPPoE Network Setup
  • Ethernet Twisted Pair Cables
  • Network Speed testing
  • Network Setup
  • NUT (Network UPS Tools) Setup

Fulltext results:

Docker nginx / php notes @docker_notes
199 Hits, Last modified: 4 months ago
docs for more specific information. ; https://php.net/configuration.file ; The syntax of the file is e... ions only work under ; CGI/FastCGI. ; https://php.net/ini.sections ; Directives are specified using th... pting language engine under Apache. ; https://php.net/engine engine = On ; This directive determines w... Value: Off ; Production Value: Off ; https://php.net/short-open-tag short_open_tag = Off ; The number
DHCP / DNS Setup @linux_router
73 Hits, Last modified: 6 months ago
and DHCP servers to Docker, [[https://wiki.kptree.net/doku.php?id=docker_notes:docker-dns#docker_-_dns_... cret "LBLC2Dg8v6hYNE/ecnd6Ag=="; }; zone "kptree.net" { type master; file "/var/lib/bind/db.kptree.net"; allow-update { key rndc-key; }; }; zone "168... efinition file ''sudo vim /var/lib/bind/db.kptree.net'' ++++db.kptree.net|<code> ; This line indicates
Conky @home_server:home_server_setup:other_services
40 Hits, Last modified: 2 years ago
e.org/web/20181207091827/http://conky.sourceforge.net/docs.html|Conky manual page]] are the lists of [[... e.org/web/20181207091827/http://conky.sourceforge.net/config_settings.html|Config Settings]] and [[http... e.org/web/20181207091827/http://conky.sourceforge.net/variables.html|Variables]]. You use the Config Se... nkyrc - derived from various examples across the 'net -- Designed to support a 16 core processor runn
Docker - DNS Server @docker_notes
38 Hits, Last modified: 5 months ago
g parameters in ''sudo vim /etc/sysctl.conf'': *net.ipv4.ip_forward = 1 *net.ipv4.conf.all.proxy_arp = 1 * ''sudo sysctl net.ipv6.conf.all.forwarding=1'' similar for ipv6 After... etc/bind/named.conf'' *''named-checkzone kptree.net /etc/bind/db.kptree.net'' *''named-checkzone 1.
Docker mailserver @docker_notes
32 Hits, Last modified: 3 hours ago
org';</code> ====references==== *sqlitetutorial.net [[https://www.sqlitetutorial.net/|SQLite Tutorial]] *sqlitetutorial.net [[https://www.sqlitetutorial.net/sqlite-cheat-sheet/|SQLite Cheat Sheet]] *tutorialspoint.com [[http
KPTree - Email Server Setup @home_server
23 Hits, Last modified: 15 months ago
mple.com%% and %%mail.example.com%%" use %%kptree.net%% and %%mail.kptree.net%% instead *For "Fire up an Ubuntu 18.04 AWS Instance with a Suitable Securit... *Sourceforge Postfix Admin [[https://sourceforge.net/p/postfixadmin/bugs/379/|#379 Setup fails on MySQ... nly --webroot --webroot-path /var/www/mail.kptree.net -d mail.kptree.net%%''. This works straight away
Docker Deluge Image / Service @docker_notes
22 Hits, Last modified: 6 months ago
is is where I describe this [[https://wiki.kptree.net/doku.php?id=linux_router:wireguard|Wireguard VPN ... dr;| *''%%docker run -it -p 8112:8112 --cap-add=NET_ADMIN --name alpine deluge-openvpn-nftables /bin/sh%%'' *The --cap-add=NET_ADMIN is require remove tun permission error when... mode ''%%docker run -it --network host --cap-add=NET_ADMIN --name alpine deluge-openvpn-nftables /bin/
dokuwiki setup notes @home_server
16 Hits, Last modified: 15 months ago
t to the appropriate ip addresses for wiki.kptree.net. The ipv4 points to a common public ipv4 addres... sudo vim /etc/apache2/sites-available/wiki.kptree.net-ssl.conf'' <code> <IfModule mod_ssl.c> <Virtu... 1f2c:10d::18]:443> ServerName wiki.kptree.net ServerAdmin webmaster@localhost ... CertificateFile /etc/letsencrypt/live/wiki.kptree.net/fullchain.pem SSLCertificateKeyFile /etc/
Router Miscellaneous @linux_router
16 Hits, Last modified: 3 months ago
''sudo iftop -i br0'' ====nethogs==== nethogs - Net top tool grouping bandwidth per process\\ Use ''m... ---- ====glances==== See [[https://wiki.kptree.net/doku.php?id=tech_notes:programs#python|KPTree Pyt... ng Tool for Linux]] * [[https://wiki.crowncloud.net/?How_to_install_Glances_on_Debian_11|How to Insta... ''stable'', e.g. ''docker run -it -p 3000:3000 --net=host ntop/ntopng:stable -i br0'' versus the instr
Web Server setup @home_server
15 Hits, Last modified: 6 months ago
-default.conf /etc/apache2/sites-available/kptree.net-http.conf'' then ''sudo vim /etc/apache2/sites-available/kptree.net-https.conf'', in particular change ''DocumentRoot... ' to ''DocumentRoot /mnt/shared/www16/html/kptree.net/public_html''. Also change ''ServerName kptree.net'' and add-in directly after this line ''ServerAlias
Rsync @home_server:home_server_setup:other_services
14 Hits, Last modified: 5 months ago
baumkp@192.168.1.10::all/home/shared/html_kptree.net %%--%%exclude=.Trash* >tmp.txt'' ''sudo rsync x ... baumkp@192.168.1.10::all/home/shared/html_kptree.net %%--%%exclude=.Trash* >tmp.txt'' ++++ ====My web... ared/www/html' workpath='/home/shared/html_kptree.net/' cmd="rsync -ptoguv --chown=root:www-data --chmo... ====Rsync related links==== *https://linux.die.net/man/1/rsync *https://www.digitalocean.com/commu
File Sharing @docker_notes
12 Hits, Last modified: 5 months ago
described here: *kptree [[https://wiki.kptree.net/doku.php?id=docker_notes:docker-nextcloud|nextclo... use, since 2022. *kptree [[https://wiki.kptree.net/doku.php?id=home_server:web_server_setup#nextclou... I used. =====syncthing===== [[https://syncthing.net/|Syncthing]] is a continuous file synchronization... isabled by default), # see https://docs.syncthing.net/advanced/folder-sync-ownership #AmbientCapabiliti
IPMI Console Setup @home_server:home_server_setup:other_services
10 Hits, Last modified: 3 weeks ago
up is my on notes on use of [[https://wiki.kptree.net/doku.php?id=home_server:home_server_setup:other_s... ools ]] and imptitools manual [[https://linux.die.net/man/1/ipmitool|die.net ipmitool(1) - Linux man page]] The key functions if the ipmitool command, ''ip... of the BMC / IMPI setup for [[https://wiki.kptree.net/doku.php?id=home_server:home_server_setup:other_s
Manjaro Setup Notes @home_server:home_server_setup:other_services
10 Hits, Last modified: 2 months ago
ow to mount WebDAV share]] *[[https://linux.die.net/man/8/mount.davfs|mount.davfs(8) - Linux man page]] *[[https://linux.die.net/man/8/mount|mount(8) - Linux man page]] *[[https://linux.die.net/man/5/nfs|nfs(5) - Linux man page]] *Archlinux ... S - Print Server]]\\ [[https://download.ebz.epson.net/dsc/search/01/search/?OSC=LX|Epson Download drive
TC - Traffic Control @linux_router
9 Hits, Last modified: 12 months ago
rrent default settings *''sudo sysctl -a | grep net.'' shows all the net. parameters, additional deeper filters net.core, net.ipv4, net.ipv6, net.mptcp, and net.netfilter. There are a few additionals not shown in deep
Wireguard VPN access from WAN to LAN @linux_router
9 Hits, Last modified: 2 weeks ago
turn server @docker_notes
8 Hits, Last modified: 3 months ago
Docker init Systems @docker_notes
7 Hits, Last modified: 3 weeks ago
Private LAN VPN Access @docker_notes
7 Hits, Last modified: 5 months ago
NFTables Configuration @linux_router
7 Hits, Last modified: 3 months ago
Wifi Router / Access Points @linux_router
7 Hits, Last modified: 2 weeks ago
Back-up Server Old Setup @home_server:home_server_setup:other_services
7 Hits, Last modified: 5 months ago
SSH Notes @home_server:home_server_setup:other_services
7 Hits, Last modified: 5 months ago
Nextcloud Container @docker_notes
6 Hits, Last modified: 8 weeks ago
Docker Miscellaneous @docker_notes
6 Hits, Last modified: 6 weeks ago
ISP PPPoE Network Setup @linux_router
6 Hits, Last modified: 9 months ago
Docker - diun & ntfy @docker_notes
5 Hits, Last modified: 6 months ago
Reverse Proxy Server - Traefik @docker_notes
5 Hits, Last modified: 5 months ago
Network Setup @home_server:home_server_setup
5 Hits, Last modified: 5 months ago
IPMI CLI Tools @home_server:home_server_setup:other_services
5 Hits, Last modified: 18 months ago
Formatting Syntax @wiki
4 Hits, Last modified: 2 years ago
VIM Editor @home_server:home_server_setup:other_services
4 Hits, Last modified: 15 months ago
Docker - DHCP Kea Server @docker_notes
3 Hits, Last modified: 4 months ago
Homepage dashboard @docker_notes
3 Hits, Last modified: 2 months ago
Debian Server Network Setup @linux_router
3 Hits, Last modified: 5 months ago
NFS @home_server:home_server_setup:other_services
3 Hits, Last modified: 5 months ago
Dokuwiki @docker_notes
2 Hits, Last modified: 5 months ago
Router Hardware @linux_router
2 Hits, Last modified: 6 months ago
Domain names, domain nameservers, DNS and DHCP @tech_notes
2 Hits, Last modified: 12 months ago
sidebar
1 Hits, Last modified: 2 weeks ago
bulletin board @board
1 Hits, Last modified: 2 years ago
Docker @docker_notes
1 Hits, Last modified: 3 months ago
Crowdsec @docker_notes
1 Hits, Last modified: 5 months ago
Docker Host @docker_notes
1 Hits, Last modified: 5 months ago
IPv6 Setup Notes @linux_router
1 Hits, Last modified: 13 months ago
Basic Netfilter Function Block Diagram @linux_router
1 Hits, Last modified: 12 months ago
Router VM @linux_router
1 Hits, Last modified: 3 months ago
Home Sprinkler Setup Notes @personal
1 Hits, Last modified: 3 weeks ago
Project Index @project
1 Hits, Last modified: 10 months ago
Sprinkler Solenoid 24VAC Woes @project
1 Hits, Last modified: 10 months ago
boot tools @tech_notes
1 Hits, Last modified: 9 months ago
Programs & Applications @tech_notes
1 Hits, Last modified: 2 weeks ago
KVM Setup @home_server:home_server_setup
1 Hits, Last modified: 4 months ago
Home Server Notes @home_server:home_server_setup
1 Hits, Last modified: 17 months ago
VNC Server @home_server:home_server_setup
1 Hits, Last modified: 3 weeks ago
BASH Customisation @home_server:home_server_setup:other_services
1 Hits, Last modified: 5 months ago
Commonly used commands and scripts @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
systemd Stuff @home_server:home_server_setup:other_services
1 Hits, Last modified: 18 months ago
tmux @home_server:home_server_setup:other_services
1 Hits, Last modified: 2 years ago