linux + open source books

Books

Linux + Open Source

Welcome   Books   Hardware +
Computers
  Magazines   Software +
Downloads
  Tips +
How To

 

Books


 Certification
 Computer Games
 Computer Science
 Databases
 Digital Business
 General Computing
 Graphics
 Hardware
 Home Office
 Linux
 Microsoft
 Networking
 Operating Systems
 Programming
 Software
 Web Development
 


Search The 'Net

 
  


     
Search for      

WildComputer.com > Books > Linux + Open Source

See Also
From Amazon.com

Disclosure: Products details and descriptions provided by Amazon.com. Our company may receive a payment if you purchase products from them after following a link from this website.

UNIX and Linux System Administration Handbook (4th Edition)

By Evi Nemeth & Trent R. Hein

Prentice Hall
Paperback (1344 pages)

UNIX and Linux System Administration Handbook (4th Edition)
List Price: $59.99*
Lowest New Price: $39.00*
Lowest Used Price: $31.50*
Usually ships in 24 hours*
*(As of 13:17 Pacific 3 Feb 2012 More Info)


Click Here
Product Description:

“As an author, editor, and publisher, I never paid much attention to the competition–except in a few cases. This is one of those cases. The UNIX System Administration Handbook is one of the few books we ever measured ourselves against.”   

–From the Foreword by Tim O’Reilly, founder of O’Reilly Media

 

“This book is fun and functional as a desktop reference. If you use UNIX and Linux systems, you need this book in your short-reach library. It covers a bit of the systems’ history but doesn’t bloviate. It’s just straightfoward information delivered in colorful and memorable fashion.”  

–Jason A. Nunnelley

“This is a comprehensive guide to the care and feeding of UNIX and Linux systems. The authors present the facts along with seasoned advice and real-world examples. Their perspective on the variations among systems is valuable for anyone who runs a heterogeneous computing facility.”  

–Pat Parseghian

The twentieth anniversary edition of the world’s best-selling UNIX system administration book has been made even better by adding coverage of the leading Linux distributions: Ubuntu, openSUSE, and RHEL.  

 

This book approaches system administration in a practical way and is an invaluable reference for both new administrators and experienced professionals. It details best practices for every facet of system administration, including storage management, network design and administration, email, web hosting, scripting, software configuration management, performance analysis, Windows interoperability, virtualization, DNS, security, management of IT service organizations, and much more. UNIX® and Linux® System Administration Handbook, Fourth Edition, reflects the current versions of these operating systems:

Ubuntu® Linux
openSUSE® Linux
Red Hat® Enterprise Linux®
Oracle America® Solaris™ (formerly Sun Solaris)
HP HP-UX®
IBM AIX®

Working at the Ubuntu Command-Line Prompt (Linux Nitty Gritty)

By Keir Thomas

MacFreda
Released: 2011-03-12
Kindle Edition (52 pages)

Working at the Ubuntu Command-Line Prompt (Linux Nitty Gritty)
List Price: $0.99*
*(As of 13:17 Pacific 3 Feb 2012 More Info)


Click Here
Product Description:
Keir Thomas is the world's most popular author writing about Ubuntu. His books have been read by over 1,000,000 people and are #1 best-sellers. His book Beginning Ubuntu Linux recently entered its sixth edition, and picked-up a Linux Journal award along the way. Thomas is also the author of Ubuntu Kung Fu.

* * * * * * * * * * * * * * * * *

Get to grips with the Ubuntu command-line with this #1 best-selling and concise guide.

"Best buck I've spent yet" — Amazon review.

* Readable, accessible and easy to understand;

* Learn essential Ubuntu vocational skills, or read just for fun;

* Covers Ubuntu commands, syntax, the filesystem, plus advanced techniques;

* For ANY version of Linux based on Debian, such as Linux Mint--not just Ubuntu!;

* Includes BONUS introduction to Ubuntu chapter, plus a glossary appendix and a guide to reading Linux/Unix documentation.

BackTrack 5 Wireless Penetration Testing Beginner's Guide

By Vivek Ramachandran

Packt Publishing
Paperback (220 pages)

