Yannick Boetzel
Yannick Boetzel
I use this snippet in my code to sort values in shared or global memory, with automatic padding: ``` template __inline__ __device__ void blockSort(T* mem, const int numElements) { //...
I don't quite follow the example, but what you describe is exactly what I was thinking :). I quite like the block-scope facilities of CUB, but they are sometimes a...
Maybe `UsePAM yes` in `sshd_config`? Apart from that I have no idea.
My lolcat is under `/usr/games/lolcat` (Ubuntu 20.04), works for me.
update-motd scripts should be executed as root, there are a few scripts that need root access. The one using `lolcat` should also work as non-root.
Both of these are the intended behavior. For issue 1, pyznap should always preserve local options, not take the source values. The idea is that you create the remote dataset...
I'd rather not add more code for this special case. It shouldn't make that much difference if the zvol data is written to a sparse or nonsparse zvol. If you...
Fair points. I never really used zvols extensively, so I never encountered this. As you mentioned, there are workarounds, either use `zfs send -R` initially or manually create the zvols...
Hey. You need to remove the comments from the config file :). It cannot detect them and thus parses the entire line, so also reads the part after `#` as...
Your `pv` version is pretty old, the `-D` option was introduced in 2015. I don't intend to add additional parameters to disable `pv` or control the options, that would only...