Fabio Pedretti
Fabio Pedretti
The sorting by size would not be of the files duplicate each other, but show in the output first the bigger duplicates, then the smaller (or reverted). fdupes bug with...
You can find it at this page: https://addons.mozilla.org/firefox/addon/indicatetls/versions/
If you have a huge server with many many cached files, it may require tens of seconds for the gui to fully load. Maybe the page may also timeout and...
Indeed I am running 2.5.4, since 3.x is not compatible with PHP 7.0.
I can confirm your suggested fix makes 3.2.0 working also on PHP 7.0. And indeed it's a lot faster to load than 2.5.4! Also it doesn't have the 2.5.4 behavior...
Same issue on ESXi: ``` * CPU microcode is known to cause stability problems: NO (family 0x6 model 0x25 stepping 0x1 ucode 0x3b cpuid 0x20651) * CPU microcode is the...
> DONE remove libdeflate again and use zlib.crc32 from stdlib, PUT2 format only uses crc32 for header data, not much data getting crc'ed You could eventually use [zlib-ng](https://github.com/zlib-ng/zlib-ng) as an...
iptables-nft is compatible with classic iptables. On Debian since 1.8 iptables uses iptables-nft. nftables (nft) is the new tools replacing iptables*.
Newer iptables from Debian is configured to use by default iptables-nft (i.e. the new netfilter backend). You shouldn't do anything special, just some recommendations: - rules created with older iptables...
Blake3 is also a hashing function parallelizzable on multi core CPUs: https://github.com/BLAKE3-team/BLAKE3