Book Image

Linux Administration Cookbook

By : Adam K. Dean
Book Image

Linux Administration Cookbook

By: Adam K. Dean

Overview of this book

Linux is one of the most widely used operating systems among system administrators,and even modern application and server development is heavily reliant on the Linux platform. The Linux Administration Cookbook is your go-to guide to get started on your Linux journey. It will help you understand what that strange little server is doing in the corner of your office, what the mysterious virtual machine languishing in Azure is crunching through, what that circuit-board-like thing is doing under your office TV, and why the LEDs on it are blinking rapidly. This book will get you started with administering Linux, giving you the knowledge and tools you need to troubleshoot day-to-day problems, ranging from a Raspberry Pi to a server in Azure, while giving you a good understanding of the fundamentals of how GNU/Linux works. Through the course of the book, you’ll install and configure a system, while the author regales you with errors and anecdotes from his vast experience as a data center hardware engineer, systems administrator, and DevOps consultant. By the end of the book, you will have gained practical knowledge of Linux, which will serve as a bedrock for learning Linux administration and aid you in your Linux journey.
Table of Contents (15 chapters)

Introduction

Your system will be in a perfect state once (maybe twice) in its lifetime.

The first time that it's perfect, unsullied, and unsoiled, is when it's installed (providing that you've ticked the box to update the packages during installation). Your system will never again be in such a pristine condition, because it has not had dirty human hands meddling with its innards.

The second time it's perfect is when it's turned off for the last time, with a job well done, and with a visit to the scrap factory well earned (or, in the case of cloud computing, a quick ethereal jaunt to silicon heaven).

In this section, you'll learn about different sources of packages, how to go about finding and installing new software, and the importance of keeping your systems secure and up to date (lest you end up as a headline on The Register).

It's not the...