Toot with photograph / screencap on topic
#Networking #NAT #traversal #Man #ManPages #programming #OpenSource #POSIX #GNU #GPL
https://mastodon.bsd.cafe/@Dendrobatus_Azureus/114794456762450213
Toot with photograph / screencap on topic
#Networking #NAT #traversal #Man #ManPages #programming #OpenSource #POSIX #GNU #GPL
https://mastodon.bsd.cafe/@Dendrobatus_Azureus/114794456762450213
Screencap & Alt text for NAT traversal HowTo
#Networking #NAT #traversal #Man #ManPages #programming #OpenSource #POSIX #GNU #GPL
This is a gem for who wants to learn NAT traversal transfers explained in relatively simple terms
I've talked about this article before in other posts. I'm systematically reading through it, you can even do that offline, and what you will learn is of high value if you hadn't thoroughly looked at this part of networking yet.
Happy learning
#Networking #NAT #traversal #Man #ManPages #programming #OpenSource #POSIX #GNU #GPL
#commonLisp #programming #lazy #efficient #typed #tree fringe #traversal with the #series Macro package #intro https://screwlisp.small-web.org/cl-series/leaves-of-a-tree/
Just a quick note for this morning.
We make something like:
```
* '((1 (2)) (3 (4 (5) 6)) (7) 8)
((1 (2)) (3 (4 (5) 6)) (7) 8)
* (pick-len-leaves-less-than * 5 6)
(1 2 3 4 5)
* (reverse **)
(8 (7) (3 (4 (5) 6)) (1 (2)))
* (pick-len-leaves-less-than * 5 6)
(3 4 5 1 2)
```
#VMware vRealize Log Insight VMSA-2023-0001 Technical Deep Dive
CVE-2022-31706: VMware vRealize Log Insight #Directory #Traversal #Vulnerability
CVE-2022-31704: VMware vRealize Log Insight broken Access Control Vulnerability
CVE-2022-31710: VMware vRealize Log Insight #Deserialization Vulnerability
CVE-2022-31711: VMware vRealize Log Insight Information Disclosure Vulnerability
https://www.horizon3.ai/vmware-vrealize-log-insight-vmsa-2023-0001-technical-deep-dive/
XML XLink is for hypertext links in hypermedia
In HTML the a element can perform linking in a single direction:
An html hyperlink at one end identifies the other end
You can only go from the a element to the other end
The behaviour when you get to the other end is up to the user agent
XLink defines a more comprehensive bidirectional extended-type link semantic, offering:
Locator elements to address the remote resource(s)
Arc elements giving traversal rules
Title elements for human readable labels
Resource elements supplying local resources #XML, #XLink, #hypertext, #hypermedia, #extended #links, #arc #traversal,