BackTrack 5 Wireless Penetration Testing Beginner s Guide
List Price: $49.99*
Lowest New Price: $43.87*
Lowest Used Price: $599.99*
Usually ships in 24 hours*
*(As of 13:17 Pacific 3 Feb 2012 More Info)


Click Here
Product Description:
Written in Packt's Beginner's Guide format, you can easily grasp the concepts and understand the techniques to perform wireless attacks in your lab. Every new attack is described in the form of a lab exercise with rich illustrations of all the steps associated. You will practically implement various attacks as you go along. If you are an IT security professional or a security consultant who wants to get started with wireless testing with Backtrack, or just plain inquisitive about wireless security and hacking, then this book is for you. The book assumes that you have familiarity with Backtrack and basic wireless concepts.

Introduction to the Command Line (Second Edition): The Fat Free Guide to Unix and Linux Commands

By Nicholas Marsh

CreateSpace
Paperback (270 pages)

Introduction to the Command Line (Second Edition): The Fat Free Guide to Unix and Linux Commands
List Price: $15.98*
Lowest New Price: $15.98*
Lowest Used Price: $18.59*
Usually ships in 24 hours*
*(As of 13:17 Pacific 3 Feb 2012 More Info)


Click Here
Product Description:
Introduction to the Command Line is a visual guide that teaches the most important Unix and Linux shell commands in a simple and straight forward manner. Command line programs covered in this book are demonstrated with typical usage to aid in the learning process and help you master the command line quickly and easily. Covers popular Unix, Linux, and BSD systems.

sed & awk (2nd Edition)

By Dale Dougherty

O'Reilly Media
Paperback (432 pages)

sed & awk (2nd Edition)
List Price: $39.99*
Lowest New Price: $17.55*
Lowest Used Price: $3.87*
Usually ships in 24 hours*
*(As of 13:17 Pacific 3 Feb 2012 More Info)


Click Here
Product Description:

sed & awk describes two text processing programs that are mainstays of the UNIX programmer's toolbox.

sed is a "stream editor" for editing streams of text that might be too large to edit as a single file, or that might be generated on the fly as part of a larger data processing step. The most common operation done with sed is substitution, replacing one block of text with another.

awk is a complete programming language. Unlike many conventional languages, awk is "data driven" -- you specify what kind of data you are interested in and the operations to be performed when that data is found. awk does many things for you, including automatically opening and closing data files, reading records, breaking the records up into fields, and counting the records. While awk provides the features of most conventional programming languages, it also includes some unconventional features, such as extended regular expression matching and associative arrays. sed & awk describes both programs in detail and includes a chapter of example sed and awk scripts.

This edition covers features of sed and awk that are mandated by the POSIX standard. This most notably affects awk, where POSIX standardized a new variable, CONVFMT, and new functions, toupper() and tolower(). The CONVFMT variable specifies the conversion format to use when converting numbers to strings (awk used to use OFMT for this purpose). The toupper() and tolower() functions each take a (presumably mixed case) string argument and return a new version of the string with all letters translated to the corresponding case.

In addition, this edition covers GNU sed, newly available since the first edition. It also updates the first edition coverage of Bell Labs nawk and GNU awk (gawk), covers mawk, an additional freely available implementation of awk, and briefly discusses three commercial versions of awk, MKS awk, Thompson Automation awk (tawk), and Videosoft (VSAwk).

Linux Kernel Development (3rd Edition)

By Robert Love

Addison-Wesley Professional
Paperback (440 pages)

Linux Kernel Development (3rd Edition)
List Price: $49.99*
Lowest New Price: $31.85*
Lowest Used Price: $30.33*
Usually ships in 24 hours*
*(As of 13:17 Pacific 3 Feb 2012 More Info)


Click Here
  • ISBN13: 9780672329463
  • Notes: BRAND NEW FROM PUBLISHER! 100% Satisfaction Guarantee. Tracking provided on most orders. Buy with Confidence! Millions of books sold!
Product Description:

Linux Kernel Development details the design and implementation of the Linux kernel, presenting the content in a manner that is beneficial to those writing and developing kernel code, as well as to programmers seeking to better understand the operating system and become more efficient and productive in their coding.

 

The book details the major subsystems and features of the Linux kernel, including its design, implementation, and interfaces. It covers the Linux kernel with both a practical and theoretical eye, which should appeal to readers with a variety of interests and needs.

 

