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

همه دسته بندی ها

منو
جستجو
اطلاعیه های مهم سایت اطلاعیه های مهم سایت
💐 میلاد زینت پدر حضرت زینب سلام الله علیها مبارک باد 💐
 
 
  1. سافت گذر جهت آپدیت بخش نرم افزار نیاز به همکار حرفه ای دارد. ارسال درخواست به بخش ارتباط با ما / سردبیری
  2. جهت رفع مشکل باز شدن سایت به دلیل بلاک توسط  نود 32 این ویدیو یا این ویدیو(ورژن 9 به بالا) یا راهنمای تصویری را مشاهده کنید
  3. اکانت های بروزرسانی نود32 با قیمت های مناسب به صورت یک ، سه ، شش و دوازده ماهه از اینجا قابل خرید می باشد.

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

ثبت نام | ورود
CBT Nuggets - Linux Essentials

دانلود CBT Nuggets - Linux Essentials - فیلم آموزش کار با سیستم عامل لینوکس

دانلود فیلم آموزش کار با سیستم عامل لینوکس

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

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

www.esetupdate.ir www.esetupdate.ir
دانلود CBT Nuggets - Linux Essentials مشاهده تصاویر بیشتر ...
مشاهده تصاویر بیشتر ...
تعداد مشاهده

12508مشاهده |

128رأی |

امتیاز :4

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

CBT Nuggets

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

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

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

در این دوره‌ی آموزشی تصویری (بصورت فیلم‌های جداگانه) تکنیک‌ها و مفاهیم ضروری کار با سیستم عامل لینوکس را به خوبی فرا خواهید گرفت. این دوره با هدف آمادگی برای آزمون و اخذ گواهینامه‌ی معتبر LPI Linux Essentials نیز تهیه شده و برای تمامی سطوح در هر درجه از مهارت (حتی بدون داشتن هیچگونه دانش و مهارتی در حیطه‌ی سیستم عامل لینوکس) مناسب است.

 

زمینه‌های تخصصی مرتبط:

مدیریت لینوکس در ابعاد گوناگون

 

مهارت‌های توصیه شده:

آشنایی مقدماتی با لینوکس و مهارت ابتدایی کار با کامپیوتر

 

تجهیزات توصیه شده:

یک کامپیوتر یا لپ‌تاپ با قابلیت اجرای ویندوز، OSX یا لینوکس

نرم‌افزار مجازی‌سازی برای نصب و اجرای لینوکس

 

گواهینامه‌ی مرتبط:

Linux Essentials (Linux Professional Institute)

 

زمینه‌های شغلی مرتبط با آموزش‌های این دوره:

System administrator

Network administrator/engineer

DevOps

Systems integration

Cloud computing

 

تولید کننده: CBT Nuggets

سطح: مبتدی

مدت زمان آموزش: 7 ساعت

مدرس: Shawn Powers

 

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

1.

Introduction (2 min)

Linux is an exciting technology that's crucial to any system administrator. Let's get the party started!

 

2.

Linux Evolution and Popular Operating Systems (16 min)

We work do develop a solid knowledge of Linux development and major distributions. We learn about Open Source philosophy, distributions, and embedded systems.

 

3.

Major Open Source Applications (14 min)

Linux is compatible with many applications. In this Nugget, we learn about various major applications and their uses including desktop, server, mobile, development, and package management applications.

 

4.

Understanding Open Source Software and Licensing (22 min)

Licensing is what makes Linux so unique when compared to commercial operating systems. In this Nugget, we learn about the Free Software Foundation and the Open Source Initiative. The Linux community tends to throw around a lot of acronyms, so let's clear some of them up.

 

5.

ICT Skills and Working in Linux (22 min)

Basic Information and Communication Technology (ICT) skills are important when working with Linux. In this Nugget, we learn about the Linux desktop, the command line, cloud computing, and virtualization.

 

6.

Command Line Basics (21 min)

While the Linux desktop provides a very robust GUI with a wide variety of graphical applications and tools, the command line is where a system administrator spends most of his/her time. In this Nugget, we learn about the shell, variables, globbing, quoting, and a handful of useful command line tools that every sysadmin should know.

 

7.

Using the Command Line to Get Help (20 min)

Grumpy sysadmins will often shout, "read the manual!" But it's not often clear how to actually go about doing that. Thankfully, Linux provides a robust collection of documentation built right into the system. In this Nugget, we learn about documentation, man pages, and how to find the information you need when you need it.

 

8.

Using Directories and Listing Files (18 min)

The Linux filesystem is set up much differently from Windows. If you're unfamiliar with Unix-like directory structures, it can be overwhelming. In this Nugget, we learn common conventions, file locations, and how to work with them on the command line.

 

9.

Creating, Moving, and Deleting Files (17 min)

Once the filesystem is understood, manipulating those files is the next logical step. In this Nugget, we learn how to create, move, copy, and delete files and directories on our system.

 

10.

Archiving Files on the Command Line (25 min)

With Windows systems, the most common archive format is Zip. On Linux, the options are a bit more plentiful, but all can be manipulated on the command line. We learn how to create and extract tar, zip, gzip, and bzip2 files.

 

11.

Searching and Extracting Data from Files (34 min)

As our Nuggets are demonstrating, the command line is very important in a Linux system. In this Nugget, we learn how to deal with data directly, using pipes, I/O redirection, and regular expressions.

 

12.

Turning Commands into a Script (21 min)

Much like Windows batch files, Linux can script together a list of command line tools into a simple program. In this Nugget, we learn some simple scripting tools such as loops, variables, arguments, and shells. From starting the text editor to executing the final script, this Nugget is a crash course on Linux scripting.

 

13.

Choosing an Operating System (21 min)

Every operating system (Linux, Windows, or OSX) has its advantages, disadvantages, and purpose. Even Linux distributions have various strengths and weaknesses depending on their intended purpose. In this Nugget, we learn about the differences.

 

14.

Understanding Computer Hardware (23 min)

Modern Linux works on a wide variety of computer hardware. In this Nugget, we learn the components that are required to build a system from scratch.

 

15.

Where Data is Stored (20 min)

Building on our filesystem Nugget, we learn where various types of data are stored on a Linux system. Library files, system logs, bootloader code, and package management files all live in specific places.

 

16.

Your Computer on the Network (23 min)

It's certainly possible to run Linux in stand-alone mode, disconnected from a network, but it's not very common. Linux thrives on a network, and in this Nugget, we learn the basics of Linux networking.

 

17.

Basic Security and Identifying User Types (14 min)

Linux users are all the same at first glance, but user accounts, system service accounts, and even the root account have different properties and different roles. In this Nugget, we straighten out user types.

 

18.

Creating Users and Groups (13 min)

Expanding our understanding of system users, we learn to create users and groups. Using a handful of command line tools, we learn how managing local users is relatively painless.

 

19.

Managing File Permissions and Ownership (28 min)

In this Nugget, we learn about file permissions and ownership. The Linux permission system is elegantly simple and in this Nugget we learn how to determine and assign various permissions to files and folders.

 

20.

Special Directories and Files (15 min)

In addition to file locations and permissions, there are a handful of special directories, files, and permissions. In this Nugget, we learn where they are and what makes them special!
اعضای ویژه
VIP Members

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

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

پرداخت ریالی عضویت ویژه
www.esetupdate.ir
فهرست نرم افزارهای مرتبط
مشاهده بقیه
هشتگ های مرتبط
سرور آپدیت نود 32
پیشنهاد سافت گذر
Double Cross

Double Cross

پلتفرمر برای کامپیوتر

انسان، خلیفه الله از زبان آیت الله حسن حسن زاده آملی

انسان، خلیفه الله از زبان آیت الله حسن حسن زاده آملی

انسان، خلیفه اللهاز زبان آیت الله حسن حسن زاده آملی

سخنرانی حجت الاسلام حمید میرباقری با موضوع لوازم یک زندگی شیرین

سخنرانی حجت الاسلام حمید میرباقری با موضوع لوازم یک زندگی شیرین

سخنرانی حجت الاسلام حمید میرباقری با موضوع لوازم یک زندگی شیرین

Helium Music Manager 17.0.86.0 Premium

Helium Music Manager 17.0.86.0 Premium

دسته بندی آهنگ ها

آموزش مقدماتی و پایه ای زبان فرانسه

آموزش مقدماتی و پایه ای زبان فرانسه

آشنایی با زبان فرانسوی مقدماتی و نحوه مکالمه

Runes of Brennos

Runes of Brennos

کاهن مبارز

مقاومت، همگرایی و سرنوشت تمدنی ما

مقاومت، همگرایی و سرنوشت تمدنی ما

مجموعه آثار علمی همایش بین المللی بیانیه گام دوم انقلاب

Focus Magic 6.10

Focus Magic 6.10

رفع تاری و ماتی عکس ها

AMD Radeon Adrenalin Edition 24.12.1 WHQL

AMD Radeon Adrenalin Edition 24.12.1 WHQL

درایور گرافیک ای ام دی

Zooper Widget Pro 2.60 for Android +3.2

Zooper Widget Pro 2.60 for Android +3.2

ایجاد ویجت های شخصی

Power of Life 1.5 for Android

Power of Life 1.5 for Android

امواج رنگارنگ

A Wolf in Autumn

A Wolf in Autumn

گرگی در خزان

Classic children's stories from the Middle East.

Classic children's stories from the Middle East.

علاءالدین و چراغ جادو

Udemy - Machine Learning A-Z™ Hands-On Python & R In Data Science

Udemy - Machine Learning A-Z™ Hands-On Python & R In Data Science

آموزش یادگیری ماشین با زبان‌های برنامه‌نویسی پایتون و آر

Kernel Adiutor 0.9.11.1 for Android +4.0.3

Kernel Adiutor 0.9.11.1 for Android +4.0.3

کرنل ادیتور

شناخت سیاست‌های خارجی آمریکا

شناخت سیاست‌های خارجی آمریکا

عصر نوین جنگ

InfiniteSkills - Learning Final Cut Pro X For Mavericks

InfiniteSkills - Learning Final Cut Pro X For Mavericks

فیلم آموزش کار با نرم‌افزار فاینال کات پرو ایکس در سیستم عامل ماوریکس

سخنرانی حجت الاسلام همتی  با موضوع چگونه فرزندان خود را عاقل تربیت کنیم؟

سخنرانی حجت الاسلام همتی با موضوع چگونه فرزندان خود را عاقل تربیت کنیم؟

سخنرانی چگونه فرزندان خود را عاقل تربیت کنیم؟ با حاج آقا همتی

تلاوت مجلسی استاد حامد شاکرنژاد سوره مبارکه آل عمران - جمعه - بلد

تلاوت مجلسی استاد حامد شاکرنژاد سوره مبارکه آل عمران - جمعه - بلد

تلاوت حامد شاکرنژاد سوره جمعه

ویکیسا wikisa نسخه 1.0 برای اندروید

ویکیسا wikisa نسخه 1.0 برای اندروید

ویکیسا

انقلاب نوشته هانا آرنت

انقلاب نوشته هانا آرنت

انقلاب

تکنیک های خرید لپ تاپ

تکنیک های خرید لپ تاپ

تکنیک هایی برای خرید لپ تاپ

Les Miserables 2 - Jean Valjean

Les Miserables 2 - Jean Valjean

بینوایان 2 - ژان والژان

Adobe Media Encoder 2019 13.1.5.35 + Portable / macOS 13.1.5

Adobe Media Encoder 2019 13.1.5.35 + Portable / macOS 13.1.5

ادوب مدیا انکودر 2019

SQL Server 2008 Enterprise Edition x86/x64

SQL Server 2008 Enterprise Edition x86/x64

نسخه 32 بیتی و 64 بیتی نرم افزار بانک اطلاعاتی اس کیو ال سرور 2008 به همراه سرویس پک 3 و آپدیت امنیتی برای آن

ESET Uninstaller 10.39.2.0

ESET Uninstaller 10.39.2.0

حذف محصولات ESET

JetBrains WebStorm 2024.2.4 Win/Mac/Linux

JetBrains WebStorm 2024.2.4 Win/Mac/Linux

جت برینز وب استورم

Fresh Leaves 1.8 for Android +2.1

Fresh Leaves 1.8 for Android +2.1

برگ های زیبا و طبیعی

Design a Logo in Modern Style

Design a Logo in Modern Style

آموزش ویدئویی طراحی لوگو

Hack 'n' Slash

Hack 'n' Slash

هک و تغییر دلخواه در روند گیم‌پلی

Learn to Speak English Deluxe 12.0.0.21

Learn to Speak English Deluxe 12.0.0.21

آموزش زبان انگلیسی

Google Maps 25.19.01.754644263 for Android +8.0

Google Maps 25.19.01.754644263 for Android +8.0

گوگل مپس

مجله تخصصی برای علاقه مندان به بازی های کامپیوتری

مجله تخصصی برای علاقه مندان به بازی های کامپیوتری

مجله PC Gamer شماره 4 سال 2021

AnyCasting 6.3 x86/x64

AnyCasting 6.3 x86/x64

انی کستینگ شبیه ساز ریخته گری

Super Mario Forever 5.01.3

Super Mario Forever 5.01.3

بازی قارچ خور

تنها درخت خانه قصه ای برای کودکان

تنها درخت خانه قصه ای برای کودکان

داستان درخت خانه ما

Microsoft Exchange Server 2013 SP1 x64

Microsoft Exchange Server 2013 SP1 x64

نسخه 2013 قویترین نرم افزار مدیریت میل سرور(ویرایش 64 بیتی) یکپارچه شده با سرویس پک 1

تلاوت مجلسی استاد سید متولی عبدالعال سوره مبارکه انبیا (علیهم السلام)

تلاوت مجلسی استاد سید متولی عبدالعال سوره مبارکه انبیا (علیهم السلام)

تلاوت سید متولی عبدالعال سوره انبیا (علیهم السلام)

Intel Graphics Driver 32.0.101.6737 + Old Version

Intel Graphics Driver 32.0.101.6737 + Old Version

درایور کارت گرافیک اینتل

Blackmagic Design Fusion Studio 19.1.2 (x64)

Blackmagic Design Fusion Studio 19.1.2 (x64)

جلوه های ویژه

خبرنامه

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