Klaus Frank
Klaus Frank
PEG == Parsing Expression Grammar, basically the abstract way of defining how a parser works. https://en.wikipedia.org/wiki/Parsing_expression_grammar More things than web browsers exist and the URL schema is not just for...
Also allow to specify a time between dosages. For long lasting medications it is often important that x hours have passed between them. And "skipping" one dosage is not a...
https://github.com/BatmanAMA/powerbox/tree/update-2.4.x
The documentation mentioned something about "Do not notify" having to be the last filter in the rule set. However it appears as Thunderbird is currently ignoring this and applying the...
As a workaround you could add `ExecStartPre=/bin/sh -c 'chmod /run/screen 777'` to the unit. I'll leave this issue open as a reminder to move from screen to e.g. tmux...
Actually did not know about that feature. Thanks for the update.
@jingkaimori Starting with L40 it is wrong. The `/bin/sh` is there in order to get shell evaluation and therefore to be able to pipe stuff aka. for line 47 to...
That looks like an error with you tmux command. But from what stackoverflow says to that error https://stackoverflow.com/questions/25207909/tmux-open-terminal-failed-not-a-terminal You need to add `-d` to the new-session command.
Thanks, so there are no XFS specific optimizations? It just needs xattrs? I'm currently not that familiar with the filesystem APIs. I just know that in the past some projects...
> XFS optimisation does help Gluster perform better. For example, inode size and noatime etc. I explicitelly don't mean optimizations in XFS's code, I solely ment if there are XFS...