Tomasz Klim

Results 4 issues of Tomasz Klim

I have a Windows 10 computer, with 5 "local devices", as shown by `duf`: - C, D, E, R - normal drives - X - encrypted drive mounted by VeraCrypt...

On storage servers with many drives, "local devices" shows storage drives mixed with / and /boot partitions - which have completely different size/usage and this causes confusion. It would be...

Task spooler would be a great replacement for "real" queue servers, but it misses a few capabilities. One of them is support for priorities. Minimal form: **normal** and **high** priority...

Use case is simple: - add the new job to the queue - but postpone execution by eg. 7 minutes How is that different from using sleep() within jobs? If...