conf

Search

You can find the results of your search below.

Web Server setup @home_server
34 Hits, Last modified:
che main configuration files to "example.org-http.conf" for http, port 80 and example.org-https.conf for https, port 443 services. ====Hostname==== *Systemd... ation files: *''sudo vim /etc/apache2/apache2.conf'', in particular change ''‹Directory /var/www/›''... 'sudo cp /etc/apache2/sites-available/000-default.conf /etc/apache2/sites-available/kptree.net-http.conf
Docker nginx / php notes @docker_notes
31 Hits, Last modified:
g file. Default config file is ''/etc/nginx/nginx.conf''. =====Alpine nginx standard configuration (v3.1... ==== ====/etc/nginx/==== ++++/etc/nginx/fastcgi.conf| <code> fastcgi_param SCRIPT_FILENAME $docume... ginx-config-history-fastcgi_params-versus-fastcgi-conf/|fastcgi_params Versus fastcgi.conf – Nginx Config History]], basically fastcgi.params is for historica
DHCP / DNS Setup @linux_router
30 Hits, Last modified:
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 the confi... 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/defaul
Docker mailserver @docker_notes
22 Hits, Last modified:
t upon syslog. =====dovecot===== ''/etc/dovecot/conf.d'' <code>/ # dovecot --version 2.3.20 (80a5ac675... ==== ===database setup: /etc/dovecot/dovecot-sql.conf.ext=== See Dovecot howto on sqlite setup [[http:/... # `/etc/systemd/system/dovecot.service.d/service.conf'. # or copy this as # `/etc/systemd/system/doveco... iles located at ''/etc/apache2'', including httpd.conf ====apache2.4 remote php-fpm proxy configuration
KPTree Torrent VM Setup @home_server
21 Hits, Last modified:
e description suggested editing ''/etc/privatevpn.conf'' to change the VPN servers, however the correct file was ''/etc/openvpn/privatevpn.conf''__. * The remote server server in the download... ly in my nftables setup, ''sudo vim /etc/nftables.conf''. Basically the nftables setup firewalls the sys... nVPN configuration ''wget -O /etc/openvpn/btguard.conf http://btguard.com/btguard.conf'' *Modify the /
Docker - DHCP Server @docker_notes
17 Hits, Last modified:
file. (Usually located at /etc/kea/kea-ctrl-agent.conf.) This port needs to be open and accessible on ev... ====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''
Back-up Server Old Setup @home_server:home_server_setup:other_services
16 Hits, Last modified:
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:
onfiguration files are located at: ''/etc/dovecot/conf.d/''. (This is mention in the setup discription.... vecot configuration file /etc/dovecot/dovecot-sql.conf.ext *My vmail user uid has historically bee... s for the Dovecot configuration file /etc/dovecot/conf.d/10-auth.conf *The Dovecot configuration file /etc/dovecot/10-mail.conf *I propose to instal
Rsync @home_server:home_server_setup:other_services
12 Hits, Last modified:
'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:
UN apk add --no-cache tini openrc COPY privatvpn.conf /etc/openvpn/privatvpn.conf COPY privatvpn.login /etc/openvpn/privatvpn.login COPY pre_start_tun.sh /et... PY s6-rc.d /etc/s6-overlay/s6-rc.d/ COPY nftables.conf /etc/ EXPOSE 8112/tcp #ENV PYTHON_EGG_CACHE "/a... e/Python-Eggs" #CMD ["nft", "-f", "/etc/nftables.conf","&&","openvpn","--config","/etc/openvpn/ovpn_fil
Debian / Ubuntu Network Setup @linux_router
8 Hits, Last modified:
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/netw
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
8 Hits, Last modified:
iles are located at ''/etc/nut'' : <code> nut.conf MODE=standalone </code> <code> ups.conf [KPBUPS] # driver = blazer_usb # w... time.restart=180 </code> <code> upsd.conf LISTEN 192.168.x.x #IP address of NUT ser... instcmds = ALL </code> <code> upsmon.conf MONITOR KPBUPS@localhost 1 admin {passwor
dokuwiki setup notes @home_server
7 Hits, Last modified:
iki VM apache2 setup==== The ''/etc/apache2/ports.conf'' is the standard configuration allowing all ip a... /etc/apache2/sites-available/wiki.kptree.net-ssl.conf'' <code> <IfModule mod_ssl.c> <VirtualHost 19... Include /etc/letsencrypt/options-ssl-apache.conf <FilesMatch "\.(cgi|shtml|phtml|php)$"> ... vim /etc/apache2/sites-available/wiki.kptree.net.conf'' <code> <VirtualHost 192.168.1.18:80 [2001:470:1
NFTables Configuration @linux_router
6 Hits, Last modified:
to set or =0 turn off * ''sudo sysctl net.ipv6.conf.all.forwarding=1'' similar for ipv6 ====Sample N... ables configuration==== ''sudo vim /etc/nftables.conf'' ++++ Router NFtable Setup - ''/etc/nftables.conf''| <color blue>#!/usr/sbin/nft -f </color> ++ | + <c... t configuration file: ''sudo nft -f /etc/nftables.conf'' (not used for start configuration) (was router.
Docker - DNS Server @docker_notes
5 Hits, Last modified:
he following 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 applying t... apply setting using ''sudo sysctl -p /etc/sysctl.conf'' *''/usr/sbin/named -f -4'' to start the isc-
samba @home_server:home_server_setup:other_services
5 Hits, Last modified:
Formatting Syntax @wiki
3 Hits, Last modified:
Docker @docker_notes
2 Hits, Last modified:
Router Miscellaneous @linux_router
2 Hits, Last modified:
Conky @home_server:home_server_setup:other_services
2 Hits, Last modified:
Dokuwiki @docker_notes
1 Hits, Last modified:
IPv6 Setup Notes @linux_router
1 Hits, Last modified:
NFTables IP Control @linux_router
1 Hits, Last modified:
Nginx @tech_notes
1 Hits, Last modified:
Fail2Ban @home_server:home_server_setup:other_services
1 Hits, Last modified:
logrotate @home_server:home_server_setup:other_services
1 Hits, Last modified:
snapraid @home_server:home_server_setup:other_services
1 Hits, Last modified:
Webmin @home_server:home_server_setup:other_services
1 Hits, Last modified: