OcttKB Cross-Repo Sync (HTML to Raw)

This commit is contained in:
2024-02-14 00:31:16 +00:00
parent 93b28d0ac3
commit 5f5a5e1414
20 changed files with 60 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
created: 20231222123820453
creator: Octt
modified: 20240127231310608
modified: 20240213213308537
modifier: Octt
tags:
title: Networking
@@ -9,6 +9,8 @@ title: Networking
!!! Resources
* <<WikipediaL RONJA>> (Reasonable Optical Near Joint Access) --- free-space optical communication system originating in the Czech Republic, developed by Karel Kulhavý of Twibright Labs and released in 2001. It transmits data wirelessly using beams of light
* [[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/]]