Search

You can find the results of your search below.

Domain names, domain nameservers, DNS and DHCP @tech_notes
2 Hits, Last modified:
omputer operating system -The usual automatic entries are: -The local machine host name and ... -The loop back address - Additional manual entries can be added for any host name and IP addres
IPv6 Setup Notes @linux_router
2 Hits, Last modified:
===== *https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-comparison_of_dhcpv6_to_radvd *https://lum0... p *https://netplan.io/examples *https://www.e2enetworks.com/help/knowledge-base/how-to-assign-ipv6
ASCII @tech_notes
2 Hits, Last modified:
1 |ETX |# |C |c | |00100 |EOT |$ |D |d | |00101 |ENQ |% |E |e | |00110 |ACK |& |F |f | |00111 |BEL |'... aga5i1 * http://www.asciitable.com/ * https://en.wikipedia.org/wiki/Control_character {{tag>ASCII
Docker - DNS Server @docker_notes
7 Hits, Last modified:
tes -I never had much success with the S6_KEEP_ENV when I played around with this earlier. -Some ... UN tar -C / -Jxpf /tmp/s6-overlay-x86_64.tar.xz #ENV S6_KEEP_ENV=1 #this keeps the environment variables ENTRYPOINT ["/init"] #add UID & GID RUN \ addgroup -g 99
Docker mailserver @docker_notes
37 Hits, Last modified:
at</fc> [[https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-users-groups-standard-users|37.3. Standard Use... nces==== *Docker *[[https://docs.docker.com/engine/reference/builder/#volume|Dockerfile referenc... f the Dockerfile. *pwgen => ''pwgen'' generates encrypted passwords *vim => because it is nicer to
KPTree - MSWindows Setup @home_server
26 Hits, Last modified:
hics and a 2TB HD, 32GB RAM (16GB would have been enough) and of course a Seasonic 80plus gold power s... (yes, a licensed version, my being a professional engineer) it worked on the first evening after loadi... ot like supporting Google / Alphabeta I have been enjoying the use of YouTube Premium and they throw i... *Spotify - My son originally wanted this and I ended up going with family option. Have move to You
Docker-Compose @docker_notes
10 Hits, Last modified:
compose pull'', it would seem this is required to ensure the latest image(s) is downloaded** *''%%do... stall/|Install Docker Compose]] *Install Docker Engine : [[https://docs.docker.com/engine/install/|Docker Engine]] =====Networking===== By default Docker-Compose will create a new networ
Sprinkler Solenoid 24VAC Woes @project
7 Hits, Last modified:
to diagnose what was happening at any time. I ended up replacing the wiring twice. The second tim... *[[https://www.khanacademy.org/science/electrical-engineering/ee-circuit-analysis-topic/ee-natural-and... ance/|Factors Affecting Inductance]] *[[https://eng.libretexts.org/Bookshelves/Electrical_Engineering/Electro-Optics/Book%3A_Electromagnetics_II_(Elling
Nextcloud Container @docker_notes
53 Hits, Last modified:
rd /var/run/supervisord COPY supervisord.conf / ENV NEXTCLOUD_UPDATE=1 CMD ["/usr/bin/supervisord",... r/www/html/themes networks: - proxy environment: - MYSQL_PASSWORD=kpb1670 - ... docker_store/nextcloud/data/db:/var/lib/mysql environment: - MYSQL_ROOT_PASSWORD=kpb8487 ... ://github.com/traefik/traefik/issues/723|Multiple entry regex redirects #723 ] ====References==== *d
Docker init Systems @docker_notes
3 Hits, Last modified:
not very easy to use. I could really use a front-end to help with the management. S6 [[http://www.sk... ongrun only! *''s6-rc -u change servicename'' - enable and start a daemon (up) *''s6-rc -d change ... dencies and wonder why things don't work, lol the English language sucks. ++++ Reference: *[[https
Docker Deluge Image / Service @docker_notes
37 Hits, Last modified:
RUN tar -C / -Jxpf /tmp/s6-overlay-x86_64.tar.xz ENTRYPOINT ["/init"] RUN apk update && \ apk --no-c... rc.d/ COPY nftables.conf /etc/ EXPOSE 8112/tcp #ENV PYTHON_EGG_CACHE "/app/.cache/Python-Eggs" #CMD... docker host network option also has problems the entire host network is placed on the VPN! Also it st... 5/30 \ --gateway=192.168.1.1 \ -o parent=enp1s0 macnet1 </code>++ * In order to find the ip
Reverse Proxy Server @docker_notes
26 Hits, Last modified:
work create proxy'' =====Traefik===== <code bash [enable_line_numbers="true"]> cd /home/docker_store s... e]].\\ ====create docker network==== <code bash [enable_line_numbers="true"]>docker network create proxy</code> <code bash [enable_line_numbers="true"]>touch docker-compose.yml touch provider.env</code> My docker-compose.yml location: ''/home/d