Books : Computers & Internet : Operating Systems : Unix

  • Home
  • US Store
  • Electronics
  • Computers
  • Sitemap
Shop Categories
  • ...Operating Systems
  • AIX
  • Administration
  • General
  • Shell
  • Modern Renaissance
  • Marin, John
  • Performance Optimization
  • Entertainment
  • Fowler, Earlene
  • Gender Studies
  • Catholic
  • Read and Wonder
  • Research
  • Cromwell, Oliver
  • Shanghai
  • Spanish
  • Ecosystems
  • Ukrainian
  • Gass, William
  • ( C )
  • Prosthodontics
  • Entertainment
  • Critical Care
  • Large Print
  • Digital Printing
  • Breton, Andre
  • Object Databases
  • Early Church
  • General
  • Wesson, Marianne
  • Michaels, Barbara
  • Kellogg, Steven
  • Milne, Tom
  • Shakespeare, William
  • 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
     
  • 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
     
  • 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 Administration Handbook

    Evi Nemeth, Garth Snyder, Trent R. Hein

    Linux Administration Handbook
    Up until now, Linux administration books have focused on the management of a single server. This is the first Linux administration guide specifically focused on the needs of administrators working in production/enterprise environments that may consist of hundreds or even thousands of servers which must be managed centrally to deliver optimal availability and performance. The book contains extensive coverage of Linux security; working with drivers and the kernel; TCP/IP networking; routing; network hardware; and NFS configuration. It also presents comprehensive, step-by-step guidance for configuring and managing email with sendmail; network management and debugging; using Linux in Web hosting environments; automating administration with daemons; and integrating with Windows clients and servers.
    More Information Buy Now
     
  • MySQL (OTHER NEW RIDERS)

    Paul DuBois

    MySQL (OTHER NEW RIDERS)
    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
     
  • 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
     
  • 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
     
  • 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
     
  • Linux in a Nutshell

    Ellen Siever, Aaron Weber

    Linux in a Nutshell
    Linux in a Nutshell, now in its fourth edition, has won awards in the Linux community as the most indispensable book about Linux. It is an essential desktop reference for the commands that users of Linux utilize every day, with the depth of information and the practical, succinct "In a Nutshell" format that made the previous editions so popular.

    Comprehensive but concise, Linux in a Nutshell covers all substantial user, programming, administration, and networking commands for the most common Linux distributions. It's several quick references rolled into one: sed, gawk, RCS, CVS, vi, Emacs, bash, tcsh, regular expressions, package management, bootloaders, and desktop environments are all covered in this clear, to-the-point volume, along with core command-line utilities.

    The fourth edition continues to track the major changes in bootloaders, the GNOME and KDE desktops, and general Unix commands. Several commands related to CDs and music reflect the evolution of multimedia on Linux. Coverage has been added for GRUB, which has become the default bootloader on several Linux distributions, and for vim, the popular and feature-loaded extension to vi. The addition of several new options to the iptables firewall command and new commands related to DNSSEC and ssh show the book's value as a security tool. With this book, you no longer have to grope through long manpages and info documents for the information you need; you'll find it here in clear language and an easy-to-read format.

    Contents include:

    • Programming, system administration, networking, and user commands with complete lists of options
    • GRUB, LILO, and Loadlin bootloaders
    • Shell syntax and variables for the bash, csh, and tcsh shells
    • Pattern matching
    • Emacs, vi, and vim editing commands
    • sed and gawk commands
    • The GNOME and KDE desktops and the fvwm2 window manager
    • Red Hat and Debian package managers
    More Information Buy Now
     
  • DNS and BIND

    Cricket Liu, Paul Albitz, Mike Loukides

    DNS and BIND
    More Information Buy Now
     
  • Perl Cookbook

    Tom Christiansen, Nathan Torkington

    Perl Cookbook
    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
     
  • Linux Device Drivers, 3rd Edition

    Jonathan Corbet, Alessandro Rubini, Greg Kroah-Hartman

    Linux Device Drivers, 3rd Edition
    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
     
Pages: [ 0 ] [ 1 ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ] [ 8 ] [ 9 ] [ 10 ]