I have a Linux machine, with one interface on network A, and one interface on network B. On network A, another machine is a source for multicast traffic, let’s say 239.255.0.1. I want the multicast traffic to be forwarded to network B. My first idea would be to start a […]
Daily Archives: February 7, 2025
12 posts
I’ve written a little tool to grep inside the adddress space of a proces with a start and end delimiter in ECMAScript regex syntax. I’m parsing /proc/pid/maps twice to determine the largest mapping first. So if I’ve opened this mapping description first and rewind it with a seek( 0 ) […]
I have a number of development websites running on IIS on my local windows 11 machine. I bind the hostname of the website (myTestSite) to port 80/443 and add an entry to my windows hosts file so I can use something like: http://myTestSite to access the IIS site in my […]