port

Search

You can find the results of your search below.

NFTables Configuration @linux_router
88 Hits, Last modified:
er address</color>\\ <tab3>define <color red>vpn_port = 51914</color><color blue> #definition of wireguard server port</color>\\ <tab3><color #000060/#F0F0FF>#define</... routing.</color>\\ <tab6><color blue> # open ports refers to ports to open for input to this machine.</color>\\ <tab6><color blue> # ssh is port 22 f
Docker nginx / php notes @docker_notes
67 Hits, Last modified:
E_ADDR $remote_addr; fastcgi_param REMOTE_PORT $remote_port; fastcgi_param SERVER_ADDR $server_addr; fastcgi_param SERVER_PORT $server_port; fastcgi_param SERVER_NAME $server_name; # PHP only, required if PHP was b
Reverse Proxy Server @docker_notes
43 Hits, Last modified:
ker traefik "reverse proxy" proxy ssl certificate portainer cloudsec}} ======Reverse Proxy Server====== ... o Tim [[https://docs.technotim.live/posts/traefik-portainer-ssl/|Put Wildcard Certificates and SSL on EV... tim.github.io/tree/master/reference_files/traefik-portainer-ssl|github reference_files for traefik-portainer-ssl]]) Below is a basic description of the proc
Docker @docker_notes
38 Hits, Last modified:
cli installation network volume iptables nftables portainer}} Much of this material was originally sourc... the docker directory. //I try not to store any important files in docker, so this should be low risk fo... ements would need further consideration. =====Portainer===== [[https://www.portainer.io/|Portainer]] is a handy web view into the Docker system. It can b
NFTables IP Control @linux_router
34 Hits, Last modified:
e forward and nat chains refer to routing. # open ports refers to ports to open for input to this machine. # ssh is port 22 for SSH on both TCP and UDP, but we only use TCP! # bootps, port 67 and bootpc, port 68 are for DHCP on both TCP a
Back-up Server Old Setup @home_server:home_server_setup:other_services
28 Hits, Last modified:
0G,fsname=mergerfs 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 /export/shared bind bind 0 0 </code> Direct
NFS @home_server:home_server_setup:other_services
28 Hits, Last modified:
rver]] *die.net [[https://linux.die.net/man/5/exports|exports(5) - Linux man page]] *[[https://www.golinuxcloud.com/unix-linux-nfs-mount-options-example/|NFS mount options | NFS exports options | Beginners Guide]] *[[https://www.quo... eate share directories on host ''sudo mkdir -p /export/storage'' (-p also creates higher level directori
Docker mailserver @docker_notes
27 Hits, Last modified:
hensive standard!//</fc> * Distribution List of Ports (information only) * <fc #ff00ff>Gentoo</fc>... s like ''less'' will not work properly unless ''export TERM=rxvt'' is used. <fc #ff0000>Hmmm... unimpres... 5.240.0.0), supposedly recent version of mysql support this notation ([[https://stackoverflow.com/questi... sk (right-hand side). Postfix has a built-in transport service called “virtual” that can receive the ema
Nextcloud Container @docker_notes
27 Hits, Last modified:
the Nextcloud community, and is not officially supported by Nextcloud! Linuxserver.io, as well as some... lem without and easy solution. Nextcloud main support looks Apache web server based with little Nginx support and even less Traefik support. Some resources related to this: *Traefik: *[[https://doc.traefik.
KPTree - Email Server Setup @home_server
24 Hits, Last modified:
:(default) we do not need to change the standard port number used * NEED_GSSD=no :(default) we do... ''sudo mount -t nfs -o rw,vers=4 192.168.1.10:/export/storage /mnt/storage'' to mount just the specific... ''sudo mount -t nfs -o rw,vers=4 192.168.1.10:/export /mnt'' to mount all the defined exports. The mount directory must already exist, not necessarily the su
Router Miscellaneous @linux_router
24 Hits, Last modified:
loads it up close to 50%. There are occasional reports of dropped packet and such, further indicating o... ed] docker logs algo [view container log] docker port algo After running "docker exec -it algo bash", ... -ipad/|VPN from your iPhone]] ---- =====Reserved Ports and IPv4 Reserved Addresses===== It took me som... rds as noted below. **IANA Service Name and Transport Protocol Port online [[https://www.iana.org/assig
IPTables Configuration @linux_router
19 Hits, Last modified:
t be the case. As of year ending 2019 general support and functionality of NFTables is much improved. That being said overall information and support for IPTables is more comprehensive. Application ... on I found some bugs. Also mss clamping is not supported in this version. I tried the Ubuntu 18.04 devel... s were no longer apparent and mss clamping was supported.</fs> **//I have not cross checked this IPTabl
KPTree Torrent VM Setup @home_server
18 Hits, Last modified:
- How to install Deluge Headless]]. The Deluge support page is also a root source of knowledge [[https:/... If installing on a virtual machine (VM) it is important to also have set up the NFS to allow access to... Ubuntu CLI setup: * [[https://privatevpn.com/support/getting-started/linux/linux/openvpn-cli|OpenVPN C... ivateVPN Server List]] * [[https://privatevpnsupportguy.github.io/Setup%20a%20manual%20kill%20switch%2
Rsync @home_server:home_server_setup:other_services
18 Hits, Last modified:
seen *''-P'' keeps partially copies files and reports progress *''-h''' human readable file sizes ... s as well as some examples I used ++++tl;dr;| ''export RSYNC_SKIP_COMPRESS=3fr/3g2/3gp/3gpp/7z/aac/ace/a... s| Note(s): * * preservation of hard links is important when moving across rsnapshots backups between ... incremental file transfers. (rsync has also been ported to Microsoft Windows, Mac, and other operating
Formatting Syntax @wiki
16 Hits, Last modified:
== Formatting Syntax ====== [[doku>DokuWiki]] supports some simple markup language, which tries to make... . ===== Basic Text Formatting ===== DokuWiki supports **bold**, //italic//, __underlined__ and ''monos... **__//''combine''//__** all these. DokuWiki supports **bold**, //italic//, __underlined__ and ''monos... if really needed. ===== Links ===== DokuWiki supports multiple ways of creating links. ==== External
Web Server setup @home_server
15 Hits, Last modified:
SSH Notes @home_server:home_server_setup:other_services
14 Hits, Last modified:
KPTree - MSWindows Setup @home_server
13 Hits, Last modified:
Debian / Ubuntu Network Setup @linux_router
11 Hits, Last modified:
Router VM @linux_router
10 Hits, Last modified:
Network Setup @home_server:home_server_setup
10 Hits, Last modified:
Docker Deluge Image / Service @docker_notes
9 Hits, Last modified:
Docker - DHCP Server @docker_notes
7 Hits, Last modified:
dokuwiki setup notes @home_server
7 Hits, Last modified:
DHCP / DNS Setup @linux_router
7 Hits, Last modified:
Basic Netfilter Function Block Diagram @linux_router
7 Hits, Last modified:
KVM Setup @home_server:home_server_setup
7 Hits, Last modified:
Linux Router Background @linux_router
6 Hits, Last modified:
Router Hardware @linux_router
6 Hits, Last modified:
samba @home_server:home_server_setup:other_services
5 Hits, Last modified:
Docker-Compose @docker_notes
4 Hits, Last modified:
Conky @home_server:home_server_setup:other_services
4 Hits, Last modified:
Fail2Ban @home_server:home_server_setup:other_services
4 Hits, Last modified:
Router Basic Debian Server Setup @linux_router
3 Hits, Last modified:
Welcome to your new DokuWiki @wiki
3 Hits, Last modified:
Calibre @docker_notes
2 Hits, Last modified:
turn server @docker_notes
2 Hits, Last modified:
Docker Host @docker_notes
2 Hits, Last modified:
KPTree Recipes @home_server
2 Hits, Last modified:
boot tools @tech_notes
2 Hits, Last modified:
IPv6 summary notes @tech_notes
2 Hits, Last modified:
Home Server Notes @home_server:home_server_setup
2 Hits, Last modified:
snapraid @home_server:home_server_setup:other_services
2 Hits, Last modified:
bulletin board @board
1 Hits, Last modified:
Docker - DNS Server @docker_notes
1 Hits, Last modified:
Dokuwiki @docker_notes
1 Hits, Last modified:
ISP IPoE DHCP Setup Notes @linux_router
1 Hits, Last modified:
IPv6 Setup Notes @linux_router
1 Hits, Last modified:
Home Sprinkler Setup Notes @personal
1 Hits, Last modified:
Sprinkler Solenoid 24VAC Woes @project
1 Hits, Last modified:
DokuWiki @wiki
1 Hits, Last modified:
fsck - file system check @home_server:home_server_setup
1 Hits, Last modified:
My Home IT Setup @home_server:home_server_setup
1 Hits, Last modified:
VNC Server @home_server:home_server_setup
1 Hits, Last modified:
Mosh @home_server:home_server_setup:other_services
1 Hits, Last modified:
Simlinks @home_server:home_server_setup:other_services
1 Hits, Last modified: