This is a good write up for IPC related stuff - http://beej.us/guide/bgipc/output/html/singlepage/bgipc.html
Advanced Linux Programming – book with free PDF (2001)
21–30 of 38 posts
Re: Advanced Linux Programming – book with free PDF (2001)
#22Re: Advanced Linux Programming – book with free PDF (2001)
#23opens book Chapter 1: Getting Started 1.1 Editing with Emacs closes book
Also I saw "GNU/Liux" in the front matter.
[edit] Next section started "A compiler turns human-readable source code into machine-readable object code that can actually run."
Re: Advanced Linux Programming – book with free PDF (2001)
#24>> http://advancedlinuxprogramming.com/about.html This appears to be the first edition of the book, published in 2001. Is this book still useful, considering it's 15 years old?
I love "UNIX Systems Programming: Communication, Concurrency and Threads", it is simply great.
Re: Advanced Linux Programming – book with free PDF (2001)
#25Two alternative, and better, choices, if you're willing to spend a few dollars (and hopefully expense it to your manager): The Linux Programming Interface: http://www.amazon.com/Linux-Programming-Interface-System-Han... Advanced Programming in the UNIX Environment: http://www.amazon.com/Advanced-Programming-UNIX-Environment-... A not-too-distant third choice, Linux System Programming: http://www.amazon.com/Linux-Syst…
In my opinion these are best two books on the subject. Stevens' book is classic and have been updated quite recently (3rd edition came out 3 years ago), LPI is very extensive and have some specific Linux info not present in Stevens' book and is clearly influenced by Stevens book.
Re: Advanced Linux Programming – book with free PDF (2001)
#26I've just started How Linux Works, but I thought I might take this opportunity to ask for suggestions for someone trying to get started (doesn't have to be a book).
Re: Advanced Linux Programming – book with free PDF (2001)
#27Re: Advanced Linux Programming – book with free PDF (2001)
#28Re: Advanced Linux Programming – book with free PDF (2001)
#29opens book Chapter 1: Getting Started 1.1 Editing with Emacs closes book
Book does not understand its audience. "An editor is the program that you use to edit source code." No "advanced" programmer needs to be told that. OK, maybe if all you know is an IDE, you don't know this...but the book says it's assumed that the reader can do basic command-line stuff. If you can do that you must know what an editor is. Also I saw "GNU/Liux" in the front matter. [edit] Next section started "A compile…
Re: Advanced Linux Programming – book with free PDF (2001)
#30Two alternative, and better, choices, if you're willing to spend a few dollars (and hopefully expense it to your manager): The Linux Programming Interface: http://www.amazon.com/Linux-Programming-Interface-System-Han... Advanced Programming in the UNIX Environment: http://www.amazon.com/Advanced-Programming-UNIX-Environment-... A not-too-distant third choice, Linux System Programming: http://www.amazon.com/Linux-Syst…
I just started doing kernel devlopment professionally, and ironically the content of LPI is relatively higher level.
Glad I read it before starting though.