
Join a Docker Swarm node running on Google Compute Engine
Join a Docker Swarm node running on Google Compute Engine Since Google Compute virtual machine will be behind a nat network, you have to pass to the join command the “advertise” ip address.
Connect a MSSQL database via RODBC on Ubuntu 14.04
Connect a MSSQL database via RODBC on Ubuntu 14.04 This post is just a personal reminder, on internet you will find quite a lot of stuff, every solution might even work, but I prefer to deal with the minimum number of configuration files so:
Go implementation of a reverse SSH tunnel
Go implementation of a reverse SSH tunnel Since the web is plenty of examples related to SSH forward tunnels (the famous SSH -L command) but lacks of information about its reversed counterpart (SSH -R), I decided to write down a few lines developed while working on a Go implementation of the SSH command: