Toralf Förster
Toralf Förster
Terraform hangs suddenly started here too 1-2 weeks ago. It might be started around the same time where I upgraded Git for Windows here. It still happened here - rarely...
Terraform is unuseable under Windows in moment - it hangs too often. We built a debian container in the mean while and do use it under Windows.
The data are generated at the server with 12.2.1, rsynced to my desktop where I do use 12.4.3. So maybe a small script with an sed statement would make it...
OK, this here works for me: ``` svg=/tmp/graph.svg sadf -g -O skipempty,oneday -- -m ALL -n ALL -q -u ALL -w > $svg h=$(tail -n 2 $svg | head -n...
with recent kernel 6.5.2 there's no /sys/devices/system/cpu/*/cpufreq here (except I would set amd_pstate=active for the grub kernel command line). That's why I do use my own 3-liner to have a...
pffrr - report was 3 yrs ago Currently I put terraform into the $HOME/bin directory rather than in /usr/local/bin, where only root is allowed to write into it. This works...
That's why I do use the `timeout` command to call bugz ;)
This is from the -save commands: ``` mr-fox ~ # /sbin/ip6tables-save | grep DROP :INPUT DROP [0:0] -A INPUT -p tcp -m tcp ! --tcp-flags FIN,SYN,RST,ACK SYN -m state --state...
In the mean while I realized, that adding a comment to an iptables rule lets the exporter to remove "-j DROP" from the rule name when exporting.
I tend to not change such a value as long as devs do not complain about them.