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)

SSL, TLS, and LetsEncrypt

We haven't talked about the "S" part of the HTTP equation yet. Specifically, the S stands for security, unlike Superman's, which apparently isn't an S, and is actually the crest of the House of El.

Unlike Superman, web servers could be lying to you.

When you visit a website, you like to know that the website you're hitting is legitimately owned and operated by the company you believe it to be. If you go to Amazon, Apple, or PayPal, you want to know that they are who they say they are before you hand over your digital cash.

However, you also want the website to be able to take your credit card information in a secure fashion so that those digits and secrets don't get spread over the internet in plain text format for anyone to read.

Look out for the padlock:

Most browsers (if not all) should show a little padlock when...