Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- Docker mailserver @docker_notes
- 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
- 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
- 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
- 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
- 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
- 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
- ====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
- 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
- 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
- '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
- 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
- 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
- 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
- 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
- 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