26. September 2016

Git over ssh tunnel

This is a short recipe on how to access a git repository through a shh tunnel.

more

26. May 2016

HttpListener port sharing with IIS or another process

Here I explore some options of hosting a HttpListener-based process on port 80 alongside another process that binds to port 80. Sharing one tcp port among multiple processes on the same Windows machine can sometimes be possible with some limitations. It mostly depends whether programs are implemented on top of the http.sys driver or not.

more