richard bucker
richard bucker
The secure.go file needs to be forked to support windows. See this file(http://golang.org/pkg/go/build/) for an explanation on how to implement via filenames.
I saw this question in another doc... "mixing HTTP and HTTPS forwards in one relay" and in the context of the other question it was impossible to understand the complete...
numbers that lead with '0' is radix 8 and '0x' is 16.
BTW this was very simple to add to picol.go. Could use the module operator.
https://github.com/cybertk/docker-coreos-pxe-installer/blob/master/app/init#L28-L31 The folder is being created and the files downloaded, however, the current working directory is not the indicated folder.
It would be great if you documented where you got the certs. This way I/we could get or certify your pems.
https://github.com/go-sql-driver/mysql/blob/e8f8fcdbd3e06fc74b6cf745c13eaebedff68c49/auth.go#L293 ``` [mysql] 2021/08/13 16:15:22 auth.go:293: unknown auth plugin:password [mysql] 2021/08/13 16:15:22 connector.go:95: could not use requested auth plugin 'password': this authentication plugin is not supported ``` I'm using this...
I tried to use nextline() and the x was zeroed but the Y was set o 2019.987654. Something is not correct in the compute or the various devfaults.
MM5.8.0 BACKGROUND I'm trying to install matermost on a docker swarm with traefik already installed for ingress. The whole swarm is installed on a single VMware system but could easily...
I was experimenting with `nmap` and while I do not know enough to be remotely dangerous one NSE would not run because it was missing the `openssl.lua`. But since the...