e99 Online Shopping Mall
Help | |
Home - Computer - Unix (Books) |
  | Back | 21-40 of 99 | Next 20 |
click price to see details click image to enlarge click link to go to the store
21. Advanced UNIX Programming (2nd Edition) by Marc J. Rochkind | |
Paperback: 736
Pages
(2004-05-09)
list price: US$59.99 -- used & new: US$31.81 (price subject to change: see help) Asin: 0131411543 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (19)
Read more on Unix
THE book to get for UNIX programming
Informative
A very useful reference
The best UNIX programming book that I know of |
22. The Mac OS X Command Line: Unix Under the Hood by Kirk McElhearn | |
Paperback: 438
Pages
(2005-12-10)
list price: US$37.95 -- used & new: US$23.81 (price subject to change: see help) Asin: 0782143547 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (5)
MAc OS X Command Line: Unix Under The Hood
This book is more for Unix novices
It is really good book, pleasure to spend time with.
Mostly good stuff
Clear and easy to follow |
23. Math, Science, and Unix Underpants: A Themed FoxTrot Collection (Foxtrot Collections) by Bill Amend | |
Paperback: 144
Pages
(2009-10-20)
list price: US$12.99 -- used & new: US$5.09 (price subject to change: see help) Asin: B003STCQAC Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (8)
For the True Geek
Great collection for scientists.
A perfect gift for a science geek or a science teacher....
A fascinating read
Math, Science, and Unix Underpants |
24. Lions' Commentary on Unix by John Lions | |
Paperback: 254
Pages
(1977-08-01)
list price: US$39.95 -- used & new: US$32.95 (price subject to change: see help) Asin: 1573980137 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (10)
A must read
Excellent book for Unix lover
Complete, Yet Small Enough to Grasp
The Way Highly recommended, with Maurice J Bach's "The Design of the Unix Operating System" as a supplement.
Amazing and insightful historical perspective |
25. UNIX System Administration Handbook (3rd Edition) by Evi Nemeth, Garth Snyder, Scott Seebass, Trent Hein | |
Paperback: 896
Pages
(2000-09-08)
list price: US$88.99 -- used & new: US$24.69 (price subject to change: see help) Asin: 0130206016 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description How, then, to begin the song of praises for the book? Let's start with its comprehensiveness. The authors--a whole passel of them, but miraculously consistent in style--deal with every subject that's central to the Unix universe. Their diligence extends even to detailed coverage of subjects (like the Domain Name System (DNS)) that many authorial squads omit. System administrators need to understand it all--it's good to see everything covered in one book. Of course, you still will need more focused texts for really complicated situations, but the coverage here will carry you a long way. Although you probably will want to read this book cover to cover eventually, you might first look at the index, which typically will guide you to a couple of sections. First, an overview of the subject that interests you will explain what the service or feature is meant to do, what it isn't meant to do, and how (in fairly general terms) it does its job. You'll find four sections--one each on the relevant configuration facts of the four emphasized Unix variants. These sections aren't presented as explicit sequences of steps (which invariably leave the reader asking, "But, what if... " anyway), but as narratives that are interspersed with commands and configuration file listings. The approach works well, and it's made even better by the syntax summaries and conceptual diagrams that pop up now and then. --David Wall Topics covered: Administration of Unix systems, with specific reference to Solaris 2.7, HP-UX 11.00, Red Hat Linux 6.2, and FreeBSD 3.4. Administration is a broad subject, and the authors touch on most of its aspects, including user and file operations (basic and advanced), hardware configuration, and kernel tweaking. Networking coverage includes basic connectivity, routing, server software, DNS, and security. Customer Reviews (49)
handbook for sys adm
Unix System Admin used book purchased
It's a very Good book
UNIX
Doubleplus good! |
26. UNIX Network Programming, Volume 2: Interprocess Communications (2nd Edition) by W. Richard Stevens | |
Hardcover: 592
Pages
(1998-09-04)
list price: US$96.67 -- used & new: US$42.99 (price subject to change: see help) Asin: 0130810819 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Stevens introduces the reader to the internal structures of Posixinterprocess communication (IPC) and System V (SysV) IPC; pipes andfirst in, first outs (FIFOs); message queues; how to lock and unlockfiles and records; semaphores; shared memory; and remote procedurecalls (RPCs). He explains the difference between the Posix and SysVimplementations of semaphores, message queues, and sharedmemory. There are also plenty of notes and examples for the reader. This book is invaluable for programmers because it explains all ofthose little "gotchas" that always seem to pop up. In addition, theexplanations of the differences between Posix IPC and SysV IPC reallyhelp readers decide which version they'd like to use for theirapplications. --Doug Beaver Customer Reviews (13)
Great BOOK
purchased on Sep 23, not received yet
If you want to program in Linux you need this book.
Classic work - but in series need of updates as time goes on
The real power of UNIX is in communication |
27. UNIX(R) Systems for Modern Architectures: Symmetric Multiprocessing and Caching for Kernel Programmers by Curt Schimmel | |
Paperback: 432
Pages
(1994-07-10)
list price: US$64.99 -- used & new: US$49.32 (price subject to change: see help) Asin: 0201633388 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (8)
Great Read - Loads of Info
Great Book for Linux Kernel People
What's there is good, but... So why only three stars?The problem is that the book is incomplete.Cache systems and virtual-memory systems interact in myriad ways, but you wouldn't know that from reading this book.Similarly, storage and networking subsystems are often the bloodiest battlegrounds with respect to multiprocessor synchronization, and yet special considerations in those areas are not covered.Many old architectures (e.g. Apollo, ELXSI) are mentioned, and yet NUMA never even gets a nod.I know that covering all of these topics in any kind of depth would be impossible in a single book of any reasonable length, but their *total* omission is something I consider unacceptable. This is a book I would recommend without hesitation to any number of people.Unfortunately, that recommendation would always have to be accompanied by recommendations for other books that pick up where this one inexplicably leaves off.
THE book if you are a kernel/threading developer. If you are porting a unix or any OS for that matter to todays architectures, this book should help clear up what issues you would encounter and how best to solve them. For example the memory models and consistency guarantees of the source architecture and how they compare to the destination. And ofcourse its a great aid to understanding any contemporary OS' kernel code. veliath
Wonderful Book If you want to understand SMP systems and the programmingissues they cause, this is the book. ... Read more |
28. UNIX Network Programming by W. Richard Stevens | |
Paperback: 768
Pages
(1990-02-02)
list price: US$93.32 -- used & new: US$18.50 (price subject to change: see help) Asin: 0139498761 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (15)
One of the best books I've ever read
Classic work - but in series need of updates as time goes on
A Unix Bible This book is what's called a "Bible". It's an authoritive reference on Unix networking and communications (ipc/rpc) and much else. I equate it to the Kernighan & Ritchie C book, etc. I wouldn't recommend this book to someone new to computers, but if you have a few years under your belt, or are an eager-beaver then go ahead...you won't regret your purchase. The author uses a simple client/server program example (a simple file server) and then goes through several iterations/revisions, each using a different IPC mechanism to accomplish same task. A great technique for exploring new concepts...tie them all to a single program design with the program evolving to use different APIs/IPC mechanisms.
A "must-have" classic programming text
Astonishing and Readable! Simply let knowledge flow in you! |
29. UNIX: The Complete Reference, Second Edition (Complete Reference Series) by Kenneth Rosen, Douglas Host, Rachel Klee, Richard Rosinski | |
Paperback: 912
Pages
(2006-12-19)
list price: US$59.99 -- used & new: US$33.60 (price subject to change: see help) Asin: 0072263369 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Get cutting-edge coverage of the newestreleases of UNIX--including Solaris 10, all Linux distributions, HP-UX, AIX, and FreeBSD--from this thoroughly revised, one-stop resource for users at all experience levels. Written by UNIX experts with many years of experience starting with Bell Laboratories, UNIX: The Complete Reference, Second Edition provides step-by-step instructions on how to use UNIX and take advantage of its powerful tools and utilities. Get up-and-running on UNIX quickly, use the command shell and desktop, and access the Internet and e-mail. You'll also learn to administer systems and networks, develop applications, and secure your UNIX environment. Up-to-date chapters on UNIX desktops, Samba, Python, Java Apache, and UNIX Web development are included. Customer Reviews (2)
Book was in excellent condition !!!
reliable reference |
30. Advanced Programming in the Unix Environment (International Student Edition) by W. Richard Stevens | |
Paperback: 744
Pages
(1998)
Isbn: 0201455714 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Customer Reviews (66)
There is no other
Great book: get the 2nd edition
Classic work - but in series need of updates as time goes on
A Unix Programmers Bible Written in a clear paedagogical style, Professor Stevens demonstrates mastery of the subject, and his desire to pass that expertise on to the reader. The API's are illuminated by clear examples of their use. He also mentions many of the pitfalls to look out for when programming across the different flavours (BSD, SRV4) and different standards (POSIX, ANSI). It is a comprehensive tome that represents real value for money. I use this book so much I will probably need to buy another copy in a few years, if it doesn't go on permanent loan first.
Lucid Explanations to understand UNIX ! Buy it! ... Read more |
31. Your UNIX: The Ultimate Guide by Sumitabha Das | |
Paperback: 864
Pages
(2005-01-07)
-- used & new: US$74.99 (price subject to change: see help) Asin: 0072520426 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (15)
your unix: the ultimate guide
Great book!
best unix book for the beginner
Way overpriced, general UNIX book
It's a great book! |
32. Automating Linux and Unix System Administration, Second Edition (Expert's Voice in Linux) by Kirk Bauer, Nathan Campi | |
Paperback: 448
Pages
(2008-12-15)
list price: US$49.99 -- used & new: US$21.31 (price subject to change: see help) Asin: 1430210591 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Whether you need a network of ten Linux PCs and a server or a datacenter with a few thousand Unix nodes, you need to know how to automate much of the installation, configuration, and standard system administration. Build your network once using cfengine, and the network build will work, without user intervention, on any hardware you prefer. Automating Linux and Unix System Administration, Second Edition is unique in its focus on how to make the system administrator’s job easier and more efficient: instead of just managing the system administrator’s time, the book explains the technology to automate repetitive tasks and the methodology to automate successfully. See how to make changes on many UNIX and Linux hosts at once in a reliable and repeatable manner. This book is for Linux system administrators who want to learn about the software and methodology to automate repetitive tasks—regardless of network or datacenter size—in one place. System managers will also find it much easier to think about network technology and automation projects if they read this book. This book is also for anyone who is interested in repeatable and secure infrastructure. Customer Reviews (6)
Awesome
Cfengine missing manual
Just the reference you were looking for.
Excellent Content and Coverage
Great book with a lot of CFEngine |
33. UNIX Systems Programming: Communication, Concurrency and Threads by Kay A. Robbins, Steve Robbins | |
Hardcover: 912
Pages
(2003-06-27)
list price: US$89.99 -- used & new: US$45.00 (price subject to change: see help) Asin: 0130424110 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (25)
It's a lot more than just concurrency - it's the best introduction to C i've seen.
Relatively thorough reference.
Comprehensive
Worth my yearly salary!
practical it is |
34. Beginning Unix (Programmer to Programmer) by Paul Love, Joe Merlino, Craig Zimmerman, Jeremy C. Reed, Paul Weinstein | |
Paperback: 480
Pages
(2005-04-29)
list price: US$34.99 -- used & new: US$21.90 (price subject to change: see help) Asin: 0764579940 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (8)
Dudes on front cover...
great and timeless Unix information here
Try another book
from rags to riches
Great book for Beginners to Unix/Linux/Mac OS X |
35. UNIX and Linux Forensic Analysis DVD Toolkit by Chris Pogue, Cory Altheide, Todd Haverkos | |
Paperback: 248
Pages
(2008-06-30)
list price: US$62.95 -- used & new: US$35.27 (price subject to change: see help) Asin: 1597492698 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (4)
Hardly A Book About Forensics
going on ebay
Very informative style of delivery in Forensic World
Excellent introduction to Linux forensics, ideal for those starting out or Windows centric examiner who is curious about Linux |
36. DB2 9 for Linux, UNIX, and Windows Advanced Database Administration Certification: Certification Study Guide by Roger E. Sanders, Dwaine R Snow | |
Paperback: 650
Pages
(2008-11-03)
list price: US$64.95 -- used & new: US$58.45 (price subject to change: see help) Asin: 1583470808 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Database administrators versed in DB2 wanting to learn more about advanced database administration activities and students wishing to gain knowledge to help them pass the DB2 9 UDB Advanced DBA certification exam will find this exhaustive reference invaluable. Written by two individuals who were part of the team that developed the certification exam, this comprehensive study guide prepares the student for challenging questions on database design; data partitioning and clustering; high availability diagnostics; performance and scalability; security and encryption; connectivity and networking; and much more. Providing sample questions in each chapter, a complete practice test modeled after the actual exam, and an extensive answer key providing full explanations for each correct answer, readers will find this to be a key resource in stimulating the learning process. Customer Reviews (5)
This book helped me pass the 734
This book got me to pass the 734 exam on first try
Another Home Run
EXCELLENT BOOK!!!HIGHLY RECOMMEND!!!!
Not up to par |
37. UNIX for Programmers and Users (3rd Edition) by Graham Glass, King Ables | |
Paperback: 687
Pages
(2003-02-16)
list price: US$95.80 -- used & new: US$70.00 (price subject to change: see help) Asin: 0130465534 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Customer Reviews (11)
3rd edition (latest) is bad
Good book, surprised at the sender
Expensive but good The first few chapters about the commonly used utilities quickly taught me to navigate the system but a full 4 chapters are devoted to the shell - a general introduction, bsh, ksh and csh - which was too much for me. I skipped the ksh and csh chapters. Also the systems programming chapters goes into a lot of detail about files most of which I already knew. If you, like me are a Windows programmer making a transition to Unix, be prepared to wade through and often skip stuff you already know. The good thing however is that the writing style is lucid and clear and this book is an easy read.Introduction to file permissions(chown etc) is very well written. Examples are clear and well placed. The brief introductions to perl and awk are also useful. Though the price is on the higher side, I think this book is a good buy. Its kept me interested and reading for over a week now and I must say I know so much more Unix for that. If it had been priced say 10-12 dollars lower, I might have given this baby a 4 on 5.
Very good book for people new to UNIX Overall, I recommend this book to anyone who wants to start out with UNIX.
a OK book |
38. Practical Unix and Internet Security, 2nd Edition by Simson Garfinkel, Gene Spafford | |
Paperback: 971
Pages
(1996-03-31)
list price: US$44.95 -- used & new: US$15.76 (price subject to change: see help) Asin: B00009B1UZ Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description The authors' approach to Unix security is holistic and clever; they devote as much space to security philosophy as to advice about closing TCP ports and disabling unnecessary services. They also recognize that lots of Unix machines are development platforms, and make many recommendations to consider as you design software. It's rare that you read a page in this carefully compiled book that does not impart some obscure nugget of knowledge, or remind you to implement some important policy. Plus, the authors have a style that reminds their readers that computing is supposed to be about intellectual exercise and fun, an attitude that's absent from too much of the information technology industry lately. Read this book if you use any flavor of Unix in any mission-critical situation. --David Wall Topics covered: Security risks (and ways to limit them) under Linux, Solaris, Mac OS X, and FreeBSD. Coverage ranges from responsible system administration (including selection of usernames and logins) to intrusion detection, break-in forensics, and log analysis. Customer Reviews (35)
Excellent Guide
Order a wrong edition
A mile wide, several inches deep, great for filling in gaps The strength of this book lies in several areas.First, the authors probably have 50+ years experience between them and it shows.You really get the impression that they've "been there, done that".But they don't try and "wow" you with their intelligence and they aren't condescending, in fact they write quite clearly. The "mile wide" crack I made in the title refers to the fact that this book covers everything from physical security and social engineering, to how to setup up integrity checking with tripwire and use PAM.Basically I found this book to be invaluable because while I could breeze through certain sections, there was a ton of material that I needed more knowledge about, but either never got around to it, or didn't even know I was lacking.An example is NFS.I knew I needed more background about NFS because I work in infosec, but every place I've ever worked has banned NFS outright, which makes it a little more difficult to learn....Another 2 technologies pop into my mind: LDAP and PAM.I knew what they were, but now I know how to set up the basics and can branch out on my own. In our infosec world it's simply not possible to know everything.This book gives the reader a solid grounding in a ton of stuff, which enables him to go out and Google around intelligently for more advanced information.In a pinch it can also be used as an anti-theft device since it weighs in at 900+ pages and is quite heavy.
Awesome security book! If you have but one securityreference, this should be it!
Best for beginners |
39. The UNIX Hater's Handbook by Daniel Weise, Simson Garfinkel, Simson L. Garfinkel | |
Paperback: 329
Pages
(1994-06)
list price: US$16.95 Isbn: 1568842031 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description Turn here for answers to all-important questions, such as... Why does the online documentation lie to us?Why does the operating system overwrite valuable files with garbage?Why does the user's guide bear no relationship to reality?Why do the commands have cryptic names that have no bearing on their function?What is a grep? What is vi? Do troffs live under bridges, or are they inverted trons?WHERE ARE THEY SENDING ALL THE UPPERCASE LETTERS? Customer Reviews (23)
Interesting footnote to an 80's platform war
Don't waste any time trying to find a copy of this
The paper is recyclable!
Zany, Amusing, Entertaining Muses on Unix OS
Things Are Going to Get a Lot Worse Before Things Get Worse |
40. Understanding UNIX/LINUXProgramming: A Guide to Theory and Practice by Bruce Molay | |
Paperback: 530
Pages
(2002-12-05)
list price: US$95.80 -- used & new: US$71.25 (price subject to change: see help) Asin: 0130083968 Average Customer Review: Canada | United Kingdom | Germany | France | Japan | |
Editorial Review Product Description This book explains in a clear and coherent manner how Unix works, how to understand existing Unix programs, and how to design and create new Unix programs. The book is organized by subsystem, each presented in visual terms and explained using vivid metaphors. It breaks the information into manageable parts that can be presented, explained, and mastered. By using case studies and an extremely reader-friendly manner to illustrate complex ideas and concepts, the book covers the basics of systems programming, users, files and manuals, how to read a directory, using 1S, writing PWD, studying STTY, writing a video game, studying SH, environment and shell variables, I/O redirection and pipes, servers and sockets, writing a web server, license servers, and concurrent functions. For Unix system administrators and programmers, network programmers, and others who have used other operating systems and need to learn Unix programming to expand their skill sets. Customer Reviews (15)
Very Informative
Outstanding introduction to Unix systems programming
question in example code, still 5 stars
An excellent course through Unix and Linux with copious code and examples.
Easy to understand |
  | Back | 21-40 of 99 | Next 20 |