I am looking for a good source (book, online) of networking on mac osx or linux. What commands, how to connect, send data, security (checking for intruders) etc.. Setup server.

Thanks for the time..

link|improve this question
not sure if this is more appropriate for serverfault – Jesus Ramos Jul 21 '11 at 7:04
feedback

migrated from stackoverflow.com Jul 21 '11 at 14:23

This question came from our site for professional and enthusiast programmers.

closed as off topic by MDMarra, Zypher Dec 17 '11 at 0:18

Questions on Server Fault are expected to generally relate to servers, networking, or desktop infrastructure, within the scope defined in the faq.

3 Answers

I would strongly suggest both of these:

Unix in a Nutshell, Fourth Edition
By Arnold Robbins

http://oreilly.com/catalog/9780596100292

Essential System Administration, Third Edition
Tools and Techniques for Linux and Unix Administration
By Æleen Frisch

http://oreilly.com/catalog/9780596003432

They are great books to use both as references and to get a general understand of what tools are available to do what.

link|improve this answer
feedback

Here is an Amazon search for "bsd networking". Pick the highest-rated one from that list and get cracking.

link|improve this answer
feedback

I would recommend Absolute FreeBSD. It's well written in a pretty accessible style. Though I doubt you'll need to read it cover to cover, again the writing style would make it enjoyable. With a mix of history, commands, walk-throughs and tutorials it is appropriate for a beginner with enough to grow into over time. I've had it since this past summer and regret not getting it sooner.

link|improve this answer
feedback