conf

Search

You can find the results of your search below.

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
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
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
Manjaro Setup Notes @home_server:home_server_setup:other_services
4 Hits, Last modified:
e CUPS configuration file is at ''/etc/cups/cupsd.conf''\\ [[https://ubuntu.com/server/docs/service-cups... on file to suit, ''sudo vim ~/.config/conky/conky.conf'' ++++conky.conf| <file> # --------------------------------------------------------------------- # # .... * Command: ''conky -c ~/.config/conky/conky.conf --daemonize --pause=5'' ++++ ---- ====Xfce tips=
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
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''
snapraid @home_server:home_server_setup:other_services
1 Hits, Last modified:
main snapraid configuration file ''/etc/snapraid.conf'' <- home_server:home_server_setup:other_servic
Docker @docker_notes
2 Hits, Last modified:
ge networking. The containers DNS (''/etc/resolv.conf'') is assigned to a proxy on 127.0.0.11:53. //(N... On VPN setup, at least openvpn, the /etc/resolv.conf is overwritten anyway so the Docker netfilter cha
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
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-
BASH Customisation @home_server:home_server_setup:other_services
4 Hits, Last modified:
e/$BA_USERNAME/docker/appdata/yt-dlp/yt-dlp-video.conf' alias ytdvc='yt-dlp --cookies "/home/$BA_USERNAM... e/$BA_USERNAME/docker/appdata/yt-dlp/yt-dlp-video.conf' alias ytda='yt-dlp --config-location /home/$BA_USERNAME/docker/appdata/yt-dlp/yt-dlp-audio.conf' alias ytdac='yt-dlp --cookies "/home/$BA_USERNAM... e/$BA_USERNAME/docker/appdata/yt-dlp/yt-dlp-audio.conf'</code>++++ To allow the BASH history to be upda
Nginx @tech_notes
1 Hits, Last modified:
set configuration file (default: /etc/nginx/nginx.conf) -g directives : set global directives out of c
Webmin @home_server:home_server_setup:other_services
1 Hits, Last modified:
CLI as follows: ''sudo vim /etc/webmin/miniserv.conf'', change ''SSL=1'' to ''SSL=0'', save and exit,
systemd Stuff @home_server:home_server_setup:other_services
3 Hits, Last modified:
nux]] =====Journalctl stuff===== ''man journald.conf'' manual page for journald.conf\\ ''man journalctl'' manual page for journalctl\\ Edit ''sudo vim /etc/systemd/journald.conf'' make variable ''Storage=persistent'' to make jo
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
logrotate @home_server:home_server_setup:other_services
1 Hits, Last modified:
Router Miscellaneous @linux_router
2 Hits, Last modified:
NFTables Configuration @linux_router
6 Hits, Last modified:
DHCP / DNS Setup @linux_router
30 Hits, Last modified:
Debian / Ubuntu Network Setup @linux_router
8 Hits, Last modified:
Dokuwiki @docker_notes
1 Hits, Last modified:
Fail2Ban @home_server:home_server_setup:other_services
1 Hits, Last modified:
Web Server setup @home_server
34 Hits, Last modified:
samba @home_server:home_server_setup:other_services
5 Hits, Last modified:
Conky @home_server:home_server_setup:other_services
2 Hits, Last modified:
NFTables IP Control @linux_router
1 Hits, Last modified:
KPTree Torrent VM Setup @home_server
21 Hits, Last modified:
IPv6 Setup Notes @linux_router
1 Hits, Last modified:
Formatting Syntax @wiki
3 Hits, Last modified: