دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش:
نویسندگان: William Shotts
سری:
ناشر: LinuxCommand.org
سال نشر: 2021
تعداد صفحات: 263
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 4 مگابایت
در صورت تبدیل فایل کتاب Adventures with the Linux Command Line - First Internet Edition به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب ماجراهای با خط فرمان لینوکس - نسخه اول اینترنت نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
این جلد دنباله/مکمل کتاب اول من، خط فرمان لینوکس (TLCL) است و به این ترتیب، ما اغلب به کتاب اول اشاره خواهیم کرد، بنابراین اگر قبلاً نسخه ای ندارید، لطفاً یکی از آن را از LinuxCommand دانلود کنید. .org یا، اگر ترجیح می دهید، یک نسخه چاپ شده را از کتابفروش یا کتابخانه مورد علاقه خود بردارید. این بار میخواهیم تجربیات خود را با خط فرمان تقویت کنیم و ابزارها و تکنیکهای بیشتری را به کارنامه خود اضافه کنیم. مانند کتاب اول، این جلد دوم کتابی در مورد مدیریت سیستم لینوکس نیست، بلکه مجموعه ای از موضوعات است که به نظر من هم سرگرم کننده و هم جالب است. ما ابزارهای زیادی را پوشش خواهیم داد که مورد توجه مدیران سیستم در حال ظهور هستند، اما ابزارها به دلایل دیگری انتخاب شده اند. گاهی اوقات آنها به این دلیل انتخاب می شدند که یونیکس "کلاسیک" هستند، برخی دیگر به این دلیل که آنها فقط "چیزی هستند که باید بدانید"، اما بیشتر موضوعات انتخاب شدند زیرا به نظر من آنها سرگرم کننده و جالب هستند. به هر حال، محاسبات شخصی باید در مورد انجام کارهایی باشد که مانند روزهای اولیه سرگرم کننده و جالب هستند.
This volume is a sequel/supplement to my first book, The Linux Command Line (TLCL) and as such, we will be referring back to the first book frequently, so if you don’t already have a copy, please download one from LinuxCommand.org or, if you prefer, pickup a printed copy from your favorite bookseller or library. This time around we are going to build on our experience with the command line and add some more tools and techniques to our repertoire. Like the first book, this second volume is not a book about Linux system administration, rather it is a collection of topics that I consider both fun and interesting. We will cover many tools that will be of interest to budding system administrators, but the tools were chosen for other reasons. Sometimes they were chosen because they are “classic” Unix, others because they are just “something you should know,” but mostly topics were chosen because I find them fun and interesting. Personal computing, after all, should be about doing things that are fun and interesting just as it was in the early days.
What this book is about Who should read this book What’s in the first Internet edition How to read this book Acknowledgments 1 Midnight Commander Features Availability Invocation Screen Layout Using the Keyboard and Mouse Navigation and Browsing Changing the Listing Format Setting the Directory on the Other Panel The Directory Hotlist Directory History Using the Mouse Viewing and Editing Files Editing Tagging Files Tagging Individual Files Tagging Groups of Files We Need a Playground Creating Directories Copying and Moving Files Creating Links Setting File Modes and Ownership Deleting Files Power Features Virtual File Systems Finding Files Panelizing Subshells The User Menu Editing the User Menu Menu File Format Macros Conditionals Summing Up Further Reading 2 Terminal Multiplexers Some Historical Context GNU Screen Availability Invocation Multiple Windows Copy and Paste Multiple Regions Detaching Sessions Customizing Screen tmux Availability Invocation Multiple Windows Multiple Panes Copy Mode Detaching Sessions Customizing tmux byobu Availability Invocation Usage Copy Mode Detaching Sessions Customizing byobu Summing Up Further Reading GNU Screen tmux byobu 3 Less Typing Aliases and Shell Functions Command Line Editing Control Commands Moving Around Using Command History Changing Text Cutting and Pasting Editing in Action Completion Programmable Completion Summing Up Further Reading 4 More Redirection What’s Really Going On Duplicating File Descriptors exec /dev/tty Noclobber Summing Up Further Reading 5 tput Availability What it Does/How it Works Reading Terminal Attributes Controlling the Cursor Text Effects Text Color Clearing the Screen Making Time Summing Up Further Reading 6 dialog Features Availability How it Works Method 1: Store the Results in a Temporary File Method 2: Use Command Substitution and Redirection Before and After Limitations Summing Up Further Reading 7 AWK History Availability So, What’s it Good For? How it Works Special Patterns Invocation The Language Program Format Patterns BEGIN and END relational-expression /regular-expression/ pattern logical-operator pattern ! pattern pattern, pattern Fields and Records Variables and Data Types Built-in Variables FS - Field separator NF - Number of fields NR - Record number OFS - Output field separator ORS - Output record separator RS - Record separator FILENAME FNR - File record number Arrays Arithmetic and Logical Expressions Flow Control if ( expression ) statement for ( expression ; expression ; expression ) statement for ( var in array ) statement while ( expression ) statement break continue next exit expression Regular Expressions Output Functions print expr1, expr2, expr3,… printf(format, expr1, expr2, expr3,…) Writing to Files and Pipelines Reading Data getline getline var getline