Raspberry Pi 5 System Administration Basics
eBook - ePub

Raspberry Pi 5 System Administration Basics

  1. English
  2. ePUB (mobile friendly)
  3. Available on iOS & Android
eBook - ePub

Raspberry Pi 5 System Administration Basics

About this book

This book covers Raspberry Pi 5 OS concepts and commands that allow a beginner to perform essential system administration and other operations. This is a mandatory set of commands that even an ordinary, non-administrative user would need to know to work efficiently in a character text-based interface (CUI) or in a graphical interface (GUI) to the operating system. Each chapter contains sequential, in-line exercises that reinforce the material that comes before them. The code for the book and solutions to the in-chapter exercises can be found at the following link: www.github.com/bobk48/Raspberry-Pi-5-OS.

The first introductory chapter illustrates a basic set of text-based commands which are the predominant means that a system administrator uses to maintain the integrity of the system. User account control is an example of the fundamental integrity aspect of administration, requiring the addition of users and groups while maintaining secure access. Storage solutions involve integrating persistent media such as USB3 SSDs and NVMe drives, ensuring proper file system classification based on physical or virtual media, including NFSv4 and iSCSI setups.

The second chapter, which is the core of the book, covers many critical and pertinent system administration commands and facilities. For example, how to attach additional media to the Raspberry Pi 5 and how to install and boot the Raspberry Pi 5 from an NVMe SSD, rather than from the traditional microSD card medium. This chapter also covers many advanced topics to expand the beginner's knowledge of system maintenance and control.

The third chapter shows how system administration is streamlined with systemd, which allows efficient service management. The systemd "superkernel" is a powerful initialization and service management framework that has revolutionized Linux system administration. It introduces a structured approach to system control through sub-commands and applications, enhancing system efficiency. At its core, systemd units and unit files serve as essential building blocks, defining system behavior.

The fourth chapter gives a basic introduction to the Python 3 programming language, with a complete explication of the syntax of the language, and many illustrative examples.

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Raspberry Pi 5 System Administration Basics by Robert M. Koretsky in PDF and/or ePUB format, as well as other popular books in Ciencia de la computación & Ciencias computacionales general. We have over one million books available in our catalogue for you to explore.

Table of contents

  1. Cover Page
  2. Half-Title Page
  3. Series Page
  4. Title Page
  5. Copyright Page
  6. Contents
  7. Preface
  8. 0. “Quick Start” into Sysadmin for the Raspberry Pi 5 OS
  9. 1. Raspberry Pi 5 OS System Administration Fundamentals
  10. 1.0 Objectives and Introduction
  11. 1.1 System Administration the Easy Way
  12. 1.2 Installation of the Raspberry Pi 5 OS onto Various Media, and Preliminary System Configuration
  13. 1.3 Pre-and-Post Installation Considerations and Choices
  14. 2. Applications of systemd for the Beginner
  15. 3. Python 3
  16. Index