26. September 2016
Git over ssh tunnel
This is a short recipe on how to access a git repository through a shh tunnel.
cat /dev/brains/public | grep -E "dev|tech|cool"
26. September 2016
This is a short recipe on how to access a git repository through a shh tunnel.
26. May 2016
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.
21. January 2016
This is a short recipe on how to setup Syncthing for syncing files between my Windows workstation and a Debian web server over internet. Syncing is done through a ssh tunnel, no need to expose any public ports to the internet.