C. Jacobs
C. Jacobs
Remove -DNO_AUTH
Maxlength of dnsmasq.conf textarea increased from 4 to 16K, to match with dnsmasq.servers textarea and to allow larger config files to be edited.
touch -h is not available in busybox touch
I copied some JSON text onto the clipboard. That was pasted into the "Test" tab. Then I switched to the "Tree" view. I expected a pretty view of the newly...
Source CSS class: `.gradient{ background:#f7f7f7; background:-webkit-gradient(linear,0 0,0 100%,from(#eeefef),color-stop(100%,#fff)); background:-moz-linear-gradient(top,#eeefef,#fff 100%); background:-o-linear-gradient(top,#eeefef,#fff 100%); background:linear-gradient(top,#eeefef,#fff 100%) }` is not correct replaced with: `background-image: linear-gradient(top,#eeefef,#fff 100%)` Example url with a linear-gradient assigned to...
As EU directive state some requirements for data quality. One of them is a data capture minimum of 90% for particulate matter (excluding servicing equipment). # Uptime, Interval Therefore it...
Between 26.07.21 02:00 and 27.07.21 02:00 PM2.5 and PM10 values spike to peaks approximately 10 times higher then previous year values. The high PM values dropped back to familiar values...
Using dnsmasq as auth. DNS server is more often with a .conf file to load the zones, then by appending all zone file contents as parameters to the executable. Not...
For example: `caa-record=01,issue,"ca.example.net; policy=ev”` Somewhere in future this new format is worth adding.