maffe
maffe
> In cmd, use `start` so the subprocess is created detached (same as `CreateProcess()` with `DETACHED_PROCESS` as `dwCreationFlags`) I also tried doing that, but then the SSH session opens in...
I also have this problem (certificate expired after I used `--issue --days 30` with step-ca which has a [default maximum lifetime of 24 hours](https://github.com/smallstep/certificates/discussions/401)) and I think it would be...
The wiki shows [how to deploy to containers](https://github.com/acmesh-official/acme.sh/wiki/deploy-to-docker-containers) but it’s also possible to [restart containers without giving access to the Docker socket](https://stackoverflow.com/questions/59035543/how-to-execute-command-from-one-docker-container-to-another/78123322#78123322).
You could do something like this: `./acme.sh --issue -w /var/www/vhost/example.com $(while read domain; do printf -- ' -d %s' "$domain"; done
Duplicate of #3218?
Duplicate of #2565?
The comments in https://github.com/docker-library/openjdk/issues/282 mention that the `src.zip` is in the `lib` directory. #273 removes (or tries to) `src.zip` in `$JAVA_HOME`. I noticed there is still `lib/src.zip` in current images:...
As access to the JDK method will be denied in the future and there already is an alternative implementation below the call of the JDK method, the obvious solution would...
> * `em.remove(em.find(pk))` – Bad: First loads an instance from the DB into the cache, just for the sake of deleting it. Maybe `em.remove(em.getReference(cls, pk))` could be used to avoid...
I will not create an Eclipse account (I don’t think I can receive e-mails at users.noreply.github.com and I don’t want to provide the information the Eclipse registration form requires), but...