Introduction to Linux (Second Edition)

Introduction to Linux (Second Edition)
Author: Machtelt Garrels
Publisher: Fultus Corporation
Total Pages: 300
Release: 2007
Genre: Linux
ISBN: 1596821124


Download Introduction to Linux (Second Edition) Book in PDF, Epub and Kindle

Whether you're just starting out with Linux or looking to hone your existing skills, this book will provide you with the knowledge you need.

Introduction to Linux (Third Edition)

Introduction to Linux (Third Edition)
Author: Machtelt Garrels
Publisher: Fultus Corporation
Total Pages: 297
Release: 2010-05
Genre: Computers
ISBN: 159682199X


Download Introduction to Linux (Third Edition) Book in PDF, Epub and Kindle

Whether you're just starting out with Linux or looking to hone your existing skills, this book will provide you with the knowledge you need. For new users, it is an exploration tour and getting started guide, with exercises at the end of each chapter. Advanced trainees can consider it a desktop reference, a collection of the base knowledge needed to tackle system and network administration. To help you work more effectively with Linux, this book contains hundreds of real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. These examples will help you to get a better understanding of the Linux system and feel encouraged to try out things on your own.

The Linux Command Line, 2nd Edition

The Linux Command Line, 2nd Edition
Author: William Shotts
Publisher: No Starch Press
Total Pages: 504
Release: 2019-03-05
Genre: Computers
ISBN: 1593279531


Download The Linux Command Line, 2nd Edition Book in PDF, Epub and Kindle

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, mouse-shunning gurus: file navigation, environment configuration, command chaining, pattern matching with regular expressions, and more. In addition to that practical knowledge, author William Shotts reveals the philosophy behind these tools and the rich heritage that your desktop Linux machine has inherited from Unix supercomputers of yore. As you make your way through the book's short, easily-digestible chapters, you'll learn how to: • Create and delete files, directories, and symlinks • Administer your system, including networking, package installation, and process management • Use standard input and output, redirection, and pipelines • Edit files with Vi, the world's most popular text editor • Write shell scripts to automate common or boring tasks • Slice and dice text files with cut, paste, grep, patch, and sed Once you overcome your initial "shell shock," you'll find that the command line is a natural and expressive way to communicate with your computer. Just don't be surprised if your mouse starts to gather dust.

How Linux Works, 3rd Edition

How Linux Works, 3rd Edition
Author: Brian Ward
Publisher: No Starch Press
Total Pages: 466
Release: 2021-04-19
Genre: Computers
ISBN: 1718500408


Download How Linux Works, 3rd Edition Book in PDF, Epub and Kindle

Best-selling guide to the inner workings of the Linux operating system with over 50,000 copies sold since its original release in 2014. Linux for the Superuser 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 actually does. In this third edition of the bestselling How Linux Works, author Brian Ward peels back the layers of this well-loved operating system to make Linux internals accessible. This edition has been thoroughly updated and expanded with added coverage of Logical Volume Manager (LVM), virtualization, and containers. You'll learn: How Linux boots, from boot loaders to init (systemd) How the kernel manages devices, device drivers, and processes How networking, interfaces, firewalls, and servers work How development tools work and relate to shared libraries How to write effective shell scripts You’ll also explore the kernel and examine key system tasks inside user-space processes, including system calls, input and output, and filesystem maintenance. With its combination of background, theory, real-world examples, and thorough explanations, How Linux Works, 3rd Edition will teach you what you need to know to take control of your operating system. NEW TO THIS EDITION: Hands-on coverage of the LVM, journald logging system, and IPv6 Additional chapter on virtualization, featuring containers and cgroups Expanded discussion of systemd Covers systemd-based installations

Running Linux

Running Linux
Author: Matt Welsh
Publisher: "O'Reilly Media, Inc."
Total Pages: 700
Release: 2003
Genre: Computers
ISBN: 9780596002725


Download Running Linux Book in PDF, Epub and Kindle

Welsh's guide has everything users need to understand, install, and start using the Linux operating system. New topics covered include laptops, cameras, scanners, sound, multimedia, and more.

Understanding the Linux Kernel

Understanding the Linux Kernel
Author: Daniel Pierre Bovet
Publisher: "O'Reilly Media, Inc."
Total Pages: 786
Release: 2002
Genre: Computers
ISBN: 9780596002138


Download Understanding the Linux Kernel Book in PDF, Epub and Kindle

To thoroughly understand what makes Linux tick and why it's so efficient, you need to delve deep into the heart of the operating system--into the Linux kernel itself. The kernel is Linux--in the case of the Linux operating system, it's the only bit of software to which the term "Linux" applies. The kernel handles all the requests or completed I/O operations and determines which programs will share its processing time, and in what order. Responsible for the sophisticated memory management of the whole system, the Linux kernel is the force behind the legendary Linux efficiency. The new edition of Understanding the Linux Kernel takes you on a guided tour through the most significant data structures, many algorithms, and programming tricks used in the kernel. Probing beyond the superficial features, the authors offer valuable insights to people who want to know how things really work inside their machine. Relevant segments of code are dissected and discussed line by line. The book covers more than just the functioning of the code, it explains the theoretical underpinnings for why Linux does things the way it does. The new edition of the book has been updated to cover version 2.4 of the kernel, which is quite different from version 2.2: the virtual memory system is entirely new, support for multiprocessor systems is improved, and whole new classes of hardware devices have been added. The authors explore each new feature in detail. Other topics in the book include: Memory management including file buffering, process swapping, and Direct memory Access (DMA) The Virtual Filesystem and the Second Extended Filesystem Process creation and scheduling Signals, interrupts, and the essential interfaces to device drivers Timing Synchronization in the kernel Interprocess Communication (IPC) Program execution Understanding the Linux Kernel, Second Edition will acquaint you with all the inner workings of Linux, but is 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. If knowledge is power, then this book will help you make the most of your Linux system.

The Linux Command Line, 2nd Edition

The Linux Command Line, 2nd Edition
Author: William Shotts
Publisher: No Starch Press
Total Pages: 505
Release: 2019-03-07
Genre: Computers
ISBN: 1593279523


Download The Linux Command Line, 2nd Edition Book in PDF, Epub and Kindle

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, mouse-shunning gurus: file navigation, environment configuration, command chaining, pattern matching with regular expressions, and more. In addition to that practical knowledge, author William Shotts reveals the philosophy behind these tools and the rich heritage that your desktop Linux machine has inherited from Unix supercomputers of yore. As you make your way through the book's short, easily-digestible chapters, you'll learn how to: Create and delete files, directories, and symlinks Administer your system, including networking, package installation, and process management Use standard input and output, redirection, and pipelines Edit files with Vi, the world's most popular text editor Write shell scripts to automate common or boring tasks Slice and dice text files with cut, paste, grep, patch, and sed Once you overcome your initial "shell shock," you'll find that the command line is a natural and expressive way to communicate with your computer. Just don't be surprised if your mouse starts to gather dust.

Ubuntu for Non-Geeks, 4th Edition

Ubuntu for Non-Geeks, 4th Edition
Author: Rickford Grant
Publisher: No Starch Press
Total Pages: 500
Release: 2010
Genre: Computers
ISBN: 159327257X


Download Ubuntu for Non-Geeks, 4th Edition Book in PDF, Epub and Kindle

Provides information on using the latest Ubuntu release, covering such topics as installation, customizing the GNOME panel, installing applications, using printers and scanners, connecting to the Internet, using multimedia, and security.

Linux Kernel Development

Linux Kernel Development
Author: Robert Love
Publisher:
Total Pages: 440
Release: 2005
Genre: Computers
ISBN:


Download Linux Kernel Development Book in PDF, Epub and Kindle

An authoritative, practical guide that helps programmers better understand the Linux kernel and to write and develop kernel code.

How Linux Works, 2nd Edition

How Linux Works, 2nd Edition
Author: Brian Ward
Publisher: No Starch Press
Total Pages: 394
Release: 2014-11-14
Genre: Computers
ISBN: 1593275676


Download How Linux Works, 2nd Edition Book in PDF, Epub and Kindle

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 actually does. In this completely revised second edition of the perennial best seller How Linux Works, author Brian Ward makes the concepts behind Linux internals accessible to anyone curious about the inner workings of the operating system. Inside, you’ll find the kind of knowledge that normally comes from years of experience doing things the hard way. You’ll learn: –How Linux boots, from boot loaders to init implementations (systemd, Upstart, and System V) –How the kernel manages devices, device drivers, and processes –How networking, interfaces, firewalls, and servers work –How development tools work and relate to shared libraries –How to write effective shell scripts You’ll also explore the kernel and examine key system tasks inside user space, including system calls, input and output, and filesystems. With its combination of background, theory, real-world examples, and patient explanations, How Linux Works will teach you what you need to know to solve pesky problems and take control of your operating system.