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

Matching pagenames:

  • IPTables Configuration
  • NFTables Configuration
  • Router Configuration, Switch & Server Setup

Fulltext results:

Docker mailserver @docker_notes
42 Hits, Last modified: 12 months ago
previous configuration files under /etc/dovecot/conf.d to be used by the directive ''!include conf.d/*.conf'' in the dovecot.conf file. The later directives will overwrite previo... x/templates - ./.config/nginx/nginx-default.conf:/etc/nginx/conf.d/default.conf # Provide a custom nginx conf # - ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro # If you need SSL connection, you can pr... ) ├── nginx | ├── nginx-default.conf | └── templates (directory) └──
Web Server setup @home_server
34 Hits, Last modified: 20 months ago
tead of ''apache2'', e.g.: * ''/etc/httpd/httpd.conf'' or ''/etc/apache2/httpd.conf'' instead of ''/etc/apache2/apache2.conf'' * systemd service: ''httpd.service'' instead ... ual host (configuration file): ''sudo a2ensite VH.conf'' / ''sudo a2dissite VH.conf'' *Site configuration files stored in direct
Docker nginx / php notes @docker_notes
31 Hits, Last modified: 9 months ago
ginx-config-history-fastcgi_params-versus-fastcgi-conf/|fastcgi_params Versus fastcgi.conf – Nginx Config History]], basically fastcgi.param... nippets into the root context. include /etc/nginx/conf.d/*.conf; events { # The maximum number of simultaneous ... oncern as the default nginx configuration ''nginx.conf'' references this directory. Of course the ''/etc/nginx/conf.d'' is a default override directory, so it can be... }</code> ''/usr/share/nginx/http-default_server.conf'' is the same as ''/etc/nginx/http.d/default.conf'' listed above. ++++ ====/var/lib/nginx/html/===
Docker - DNS Server @docker_notes
30 Hits, Last modified: 6 months ago
changes. Instead overrides must be copied into *.conf files in /etc/sysctl.d/. Normally user conf files in *.d directories are not affected by upgr... g using ''sudo sysctl -p /etc/sysctl.d/ip_forward.conf'' (Note that ''sudo sysctl -p'' defaults to using ''/etc/sysctl.conf'' and will error if this file is not available.) * ''sudo sysctl -w net.ipv6.conf.all.forwarding=1'' will immediately set this para... ust kernel parameters at boot: */etc/sysctl.d/*.conf */run/sysctl.d/*.conf */usr/local/lib/sysctl.
DHCP / DNS Setup @linux_router
30 Hits, Last modified: 20 months ago
e: "sudo apt install bind9" Next check the named.conf configuration file, "less /etc/bind/named.conf". This can remain as default as below. However th... g files to default: *''sudo cp /etc/bind/named.conf.options /etc/bind/default.named.conf.options'' *''sudo cp /etc/bind/named.conf.local /etc/bind/default.named.conf.local'' *''sudo cp /etc/bind/named.conf.default-zones /etc/bind/default.named.conf.default-zones'' ====Bind9 Control Nomenclature==== There are
KPTree Torrent VM Setup @home_server
21 Hits, Last modified: 5 years ago
nVPN configuration ''wget -O /etc/openvpn/btguard.conf http://btguard.com/btguard.conf'' *Modify the /etc/openvpn/btguard.conf file as... , respectively: ''sudo vim /etc/openvpn/privatvpn.conf'' & ''sudo vim /etc/nftables.conf''. *Restart the respective services: ''sudo s... er parameters are located in ''/etc/mysql/mariadb.conf.d/50-server.cnf'', to edit: ''sudo vim /etc/mysql/mariadb.conf.d/50-server.cnf''. Find the parameter ''bind-addr... onfiguration file ''sudo vim /etc/openvpn/btguard.conf'' *To flush the current IPtables configuration
Docker - DHCP Kea Server @docker_notes
18 Hits, Last modified: 4 months ago
====main dhcp4==== *''kea-dhcp4 -t /app/dhcpv4.conf'' to test the kea-dhcp4 configuration files ''/app/dhcpv4.conf'' *''kea-dhcp4 -c /app/dhcpv4.conf'' to start kea dhcp4 using configuration file ''/app/dhcpv4.conf'' ++++Use of symlink, TL;DR;| Using symlinks in is confusing when ... un (basic or plus): *''ln -s .config/dhcp_basic.conf .config/dhcp.conf'' to run basic *''ln -s .config/dhcp_plus.conf .config/dhcp.conf'' to run plus *The ''-f'' flag can be used to over
Back-up Server Old Setup @home_server:home_server_setup:other_services
16 Hits, Last modified: 19 months ago
emote machine 192.168.1.5: ''sudo vim /etc/rsyncd.conf'' <code> # create new # any name you like [all... napshot backup configurations; ''/etc/rsnapshot1.conf'' To run locally: ''sudo rsnapshot -c /etc/rsnapshot1.conf daily'' ''sudo vim /etc/rsnapshot1.conf'' ++++with all comments| <code rsnapshot> ####################
KPTree - Email Server Setup @home_server
14 Hits, Last modified: 2 years ago
s for the Dovecot configuration file /etc/dovecot/conf.d/10-auth.conf *The Dovecot configuration file /etc/dovecot/... ix/private/auth as per configuration /etc/dovecot/conf.d/10-master.conf after which this Postfix error is resolved.) *A... etc/apache2/sites-available/mail.kptree.net-https.conf'': <code> Alias /.well-known /var/www/mail.kptree... etc/apache2/sites-available/mail.kptree.net-https.conf'' to edit the apache site configuration file (htt
Rsync @home_server:home_server_setup:other_services
12 Hits, Last modified: 6 months ago
'sudo apt install rsync'' ''sudo vim /etc/rsyncd.conf'' <file> # create new # any name you like [all] ... s/ *https://download.samba.org/pub/rsync/rsyncd.conf.html *https://linux.die.net/man/5/rsyncd.conf *https://www.server-world.info/en/note?os=Ubuntu_18.0... /etc/ssh/ssh_config. Add this to ''/etc/ssh/ssh_conf'' file to disable the host key checking and the w
Docker Deluge Image / Service @docker_notes
11 Hits, Last modified: 5 weeks ago
UN apk add --no-cache tini openrc COPY privatvpn.conf /etc/openvpn/privatvpn.conf COPY privatvpn.login /etc/openvpn/privatvpn.login... e/Python-Eggs" #CMD ["nft", "-f", "/etc/nftables.conf","&&","openvpn","--config","/etc/openvpn/ovpn_file.conf","--daemon","deluged","-d"] </code> Notes: - T... ing au-per.pvdata.host'' * in ''/etc/nftables.conf'' under under output chain: *''oifname $... ers to the nominated local dns. See ''/etc/resolv.conf''. The docker documentation states that the user
Nextcloud Container @docker_notes
9 Hits, Last modified: 4 months ago
ends_on: - app volumes: - ./nginx.conf:/etc/nginx/nginx.conf:ro volumes_from: - app networks: ... les| The files are added to ''/usr/local/etc/php/conf.d/''. To check actual php setting from cli: ''ph... lphp-fpm setting from cli ''php-fpm -tt'' **www.conf**: <code>; Start a new pool named 'www'. ; the va
dokuwiki setup notes @home_server
9 Hits, Last modified: 10 months ago
ndering error. I disabled by directly changing ''$conf['renderer_xhtml'] = 'xhtml';'' in ''/config/dokuwiki/conf/local.php''. Not sure what this plugin does and c
NFTables Configuration @linux_router
8 Hits, Last modified: 17 months ago
to set or =0 turn off * ''sudo sysctl net.ipv6.conf.all.forwarding=1'' similar for ipv6 Also make permanent in ''/etc/sysctl.conf'', by ensuring ''net.ipv4.ip_forward = 1'' is ind... ables configuration==== ''sudo vim /etc/nftables.conf'' ++++ Router NFtable Setup - ''/etc/nftables.conf''| <color blue>#!/usr/sbin/nft -f </color> ++ | + <c
Debian Server Network Setup @linux_router
8 Hits, Last modified: 8 months ago
etc/netplan/network.yaml.old ln -sf /etc/nftables.conf.orig /etc/nftables.conf #ln -sf /etc/nftables.conf.router /etc/nftables.conf ln -sf /etc/network/interfaces.orig /etc/network/interfaces #ln -sf /etc/net... tc/netplan/network.yaml.old #ln -sf /etc/nftables.conf.orig /etc/nftables.conf ln -sf /etc/nftables.conf.router /etc/nftables.conf #ln -sf /etc/network/interfaces.orig /etc/network/interfaces ln -sf /etc/netw
Dokuwiki @docker_notes
8 Hits, Last modified: 4 months ago
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
8 Hits, Last modified: 3 years ago
turn server @docker_notes
7 Hits, Last modified: 17 months ago
Wireguard VPN access from WAN to LAN @linux_router
7 Hits, Last modified: 15 months ago
ntp @docker_notes
7 Hits, Last modified: 9 months ago
samba @home_server:home_server_setup:other_services
5 Hits, Last modified: 4 years ago
BASH Customisation @home_server:home_server_setup:other_services
4 Hits, Last modified: 9 months ago
Set Up and Ubuntu APT Cache @home_server:home_server_setup:other_services
4 Hits, Last modified: 5 years ago
Domain names, domain nameservers, DNS and DHCP @tech_notes
4 Hits, Last modified: 12 months ago
snapraid @home_server:home_server_setup:other_services
4 Hits, Last modified: 5 months ago
Manjaro Setup Notes @home_server:home_server_setup:other_services
4 Hits, Last modified: 16 months ago
Docker @docker_notes
4 Hits, Last modified: 7 months ago
Formatting Syntax @wiki
3 Hits, Last modified: 12 days ago
systemd Stuff @home_server:home_server_setup:other_services
3 Hits, Last modified: 3 years ago
Time Date Related Setup @home_server:home_server_setup:other_services
2 Hits, Last modified: 3 years ago
Conky @home_server:home_server_setup:other_services
2 Hits, Last modified: 5 years ago
Router Miscellaneous @linux_router
2 Hits, Last modified: 10 months ago
Network Setup @home_server:home_server_setup
1 Hits, Last modified: 12 months ago
logrotate @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago
Fail2Ban @home_server:home_server_setup:other_services
1 Hits, Last modified: 4 years ago
Nginx @tech_notes
1 Hits, Last modified: 3 years ago
Private LAN VPN Access @docker_notes
1 Hits, Last modified: 20 months ago
NFTables IP Control @linux_router
1 Hits, Last modified: 5 years ago
Webmin @home_server:home_server_setup:other_services
1 Hits, Last modified: 3 years ago