The author, a core kernel developer, shares valuable knowledge and experience on the 2.6 Linux kernel. Specific topics covered include process management, scheduling, time management and timers, the system call interface, memory addressing, memory management, the page cache, the VFS, kernel synchronization, portability concerns, and debugging techniques. This book covers the most interesting features of the Linux 2.6 kernel, including the CFS scheduler, preemptive kernel, block I/O layer, and I/O schedulers.

 

The third edition of Linux Kernel Development includes new and updated material throughout the book:

  • An all-new chapter on kernel data structures
  • Details on interrupt handlers and bottom halves
  • Extended coverage of virtual memory and memory allocation
  • Tips on debugging the Linux kernel
  • In-depth coverage of kernel synchronization and locking
  • Useful insight into submitting kernel patches and working with the Linux kernel community

Python Essential Reference (4th Edition)

By David M. Beazley

Addison-Wesley Professional
Paperback (717 pages)

Python Essential Reference (4th Edition)
List Price: $49.99*
Lowest New Price: $24.59*
Lowest Used Price: $24.31*
Usually ships in 24 hours*
*(As of 13:17 Pacific 3 Feb 2012 More Info)


Click Here
Product Description:
Python Essential Reference is the definitive reference guide to the Python programming language — the one authoritative handbook that reliably untangles and explains both the core Python language and the most essential parts of the Python library.

Designed for the professional programmer, the book is concise, to the point, and highly accessible. It also includes detailed information on the Python library and many advanced subjects that is not available in either the official Python documentation or any other single reference source.

 

Thoroughly updated to reflect the significant new programming language features and library modules that have been introduced in Python 2.6 and Python 3, the fourth edition of Python Essential Reference is the definitive guide for programmers who need to modernize existing Python code or who are planning an eventual migration to Python 3. Programmers starting a new Python project will find detailed coverage of contemporary Python programming idioms.

 

This fourth edition of Python Essential Reference features numerous improvements, additions, and updates:

  • Coverage of new language features, libraries, and modules
  • Practical coverage of Python's more advanced features including generators, coroutines, closures, metaclasses, and decorators
  • Expanded coverage of library modules related to concurrent programming including threads, subprocesses, and the new multiprocessing module
  • Up-to-the-minute coverage of how to use Python 2.6’s forward compatibility mode to evaluate code for Python 3 compatibility
  • Improved organization for even faster answers and better usability
  • Updates to reflect modern Python programming style and idioms
  • Updated and improved example code
  • Deep coverage of low-level system and networking library modules — including options not covered in the standard documentation

 


 
 

   
The Best Selling PC Migration Utility.

 
 


   

   
Disclosure: Our company's websites' content (including this website's content) includes advertisements for our own company's websites, products, and services, and for other organization's websites, products, and services. In the case of links to other organization's websites, our company may receive a payment, (1) if you purchase products or services, or (2) if you sign-up for third party offers, after following links from this website. Unless specifically otherwise stated, information about other organization's products and services, is based on information provided by that organization, the product/service vendor, and/or publicly available information - and should not be taken to mean that we have used the product/service in question. Additionally, our company's websites contain some adverts which we are paid to display, but whose content is not selected by us, such as Google AdSense ads. For more detailed information, please see Advertising/Endorsements Disclosures

Privacy     Terms Of Use     Advertising/Endorsements Disclosures

Copyright © 2004-2011, Answers 2000 Limited
 
 
 
In Association With Amazon.com

CERTAIN CONTENT THAT APPEARS ON THIS SITE COMES FROM AMAZON SERVICES LLC. THIS CONTENT IS PROVIDED 'AS IS' AND IS SUBJECT TO CHANGE OR REMOVAL AT ANY TIME.

All trademarks are property of their respective owners.
All third party content and adverts are copyright of their respective owners.

Some graphics on our web sites are Copyright (C) 1997-2000 Hemera Technologies Inc., and used under license. All such pictures are provided for viewing purposes only and are not to be saved or downloaded. All such pictures of recognizable individuals are models and used for illustrative purposes only, and not meant to imply any association or endorsement of said individual with any product or service.