سافت گذر دانشنامه نرم افزار - دانلود رایگان نرم افزار

اطلاعیه های مهم سایت اطلاعیه های مهم سایت
💐 میلاد زینت پدر حضرت زینب سلام الله علیها مبارک باد 💐
 
 
  1. جهت رفع مشکل باز شدن سایت به دلیل بلاک توسط  نود 32 این ویدیو یا این ویدیو(ورژن 9 به بالا) یا راهنمای تصویری را مشاهده کنید
  2. به مناسبت عید غدیر، در سایت https://esetupdate.ir/ تخفیف ویژه‌ای برای محصولات در نظر گرفته شده است؛ فرصت را از دست ندهید. 🌸
  3. اکانت های بروزرسانی نود32 با قیمت های مناسب به صورت یک ، سه ، شش و دوازده ماهه از اینجا قابل خرید می باشد.

نرم افزار های پرکاربرد

ثبت نام | ورود
CBT Nuggets - CentOS System Administrator Prep

دانلود CBT Nuggets - CentOS System Administrator Prep - فیلم آموزش مدیریت سیستم سِنت‌اواِس

دانلود فیلم آموزش مدیریت سیستم سِنت‌اواِس

توضیحات بیشتر

دانـلـود کـنـیـد

سایت ساز وپیدو
دانلود CBT Nuggets - CentOS System Administrator Prep مشاهده تصاویر بیشتر ...
مشاهده تصاویر بیشتر ...
تعداد مشاهده

28936مشاهده |

128رأی |

امتیاز :4

ناشر / تولید کننده:

CBT Nuggets

سیستم عامل / حجم فایل:

1/15 GB / همه ویندوزها

آخرین بروزرسانی:

 

CentOS (Community ENTerprise Operating System ) توزیع لینوکسی برمبنای توزیع تجاری Red Hat Linux می‌باشد. با استفاده از مفاهیم موجود در این دوره‌ی آموزشی تصویری با متُدهای جدید مدیریت سیستم لینوکس با رویکرد فراگیری مهارت‌های عمومی آن همچنین دریافت گواهینامه‌‌های مربوطه (System Administrator, Network Administrator, ComputerTechnician ) به خوبی آشنا خواهید شد.

 

محتوای آموزش:

1- آشنایی اولیه و ویژگی‌های برجسته‌ی سِنت‌اواِس

2- دستکاری و مدیریت متون ورودى - خروجى

3- دسترسی به سیستم‌های راه دور

4- بایگانی کردن و فشرده‌سازی

5- دستکاری و سازماندهی فایل‌ها، دایرکتوری‌ها و لینک‌ها

6- چگونگی خواندن دستورالعمل و شیوه‌ی سِنت‌اواِس

7- راه‌اندازی مجدد و ران‌لِـوِل‌ها

8- بهبود پردازش‌ها

9- سرویس‌های شبکه و لاگ‌فایل‌های مربوطه

10- پارتیشن‌ها و حجم‌های لاجیکال

11- فایل‌های سیستمی و موارد مربوطه

12- پیکربندی شبکه

13- هاستینگ ماشین‌های مجازی

14- مدیریت پکیج، راه‌اندازی وب و سرویس‌های اف‌تی‌پی

15- مبحث Cron و سرویس‌های مربوط به زمان

16- پیکربندی سیستم فایروال

17- مباحث SELinux به همراه پیکربندی و عیب‌یابی‌های مربوطه

 

تاریخ انتشار: 20-01-2014

سطح: مبتدی - متوسط

مدت زمان آموزش: 9 ساعت و 16 دقیقه

مدرس: Shawn Powers

 

فهرست کامل سرفصل‌ها و عناوین آموزش (به همراه زمان دقیق آنها و توضیح) :

Intro - 00:01:32

There are quite a few Linux-related courses at CBT Nuggets, and each focuses on a specific aspect of system administration. This course teaches you the nuances of being a CentOS System Administrator, and prepares you for certification on related distributions.

 

What Makes CentOS Unique? - 00:10:59

At its core, Linux is a kernel. Different distributions have drastically different ways of implementing that kernel, however, so learning the ropes about several different systems is highly beneficial for a system administrator. In this Nugget, we learn some of the unique qualities of CentOS.

 

Manipulating Text I/O - 00:35:53

In this Nugget, we cover STDIN, STDOUT, STDERR, and how to redirect them. Once that is mastered, we learn how to use grep with regular expressions to peel out specific data from text files. Finally, we combine I/O redirection with grep and regex for amazingly powerful and flexible data analyzation.

 

Access Remote Systems - 00:26:59

SSH is the defacto standard method for connecting to a remote server via command line. VNC is a graphical way to do the same. In this Nugget, we will connect to remote servers, as multiple users, in order to understand connecting in a multi-user environment. We also learn to secure the infamously insecure VNC protocol using SSH.

 

Archiving, and Compressing and Chmod'ing, Oh My! - 00:33:14

Archiving and compressing are usually done together, but in CentOS they can be done separately if desired. In this Nugget, we learn how to create compressed and non-compressed archive files using zip, gzip, bzip2, tar, and star. We also learn how to change file permissions with chmod in order to protect our files from snooping users.

 

Manipulating Files, Directories, and Links - 00:19:36

Linux and Unix users often take for granted the rather cryptic commands for manipulating files and folders on the command line. In this Nugget, we learn which tools are appropriate for each, and we learn the difference between hard links and symbolic links.

 

How to Read the Manual, CentOS Style - 00:23:05

While we could certainly fill our brains with every bit of knowledge available on Linux applications, that would leave very little room for important things like baseball stats and comic book trivia. Today we learn about the plethora of documentation that comes built right in to your CentOS machine and how to access it.

 

Reboots & Runlevels - 00:16:36

Most of us know it's not best practice to jerk the power cable out of the wall to shut down your computer. In this Nugget, we learn the correct way to shutdown and reboot a system, plus how to manually change run levels, and boot into single user mode.

 

Renicing and Killing Rogue Processes - 00:28:58

Sometimes a particular program will get stuck in a loop and use all your CPU cycles, or a memory leak might cause an application to eat all of your system RAM. In this Nugget, we learn how to identify those pesky problems and kill them off, or at least change their priority.

 

Network Services and Their Log Files - 00:24:46

Starting and restarting network services is a fairly straightforward task. In this Nugget, we learn to manipulate the startup scripts, and also where to find log information to aid in troubleshooting services when they fail.

 

Partitions & Logical Volumes - 00:31:10

In this Nugget, we learn to configure hard drive partitions. We also learn about LVM (Logical Volume Manager), and how to create and manage hard drive partitions into logical volumes.

 

Filesystems & Mounting Them - 00:30:26

Partitioning hard drives is important, but without a file system written to those partitions, they're fairly useless. In this Nugget, we learn about creating filesystems, mounting filesystems, and how to work with encrypted filesystems and partitions.

 

Auto-mounting Local, Network, and Encrypted Filesystems - 00:18:27

Mounting and dismounting is an important skill, but manually managing filesystems on servers if far from a good use of time. In this Nugget, we learn to automatically mount various types of filesystems during the boot process.

 

Chmod'ing, Chown'ing, and Chgrp'ing, Oh My - 00:24:16

Files permissions and ownership are concepts that are fairly consistent across operating systems. Just because the concepts are the same, tough, doesn't mean the procedures are intuitive. In this Nugget, we learn the Linux way to deal with file permissions and ownership.

 

Special Permissions - SetUID, SetGID, and Sticky Bits - 00:32:17

Once the read/write/execute concepts with Linux file permissions are understood, it's time to move on to the more complicated possibilities. We learn all about SUID, SGID, and Sticky Bits in this Nugget. If that sounds confusing, you're in the right place!

 

Managing ACL's - 00:19:08

Sometimes, Linux's elegantly simple permissions system isn't enough. When you need more fine-tuned access to files, CentOS supports Access Control Lists, or ACL's. In this Nugget, we learn how to assign them and manage them.

 

Local Users & Groups - 00:23:19

In the modern networking environment, most user authentication and account management is done via LDAP or Active Directory. As a CentOS administrator, however, you need to be able to manipulate the local users and groups because of service accounts and local administrator accounts.

 

Configuring the Network - 00:15:19

By default, CentOS uses DHCP to automatically configure the network address, hostname, and DNS servers. There are some cases which require those to be configured manually, and in this Nugget, we learn how to perform that task.

 

Kickstart Your Install - 00:20:54

Installing Linux isn't terribly difficult, by this time we've done it a few times. But what if we need to install a dozen servers? Or a hundred? CentOS provides a very simple and very elegant system for automating the installation process. In this Nugget, we learn to use the kickstart system and install a system without user interaction. Look Mom, no hands!

 

Hosting Virtual Machines - 00:11:00

Most datacenters, and even small server rooms, are running virtualization software to best utilize hardware resources. CentOS includes the ability to host VM guests just like the commercial virtualization vendors. In this Nugget, we learn how simple setting up CentOS as a VM host can be!

 

Package Management - 00:25:42

CentOS utilizes the powerful RPM package management system, along with several ways to install and remove packages. Whether you want to use the convenient GUI interface or the powerful commandline option, CentOS makes it easy to install packages and keep your system updated.

 

Setting up Web & FTP Services - 00:14:38

Like most other distributions, CentOS uses Apache for its default web server. Unlike many distros, the naming conventions are a bit confusing. In this Nugget, we set up a web server and FTP server using the default configurations that come with CentOS.

 

Cron & Time Services - 00:21:25

Cron is one of those tools that system administrators can't live without. From scheduling maintenance tasks to emailing reminders, cron is the perfect scheduling tool. Any scheduling tool is only as good as the clock it uses, however, so any Nugget about cron has to address NTP (network time protocol) as well. Any time is the perfect time for a Nugget about time, so how about right now!

 

Configuring the System Firewall - 00:10:28

CentOS, like pretty much every Linux distribution, uses iptables for its underlying firewall system. It's possible to manipulate the system firewall with commandline tools, but CentOS also includes a nice front end to manage the iptables rules.

 

SELinux - What Is It? - 00:21:39

Security Enhanced Linux, or SELinux, takes file permissions and ACLs to the next level. Truth be told, most system administrators get frustrated with SELinux, but in this Nugget we explore its virtues, and see how to activate it.

 

SELinux - Configuration and Troubleshooting - 00:14:55

In this final Nugget, we learn the basics of configuring SELinux. We also discover how to diagnose and troubleshoot common policy violations.

 

 

نکات :

1- این آموزش به زبان انگلیسی است .

2- آموزش به صورت فیلمهای جداگانه برای هر فصل است .

3-  فرمت فایلها MP4  است .

4-  فایل های دانلودی قابلیت تعمیر با WinRAR در  صورت دانلود ناقص را دارا می باشند.

اعضای ویژه
VIP Members

لینک های دانلود فقط برای اعضای ویژه فعال هست

با پرداخت فقط 49900 تومان، به لینک های دانلود این صفحه و تمامی صفحات VIP سایت دسترسی خواهید داشت.

پرداخت ریالی عضویت ویژه

دستیار هوشمند سافت‌گذر (AI Assistant) ویژه اعضای VIP 👑

سوال در مورد راهنمای نصب، کرک، فعال‌سازی یا پیشنهاد نرم‌افزار داری؟ همین حالا از من بپرس!

⚡ عضویت در VIP و شروع گفتگو
فهرست نرم افزارهای مرتبط
مشاهده بقیه
هشتگ های مرتبط
حمایت مالی

حمایت از سافت گذر ❤️

تاکنون 0 نفر از ما حمایت کرده‌اند
امروز 0

با حمایت شما، هزاران کاربر دیگر هم از خدمات رایگان ما استفاده می‌کنند.
تیم سافت گذر از حمایت شما سپاسگزار است 🙏

حامی سافت گذر می‌شوم
سرور آپدیت نود 32
پیشنهاد سافت گذر
PassFab for RAR 9.5.4 / PassFab for ZIP 8.2.5.3

PassFab for RAR 9.5.4 / PassFab for ZIP 8.2.5.3

بازیابی پسورد فایل های وین رر

Facetune 1.1.4 for Android +4.1

Facetune 1.1.4 for Android +4.1

روتوش حرفه ای تصاویر

Million Roses Songs - English + French + instrumental

Million Roses Songs - English + French + instrumental

آهنگ میلیون گل رز

Peter Rabbit

Peter Rabbit

پیتر خرگوشه

Notepad++ 8.9.8 + Portable

Notepad++ 8.9.8 + Portable

ویرایشگر متن نوت پد پلاس پلاس

Velocity Stream

Velocity Stream

جریان شتاب

inMomentum

inMomentum

به سرعت

Deluge 2.2.0

Deluge 2.2.0

دانلود از تورنت

فرمول های اکسل

فرمول های اکسل

فرمول های آرایه ای اکسل

کشتار حیوانات وحش

کشتار حیوانات وحش

شکار ممنوع

مداحی حاج مهدی رسولی سال 97

مداحی حاج مهدی رسولی سال 97

مداحی رسولی سال 97

Image Blender Instafusion 4.0.0 for Android +2.3

Image Blender Instafusion 4.0.0 for Android +2.3

ترکیب عکس ها

ESET Smart Security 5.2.15.1 x86/x64 (Update 12000) 2015-07-27

ESET Smart Security 5.2.15.1 x86/x64 (Update 12000) 2015-07-27

نود 32 اسمارت سکوریتی 5

PESEdit 2014 Patch 4.4 + Data Pack 6.10

PESEdit 2014 Patch 4.4 + Data Pack 6.10

