Sandro Trianni
Sandro Trianni
`sg` migrated from **shadow** to the **shadow-login** package https://pkgs.alpinelinux.org/package/v3.16/community/x86_64/shadow-login
This patch will allow multiple arguments and spaces for custom settings. some examples of settings requiring multiple arguments: ``` ClientTransportPlugin obfs4 exec /usr/bin/obfs4proxy managed bridge obfs4 141.201.27.48:420 gibberish cert=more-gibberish iat-mode=0...
This patch will allow multiple arguments and spaces for custom settings. some examples of settings requiring multiple arguments: ``` ClientTransportPlugin obfs4 exec /usr/bin/obfs4proxy managed bridge obfs4 141.201.27.48:420 gibberish cert=more-gibberish iat-mode=0...
Right now the Dockerfile builds a container without Plugins, which can't even be downloaded because the default LevelDBStore is missing. When mounting the Plugins dir with downloaded Plugin dlls, the...
**Changelog:** - changed user management based on [Best practices for writing Dockerfiles](https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#user) - it's better to set a consistent default uid/gid to avoid mismatches with future builds when upgrading -...
Hey. subbrute worked just fine with a small subs list. But since i'm bruting with the full standard subs list i'm getting this exception after a while: subbrute.py --subs=subs.txt -t...
Right now the Dockerfile builds a container without Plugins, which can't even be downloaded because the default LevelDBStore is missing. When mounting the Plugins dir with downloaded Plugin dlls, the...
People have been struggling to run openvpn over slow proxies. There was a bug [#328](https://community.openvpn.net/openvpn/ticket/328) submitted 10 years ago. To fix this, the server-poll-timeout config value was introduced, but has...
Mycroft is the only pi sdk that supports home assistant lights. To control lights with the alexa/gassist sdk you would have to own the genuine devices like alexa echo or...
The current implementation only allows to overwrite the adapters. If a user only wants to add a decorator they have to call `Defaults.apply(options)` prior to `select2()` to build the default...