Skip to main content

Carrito de compra

¡Obtienes el tratamiento VIP!

Artículos no disponibles para compra.
Por favor revisa tu carrito. Puedes eliminar los artículos no disponibles ahora o los eliminaremos nosotros automáticamente al momento de pagar.
artículosartículo
artículosartículo

Recomendado para ti

Loading...

eBooks de Unix

Si te gustan los eBooks de Unix, seguro que te encanta esta selección.
Mostrando 1 - 24 de 859 resultados
Skip side bar filters
  • 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 ... Leer más

    $17 MXN

  • How Linux Works, 3rd Edition

    What Every Superuser Should Know

    de 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 ... Leer más

    $495 MXN

  • The Linux Command Line Beginner's Guide

    The Linux Command Line Beginner's Guide gives users new to Linux an introduction to the command line environment.In the Guide, you'll learn how to:-Copy, move, and delete files and directories.-Create, delete, and manage users.-Create, delete, and manage groups.-Use virtual terminals.-Use the bash shell.-Safely use the root account with su and sudo.-Change permissions and ownership of files and ... Leer más

    $51 MXN o gratis con Kobo Plus

  • Bash Command Line Pro Tips

    de Jason Cannon ...
    As someone that has used the Bash shell almost daily for over 15 years, I've accumulated several command line "tricks" that have saved me time and frustration. Bash Command Line Pro Tips is a collection of techniques that you can put to use right away to increase your efficiency at the command line.Here is what you will learn by reading Bash Command Line Pro Tips:* How to use tab completion* How ... Leer más

    Gratis

  • Site Reliability Engineering

    How Google Runs Production Systems

    The overwhelming majority of a software systemâ??s lifespan is spent in use, not in design or implementation. So, why does conventional wisdom insist that software engineers focus primarily on the design and development of large-scale computing systems?In this collection of essays and articles, key members of Googleâ??s Site Reliability Team explain how and why their commitment to the entire ... Leer más

    $375 MXN

  • El manual del Administrador de Debian

    Debian Jessie desde el descubrimiento a la maestría

    Debian GNU/Linux, una distribución de Linux no comercial y muy popular, es conocida por su fiabilidad y riqueza. Creada y mantenida por una impresionante red de miles de desarrolladores alrededor del mundo, el proyecto Debian está basado en su contrato social. Este texto fundacional define el objetivo del proyecto: satisfacer las necesidades de los usuarios proporcionándoles un sistema operativo ... Leer más

    $159 MXN

  • Consejos Profesionales de Línea de Comando Bash

    de Jason Cannon ...
    Si alguna vez te has dicho: "Tiene que haber una mejor forma de hacer esto", sigue leyendo.Como alguien que ha utilizado el Shell Bash casi a diario durante más de 15 años, he acumulado varios “trucos” de línea de comandos que me han ahorrado tiempo y frustraciones. Consejos Profesionales de Línea de Comando Bash es una colección de 10 técnicas que puedes comenzar a utilizar inmediatamente para ... Leer más

    $17 MXN

  • Practical Ansible 2

    Automate infrastructure, manage configuration, and deploy applications with Ansible 2.9

    Leverage the power of Ansible to gain complete control over your systems and automate application deploymentKey FeaturesUse Ansible 2.9 to automate and control your infrastructureDelve into advanced functionality such as plugins and custom modules in AnsibleAutomate and orchestrate major cloud platforms such as OpenStack, AWS, and Azure using AnsibleBook DescriptionAnsible enables you to automate ... Leer más

    $679 MXN o gratis con Kobo Plus

  • 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 ... Leer más

    $206 MXN

  • 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, ... Leer más

    $409 MXN

  • Definitive Guide to sed

    Tutorial and Reference

    What is sed?  sed is a "stream editor". sed rapidly and reliably transforms text files, and edits "streams" (program outputs) on the fly. sed is a uniquely useful text processing tool, installed by default on Unix computers. sed can also be used on a Windows PC.Why should I learn sed?  If you write shell scripts, do system administration, or process text files (HTML, source code, data files) with ... Leer más

    $169 MXN

  • Sudo Mastery

    2nd edition

    Series Libro 13 - IT Mastery
    Sudo: You’re Doing It WrongUnix-like operating systems use a rudimentary access control system: the root account can do anything, while other users are peasants with only minimal access. This worked fine in UNIX’s youth, but now that sysadmin responsibilities are spread among many people and applications, many people need a tiny slice of root’s power.Sudo lets you divide root’s monolithic power ... Leer más

    $172 MXN

  • SSH Mastery

    OpenSSH, PuTTY, Tunnels, and Keys - 2nd edition

    Series Libro 12 - IT Mastery
    The seminal text on SSH, newly revised and updated!Secure Shell (SSH) lets sysadmins securely manage remote systems. It’s powerful, complicated, and confusing.Lose the confusion.SSH Mastery: OpenSSH, PuTTY, Tunnels and Keys rescues you from sifting through decades of obsolete online tutorials and quickly makes you an SSH journeyman. You’ll learn toeliminate passwordsmanage access by users, groups, ... Leer más

    $189 MXN

  • Linux para principiantes

    de Jason Cannon ...
    Se quer aprender a usar Linux mas não sabe por onde começar, siga este livro.Saber por onde começar quando se inicia a aprendizagem de uma nova tecnologia pode ser um desafio, especialmente se o assunto parecer tão vasto. Pode existir tanta informação disponível que se torna difícil escolher por onde começar, ou pior, começa-se por uma via de aprendizagem e rapidamente se encontram demasiados ... Leer más

    $51 MXN

  • Learning the vi and Vim Editors

    Power and Agility Beyond Just Text Editing

    Among the text editors being used in the programming community, perhaps the most important family is vi and its derivatives. With this updated edition, Unix and Linux users will learn text editing basics for both vi and Vim ("vi improved") before moving on to advanced editing tools for each editor. Authors Arnold Robbins and Elbert Hannah cover the latest major releases of Vim, including 8.0 and 8 ... Leer más

    $375 MXN

  • The Linux Command Line, 3rd Edition

    A Complete Introduction

    Banish Your Mouse.The Linux Command Line isn’t just a reference manual. It’s a complete education on how Linux really works. From your first tentative keystrokes to writing powerful shell scripts, you’ll build the confidence and understanding to make your system work for you.Now in its third edition, this best-selling guide has been fully updated with modern examples, nearly 40 pages of new ... Leer más

    $495 MXN

  • Linux iptables Pocket Reference

    Firewalls, NAT & Accounting

    Firewalls, Network Address Translation (NAT), network logging and accounting are all provided by Linux's Netfilter system, also known by the name of the command used to administer it, iptables. The iptables interface is the most sophisticated ever offered on Linux and makes Linux an extremely flexible system for any kind of network filtering you might do. Large sets of filtering rules can be ... Leer más

    $96 MXN

  • Master The Configuration Of Apache Tomcat On Linux

    de Koru Lenag ...
    This book is a practical guide for system administrators, web developers, and other professionals who seek to learn how to configure Apache Tomcat on Linux.This book is designed for both beginners and advanced users and is accompanied by practical code examples to help readers understand the presented concepts. ... Leer más

    $146 MXN

  • Using Docker

    Developing and Deploying Software with Containers

    de Adrian Mouat ...
    Docker containers offer simpler, faster, and more robust methods for developing, distributing, and running software than previously available. With this hands-on guide, you’ll learn why containers are so important, what you’ll gain by adopting Docker, and how to make it part of your development process.Ideal for developers, operations engineers, and system administrators—especially those keen to ... Leer más

    $490 MXN

  • Microsoft Azure Administrator ??? Exam Guide AZ-103

    Your in-depth certification guide in becoming Microsoft Certified Azure Administrator Associate

    de Sjoukje Zaal ...
    Manage Microsoft Azure cloud services that span storage, security, networking, and compute cloud capabilities and ace the AZ-103 Exam Key FeaturesLearn features and concepts related to Azure's administration servicesGain an understanding of different Azure services related to infrastructure, applications, and environmentsTest your knowledge by taking mock tests with up-to-date exam questionsBook ... Leer más

    $679 MXN o gratis con Kobo Plus

  • Linux: Embedded Development

    Leverage the power of Linux to develop captivating and powerful embedded Linux projects

    Leverage the power of Linux to develop captivating and powerful embedded Linux projectsKey Features\[\*\] Explore the best practices for all embedded product development stages\[\*\] Learn about the compelling features offered by the Yocto Project, such as customization, virtualization, and many more\[\*\] Minimize project costs by using open source tools and programsBook DescriptionEmbedded Linux ... Leer más

    $1,329 MXN o gratis con Kobo Plus

  • Linux

    A complete guide to Linux command line for beginners, and how to get started with the Linux operating system!

    de James Arthur, TBD ...
    LINUXLinux is an operating system that is seriously underrated, and in the eyes of many is far superior to any Windows or Mac OS available. Using Linux as your operating system can allow you to better improve the performance of your computer, save yourself money on licensing and applications, and even protect you from malicious viruses.This book covers the basics of Linux, explaining the different ... Leer más

    $51 MXN o gratis con Kobo Plus

  • The Cathedral & the Bazaar

    Musings on Linux and Open Source by an Accidental Revolutionary

    Open source provides the competitive advantage in the Internet Age. According to the August Forrester Report, 56 percent of IT managers interviewed at Global 2,500 companies are already using some type of open source software in their infrastructure and another 6 percent will install it in the next two years. This revolutionary model for collaborative software development is being embraced and ... Leer más

    $163 MXN

  • Red Hat Enterprise Linux 9 Essentials

    Learn to Install, Administer and Deploy RHEL 9 Systems

    de Neil Smyth ...
    Arguably one of the most highly regarded and widely used enterprise-level operating systems available today is the Red Hat Enterprise Linux (typically shortened to RHEL and pronounced rell) distribution. Not only is it considered to be among the most stable and reliable operating systems, it is also backed by the considerable resources and technical skills of Red Hat, Inc. Red Hat Enterprise Linux ... Leer más

    $479 MXN o gratis con Kobo Plus