Amazon Store

Narrow your search
Image of Practical Guide to Linux Commands, Editors, and Shell Programming, A (2nd Edition)

Practical Guide to Linux Commands, Editors, and Shell Programming, A (2nd Edition)

Prentice Hall
Show/hide full description or See full details

For use with all versions of Linux, including Ubuntu,™ Fedora,™ openSUSE,™ Red Hat,® Debian, Mandriva, Mint, and now OS X, too!

  • Get more done faster, and become a true Linux guru by mastering the command line!
  • Learn from hundreds of realistic, high-quality examples
  • NEW! Coverage of the Mac OS X command line and its unique tools
  • NEW! Expert primer on automating tasks with Perl

The Most Useful Linux Tutorial and Reference, with Hundreds of High-Quality Examples for Every Distribution–Now Covers OS X and Perl, Too!

To be truly productive with Linux, you need to thoroughly master shells and the command line. Until now, you had to buy two books to gain that mastery: a tutorial on fundamental Linux concepts and techniques, plus a separate reference. Now, there’s a far better solution. Renowned Linux expert Mark Sobell has brought together comprehensive, insightful guidance on the tools system administrators, developers, and power users need most, and an outstanding day-to-day reference, both in the same book.

This book is 100 percent distribution and release agnostic: You can use it with any Linux system, now and for years to come. Use Macs, too? This new edition adds comprehensive coverage of the Mac OS X command line, including essential OS X-only tools and utilities other Linux/UNIX books ignore.

Packed with hundreds of high-quality, realistic examples, this book gives you Linux from the ground up: the clearest explanations and most useful knowledge about everything from filesystems to shells, editors to utilities, and programming tools to regular expressions. Sobell has also added an outstanding new primer on Perl, the most important programming tool for Linux admins seeking to automate complex, time-consuming tasks.

A Practical Guide to Linux® Commands, Editors, and Shell Programming, Second Edition, is the only book to deliver

  • Better, more realistic examples covering tasks you’ll actually need to perform
  • Deeper insight, based on Sobell’s immense knowledge of every Linux and OS X nook and cranny
  • A start-to-finish primer on Perl for every system administrator
  • In-depth coverage of basic and advanced Linux shell programming with bash and tcsh
  • Practical explanations of 100 core utilities, from aspell to xargs–including Mac OS X specific utilities from ditto to SetFile
  • All-new coverage of automating remote backups with rsync
  • Dozens of system security tips, including step-by-step walkthroughs of implementing secure communications using ssh and scp
  • Tips and tricks for customizing the shell and using it interactively from the command line
  • Complete guides to high-productivity editing with both vim and emacs
  • A comprehensive, 286-page command reference section–now with revised and expanded indexes for faster access to the information you need
  • Instructions for updating systems automatically with apt-get and yum
  • Dozens of exercises to help you practice and gain confidence
  • And much more, including coverage of BitTorrent, gawk, sed, find, sort, bzip2, and regular expressions

Sold by Amazon.com: Usually ships in 24 hours
Image of Linux Administration: A Beginner's Guide, Fifth Edition

Linux Administration: A Beginner's Guide, Fifth Edition

McGraw-Hill Osborne Media
Show/hide full description or See full details

Administering a Linux system isn't much like administering a Windows machine. Though the goals are similar and comparable problems arise under both environments, they each require administrators to adopt a certain way of thinking about processes and data. Linux Administration: A Beginner's Guide helps readers adapt their Windows experience to Linux work. Author Steve Shah does a great job of clueing Linux newcomers into the environment. His explanations are clear, patient, accurate, and useful, and they cover all aspects of the system administrator's job. He's careful to explain hundreds of commands in a logical way, including lists of options and examples of typical uses in many cases.

But this is no mere command reference or novice's introduction. Shah doesn't shy away from explaining the really interesting aspects of Linux administration, including kernel compilation, Domain Name Service (DNS) configuration, sendmail setup, and establishing firewall protection with IP chaining. For all of these subjects (and many more), this book includes clear statements of what concepts are relevant, which commands to issue, and what to expect in response. It's a great help in self-guided explorations. It's also worth having this book on hand for work assignments--you'll find complete recipes for configuring all major Internet and local area network (LAN) services that also take into account easy maintenance and security. --David Wall

