Linux Pocket Guide: Essential Commands, 4th Edition / Карманное руководство по Linux: Основные команды, 4-е издание Год издания: 2024 Автор: Barrett Daniel / Барретт Дэниел Издательство: O’Reilly Media, Inc. ISBN: 978-1-098-15796-8 Язык: Английский Формат: PDF Качество: Издательский макет или текст (eBook) Интерактивное оглавление: Да Количество страниц: 352 Описание: If you use Linux in your day-to-day work, then Linux Pocket Guide is the perfect on-the-job reference. This thoroughly updated 20th anniversary edition explains more than 200 Linux commands, including new commands for file handling, package management, version control, file format conversions, and more. In this concise guide, author Daniel Barrett provides the most useful Linux commands grouped by functionality. Whether you're a novice or an experienced user, this practical book is an ideal reference for the most important Linux commands. This book is a short guide, not a comprehensive reference. I cover important, useful aspects of Linux so you can work productively. I do not, however, present every single command and every last option (my apologies if your favorite was omitted), nor delve into detail about operating system internals. Short, sweet, and essential—that’s our motto. I focus on commands, those pesky little words you type on a command line to tell a Linux system what to do. This book covers important Linux commands for most users, such as ls (list files), grep (search for text), mplayer (play audio and video files), and df (measure free disk space). I touch only briefly on graphical environments like GNOME and KDE Plasma, each of which could fill a Pocket Guide by itself. I’ve organized the material by function to provide a concise learning path. For example, to help you view the contents of a file, I introduce many file-viewing commands together: cat for short text files, less for longer ones, od for binary files, and so on. Then I explain each command in turn, briefly presenting its common uses and options. I assume you have access to a Linux system and can log in. If not, it’s easy to try out Linux on most computers. Just download and install a “live” Linux distribution onto a USB thumb drive and boot it. Examples are Ubuntu, Fedora, and KNOPPIX. You'll learn: • Essential concepts—commands, shells, users, and the filesystem • File commands-creating, organizing, manipulating, and processing files of all kinds • Sysadmin basics-superusers, processes, user management, and software installation • Filesystem maintenance-disks, RAID, logical volumes, backups, and more • Networking commands-working with hosts, network connections, email, and the web • Getting stuff done-everything from math to version control to graphics and audio Если вы используете Linux в своей повседневной работе, то Linux Pocket Guide - это идеальный справочник на рабочем месте. В этом полностью обновленном 20-м юбилейном издании объясняется более 200 команд Linux, включая новые команды для работы с файлами, управления пакетами, контроля версий, преобразования форматов файлов и многое другое. В этом кратком руководстве автор Дэниел Барретт приводит наиболее полезные команды Linux, сгруппированные по функциональным возможностям. Независимо от того, являетесь ли вы новичком или опытным пользователем, эта практическая книга станет идеальным справочником по наиболее важным командам Linux. Эта книга - краткое руководство, а не исчерпывающий справочник. Я рассказываю о важных и полезных аспектах Linux, чтобы вы могли продуктивно работать. Однако я не привожу все команды до единой и все возможные опции (приношу свои извинения, если ваша любимая была пропущена), а также не вникаю в детали устройства операционной системы. Коротко, понятно и по существу — вот наш девиз. Я сосредоточен на командах, этих надоедливых маленьких словах, которые вы вводите в командной строке, чтобы сообщить системе Linux, что делать. В этой книге рассматриваются важные для большинства пользователей команды Linux, такие как ls (список файлов), grep (поиск текста), mplayer (воспроизведение аудио- и видеофайлов) и df (измерение свободного места на диске). Я лишь вкратце остановлюсь на таких графических средах, как GNOME и KDE Plasma, каждая из которых сама по себе может занять место карманного справочника. Я распределил материал по функциям, чтобы упростить процесс обучения. Например, чтобы помочь вам просмотреть содержимое файла, я объединяю множество команд для просмотра файлов: cat для коротких текстовых файлов, less для более длинных, od для двоичных файлов и так далее. Затем я объясню каждую команду по очереди, кратко представив их общее использование и опции. Я предполагаю, что у вас есть доступ к системе Linux и вы можете войти в систему. Если нет, то опробовать Linux на большинстве компьютеров несложно. Просто скачайте и установите “живой” дистрибутив Linux на флэш-накопитель USB и загрузите его. Примерами являются Ubuntu, Fedora и KNOPPIX. Вы узнаете: • Основные понятия — команды, оболочки, пользователи и файловая система • Файловые команды - создание, организация, манипулирование и обработка файлов всех видов • Основы системного администратора - суперпользователи, процессы, управление пользователями и установка программного обеспечения • Обслуживание файловой системы - диски, RAID, логические тома, резервные копии и многое другое • Сетевые команды - работа с хостами, сетевыми подключениями, электронной почтой и Интернетом • Выполнение всех необходимых задач - от математики до управления версиями, графики и аудио
Примеры страниц (скриншоты)
Оглавление
First Things First ix Chapter 1: Essential Concepts 19 What’s Linux? 19 The Structure of Commands 24 Users and Superusers 26 The Filesystem 27 Selected Features of Bash 36 Getting Help 59 Chapter 2: File Commands 61 Basic File Operations 61 Directory Operations 68 Viewing Files 71 Creating and Editing Files 78 Properties of Files 83 Locating Files 97 Manipulating Text in Files 107 Compressing, Packaging, and Encrypting 126 Comparing Files 135 Converting Files to Other Formats 140 PDF and PostScript File Handling 151 Printing 156 Spellchecking 158 Chapter 3: System Administration Basics 161 Becoming the Superuser 161 Viewing Processes 163 Controlling Processes 169 Scheduling Jobs 175 Logins, Logouts, and Shutdowns 181 Users and Their Environment 184 User Account Management 188 Group Management 192 Installing Software Packages 195 Installing Software from Source Code 209 Chapter 4: Filesystem Maintenance 213 Using Disks and Filesystems 213 Creating and Modifying Filesystems 219 RAID Arrays for Redundancy 224 Logical Volumes for Flexible Storage 229 ZFS: A Modern, Do-It-All Filesystem 235 Backups and Remote Storage 241 Chapter 5: Networking Commands 249 Host Information 249 Host Location 252 Network Connections 256 Email in Daily Use 262 Email Servers 266 Web Browsing 270 Chapter 6: Getting Stuff Done 275 Screen Output 275 Copy and Paste 281 Math and Calculations 283 Dates and Times 289 Version Control 292 Containers 297 Displaying and Processing Images 301 Audio and Video 303 Programming with Shell Scripts 311 Final Words 328 Index 329
Barrett Daniel / Барретт Дэниел - Linux Pocket Guide: Essential Commands, 4th Edition / Карманное руководство по Linux: Основные команды, 4-е издание [2024, PDF, ENG] download torrent for free and without registration
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum