Название: Raspberry Pi 5 System Administration Basics
Автор: Robert M. Koretsky
Издательство: CRC Press
Год: 2026
Страниц: 374
Язык: английский
Формат: pdf (true), epub
Размер: 11.5 MB
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: github.com/bobk48/Raspberry-Pi-5-OS. The Raspberry Pi 5 OS is derived from the Debian branch of Linux, and as of this writing, Debian Bookworm was the most current and stable version of that operating system. To present the system administration topics and commands here, I have selected some very basic stuff, and a few more advanced concepts, topics, commands, and details that might not appear in a more complete system administration book. 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.