bin

Search

You can find the results of your search below.

DHCP / DNS Setup @linux_router
86 Hits, Last modified:
{{tag>linux router dns dhcp bind ip ipv6 radvd host dig nslookup}} ======DHCP / DNS Setup====== =====O... server|Docker-DNS Server]]. I am still using ISC_Bind9, but am now using ISC_Kea for DHCP as ISC_Bind is no longer supported as of 2022. Further to this I... s primarily written in 2017 and is based upon ISC Bind9 and ISC DHCP, which are the main internet backb
Back-up Server Old Setup @home_server:home_server_setup:other_services
57 Hits, Last modified:
gerfs 0 0 #/media/Disk1 /export/Disk1 bind bind 0 0 #/media/Disk2 /export/Disk2 bind bind 0 0 /media/Disk4 /export/Disk4 bind bind 0 0 /home/shared
Rsync @home_server:home_server_setup:other_services
37 Hits, Last modified:
l batch inputs when run! ++++code| <code bash> #!/bin/bash wwwpath='/home/shared/www/html' workpath='/h... rKnownHostsFile=/dev/null \ -q user@host /usr/bin/hostname -s</code> To set this configuration syst... rapper script: <code>sudo mkdir /home/backup_user/bin sudo vim /home/backup_user/bin/rsync-wrapper.sh</code> Enter the following in this file to create the
Docker - DNS Server @docker_notes
31 Hits, Last modified:
{{tag>linux docker DNS bind9}} ======Docker - DNS Server====== [[https://www.hostinger.com/tutorials/wh... ork – A Comprehensive Guide]]\\ I have been using Bind9 as my home LAN DNS for the past few years. I or... er computer. In mid 2023 I successfully moved my Bind9 primary instance to my main home server in a co... g on my home router computer. I created a Docker Bind9 Image using base Docker Alpine Linux images, wi
Docker mailserver @docker_notes
19 Hits, Last modified:
|Volumes]] *[[https://docs.docker.com/storage/bind-mounts/|Bind mounts]] *[[https://stackoverflow.com/questions/41935435/understanding-volume-instruct... king==== Required for server: *sqlite => ''/usr/bin/sqlite3'' *postfix => ''/usr/sbin/postfix'' *... *apache2 => ''/usr/sbin/httpd'' *php => ''/usr/bin/php'' -> ''/usr/bin/php81'' So the standard php p
Web Server setup @home_server
16 Hits, Last modified:
remember where now. ++++changegid.sh| <code> #!/bin/bash if [ "$#" -ne 3 ]; then # only proceed if ... oldGID] [newGID]''\\ ++++changeuid.sh| <code> #!/bin/bash if [ "$#" -ne 3 ]; then echo "Changing the... abase management, backup and restore) ====mariadb binary log files==== The mysql binary log files are located here: ''var/log/mysql''. Some time they fill
Docker Deluge Image / Service @docker_notes
15 Hits, Last modified:
8112:8112 --name deluge deluge-openvpn-nftables /bin/sh'' - to run the docker image deluge-openvpn-nft... =NET_ADMIN --name alpine deluge-openvpn-nftables /bin/sh%%'' *The --cap-add=NET_ADMIN is require re... =NET_ADMIN --name alpine deluge-openvpn-nftables /bin/sh%%'' *The docker host network option also has... =NET_ADMIN --name alpine deluge-openvpn-nftables /bin/sh%%'' * When running nftables to stop leakage
Router Miscellaneous @linux_router
14 Hits, Last modified:
r=network.target [Service] #ExecStart=/usr/local/bin/glances -w -t 2 ExecStart=/home/baumkp/.local/bin/glances -w -t 2 Restart=on-abort [Install] WantedBy... ate a pseudo-TTY] -v /home/baumkp/algo:/data [bind mount a volume] --name=algo [give container n... .service [Service] Restart=always ExecStart=/usr/bin/docker start -a algo ExecStop=/usr/bin/docker sto
NFS @home_server:home_server_setup:other_services
14 Hits, Last modified:
://www.quora.com/What-are-the-differences-between-bind-mounts-and-symlink-on-Unix|What is a bind mount?]] *[[https://www.quora.com/What-are-the-differences-between-bind-mounts-and-symlink-on-Unix|What are the differences between bind mounts and symlink on Unix?]] Some other intere
Docker nginx / php notes @docker_notes
12 Hits, Last modified:
json; application/mac-binhex40 hqx; application... application/octet-stream bin exe dll; application/octet-stream ... are 2 php executables, php a cli version (''/usr/bin/php82'') and php-fpm for fpm-fcgi (''/usr/sbin/ph... = Display errors to STDERR (affects only CGI/CLI binaries!) ; On or stdout = Display errors to STDOU
NUT (Network UPS Tools) Setup @home_server:home_server_setup:other_services
9 Hits, Last modified:
<code> upssched.conf CMDSCRIPT /bin/upssched-cmd # default </code> Ensure ownership ... t -R"\''. =====NUT Output===== The output of ''/bin/upsc KPBUPS@localhost'', (or simply ''upsc KPBUPS... -shutdown/nutshutdown" and populate so: <code> #!/bin/sh /sbin/upsmon -K >/dev/null 2>&1 && /sbin/upsdr... = *List all the UPS device profile variable ''/bin/upsc KPBUPS@localhost 2>/dev/null''. *A script
KPTree Torrent VM Setup @home_server
7 Hits, Last modified:
ch has its own quirks. See the notes on adjusting bind-address below to clarify. The current version o... iadb.conf.d/50-server.cnf''. Find the parameter ''bind-address = 127.0.0.1'' and change to the server IP address ''bind-address = 192.168.1.19''. Restart mysql: ''sudo... ainer is running: "docker exec -it kodi-headless /bin/bash", type "exit" to exit. It would seem that s
NFTables IP Control @linux_router
7 Hits, Last modified:
interval option.) ++++controllist.sh| <code> #!/bin/bash if [ -z "$1" ] then timeout1=' timeout 5... he control list. ++++deletecontrol.sh| <code> #!/bin/bash nft flush set inet firewall controllist </co... output of cron jobs to systemd's journal: ''/usr/bin/systemd-cat -t controllist'', again the full path... nal crontab command entry would look like: ''/usr/bin/systemd-cat -t controllist /home/baumkp/controlli
ISP PPPoE Network Setup @linux_router
7 Hits, Last modified:
DNS, DHCP, and PPPoE software: ''sudo apt install bind9 isc-dhcp-server pppoeconf'' Disable and stop the DNS [bind9] and DHCP [isc-dhcp-server, isc-dhcp-server6] s... and configure later. *''sudo systemctl disable bind9'' *''sudo systemctl stop bind9'' *''sudo systemctl status bind9'' *''sudo systemctl disable is
VNC Server @home_server:home_server_setup
7 Hits, Last modified:
ver. Also in ~/.vnc/xstartup, only: <code> #!/bin/bash unset SESSION_MANAGER startxfce4 & <... nstall.) The xfce default shell seems to be sh (/bin/sh), I prefer bash (/bin/bash). To check the current shell, type: ''echo $SHELL''. To use bash simply ... ''bash''. To make permanent add the line ''exec /bin/bash'' to the end of ''vim ~/.profile''. You will
SSH Notes @home_server:home_server_setup:other_services
7 Hits, Last modified:
Docker-Compose @docker_notes
6 Hits, Last modified:
samba @home_server:home_server_setup:other_services
6 Hits, Last modified:
Docker @docker_notes
4 Hits, Last modified:
Router Hardware @linux_router
4 Hits, Last modified:
dokuwiki setup notes @home_server
3 Hits, Last modified:
Debian / Ubuntu Network Setup @linux_router
3 Hits, Last modified:
Docker - diun & ntfy @docker_notes
2 Hits, Last modified:
Docker - DHCP Server @docker_notes
2 Hits, Last modified:
Nextcloud Container @docker_notes
2 Hits, Last modified:
Router VM @linux_router
2 Hits, Last modified:
Calibre @docker_notes
1 Hits, Last modified:
Dokuwiki @docker_notes
1 Hits, Last modified:
Reverse Proxy Server @docker_notes
1 Hits, Last modified:
Docker Host @docker_notes
1 Hits, Last modified:
KPTree - Email Server Setup @home_server
1 Hits, Last modified:
ISP IPoE DHCP Setup Notes @linux_router
1 Hits, Last modified:
IPTables Configuration @linux_router
1 Hits, Last modified:
KVM Setup @home_server:home_server_setup
1 Hits, Last modified:
Home Server Notes @home_server:home_server_setup
1 Hits, Last modified:
logrotate @home_server:home_server_setup:other_services
1 Hits, Last modified: