Introduction to Linux: A Hands on Guide

دانلود کتاب Introduction to Linux: A Hands on Guide

55000 تومان موجود

کتاب مقدمه ای بر لینوکس: راهنمای دست در دست نسخه زبان اصلی

دانلود کتاب مقدمه ای بر لینوکس: راهنمای دست در دست بعد از پرداخت مقدور خواهد بود
توضیحات کتاب در بخش جزئیات آمده است و می توانید موارد را مشاهده فرمایید


این کتاب نسخه اصلی می باشد و به زبان فارسی نیست.


امتیاز شما به این کتاب (حداقل 1 و حداکثر 5):

امتیاز کاربران به این کتاب:        تعداد رای دهنده ها: 4


توضیحاتی در مورد کتاب Introduction to Linux: A Hands on Guide

نام کتاب : Introduction to Linux: A Hands on Guide
عنوان ترجمه شده به فارسی : مقدمه ای بر لینوکس: راهنمای دست در دست
سری :
نویسندگان :
ناشر : Custom Books Publishing
سال نشر : 2007
تعداد صفحات : 223
ISBN (شابک) : 1434800873 , 9781434800879
زبان کتاب : English
فرمت کتاب : pdf
حجم کتاب : 2 مگابایت



بعد از تکمیل فرایند پرداخت لینک دانلود کتاب ارائه خواهد شد. درصورت ثبت نام و ورود به حساب کاربری خود قادر خواهید بود لیست کتاب های خریداری شده را مشاهده فرمایید.

توضیحاتی در مورد کتاب :


بسیاری از مردم هنوز بر این باورند که یادگیری لینوکس دشوار است، یا اینکه فقط متخصصان می توانند نحوه عملکرد یک سیستم لینوکس را درک کنند. اگرچه اسناد رایگان زیادی در دسترس است، اسناد به طور گسترده در وب پراکنده است و اغلب گیج کننده است، زیرا معمولاً به سمت کاربران با تجربه یونیکس یا لینوکس می رود. امروزه به لطف پیشرفت‌های توسعه، لینوکس هم در خانه و هم در محل کار محبوبیت بیشتری پیدا کرده است. هدف این راهنما این است که به مردم در هر سنی نشان دهد که لینوکس می‌تواند ساده و سرگرم‌کننده باشد و برای همه اهداف مورد استفاده قرار گیرد. این راهنما به عنوان یک نمای کلی از سیستم عامل لینوکس ایجاد شده است که برای کاربران جدید به عنوان یک تور اکتشافی و راهنمای شروع، با تمرینات در پایان هر فصل طراحی شده است. برای کارآموزان پیشرفته تر، می تواند یک مرجع دسکتاپ و مجموعه ای از دانش پایه مورد نیاز برای ادامه مدیریت سیستم و شبکه باشد. این کتاب شامل بسیاری از مثال‌های زندگی واقعی است و تشویق می‌شود تا چیزهایی را خودتان امتحان کنید.

فهرست مطالب :


Table of Contents......Page 2
3. New versions and availability......Page 9
4. Revision History......Page 10
7. Copyright information......Page 11
9. Conventions used in this document......Page 12
10. Organization of this document......Page 13
1.1.1. UNIX......Page 15
1.1.2. Linus and Linux......Page 16
1.2.1. Is Linux difficult?......Page 17
1.3.1. Open Source......Page 18
1.3.2. Ten years of experience at your service......Page 19
1.4.1. Linux Pros......Page 20
1.4.2. Linux Cons......Page 21
1.5.1. Linux and GNU......Page 22
1.5.3. Which distribution should I install?......Page 23
1.7. Exercises......Page 24
2.1.2. Graphical mode......Page 26
2.1.3. Text mode......Page 28
2.2.2. General remarks......Page 29
2.2.3. Using Bash features......Page 30
2.3.2. The man pages......Page 31
2.3.3. More info......Page 33
2.4. Summary......Page 36
2.5.2. Passwords......Page 37
2.5.4. Files......Page 38
2.5.5. Getting help......Page 39
3.1.1. Files......Page 40
3.1.2. About partitioning......Page 41
3.1.3. More file system layout......Page 45
3.2.1. The path......Page 48
3.2.3. The most important files and directories......Page 49
3.2.4. The most important configuration files......Page 52
3.2.5. The most common devices......Page 54
3.2.6. The most common variable files......Page 55
3.3.1. Viewing file properties......Page 56
3.3.2. Creating and deleting files and directories......Page 58
3.3.3. Finding files......Page 61
3.3.4. More ways to view file content......Page 65
3.3.5. Linking files......Page 66
3.4.1. Access rights: Linux\'s first line of defense......Page 68
3.4.2. The tools......Page 70
3.5. Summary......Page 75
3.6.2. Paths......Page 76
3.6.5. File permissions......Page 77
4.1.2. Process types......Page 79
4.1.3. Process attributes......Page 81
4.1.4. Displaying process information......Page 82
4.1.5. Life and death of a process......Page 84
4.1.6. SUID and SGID......Page 86
4.2.3. GRUB features......Page 88
4.2.4. Init......Page 89
4.2.5. Init run levels......Page 91
4.3.1. Work for the system admin......Page 92
4.3.2. How long does it take?......Page 93
4.3.5. Can I do anything as a user?......Page 94
4.4.2. The sleep command......Page 99
4.4.4. Cron and crontab......Page 100
4.5. Summary......Page 102
4.6.2. Booting, init etc.......Page 103
4.6.3. Scheduling......Page 104
5.1.2. The redirection operators......Page 105
5.2.1. Use of file descriptors......Page 108
5.3. Filters......Page 109
5.3.2. Filtering output......Page 110
5.5. Exercises......Page 111
6.1.2. Which editor should I use?......Page 113
6.2.1. Two modes......Page 114
6.2.2. Basic commands......Page 115
6.3.2. Suites and programs......Page 116
6.4. Summary......Page 117
6.5. Exercises......Page 118
7.1.2. Make space......Page 119
7.2.1. Environment variables......Page 122
7.2.2. Shell setup files......Page 124
7.2.3. A typical set of setup files......Page 125
7.2.4. The Bash prompt......Page 128
7.2.5. Shell scripts......Page 129
7.3.1. Introduction......Page 131
7.3.2. The X Window System......Page 132
7.3.3. X server configuration......Page 133
7.4.2. Fonts......Page 134
7.4.4. Language......Page 135
7.5.2. Package formats......Page 136
7.5.3. Automating package management and updates......Page 139
7.5.4. Upgrading your kernel......Page 140
7.5.5. Installing extra packages from the installation CDs......Page 141
7.6. Summary......Page 142
7.7.1. Shell environment......Page 143
7.7.2. Graphical environment......Page 144
8.1.1. Command line printing......Page 145
8.1.2. Formatting......Page 146
8.2.1. General......Page 147
8.3.2. My print hasn\'t come out......Page 148
8.5. Exercises......Page 150
9.1.1. Preparing your data......Page 152
9.2.1. Making a copy on a floppy disk......Page 156
9.2.2. Making a copy with a CD-writer......Page 158
9.2.5. Tools from your distribution......Page 159
9.4.1. General remarks......Page 160
9.4.2. Generate a key......Page 161
9.4.4. Encrypt data......Page 162
9.5. Summary......Page 163
9.6. Exercises......Page 164
10.1.1. The OSI Model......Page 165
10.1.2. Some popular networking protocols......Page 166
10.2.1. Configuration of network interfaces......Page 168
10.2.3. Network configuration commands......Page 169
10.2.4. Network interface names......Page 171
10.2.6. Other hosts......Page 172
10.3.1. Server types......Page 175
10.3.2. Mail......Page 176
10.3.3. Web......Page 178
10.3.4. File Transfer Protocol......Page 179
10.3.5. Chatting and conferencing......Page 180
10.3.6. News services......Page 181
10.3.9. Authentication services......Page 182
10.4.2. Rsh, rlogin and telnet......Page 184
10.4.3. The X Window System......Page 185
10.4.4. The SSH suite......Page 186
10.4.7. Cygwin......Page 190
10.5.2. Services......Page 191
10.5.4. Firewalls and access policies......Page 192
10.5.5. Intrusion detection......Page 193
10.5.7. Have I been hacked?......Page 194
10.6. Summary......Page 195
10.7.3. Security......Page 196
11.1.2. Drivers and Architecture......Page 197
11.2.2. Playing music files......Page 198
11.3. Video playing, streams and television watching......Page 200
11.4.2. What do you need?......Page 201
11.5. Summary......Page 202
11.6. Exercises......Page 203
A.1.4. X Window......Page 204
A.2.3. Distributions......Page 205
A.2.4. Software......Page 206
Appendix B. DOS versus Linux commands......Page 207
C.1. Common features......Page 208
C.2. Differing features......Page 209
B......Page 212
D......Page 213
F......Page 214
I......Page 215
L......Page 216
M......Page 217
P......Page 218
R......Page 219
T......Page 220
U......Page 221
X......Page 222
Index......Page 223

توضیحاتی در مورد کتاب به زبان اصلی :


Many people still believe that learning Linux is difficult, or that only experts can understand how a Linux system works. Though there is a lot of free documentation available, the documentation is widely scattered on the Web, and often confusing, since it is usually oriented toward experienced UNIX or Linux users. Today, thanks to the advancements in development, Linux has grown in popularity both at home and at work. The goal of this guide is to show people of all ages that Linux can be simple and fun, and used for all kinds of purposes. This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter. For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples and encouraged to try out things on your own.



پست ها تصادفی