Skip to main content

Shopping Cart

You're getting the VIP treatment!

Item(s) unavailable for purchase
Please review your cart. You can remove the unavailable item(s) now or we'll automatically remove it at Checkout.
itemsitem
itemsitem

Recommended For You

Loading...

Linux eBooks

If you like Linux eBooks, then you'll love these top picks.
Showing 25 - 48 of 1262 Results
Skip side bar filters
  • The Linux Command Line, 2nd Edition

    A Complete Introduction

    You've experienced the shiny, point-and-click surface of your Linux computer--now dive below and explore its depths with the power of the command line.The Linux Command Line takes you from your very first terminal keystrokes to writing full programs in Bash, the most popular Linux shell (or command line). Along the way you'll learn the timeless skills handed down by generations of experienced, ... Read more

    $35.19 CAD

  • How Linux Works, 3rd Edition

    What Every Superuser Should Know

    by Brian Ward ...
    Best-selling guide to the inner workings of the Linux operating system with over 50,000 copies sold since its original release in 2014.Unlike some operating systems, Linux doesn’t try to hide the important bits from you—it gives you full control of your computer. But to truly master Linux, you need to understand its internals, like how the system boots, how networking works, and what the kernel ... Read more

    $42.39 CAD

  • Linux Basics for Hackers

    Getting Started with Networking, Scripting, and Security in Kali

    by OccupyTheWeb ...
    This practical, tutorial-style book uses the Kali Linux distribution to teach Linux basics with a focus on how hackers would use them. Topics include Linux command line basics, filesystems, networking, BASH basics, package management, logging, and the Linux kernel and drivers.If you're getting started along the exciting path of hacking, cybersecurity, and pentesting, Linux Basics for Hackers is an ... Read more

    $29.59 CAD

  • Linux Kernel Development

    by Robert Love ...
    Series series Developer's Library
    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 ... Read more

    $47.99 CAD

  • Understanding the Linux Kernel

    From I/O Ports to Process Management

    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 ... Read more

    $63.99 CAD

  • CompTIA A+ Certification All-in-One Exam Guide, Ninth Edition (Exams 220-901 & 220-902)

    by Mike Meyers ...
    Series series All-in-One
    This bestselling on-the-job reference and test preparation guide has been fully revised for the new 2015 CompTIA exam objectives for exams 901 & 902Written by the leading authority on CompTIA A+ certification and training, this self-study set has been thoroughly updated to cover 100% of the topics covered on the latest edition of the exam. New topics include managing and maintaining cellular ... Read more

    $59.99 CAD

  • Practical C Programming

    Why Does 2+2 = 5986?

    There are lots of introductory C books, but this is the first one that has the no-nonsense, practical approach that has made Nutshell Handbooks® famous.C programming is more than just getting the syntax right. Style and debugging also play a tremendous part in creating programs that run well and are easy to maintain. This book teaches you not only the mechanics of programming, but also describes ... Read more

    $25.99 CAD

  • FreeBSD Mastery: ZFS

    Series Book 7 - IT Mastery
    21st-Century Data StorageZFS, the fast, flexible, self-healing filesystem, revolutionized data storage. Leveraging ZFS changeseverything about managing FreeBSD systems. With FreeBSD Mastery: ZFS, you’ll learn to:understand how your hardware affects ZFSarrange your storage for optimal performanceconfigure datasets that match your enterprise’s needsrepair and monitor storage poolsexpand your storage ... Read more

    $13.73 CAD

  • Docker: Up & Running

    Shipping Reliable Containers in Production

    Updated to cover Docker version 1.10Docker is quickly changing the way that organizations are deploying software at scale. But understanding how Linux containers fit into your workflow—and getting the integration details right—are not trivial tasks. With this practical guide, you’ll learn how to use Docker to package your applications with all of their dependencies, and then test, ship, scale, and ... Read more

    $27.99 CAD

  • sed & awk

    UNIX Power Tools

    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 ... Read more

    $45.99 CAD

  • Learning the bash Shell

    Unix Shell Programming

    O'Reilly's bestselling book on Linux's bash shell is at it again. Now that Linux is an established player both as a server and on the desktop Learning the bash Shell has been updated and refreshed to account for all the latest changes. Indeed, this third edition serves as the most valuable guide yet to the bash shell.As any good programmer knows, the first thing users of the Linux operating system ... Read more

    $41.99 CAD

  • Unix in a Nutshell

    A Desktop Quick Reference - Covers GNU/Linux, Mac OS X,and Solaris

    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 ... Read more

    $25.99 CAD

  • Classic Shell Scripting

    Hidden Commands that Unlock the Power of Unix

    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 ... Read more

    $28.99 CAD

  • The Linux Programming Interface

    A Linux and UNIX System Programming Handbook

    The Linux Programming Interface (TLPI) is the definitive guide to the Linux and UNIX programming interface—the interface employed by nearly every application that runs on a Linux or UNIX system.In this authoritative work, Linux programming expert Michael Kerrisk provides detailed descriptions of the system calls and library functions that you need in order to master the craft of system programming ... Read more

    $83.99 CAD

  • Work with the Command-line: To Manage Files and Directories in Ubuntu

    This book is aimed at anybody who are looking to deepen their understanding of the command-line in Linux, the essential skills to use and manage the operating system. This book also an ideal reference for beginners to learn the common and basic Linux commands but it is also great for intermediate users.In this book, we use the Ubuntu to understand how Linux can be used, explore the Linux directory ... Read more

    $1.99 CAD or Free with Kobo Plus

  • Git Pocket Guide

    A Working Introduction

    This pocket guide is the perfect on-the-job companion to Git, the distributed version control system. It provides a compact, readable introduction to Git for new users, as well as a reference to common commands and procedures for those of you with Git experience.Written for Git version 1.8.2, this handy task-oriented guide is organized around the basic version control functions you need, such as ... Read more

    $22.99 CAD

  • Linux Networking Cookbook

    From Asterisk to Zebra with Easy-to-Use Recipes

    This soup-to-nuts collection of recipes covers everything you need to know to perform your job as a Linux network administrator, whether you're new to the job or have years of experience. With Linux Networking Cookbook, you'll dive straight into the gnarly hands-on work of building and maintaining a computer network.Running a network doesn't mean you have all the answers. Networking is a complex ... Read more

    $32.99 CAD

  • PAM Mastery

    Series Book 10 - IT Mastery
    Pluggable Authentication Modules: Threat or Menace?PAM is one of the most misunderstood parts of systems administration. Many sysadmins live with authentication problems rather than risk making them worse. PAM’s very nature makes it unlike any other Unix access control system.If you have PAM misery or PAM mysteries, you need PAM Mastery!With PAM Mastery, you’ll understand:the different versions of ... Read more

    $9.99 CAD

  • Linux Device Drivers

    Where the Kernel Meets the Hardware

    Device drivers literally drive everything you're interested in--disks, monitors, keyboards, modems--everything outside the computer chip and memory. And writing device drivers is one of the few areas of programming for the Linux operating system that calls for unique, Linux-specific knowledge. For years now, programmers have relied on the classic Linux Device Drivers from O'Reilly to master this ... Read more

    $47.99 CAD

  • grep Pocket Reference

    A Quick Pocket Reference for a Utility Every Unix User Needs

    grep Pocket Reference is the first guide devoted to grep, the powerful Unix content-location utility. This handy book is ideal for system administrators, security professionals, developers, and others who want to learn more about grep and take new approaches with it -- for everything from mail filtering and system log management to malware analysis. With grep Pocket Reference, you will:Learn ... Read more

    $9.99 CAD

  • Linux System Programming

    Talking Directly to the Kernel and C Library

    by Robert Love ...
    Write software that draws directly on services offered by the Linux kernel and core system libraries. With this comprehensive book, Linux kernel contributor Robert Love provides you with a tutorial on Linux system programming, a reference manual on Linux system calls, and an insider’s guide to writing smarter, faster code.Love clearly distinguishes between POSIX standard functions and special ... Read more

    $43.99 CAD

  • Linux Server Hacks

    100 Industrial-Strength Tips and Tools

    A competent system administrator knows that a Linux server is a high performance system for routing large amounts of information through a network connection. Setting up and maintaining a Linux server requires understanding not only the hardware, but the ins and outs of the Linux operating system along with its supporting cast of utilities as well as layers of applications software. There's basic ... Read more

    $18.99 CAD

  • Hacking pour Débutant

    le guide ultime du débutant pour apprendre les bases du hacking avec Kali Linux et comment se protéger des hackers

    by B.Anass ...
    Voulez-vous devenir hacker même si vous n’avez jamais touché à un clavier ! Faire partie d’une communauté de hackers talentueux et motivés et obtenir en plus de tout ça une formation vidéo gratuite ?Laissez-moi d'abord vous raconter une histoire :Je me réveille le matin, je mets mon laptop dans le sac à dos, la destination la fac où j’ai cours toute la mâtiné. Le problème, c’est que j’ai pas envie ... Read more

    $13.73 CAD or Free with Kobo Plus

  • Linux in a Nutshell

    A Desktop Quick Reference

    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 ... Read more

    $59.99 CAD