Is there a lightweight queue manager for Kubuntu? Something like torque, but as I understand it - torque works for clusters only - while I want the similar thing for my laptop.
The problem is - I'd like to start a job only if the previous jobs have finished. So I need a program which will queue the jobs, and run the next one once the previous have finished.
You could use Redis, which is lightweight and simple. I would refer you to this question on StackOverflow, which contains a few good links.