johnlane

Results 44 comments of johnlane

I've just tried 2.11.0 of this provider ``` - source = "terraform-providers/docker" - version = "~> 2.6.0" + source = "kreuzwerker/docker" + version = "~> 2.11.0" ``` I still get...

I have a network on which I put stuff I don't have control over (basically anything I don't have root access to). I have another network with trusted stuff. I...

I have just been comparing with Mediatomb 0.12.1 and can confirm that it binds to `0.0.0.0`, this is with no `` setting in its config. ``` tcp 0 0 0.0.0.0:50500...

Did some quick sniffing around, found [this ticket on libupnp](https://sourceforge.net/p/pupnp/feature-requests/21) which suggests this is an issue at least 8 years old. However, we know it works with the version of...

Looking for hmac today also. I wanted to do the equivalent of ``` openssl dgst -binary -sha256 -hmac secret ```

For anyone wanting to use this with Rails, it's easy. See [here](http://stackoverflow.com/a/33584977). Just put the Javascript in your assets. Don't bother messing around with the various gems (hallo and hallo-rails)...

Just wanted to say that I'm still relying on this so I can boot a new root filesystem without affecting the old one. Just to be clear, I am booting...

In the most basic example (see [my updated gist](https://gist.github.com/johnlane/e0e7b4d870b675ec1e304c8c8aa3201a#file-arch-zfsroot-install-systemd)) there is only one dataset but in my actual "live" systems there are multiple - I create new ones when I...

You can already do this. You must create a public IP and pass that in to the load balancer when you create it. Then you can create/destroy the load balancer...