Books : Computers & Internet : Operating Systems : Unix

  • Home
  • US Store
  • Electronics
  • Computers
  • Sitemap
Shop Categories
  • ...Operating Systems
  • AIX
  • Administration
  • General
  • Shell
  • Neely, Barbara
  • 3D Graphics
  • Germany
  • Avionics
  • Theology
  • Morandi, Giorgio
  • Geronimo Stilton
  • Geriatric
  • Psychology & Christianity
  • Africa
  • ( R )
  • Scott, Beth
  • Communicable Diseases
  • Estes, Rose
  • Abbott, Edwin A.
  • Biology
  • Viola, Bill
  • Science & Religion
  • General
  • Native Healing
  • Education
  • Pohl, Frederik
  • Asia
  • Party of Five
  • Veryan, Patricia
  • Gass, William
  • Theology
  • Zoology
  • Romantic Suspense
  • Linn, Denise
  • Some of our other sites:
  • Books
  • Clothing, Shoes and Accessories
  • Baby Clothes and Accessories
  • Cosmetics, Beauty Products and Fragrances
  • Cellphones, Call Plans and Accessories
  • Video Games
  • DVDs
  • Electronics, Gadgets and Computers
  • Health and Personal Care
  • Home and Garden
  • Home DIY
  • Jewelry
  • Magazines and Newspapers
  • Music Downloads
  • Musical Instruments
  • Office Equipment and Supplies
  • Software and Games
  • Sporting Goods
  • Toys and Games
  • Watches
  • UK Books
  • UK Video Games
  • UK Home and Garden
  • UK Electronics, Gadgets and Computers
  • UK Baby Clothes and Accessories
  • UK Software and Games
  • UK Sporting Goods
  • UK Toys and Games

