All questions regarding programming, tweaking and configuring of Unix & Linux core system as a whole or a sub-set of it.
11
votes
7answers
8k views
What is the best book to learn Linux system programming?
Title says it all. I am trying to learn Linux system programming, which is the best book to learn this?
5
votes
2answers
1k views
Learn Linux System Programming by doing projects
I have only a very basic idea about linux system programming. I have not done any real projects using linux system programming. In my current company I do system admin type work, but I am more ...
2
votes
4answers
49 views
How to set proper monitoring of my services in a automated way? So that if one crash it auto on the fly restarts?
How can i setup monitoring to my system services?
Either using automated script which scan every moment, if httpd, mysqld, and my custom daemon is running or not, if not running it will automatically ...