OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2023-12-24 17:45:03 +00:00
parent 7eb1abe395
commit 3298eb896b
25 changed files with 126 additions and 69 deletions

View File

@@ -1,12 +1,18 @@
created: 20231222123820453
creator: Octt
modified: 20231222151903777
modified: 20231224173401189
modifier: Octt
tags:
title: Networking
<<^wikipediaframe "Telecommunications network">>
!!! Resources
* [[Port Forwarding without delay and high fps in a real time live stream using socat|https://unix.stackexchange.com/questions/454157/port-forwarding-without-delay-and-high-fps-in-a-real-time-live-stream-using-soca]]
** socat is not good for this, better to use iptables (if only it was working...), or firewalld: eg. `firewall-cmd --add-forward-port=port=80:proto=tcp:toport=8080`
*** see [[Forwarding ports with firewalld|https://major.io/p/forwarding-ports-with-firewalld/]]
!!! Tools
* Network Tools by [[You Get Signal|https://www.yougetsignal.com/]]