VirtualTam's bookmarks
42 bookmarks found
-
ngrep: grep applied to the network layer
2018-12-22 A PCAP-based tool that allows you to specify an extended regular or hexadecimal expression to match against data payloads of packets. It understands many kinds of protocols, including IPv4/6, TCP, UDP, ICMPv4/6, IGMP and Raw, across a wide variety of interface types, and understands BPF filter logic in the same fashion as more common packet sniffing tools, such as tcpdump and snoop.
-
- https://mailarchive.ietf.org/arch/msg/quic/RLRs4nB1lwFCZ_7k0iuz0ZBa35s
- https://datatracker.ietf.org/meeting/98/materials/slides-98-edu-sessf-quic-tutorial-00.pdf
- https://www.reddit.com/r/networking/comments/9wriid/http3quic_and_the_yawning_abysmal_division/
- https://www.reddit.com/r/programming/comments/9wncor/httpoverquic_to_be_renamed_http3/
- https://www.youtube.com/watch?v=uVf_yyMfIPQ
- https://github.com/lucas-clemente/quic-go
-
-
The X-Windows Disaster – Don Hopkins
2018-09-10 -
- https://anothersysadmin.wordpress.com/2008/04/22/x-cache-and-x-cache-lookup-headers-explained/
- https://www.keycdn.com/blog/http-cache-headers/
- https://web.archive.org/web/20101227032821/http://www.http-stats.com/X-Cache
- https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching
- https://www.w3.org/Protocols/rfc2616/rfc2616-sec13.html
-
WireGuard: fast, modern, secure VPN tunnel
2017-11-02 - https://git.zx2c4.com/WireGuard
- https://github.com/WireGuard/WireGuard (mirror)
- https://www.reddit.com/r/linux/comments/6owk5x/formal_verification_of_the_wireguard_protocol/
- https://www.reddit.com/r/haskell/comments/6nv1n2/wireguard_vpn_just_got_formally_verified_with/
- https://www.xda-developers.com/wireguard-vpn-project-support-android-roms/
- https://mirror.as35701.net/video.fosdem.org/2017/Janson/wireguard.mp4
- https://archive.fosdem.org/2017/schedule/event/wireguard/
- https://eprint.iacr.org/2018/080
- https://wiki.archlinux.org/index.php/WireGuard
- https://bbs.archlinux.org/viewtopic.php?id=231469
-
- https://stackoverflow.com/questions/23931987/apache-proxy-no-protocol-handler-was-valid
- https://serverfault.com/questions/746810/enforcing-client-verification-in-apache-just-for-a-specific-client-certificate
- https://httpd.apache.org/docs/2.4/mod/mod_ssl.html
- https://serverfault.com/questions/639317/ah01896-unable-to-determine-list-of-acceptable-ca-certificates-for-client-authe#842857
- http://www.zeitoun.net/articles/configure-mod_proxy_ajp-with-tomcat/start
- https://wiki.apache.org/tomcat/FAQ/Connectors
- https://serverfault.com/questions/785652/how-do-i-configure-apache-to-proxy-tomcat-using-ajp
-
ESNet/Internet2 Network Performance Tools
2017-04-24 bwctl - Bandwidth Test Controller:
- http://software.internet2.edu/bwctl/
- https://fasterdata.es.net/performance-testing/network-troubleshooting-tools/bwctl/
- https://github.com/perfsonar/bwctl
OWAMP - One-Way Active Measurement Protocol:
- http://software.internet2.edu/owamp/
- https://fasterdata.es.net/performance-testing/network-troubleshooting-tools/owamp/
Network Diagnostic Tools:
nuttcp:
- http://www.nuttcp.net/Welcome%20Page.html
- https://fasterdata.es.net/performance-testing/network-troubleshooting-tools/nuttcp/
perfSONAR:
- http://www.perfsonar.net/
- http://fasterdata.es.net/performance-testing/perfsonar/
- https://github.com/perfsonar
- https://en.wikipedia.org/wiki/PerfSONAR
pScheduler (bwctl replacement):
-
RFC 7168 - The Hyper Text Coffee Pot Control Protocol for Tea Efflux Appliances (HTCPCP-TEA)
2017-02-24 "Care should be taken so that coal-fired pots and electrically heated kettles are not connected to the same network, to prevent pots from referring to any kettles on the network as darkened or otherwise smoke driven."
-
sslh - Applicative Protocol Multiplexer
2015-08-02 "blocking an SSH port for a Linux user is like taking a mouse away from a Windows user"
via http://www.linuxjournal.com/content/one-port-rule-them-all via http://www.rutschle.net/tech/sslh.shtml
-
Formerly part of RFC 2616
- http://www.w3.org/Protocols/rfc2616/rfc2616.html
- superseded by RFC 7230-7237
-
Twisted
2015-04-24 Twisted implements a variety of networking and communication protocols and exposes them all as method-calls on your Python objects. Client and server implementations are provided for various standard protocols, including:
- HTTP (twisted.web)
- IMAP, POP, SMTP (twisted.mail)
- DNS (twisted.names)
- TLS (core)
- SSH, Telnet (twisted.conch)
- IRC, XMPP, OSCAR (twisted.words)
- Ethernet, IP, TUN/TAP (twisted.pair)
- NMEA (twisted.positioning)
-
John Scofield - Protocol
2014-12-08