good book for basics of networking and os [closed] - networking

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
i need good book for basics of networking and about os. I am first year cse student, I want to get into hacking world so need to get knowledge of networking and working of os. right now I have no knowledge of this, so can u please suggest some good book for starting on these topics. thaks.

I think that "Operating System Concepts" (silberschatz, galvin and gagne) is a very good book for beginners to understand the basics of the operating systems
http://www.amazon.com/Operating-Concepts-Seventh-Abraham-Silberschatz/dp/0471694665

Related

Math resources for game programming [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Well I'm interested in learning the mathematics and physics applied to game development (I don't care about the language right now), I know there are many books related but I can't find them in my country so I have to buy them in amazon, I would like someone to recommend me some book to start and some good free resource if there is.
Thank you.

Best free collaboration tool now that Google Wave is no more? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
With the unfortunate demise of Google Wave what is the best alternative free project collaboration tool that you use for your side projects and non-funded software start-ups?
Sign up with Runby, which integrates a Google Wave approach (hosted conversation) with email:
http://runby.me
So far this is my first choice:
http://www.teamlab.com/

Where can I get man pages with examples [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Where can I get man pages with examples. I can improve my coding knowledge.
There is no better place than /usr/share/man/man3. There are tons and tons of examples there (section 3 is the API section, which I think is what you want; your description wasn't really clear).
Nothing beats a good book. Michael Kerrisk, the Linux manpages maintainer, has published a book titled "The Linux Programming Interface". There are also lots of older books on Unix programming, the most famous of them is probably "Advanced Programming in the Unix Environment", by the late W. Richard Stevens.

Good TCP/IP networking book for a programmer? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Every day I write Web applications, and I have a good understanding of HTTP. However I want to close the gaps in my knowlege of network architecture. I'm not a sysadmin, so a hard-core sysadmin reference book would probably be a bit much for me, but I'm also not looking for a book on how to write code in any way -- I'm interested in the mechanisms underneath all that fun Web code I write.
Any recommendations?
TCP/IP Illustrated, Volume 1: The Protocols by W. Richard Stevens is the book you want to read.
http://www.amazon.com/TCP-Illustrated-Vol-Addison-Wesley-Professional/dp/0201633469
Also by the great W. Richard Stevens is Unix Network Programming (http://www.amazon.com/UNIX-Network-Programming-Networking-Sockets/dp/013490012X).

What are some good 'software design' books / resources that are currently recommended? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I recently applied to several full time positions among some of the tech giants, and this was among some of the feedback I received.
I know what good coding practice generally entails, but am not so sure on largescale software design that mixes not only creativity but also a sharp technical focus.
What do you guys recommend?
Code Complete is always a winner.
The Pragmatic Programmer

Resources