Topics covered: Administering Linux 2.2.x (particularly Red Hat, Caldera, and SuSE distributions). Installation, initial configuration, using the bash command shell, managing files, managing software, and granting rights to users. DNS, FTP, Apache, sendmail, Samba, and other services receive lots of attention.

Sold by Amazon.com: Usually ships in 24 hours
Image of Linux Pocket Guide

Linux Pocket Guide

O'Reilly Media
Show/hide full description or See full details

Linux Pocket Guide gets you up to speed quickly on day-to-day Linux use. It's 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.

Sold by Amazon.com: Usually ships in 24 hours
Image of Linux in a Nutshell

Linux in a Nutshell

O'Reilly Media
Show/hide full description or See full details

Everything you need to know about Linux is in this book. Written by Stephen Figgins, Ellen Siever, Robert Love, and Arnold Robbins -- people with years of active participation in the Linux community -- Linux in a Nutshell, Sixth Edition, thoroughly covers programming tools, system and network administration tools, the shell, editors, and LILO and GRUB boot loaders.

This updated edition offers a tighter focus on Linux system essentials, as well as more coverage of new capabilities such as virtualization, wireless network management, and revision control with git. It also highlights the most important options for using the vast number of Linux commands. You'll find many helpful new tips and techniques in this reference, whether you're new to this operating system or have been using it for years.

  • Get the Linux commands for system administration and network management
  • Use hundreds of the most important shell commands available on Linux
  • Understand the Bash shell command-line interpreter
  • Search and process text with regular expressions
  • Manage your servers via virtualization with Xen and VMware
  • Use the Emacs text editor and development environment, as well as the vi, ex, and vim text-manipulation tools
  • Process text files with the sed editor and the gawk programming language
  • Manage source code with Subversion and git

Sold by Amazon.com: Usually ships in 24 hours
Image of Understanding the Linux Kernel, Third Edition

Understanding the Linux Kernel, Third Edition

O'Reilly Media
Show/hide full description or See full details

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.

Sold by Amazon.com: Usually ships in 24 hours
Image of Linux Command Line and Shell Scripting Bible

Linux Command Line and Shell Scripting Bible

Wiley
Show/hide full description or See full details

There's a lot to be said for going back to basics. Not only does this Bible give you a quick refresher on the structure of open-source Linux software, it also shows you how to bypass the hefty graphical user interface on Linux systems and start interacting the fast and efficient way?with command lines and automated scripts. You'll learn how to manage files on the filesystem, start and stop programs, use databases, even do Web programming?without a GUI?with this one-stop resource.

Sold by Amazon.com: Usually ships in 24 hours
Image of Ubuntu Linux Complete Edition 8.04

Ubuntu Linux Complete Edition 8.04

Valusoft
Show/hide full description or See full details

Unable to run Windows?  Ubuntu is for you.Product InformationWhat is Ubuntu?  Ubuntu is an operating system built by a worldwide team ofexpert developers. It contains all the applications you need: a web browseroffice suite media apps instant messaging and much more.  Ubuntu is anopen-source alternative to Windows and Office.  You don't need a newcomputer you need a new operating system.A safe a reliable alternative to Windows that was written by computer users fromaround the world to free the personal computer from chains of corporate designedoperating systems.  Ubuntu has nothing to hide - no secret agendas. It's not designed to make you buy a new computer each time it is upgraded. Ubuntu is open to all users of all languages and abilities.  Ubuntu willboot and run right from the CD.  You don't need to install it to yourcomputer until you are ready to.  Ubuntu was written to prevent virus and spyware attacks through the Internetfrom the beginning.  Because of this the number of viruses alive are just atiny fraction of what the larger commercial operating systems have.  Athome at school or at work it contains all the applications you will ever needfrom word processing and email applications to Web server software andprogramming tools  It even makes it easy to find thousands of free softwareapplications and updates as they become available.Product FeaturesCreate Complete Office Productivity Suite Word Processing Spreadsheet Presentation Compatible with Microsoft Office - Easily open edit and share Microsoft Office and other popular application files with your friends. Full-Featured Paint Program - All the tools you need to design paint and illustrate your projects.Communicate Safe Easy Web Browsing - Full featured Web browser including tabbed browsing pop-up blocking search and live bookmarks. Effortless Instant M

