1. Using reverse SSH tunnels to expose a service that lives behind a firewall

    Consider the following scenario:

    On my local desktop I am using docker to do some testing with a Mongo database. My router doesn't expose the Mongo port. A friend at work needs to access my awesome and suuuuper important data in Mongo but he's also behind a firewall.

    In other …




  2. OpenConnect VPN server installation on CentOS 7.3

    Sometimes you just need an encrypted tunnel. There's lots of options - You can use SSH ... or you can use cryptcat. Or you can use socat. The problem is that those will only work per application (per port) - For example, you can set up an SSH tunnel and then MySQL can …


  3. Building redir from source

    Greetings interwebs,

    Folks who have worked with me before (or who have been reading my blog - yeah I know, I know) know that redir is one of my most favorite tools.

    Unfortunately CentOS 7 (including EPEL) does not come with redir. What's a sysadmin to do when one of his …





  4. Apache 2.4 installation on CentOS 6.6

    It turns out that installing Apache 2.4 on CentOS 6.6 is a bit of a pain.

    These are the notes I compiled after a lot of effort and many Google searches :) Scroll to the bottom for the sources!

    Install the Development tools and dependencies:

    yum groupinstall Development tools …

Page 1 / 2