access

Search

You can find the results of your search below.

Docker nginx / php notes @docker_notes
26 Hits, Last modified:
mat, and configuration for a buffered log write. access_log /var/log/nginx/access.log main; # Includes virtual hosts configs. include /etc/nginx/http.d/*.con... n nginx must match that in php-fpm too allow file access.** ***s6-rc requires programs are run in foregr... which will simply return 404, preventing # chance access to any other virtualhost. server { listen 80 de
Web Server setup @home_server
24 Hits, Last modified:
is important to also have set up the NFS to allow access to the main storage. Also consider aligning the a... y /mnt/shared/www16/›'' (This defines file system access, add /var/www/ temporarily if necessary.) *''... e basic web site domain/sub-domain is working and accessible off internet.\\ I now prefer to use the follo... at all these domains and sub-domains are existing accessible Apache web pages. *''%%certbot certonly --w
Docker mailserver @docker_notes
16 Hits, Last modified:
tabase]] * <fc #ff0000>Red Hat</fc> [[https://access.redhat.com/documentation/en-us/red_hat_enterprise... b.com/kb/en/configuring-mariadb-for-remote-client-access/|Configuring MariaDB for Remote Client Access]] *Un-comment ''bind-address=0.0.0.0'' near end of conf... IDR '172.16.0.0/12' Mariadb did not seem to allow access where as subnet mask, '172.16.0.0/255.240.0.0' di
Nextcloud Container @docker_notes
15 Hits, Last modified:
cted to be handled by Docker container and can be access using: ''docker container logs nextcloud-db-1'' ... sql/mariadb data(base). Step 0 is to gain shell access to relevant container *Confirm required user, d... ntainer ID. *''ash'' is the shell to use when accessing the container. Step 1 is to place Nextcloud in... essary to get direct CLI (command line interface) access to Nextcloud for updating, turning of maintenance
Rsync @home_server:home_server_setup:other_services
14 Hits, Last modified:
n directory to copy path = / # hosts you allow to access hosts allow = 192.168.1.5 hosts deny = * list = t... l be executed using ''sudo'', giving it root user access privileges, and now the use of the pi login will gain access to the ''/root'' directory. That is, on the remot... uires the proper set-up of ssh with password-less access, discussed earlier. =====Configuration of ssh to
Router Miscellaneous @linux_router
11 Hits, Last modified:
default use iptables on the host machine to allow access to images. Unfortunately the default iptables eff... e-iptables-for-docker-manually-and-allow-internet-access-for-containers|Configure iptables for Docker manually and allow Internet access for containers]] [[https://blog.daknob.net/debia... /iptables-rule-set-so-that-a-docker-container-can-access-a-service-on-a-host-ip|Iptables rule-set so that
IPMI CLI Tools @home_server:home_server_setup:other_services
11 Hits, Last modified:
ipmi-on-linux.html): *IPMI v1.0 - Autonomous access, logging and control. IPMI messaging command sets, sensor data records and event messages. Access through system interfaces like memory mapped IO, ... 0 - Serial Over LAN enabling console redirection, access control, enhanced authentication, packet encrypti... system locks up and SSH or (heaven forbid) telnet access are not available due to the operating system bei
KPTree Torrent VM Setup @home_server
10 Hits, Last modified:
is important to also have set up the NFS to allow access to the main storage. Also, consider aligning the ... given to protecting this information by limiting access to this file, e.g. changing file to root access only. (As these files a configuration files only they are... ng up MariaDB Repositories. To setup secure root access: *''sudo mysql -u root'' *''use mysql;'' *
Debian / Ubuntu Network Setup @linux_router
10 Hits, Last modified:
tatic? for PPPOE) # set up static ip address to access modem web page on WAN NIC iface eno1:0 inet st... he br1 interface will be used for virtual machine access and must be running to allow correct VM startup. ... 30 was selected for final use. It is possible to access the modem web page. The modem manual clearly stat... tart-up the WAN NIC to allow pppoe modem Ethernet access and also assign a IP address on this NIC for mode
Calibre Server @home_server:home_server_setup:other_services
9 Hits, Last modified:
t unpolished, however some of my phone apps could access the library for easier book access. I recently looked at my local library again because I wanted to rere... ce I got Wireguard running to allow secure remote access to my LAN I can not be bothered trying to put my Calibre library on my public access web. This is just for my personal use. I access
DHCP / DNS Setup @linux_router
8 Hits, Last modified:
com/building-an-ubuntu-16-04-router-part-6-remote-access/|Building an Ubuntu 16.04 Router Part 6: Remote Access]], [[https://web.archive.org/web/20190410001839/ht... ddns-hostname "RPi1"; } # WiFi Access Point #1 host wifi-ap1.kptree.net { h... ddns-hostname "wifi-ap1"; } # WiFi Access Point #2 host wifi-ap2.kptree.net { h
Docker Deluge Image / Service @docker_notes
7 Hits, Last modified:
VPN and is set-up to block non VPN WAN (internet) access. On my virtual machine implementation of this I ... ome server. - VPN to gain remote secure private access to my home LAN from the WAN (internet). //This is... /doku.php?id=linux_router:wireguard|Wireguard VPN access from WAN to LAN]]//. - VPN to anonymize my public internet access, making it more difficult for others to track my
dokuwiki setup notes @home_server
7 Hits, Last modified:
he standard configuration allowing all ip address access to port 80 and if ssl_module port 443. No change ... IR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined SSLEngine on In... G_DIR}/error.log #CustomLog ${APACHE_LOG_DIR}/access.log combined ErrorLog /mnt/shared/www/html/lo... error.log CustomLog /mnt/shared/www/html/logs/access.log combined </VirtualHost> </code> ++++ ====dok
Linux Router Background @linux_router
7 Hits, Last modified:
fixed this quickly and the problem went away. *Access to the modem / router configuration is very diffi... y family members also wish reliable home internet access. Definitely not a good environment to be testing ... to get fibre in to my house for primary internet access (FTTP). Once the fibre and modem were connected t... out of data, I purchased a 4G modem and set up 4G access with a local supplier. This is so much slower an
Router VM @linux_router
7 Hits, Last modified:
onfiguration (of 4 x 1 GB/s ethernet ports) * Access to public internet modem, via 1 Ethernet port - *... re is also as separate static IP address setup to access and control the modem * A bridge network setu... ontainer system to obtain host system LAN and WAN access. * ssh (for remote CLI access) * Router software, using NFTables, with following features: * Fire
Network Setup @home_server:home_server_setup
7 Hits, Last modified:
Router Hardware @linux_router
6 Hits, Last modified:
NFTables Configuration @linux_router
6 Hits, Last modified:
KVM Setup @home_server:home_server_setup
6 Hits, Last modified:
Docker @docker_notes
5 Hits, Last modified:
Reverse Proxy Server @docker_notes
4 Hits, Last modified:
turn server @docker_notes
3 Hits, Last modified:
KPTree - Email Server Setup @home_server
3 Hits, Last modified:
ISP IPoE DHCP Setup Notes @linux_router
3 Hits, Last modified:
ssh with key files @tech_notes
3 Hits, Last modified:
KPTree - MSWindows Setup @home_server
2 Hits, Last modified:
IPv6 Setup Notes @linux_router
2 Hits, Last modified:
samba @home_server:home_server_setup:other_services
2 Hits, Last modified:
Calibre @docker_notes
1 Hits, Last modified:
Docker-Compose @docker_notes
1 Hits, Last modified:
Docker - DHCP Server @docker_notes
1 Hits, Last modified:
Docker Host @docker_notes
1 Hits, Last modified:
NFTables IP Control @linux_router
1 Hits, Last modified:
Project Index @project
1 Hits, Last modified:
DokuWiki @wiki
1 Hits, Last modified:
Formatting Syntax @wiki
1 Hits, Last modified:
My Home IT Setup @home_server:home_server_setup
1 Hits, Last modified:
Home Server Notes @home_server:home_server_setup
1 Hits, Last modified:
XFCE @home_server:home_server_setup:other_services
1 Hits, Last modified:
NFS @home_server:home_server_setup:other_services
1 Hits, Last modified:
Simlinks @home_server:home_server_setup:other_services
1 Hits, Last modified:
Webmin @home_server:home_server_setup:other_services
1 Hits, Last modified: