configuration

Search

You can find the results of your search below.

Docker mailserver @docker_notes
37 Hits, Last modified:
from the database we need to create a ‘cf’ file (configuration file). Start by creating a file called /etc/postf... ns.cf'' The “postconf” command conveniently adds configuration lines to your /etc/postfix/main.cf file. It also ... found. To accomplish that please create another configuration file at ''/etc/postfix/sqlite-virtual-mailbox-map... r. Very good. Later when we deal with the Dovecot configuration we will also use the password field but Postfix d
Web Server setup @home_server
31 Hits, Last modified:
- How to configure NFS Version 4]], that contains configuration information for both the VM server and clients.\\... ail|workaround.org]] I will change my Apache main configuration files to "example.org-http.conf" for http, port 8... esent the file ''sudo vim /etc/cloud/cloud.cfg'', configuration variable within must be changed as follow: ''pres... /var/www.html reference in the following apache2 configuration files: *''sudo vim /etc/apache2/apache2.conf'
Docker nginx / php notes @docker_notes
28 Hits, Last modified:
graceful shutdown * ''reload'' to reload the configuration files * ''reopen'' to reopen the log files * ''nginx -t'' to test configuration * ''nginx -c //config_file//'' to start nginx w... tc/nginx/nginx.conf''. =====Alpine nginx standard configuration (v3.18.4, 2023-10-07)===== ====/etc/nginx/==== ... x_forwarded_for"'; # Sets the path, format, and configuration for a buffered log write. access_log /var/log/ng
KPTree Torrent VM Setup @home_server
26 Hits, Last modified:
- How to configure NFS Version 4]], that contains configuration information for both the VM server and clients. ... .com/btguard.ca.crt'' *Download BTGuard OpenVPN configuration ''wget -O /etc/openvpn/btguard.conf http://btguar... nging file to root access only. (As these files a configuration files only they are not to be made executable.) ... PN IP addresses from time to time!** The iptables configuration needs to be changed to match to ensure operation.
Nextcloud Container @docker_notes
24 Hits, Last modified:
s://docs.nextcloud.com/server/stable/admin_manual/configuration_server/config_sample_php_parameters.html#default-parameters|Configuration Parameters]] *[[https://help.nextcloud.com/t/... s://docs.nextcloud.com/server/latest/admin_manual/configuration_server/logging_configuration.html|Nextcloud configuration Logging]] *[[https://docs.docker.com/engine/referenc
Rsync @home_server:home_server_setup:other_services
22 Hits, Last modified:
ith password-less access, discussed earlier. =====Configuration of ssh to Eliminate Password Prompt and Warning Messages===== Proper configuration of ssh will be needed to assure routine warning m... o prompt for host key checks, then we can add the configuration to our script. This can be done with OpenSSH’s -o... user@host /usr/bin/hostname -s</code> To set this configuration system-wide, place these entries in ''ssh_config'
KPTree - Email Server Setup @home_server
21 Hits, Last modified:
o apt install nfs-common'' * The base client configurations options are given in: ''sudo vim /etc/default/nf... ed to map gid and uid with names * To apply configuration changes ''sudo systemctl restart nfs-client.targe... faults are commonly DNS issues.\\ \\ The dovecot configuration files are located at: ''/etc/dovecot/conf.d/''. ... tion.)\\ The “postconf” command conveniently adds configuration lines to your ''/etc/postfix/main.cf'' file. It a
Network Setup @home_server:home_server_setup
19 Hits, Last modified:
sudo apt install bridge-utils'' Edit the network configuration file: ''/etc/network/interfaces'' as follows: <c... ng only one NIC I propose to use 2 NICs in bonded configuration and also use bridging to allow server virtual mac... ed: ''sudo apt install bridge-utils'' The bonded configuration needs ifenslave utility loaded: ''sudo apt instal... eth0) LAN2(eth1) VGA </code> Edit the network configuration file: ''/etc/network/interfaces'' as follows: <co
Docker - DHCP Server @docker_notes
18 Hits, Last modified:
over back-up working. On 2023-01-02 I modified a configuration file on the primary server with a syntax error. T... hook.|What is this?| |isc-kea-hook-mysql-cb|MySQL Configuration Backend.|Dont need this at this time.| |isc-kea-hook-pgsql-cb|PostgreSQL Configuration Backend.|Dont need this.| |isc-kea-hook-stat-cmds... lt, but that value can be manually defined in its configuration file. (Usually located at /etc/kea/kea-ctrl-agent
Debian / Ubuntu Network Setup @linux_router
17 Hits, Last modified:
udo apt install bridge-utils''. Edit the network configuration file: ''/etc/network/interfaces'' as follows: +++... ''ip a'' and ''ip r'' to analyse current network configuration *Use ''sudo journalctl -xeu networking'' to che... the router LAN on 192.168.1.1 . See the Netplan configuration below: ++++''sudo vim /etc/netplan/network.yaml'... debug apply'' To apply any changes to the network configuration. *''sudo netplan --debug generate'' To generate
DHCP / DNS Setup @linux_router
13 Hits, Last modified:
udo apt install bind9" Next check the named.conf configuration file, "less /etc/bind/named.conf". This can remain as default as below. However the configuration files noted there in will need to be set up. We w... ind9 instance, e.g. ''rndc reload'' to reload the configuration ====Setting Bind9 to IPv4 Mode==== ''sudo vim /et... ts of /etc/bind/named.conf // This is the primary configuration file for the BIND DNS server named. // // Please
NFTables Configuration @linux_router
13 Hits, Last modified:
ag>linux router NFtables firewall}} =====NFTables Configuration===== The best reference for nftables is at the d... experimenting the following is my NFTables router configuration file. Create the following file called: "router.n... warding=1'' similar for ipv6 ====Sample NFTables configuration==== ''sudo vim /etc/nftables.conf'' ++++ Router ... v4 and IPv6 internet protocols. I wanted a shared configuration between both so I chose this one, alternatively I
Reverse Proxy Server @docker_notes
10 Hits, Last modified:
ic description of the process that aligns with my configuration files. I do this for 2 reasons, both allowing me ... de> I have broken down the Traefik router dynamic configuration file, My config.yml into 2 configuration files. One for the http/https specific router configuration and the other for the tcp router configuration, I do
Router Miscellaneous @linux_router
10 Hits, Last modified:
[[https://forums.docker.com/t/docker-and-iptables-configuration-startup/904|Docker and iptables configuration @startup]] [[https://fralef.me/docker-and-iptables.html|Docker an... ap Protocol was a precursor to DHCP (Dynamic Host Configuration Protocol) **[[https://www.ietf.org/rfc/rfc3330.... -qO -'' *To check the current network hardware configuration ''ip a'' *Systemd common commands (start / stop
Docker Deluge Image / Service @docker_notes
8 Hits, Last modified:
vider. They use openVPN for access, with a login configuration. I noticed that they recently now also have the capability to use up to 8 Wireguard configurations. After logging in to their website the Wireguard configurations can be found here [[https://privatevpn.com/contr... the openvpn program in background using nominated configuration file </code>++ see [[https://serverfault.com/que
dokuwiki setup notes @home_server
7 Hits, Last modified:
Router Hardware @linux_router
6 Hits, Last modified:
Conky @home_server:home_server_setup:other_services
6 Hits, Last modified:
Linux Router Background @linux_router
5 Hits, Last modified:
Nginx @tech_notes
5 Hits, Last modified:
KVM Setup @home_server:home_server_setup
5 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
5 Hits, Last modified:
IPTables Configuration @linux_router
4 Hits, Last modified:
samba @home_server:home_server_setup:other_services
4 Hits, Last modified:
Docker - DNS Server @docker_notes
3 Hits, Last modified:
IPv6 Setup Notes @linux_router
3 Hits, Last modified:
NFTables IP Control @linux_router
3 Hits, Last modified:
ISP PPPoE Network Setup @linux_router
3 Hits, Last modified:
KPTree - MSWindows Setup @home_server
2 Hits, Last modified:
ISP IPoE DHCP Setup Notes @linux_router
2 Hits, Last modified:
Router VM @linux_router
2 Hits, Last modified:
Docker @docker_notes
1 Hits, Last modified:
Docker-Compose @docker_notes
1 Hits, Last modified:
Dokuwiki @docker_notes
1 Hits, Last modified:
Homepage dashboard @docker_notes
1 Hits, Last modified:
Router Basic Debian Server Setup @linux_router
1 Hits, Last modified:
Home Sprinkler Setup Notes @personal
1 Hits, Last modified:
IPv6 summary notes @tech_notes
1 Hits, Last modified:
DokuWiki @wiki
1 Hits, Last modified:
Welcome to your new DokuWiki @wiki
1 Hits, Last modified:
fsck - file system check @home_server:home_server_setup
1 Hits, Last modified:
VNC Server @home_server:home_server_setup
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:
SSH Notes @home_server:home_server_setup:other_services
1 Hits, Last modified: