Thomas Rebele
Thomas Rebele
Debian also switched to netfilter, so I looked for a workaround. I added those two lines to /etc/fwknop/access.conf: ``` CMD_CYCLE_OPEN /etc/fwknop/nft.sh OPEN $IP $PORT CMD_CYCLE_CLOSE /etc/fwknop/nft.sh CLOSE $IP $PORT CMD_CYCLE_TIMER...
I've set the permissions to 0544/-r-xr--r--. Owner and group is root. Is /etc/fwknop mounted with the noexec option? Does it work when you run the script from the shell? Thanks...
thanks for the link! I have not much experience in configuring firewalls. I might align my configuration with the link you provided.
Closing as it seems to be not possible.
There's a pull-request by @jwosty: #25. Looks quite good to me. You can try it [here](http://raw.githack.com/jwosty/covidtrends/per-capita/index.html). Thanks for all the work on this great visualization!
Grep was only used for the check command to determine whether the (non-standard) options --buffer-size or --parallel are available. The biggest performance impact of the check is starting the sort...
I have the same issue. As I workaround I modified the json file, and shifted the layers (0->1, 1->2, 2->3, ...). Then I uploaded it to the [input.club configurator](https://input.club/configurator-ergodox/). The...
@jaredbidlow, it seems that the input.club configurator has been removed in favor of a configurator that runs locally. Have you tried the workaround that I described?
It seems that ansible-letsencrypt does not yet support Debian bullseye. I've updated the buster block to add a condition for "bullseye" in tasks/main.yml: ``` - name: install certbot (Debian stretch...
Also I get several warnings: ``` [DEPRECATION WARNING]: Invoking "apt" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items and...