Books : Computers & Internet : Operating Systems : Unix

  • Learning Python (Help for Programmers)

    Mark Lutz, David Ascher

    Learning Python (Help for Programmers)
    More Information Buy Now
     
  • The Little SAS Book : A Primer, Second Edition

    Lora D. Delwiche, Susan J. Slaughter

    The Little SAS Book : A Primer, Second Edition
    Want to learn SAS software but you don't know where to start? This friendly easy-to-read guide gently introduces you to the most commonly used features of SAS software plus a whole lot more! Topics cover the gamut of base SAS concepts, an introduction to SAS/STAT, and getting your data into SAS (including PROC IMPORT and PROC EXPORT). You'll find a generous amount of information addressing basic SAS concepts (such as DATA and PROC steps); using the SAS windowing environment; working with permanent and temporary SAS data sets; inputting, and reading data; modifying data; introduction to the Output Delivery System (ODS), which enables you to generate HTML files for viewing with an Internet browser; introduction to macros; debugging SAS programs (including the DATA step debugger); and appendices to help programmers of other software languages become comfortable with the SAS programming language. Each topic is divided into an easy-to-use, self-contained, two-page layout complete with examples and graphics. This format enables new users to get up and running quickly, while the examples allow you to type in the program and see them work! More seasoned programmers will find this guide a useful reference to have on hand.

    Supports releases 7.00 and higher of SAS software.

    More Information Buy Now
     
  • Learning Perl (A Nutshell handbook)

    Randal L. Schwartz

    Learning Perl (A Nutshell handbook)
    More Information Buy Now
     
  • Version Control with Subversion

    C Pilato, Ben Collins-Sussman, Brian Fitzpatrick

    Version Control with Subversion
    Written by members of the development team that maintains Subversion, this is the official guide and reference manual for the popular open source revision control technology. The new edition covers Subversion 1.5 with a complete introduction and guided tour of its capabilities, along with best practice recommendations.

    Version Control with Subversion is useful for people from a wide variety of backgrounds, from those with no previous version control experience to experienced system administrators.

    Subversion is the perfect tool to track individual changes when several people collaborate on documentation or, particularly, software development projects. As a more powerful and flexible successor to the CVS revision control system, Subversion makes life so much simpler, allowing each team member to work separately and then merge source code changes into a single repository that keeps a record of each separate version.

    Inside the updated edition Version Control with Subversion, you'll find:
    • An introduction to Subversion and basic concepts behind version control
    • A guided tour of the capabilities and structure of Subversion 1.5
    • Guidelines for installing and configuring Subversion to manage programming, documentation, or any other team-based project
    • Detailed coverage of complex topics such as branching and repository administration
    • Advanced features such as properties, externals, and access control
    • A guide to best practices
    • Complete Subversion reference and troubleshooting guide
    If you've never used version control, you'll find everything you need to get started. And if you're a seasoned CVS pro, this book will help you make a painless leap into Subversion.
    More Information Buy Now
     
  • Programming Perl (3rd Edition)

    Larry Wall, Tom Christiansen, Jon Orwant

    Programming Perl (3rd Edition)
    More Information Buy Now
     
  • Understanding the Linux Kernel, Third Edition

    Daniel Bovet, Marco Cesati

    Understanding the Linux Kernel, Third Edition
    In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel. The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in what order. It manages limited memory so well that hundreds of processes can share the system efficiently, and expertly organizes data transfers so that the CPU isn't kept waiting any longer than necessary for the relatively slow disks.

    The third edition of "Understanding the Linux Kernel" takes you on a guided tour of the most significant data structures, algorithms, and programming tricks used in the kernel. Probing beyond superficial features, the authors offer valuable insights to people who want to know how things really work inside their machine. Important Intel-specific features are discussed. Relevant segments of code are dissected line by line. But the book covers more than just the functioning of the code; it explains the theoretical underpinnings of why Linux does things the way it does.

    This edition of the book covers Version 2.6, which has seen significant changes to nearly every kernel subsystem, particularly in the areas of memory management and block devices. The book focuses on the following topics:

    Memory management, including file buffering, process swapping, and Direct memory Access (DMA)

    The Virtual Filesystem layer and the Second and Third Extended Filesystems

    Process creation and scheduling

    Signals, interrupts, and the essential interfaces to device drivers

    Timing

    Synchronization within the kernel

    Interprocess Communication (IPC)

    Program execution

    "Understanding the Linux Kernel" will acquaint you with all the inner workings of Linux, but it's more than just an academic exercise. You'll learn what conditions bring out Linux's best performance, and you'll see how it meets the challenge of providing good system response during process scheduling, file access, and memory management in a wide variety of environments. This book will help you make the most of your Linux system.

    More Information Buy Now
     
  • Linux Pocket Guide

    Daniel J. Barrett

    Linux Pocket Guide
    O'Reilly's Pocket Guides have earned a reputation as inexpensive, comprehensive, and compact guides that have the stuff but not the fluff. Every page of Linux Pocket Guide lives up to this billing. It clearly explains how to get up to speed quickly on day-to-day Linux use. Once you're up and running, Linux Pocket Guide provides an easy-to-use reference that you can keep by your keyboard for those times when you want a fast, useful answer, not hours in the man pages. Linux Pocket Guide is organized the way you use Linux: by function, not just alphabetically. It's not the 'bible of Linux; it's a practical and concise guide to the options and commands you need most. It starts with general concepts like files and directories, the shell, and X windows, and then presents detailed overviews of the most essential commands, with clear examples. You'll learn each command's purpose, usage, options, location on disk, and even the RPM package that installed it. The Linux Pocket Guide is tailored to Fedora Linux--the latest spin-off of Red Hat Linux--but most of the information applies to any Linux system. Throw in a host of valuable power user tips and a friendly and accessible style, and you'll quickly find this practical, to-the-point book a small but mighty resource for Linux users.
    More Information Buy Now
     
  • SCJP Sun Certified Programmer for Java 5 Study Guide (Exam 310-055) (Certification Press Study Guides)

    Katherine Sierra, Bert Bates

    SCJP Sun Certified Programmer for Java 5 Study Guide (Exam 310-055) (Certification Press Study Guides)
    Get the book that shows you not only what to study, but how to study. The only classroom-based integrated study system for professional certification gives you complete coverage of all objectives for the Sun Certified Programmer for Java 5 exam, hundreds of practice exam questions, and hands-on exercises. The CD-ROM features full practice exam software plus an adaptive test engine.
    More Information Buy Now
     
  • Linux Administration Handbook

    Evi Nemeth, Garth Snyder, Trent R. Hein

    Linux Administration Handbook
    “As this book shows, Linux systems are just as functional, secure, and reliable as their proprietary counterparts. Thanks to the ongoing efforts of thousands of Linux developers, Linux is more ready than ever for deployment at the frontlines of the real world. The authors of this book know that terrain well, and I am happy to leave you in their most capable hands.”
    —Linus Torvalds
    “The most successful sysadmin book of all time—because it works!”
    —Rik Farrow, editor of ;login:
    “This book clearly explains current technology with the perspective of decades of experience in large-scale system administration. Unique and highly recommended.”
    —Jonathan Corbet, cofounder, LWN.net
    “Nemeth et al. is the overall winner for Linux administration: it’s intelligent, full of insights, and looks at the implementation of concepts.”
    —Peter Salus, editorial director, Matrix.net

    Since 2001, Linux Administration Handbook has been the definitive resource for every Linux® system administrator who must efficiently solve technical problems and maximize the reliability and performance of a production environment. Now, the authors have systematically updated this classic guide to address today’s most important Linux distributions and most powerful new administrative tools.

    The authors spell out detailed best practices for every facet of system administration, including storage management, network design and administration, web hosting, software configuration management, performance analysis, Windows interoperability, and much more. Sysadmins will especially appreciate the thorough and up-to-date discussions of such difficult topics such as DNS, LDAP, security, and the management of IT service organizations.

    Linux® Administration Handbook, Second Edition, reflects the current versions of these leading distributions:

    • Red Hat® Enterprise Linux®
    • FedoraTM Core
    • SUSE® Linux Enterprise
    • Debian® GNU/Linux
    • Ubuntu® Linux

    Sharing their war stories and hard-won insights, the authors capture the behavior of Linux systems in the real world, not just in ideal environments. They explain complex tasks in detail and illustrate these tasks with examples drawn from their extensive hands-on experience.

    More Information Buy Now
     
  • Classic Shell Scripting

    Arnold Robbins, Nelson H.F. Beebe

    Classic Shell Scripting
    Shell scripting skills never go out of style. It's the shell that unlocks the real potential of Unix. Shell scripting is essential for Unix users and system administrators-a way to quickly harness and customize the full power of any Unix system. With shell scripts, you can combine the fundamental Unix text and file processing commands to crunch data and automate repetitive tasks. But beneath this simple promise lies a treacherous ocean of variations in Unix commands and standards. "Classic Shell Scripting" is written to help you reliably navigate these tricky waters.

    Writing shell scripts requires more than just a knowledge of the shell language, it also requires familiarity with the individual Unix programs: why each one is there, how to use them by themselves, and in combination with the other programs. The authors are intimately familiar with the tips and tricks that can be used to create excellent scripts, as well as the traps that can make your best effort a bad shell script. With "Classic Shell Scripting" you'll avoid hours of wasted effort. You'll learn not only write useful shell scripts, but how to do it properly and portably.

    The ability to program and customize the shell quickly, reliably, and portably to get the best out of any individual system is an important skill for anyone operating and maintaining Unix or Linux systems. "Classic Shell Scripting" gives you everything you need to master these essential skills.

    More Information Buy Now
     
  • MySQL (OTHER NEW RIDERS)

    Paul DuBois

    MySQL (OTHER NEW RIDERS)
    More Information Buy Now
     
  • Learning the bash Shell (Nutshell Handbook)

    Bill Rosenblatt, Cameron Newham

    Learning the bash Shell (Nutshell Handbook)
    The first thing users of the Linux operating system come face to face with is the shell. "Shell" is the UNIX term for a user interface to the system -- something that lets you communicate with the computer via the keyboard and display. Bash, the Free Software Foundation's "Bourne Again Shell," is the default shell for Linux, the popular free UNIX-like operating system. It's also a replacement for the standard UNIX Bourne shell, which serves both as a user interface and as a programming language. Like the FSF's other tools, bash is more than a mere replacement: it extends the Bourne shell in many ways. New features include command line editing, key bindings, integrated programming features, command completion, control structures (especially the select construct, which enables you to create menus easily) and new ways to customize your environment.

    Whether you want to use bash for its user interface or its programming features you will find Learning the bash Shell a valuable guide. The book covers all of bash's features, both for interactive use and programming. If you are new to shell programming, Learning the bash Shell provides an excellent introduction, covering everything from the most basic to the most advanced features, like signal handling and command line processing. If you've been writing shell scripts for years, it offers a great way to find out what the new shell offers. The book is full of examples of shell commands and programs that are designed to be useful in your everyday life as a user, not just to illustrate the feature being explained. All of these examples are freely available to you online on the Internet.

    With this book you'll learn:

    • How to install bash as your login shell
    • The basics of interactive shell use, including UNIX file and directory structures, standard I/O, and background jobs
    • Command line editing, history substitution, and key bindings
    • How to customize your shell environment without programming
    • The nuts and bolts of basic shell programming, flow control structures, command-line options and typed variables
    • Process handling, from job control to processes, coroutines and subshells
    • Debugging techniques, such as trace and verbose modes
    • Techniques for implementing system-wide shell customization and features related to system security
    More Information Buy Now
     
  • Linux in a Nutshell (In a Nutshell (O'Reilly))

    Ellen Siever, Aaron Weber, Stephen Figgins, Robert Love, Arnold Robbins

    Linux in a Nutshell (In a Nutshell (O'Reilly))
    Over the last few years, Linux has grown both as an operating system and a tool for personal and business use. Simultaneously becoming more user friendly and more powerful as a back-end system, Linux has achieved new plateaus: the newer filesystems have solidified, new commands and tools have appeared and become standard, and the desktop--including new desktop environments--have proved to be viable, stable, and readily accessible to even those who don't consider themselves computer gurus.

    Whether you're using Linux for personal software projects, for a small office or home office (often termed the SOHO environment), to provide services to a small group of colleagues, or to administer a site responsible for millions of email and web connections each day, you need quick access to information on a wide range of tools. This book covers all aspects of administering and making effective use of Linux systems. Among its topics are booting, package management, and revision control. But foremost in "Linux in a Nutshell" are the utilities and commands that make Linux one of the most powerful and flexible systems available.

    Now in its fifth edition, "Linux in a Nutshell" brings users up-to-date with the current state of Linux. Considered by many to be the most complete and authoritative command reference for Linux available, the book covers all substantial user, programming, administration, and networking commands for the most common Linux distributions.

    Comprehensive but concise, the fifth edition has been updated to cover new features of major Linux distributions. Configuration information for the rapidly growing commercial network services and community update services isone of the subjects covered for the first time.

    But that's just the beginning. The book covers editors, shells, and LILO and GRUB boot options. There's also coverage of Apache, Samba, Postfix, sendmail, CVS, Subversion, Emacs, vi, sed, gawk, and much more. Everything that system administrators, developers, and power users need to know about Linux is referenced here, and they will turn to this book again and again.

    More Information Buy Now
     
  • Learning the vi and Vim Editors

    Arnold Robbins, Elbert Hannah, Linda Lamb

    Learning the vi and Vim Editors
    There's nothing that hard-core Unix and Linux users are more fanatical about than their text editor. Editors are the subject of adoration and worship, or of scorn and ridicule, depending upon whether the topic of discussion is your editor or someone else's. vi has been the standard editor for close to 30 years. Popular on Unix and Linux, it has a growing following on Windows systems, too. Most experienced system administrators cite vi as their tool of choice. And since 1986, this book has been the guide for vi. However, Unix systems are not what they were 30 years ago, and neither is this book. While retaining all the valuable features of previous editions, the 7th edition of Learning the vi and vim Editors has been expanded to include detailed information on vim, the leading vi clone. vim is the default version of vi on most Linux systems and on Mac OS X, and is available for many other operating systems too. With this guide, you learn text editing basics and advanced tools for both editors, such as multi-window editing, how to write both interactive macros and scripts to extend the editor, and power tools for programmers -- all in the easy-to-follow style that has made this book a classic. Learning the vi and vim Editors includes: A complete introduction to text editing with vi: How to move around vi in a hurry Beyond the basics, such as using buffers vi's global search and replacement Advanced editing, including customizing vi and executing Unix commands How to make full use of vim: Extended text objects and more powerful regular expressions Multi-window editing and powerful vim scripts How to make full use of the GUI version of vim, called gvim vim's enhancements for programmers, such as syntax highlighting, folding and extended tags Coverage of three other popular vi clones -- nvi, elvis, and vile -- is also included. You'll find several valuable appendixes, including an alphabetical quick reference to both vi and ex mode commands for regular vi and for vim, plus an updated appendix on vi and the Internet. Learning either vi or vim is required knowledge if you use Linux or Unix, and in either case, reading this book is essential. After reading this book, the choice of editor will be obvious for you too.
    More Information Buy Now
     
  • Perl Cookbook

    Tom Christiansen, Nathan Torkington

    Perl Cookbook
    More Information Buy Now
     
  • DNS and BIND (5th Edition)

    Cricket Liu, Paul Albitz

    DNS and BIND (5th Edition)
    More Information Buy Now
     
  • MySQL Cookbook

    Paul DuBois

    MySQL Cookbook
    More Information Buy Now
     
  • VMware ESX Server in the Enterprise: Planning and Securing Virtualization Servers

    Edward L. Haletky

    VMware ESX Server in the Enterprise: Planning and Securing Virtualization Servers

    VMware ESX Server in the Enterprise

    Planning and Securing Virtualization Servers

     

    The Most Complete, Practical, Solutions-Focused Guide to Running ESX Server 3

     

    VMware ESX Server in the Enterprise is the definitive, real-world guide to planning, deploying, and managing today’s leading virtual infrastructure platform in mission-critical environments.

     

    Drawing on his extensive experience consulting on large-scale ESX Server implementations, Edward L. Haletky brings together an unprecedented collection of tips, best practices, and field-tested solutions. More than any other author, he illuminates the real issues, tradeoffs, and pitfalls associated with ESX Server–and shows how to make the most of it in your unique environment.

     

    Haletky covers the entire lifecycle: planning, installation, system monitoring, tuning, clustering, security, disaster recovery, and much more. Throughout, he supports his recommendations with examples from real-world deployments. He also provides detailed checklists for handling crucial issues such as caching, networking, storage, and hardware selection. Many of his techniques and practices apply to all current virtualization platforms, not just ESX Server.

     

    This book will be an indispensable resource for every network architect, administrator, and IT professional who works with virtual servers. ESX Server newcomers will find the soup-to-nuts introduction they desperately need; experienced users will find an unparalleled source of field-tested answers and solutions.

     

    In this book, you’ll learn how to:

    •    Identify key differences between ESX v3.x.y and ESX v2.5.x and their implications

    •    Perform a complete installation–with automated scripting techniques and samples

    •    Efficiently audit, monitor, and secure ESX Server

    •    Discover SAN storage pitfalls and solutions–with detailed guidance for specific SANs, switches, and fibre-channel adapters

    •    Understand ESX Server networking: NIC teaming, vSwitches, network lag, and troubleshooting

    •    Configure ESX Server via the Management User Interface, Virtual Center client, and command line interface

    •    Install Windows, Linux, and NetWare VMs: prepare media images, place configuration files, handle sizing and swap files, and more

    •    Use Dynamic Resource Load Balancing to consistently achieve utilization goals

    •    Implement effective backup and disaster recovery procedures

     

    Edward L. Haletky owns AstroArch Consulting, Inc., a consultancy specializing in virtualization, security, and networking. He has been rated by his peers on the VMware Discussion Forums as a “virtuoso” for his work in answering VMware security and configuration questions. Prior to establishing AstroArch, Haletky was a member of Hewlett-Packard’s Virtualization, Linux, and High-Performance Technical Computing teams. He holds a degree in Aeronautical and Astronautical Engineering from Purdue University.

    More Information Buy Now
     
  • Unix in a Nutshell (4th Edition) (In a Nutshell (O'Reilly))

    Arnold Robbins

    Unix in a Nutshell (4th Edition) (In a Nutshell (O'Reilly))
    As an open operating system, Unix can be improved on by anyone and everyone: individuals, companies, universities, and more. As a result, the very nature of Unix has been altered over the years by numerous extensions formulated in an assortment of versions. Today, Unix encompasses everything from Sun's Solaris to Apple's Mac OS X and more varieties of Linux than you can easily name.

    The latest edition of this bestselling reference brings Unix into the 21st century. It's been reworked to keep current with the broader state of Unix in today's world and highlight the strengths of this operating system in all its various flavors.

    Detailing all Unix commands and options, the informative guide provides generous descriptions and examples that put those commands in context. Here are some of the new features you'll find in "Unix in a Nutshell, Fourth Edition:

    Solaris 10, the latest version of the SVR4-based operating system, GNU/Linux, and Mac OS X

    Bash shell (along with the 1988 and 1993 versions of ksh)

    tsch shell (instead of the original Berkeley csh)

    Package management programs, used for program installation on popular GNU/Linux systems, Solaris and Mac OS X

    GNU Emacs Version 21

    Introduction to source code management systems

    Concurrent versions system

    Subversion version control system

    GDB debugger

    As Unix has progressed, certain commands that were once critical have fallen into disuse. To that end, the book has also dropped material that is no longer relevant, keeping it taut and current.

    If you're a Unix user or programmer, you'll recognize the value of this complete, up-to-date Unix reference. With chapter overviews, specific examples, and detailed command.

    More Information Buy Now
     
  • Linux Device Drivers, 3rd Edition

    Jonathan Corbet, Alessandro Rubini, Greg Kroah-Hartman

    Linux Device Drivers, 3rd Edition
    More Information Buy Now
     
Pages: [ 0 ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 10 ]