Sold by Amazon.com: Usually ships in 24 hours
Image of Linux Bible 2010 Edition: Boot Up to Ubuntu, Fedora, KNOPPIX, Debian, openSUSE, and 13 Other Distributions

Linux Bible 2010 Edition: Boot Up to Ubuntu, Fedora, KNOPPIX, Debian, openSUSE, and 13 Other Distributions

Wiley
Show/hide full description or See full details

The definitive guide to the basics of one of the most popular operating systems in the world

Whether you're a first-time Linux user or you're migrating from another operating system, this book is an ideal introductory guide for getting comfortable with the building-block nature of Linux. Written by bestselling author Christopher Negus, this guide is packed with in-depth descriptions on the basics of Linux desktops, servers, and programming tools and gets you up to speed on all the new and exciting features of the newest version: Linux 2010. Negus walks you through transitioning from Windows or Mac and helps you find the Linux distribution that best meets your needs.

You'll explore more than 18 Linux distributions, including the latest versions of Ubuntu, Fedora, Debian, OpenSUSE, Slackware, Knoppix, Gentoo, Mandriva, SLAX, and more. Plus, you'll discover how to set up secure, fully functioning Linux server systems and get up-to-date installation advice.

Topics Covered:

  • Getting off the Ground with Linux
  • Running a Linux Desktop
  • Learning System Administration Skills
  • Setting Up Linux Servers
  • Choosing and Installing Different Linux Distributions
  • Programming in Linux

Linux Bible 2010 Edition walks you through the details of the various Linux distributions and updates you on the latest networking, desktop, and server enhancements.

Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

Sold by Amazon.com: Usually ships in 24 hours
Image of Linux For Dummies, 9th Edition

Linux For Dummies, 9th Edition

For Dummies
Show/hide full description or See full details

One of the fastest ways to learn Linux is with this perennial favorite

Eight previous top-selling editions of Linux For Dummies can't be wrong. If you've been wanting to migrate to Linux, this book is the best way to get there. Written in easy-to-follow, everyday terms, Linux For Dummies 9th Edition gets you started by concentrating on two distributions of Linux that beginners love: the Ubuntu LiveCD distribution and the gOS Linux distribution, which comes pre-installed on Everex computers. The book also covers the full Fedora distribution.

  • Linux is an open-source operating system and a low-cost or free alternative to Microsoft Windows; of numerous distributions of Linux, this book covers Ubuntu Linux, Fedora Core Linux, and gOS Linux, and includes them on the DVD.
  • Install new open source software via Synaptic or RPM package managers
  • Use free software to browse the Web, listen to music, read e-mail, edit photos, and even run Windows in a virtualized environment
  • Get acquainted with the Linux command line

If you want to get a solid foundation in Linux, this popular, accessible book is for you.

Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.

Sold by Amazon.com: Usually ships in 24 hours
Image of Beginning Ubuntu Linux, Fourth Edition

Beginning Ubuntu Linux, Fourth Edition

Apress
Show/hide full description or See full details

Beginning Ubuntu Linux, Fourth Edition is the update to the best—selling book on Ubuntu, todayÕs hottest Linux distribution. Targeting newcomers to Linux and to the Ubuntu distribution alike, readers are presented with an introduction to the world of Linux and open source community, followed by a detailed overview of UbuntuÕs installation and configuration process. From there readers learn how to wield total control over their newly installed operating system, and are guided through common tasks such as writing documents, listening to audio CDs and MP3s, watching movies, using VOIP and chat, and of course general system maintenance matters.

Additionally, thereÕs a series of comprehensive tutorials on Linux internals and the command—line promptÑessential for any Linux userÑand the book includes special sections on optimization, security, and system maintenance.

The book comes with a DVD containing the complete Ubuntu Linux distribution. All you need to do is insert the DVD and follow the instructions in the book to install this distribution.

Sold by Amazon.com: Usually ships in 24 hours

View Cart