پچ فوتبال حرفه ای 2014

Autodesk AutoCAD Architecture 2014 SP1 x86/x64

Autodesk AutoCAD Architecture 2014 SP1 x86/x64

نسخه 2014 نرم افزار معروف اتوکد مخصوص معماران

The Weather Man

The Weather Man

هواشناس

onOne Perfect Photo Suite 9.5.1.1646 Premium Win/Mac x64

onOne Perfect Photo Suite 9.5.1.1646 Premium Win/Mac x64

بهترین و کامل‌ترین مجموعه‌ی پلاگین‌های فتوشاپ

بازاریابی تلفنی

بازاریابی تلفنی

کتاب اصول بازاریابی تلفنی

Super Cleaner 2.4.30.115711 for Android +4.0

Super Cleaner 2.4.30.115711 for Android +4.0

بهینه ساز سوپر کلینر

8 جلسه خانواده و تربیت مهدوی از حجت الاسلام والمسلمین حیدری کاشانی

8 جلسه خانواده و تربیت مهدوی از حجت الاسلام والمسلمین حیدری کاشانی

حاج آقا حیدری کاشانی با موضوع خانواده و تربیت مهدوی

Digital Tutors - Creating a Cross-Platform Mobile Game in HTML5 and JavaScript

Digital Tutors - Creating a Cross-Platform Mobile Game in HTML5 and JavaScript

فیلم آموزش ساخت یک بازی موبایلی چندپلتفُرمی با استفاده از اچ‌تی‌ام‌ال5 و جاوا اسکریپت

Light

Light

پرتو

آموزش نرم افزار Microsoft Expression Web

آموزش نرم افزار Microsoft Expression Web

آموزش اکسپرشن وب

داستان کتاب جنگل به انگلیسی

داستان کتاب جنگل به انگلیسی

کتاب جنگل

قرآن به روایت تصویر

قرآن به روایت تصویر

آشنایی تصویری با قرآن

Tengami

Tengami

تِنگامی

ON1 Resize AI 2026.5.1 v20.5.1.19148

ON1 Resize AI 2026.5.1 v20.5.1.19148

بزرگنمایی عکس با هوش مصنوعی بدون افت کیفیت

KineMaster Pro 8.0.4.35800.GP for Android +8.0

KineMaster Pro 8.0.4.35800.GP for Android +8.0

ویرایش فیلم کاین مستر

JPEGmini Pro 4.1.3.3 (x64)

JPEGmini Pro 4.1.3.3 (x64)

تبدیل ویدئو

Next Browser 3.0 for Android +4.0

Next Browser 3.0 for Android +4.0

مرورگر جدید شرکت GO + افزونه ها

Gillmeister Rename Expert 5.31.8

Gillmeister Rename Expert 5.31.8

تغییر نام سریع فایل ها و پوشه ها

میوه‌های لوکس استوایی

میوه‌های لوکس استوایی

نام و عکس انواع میوه های استوایی

jv16 PowerTools 8.1.0.1564 Final

jv16 PowerTools 8.1.0.1564 Final

جی وی 16 پاورتولز

TuneIn Radio Pro – Live Radio 39.9 for Android +5.0

TuneIn Radio Pro – Live Radio 39.9 for Android +5.0

تونین رادیو

TAITO Rainbow Islands

TAITO Rainbow Islands

جزیره رنگین کمان ها

محاسبه خمس 2.8 برای اندروید 2.2+

محاسبه خمس 2.8 برای اندروید 2.2+

برنامه محاسبه خمس مطابق با فتاوای 14 مرجع عظام تقلید

دوره آموزش ویدئویی شبکه به‌صورت کامل - به زبان فارسی

دوره آموزش ویدئویی شبکه به‌صورت کامل - به زبان فارسی

آموزش شبکه

Grass Valley EDIUS 9.20.3340 / 9.10.3086 / 8.5.3.3573 / 8.5.3.3262 / 8.5.3.2808 / 7.53 / 6.53

Grass Valley EDIUS 9.20.3340 / 9.10.3086 / 8.5.3.3573 / 8.5.3.3262 / 8.5.3.2808 / 7.53 / 6.53

میکس و مونتاژ فیلم

NDrive 11.4.06 for Android +2.2

NDrive 11.4.06 for Android +2.2

برنامه سامسونگ برای مسیر یابی در اندروید به همراه نقشه های آفلاین ایران

BIOMUTANT + Update v1.6.0

BIOMUTANT + Update v1.6.0

بایومیوتنت

خبرنامه

با عضویت در خبرنامه، زودتر از همه باخبر باش!