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

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

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

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

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

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

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

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

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

سرور آپدیت نود 32
دانلود CBT Nuggets - Linux Essentials مشاهده تصاویر بیشتر ...
مشاهده تصاویر بیشتر ...
تعداد مشاهده

13813مشاهده |

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

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

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

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

نکته امنیتی بعد از نصب نرم‌افزار

برای محافظت از سیستم خود در برابر تهدیدات امنیتی، استفاده از آنتی‌ویروس معتبر ضروری است.

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

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

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

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

حامی سافت گذر می‌شوم
VIP

در حال آماده‌سازی لینک دانلود...

15
⚡ اعضای VIP دانلود را بلافاصله و بدون معطلی شروع می‌کنند
🛡️ ۱۸ سال سابقه اعتبار ⭐ بیش از ۱۹۰,۰۰۰ کاربر عضو ویژه

⭐ فقط یک بار عضو شوید؛ همیشه بدون انتظار دانلود کنید

  • دیگر هیچ‌وقت منتظر نمانید (دانلود فوری) حذف کامل صف و زمان انتظار برای تمام فایل‌ها
  • 🚀
    با حداکثر سرعت اینترنت خود دانلود کنید استفاده از تمام ظرفیت و پهنای باند شبکه شما
  • ⛓️
    ادامه دانلود پس از قطع اینترنت پشتیبانی کامل از ۳۲ کانکشن بدون از دست رفتن فایل
📂 دانلود موازی چند فایل 🗄️ دسترسی به آرشیو کامل نسخه‌ها ✉️ خبرنامه آپدیت نرم‌افزارها
⚡ همین حالا بدون انتظار دانلود کن
فقط کمتر از روزی ۱,۰۰۰ تومان (معادل ماهیانه 27,250 تومان در اشتراک یک‌ساله)
سرور آپدیت نود 32
پیشنهاد سافت گذر
سخنرانی حجت الاسلام سید حسین مومنی با موضوع  تعامل با دیگران

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

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

Gillmeister Rename Expert 5.31.8

Gillmeister Rename Expert 5.31.8

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

بیوگرافی نویسی در ادبیات جهان معاصر

بیوگرافی نویسی در ادبیات جهان معاصر

بیوگرافی نویس های بزرگ جهان

The Deadly Tower of Monsters

The Deadly Tower of Monsters

برج مرگبار هیولاها

Bridge Constructor 8.2 for Android +4.0

Bridge Constructor 8.2 for Android +4.0

بازی پل سازی

Aiseesoft Screen Recorder 3.1.36

Aiseesoft Screen Recorder 3.1.36

ضبط صفحه نمایش

ارئه ی راهکارهای تقویت بنیه ی اقتصادی کودکان در مدارس

ارئه ی راهکارهای تقویت بنیه ی اقتصادی کودکان در مدارس

تربیت و مشاور کودک

NetBalancer 12.6.1.4290

NetBalancer 12.6.1.4290

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

Kaspersky Anti-Virus Offline Update

Kaspersky Anti-Virus Offline Update

آپدیت آفلاین کسپرسکی آنتی ویروس

Total Network Inventory 6.6.0.7114

Total Network Inventory 6.6.0.7114

نرم افزار مدیریت بر شبکه

WinCatalog 2026.3.0.731 + Portable

WinCatalog 2026.3.0.731 + Portable

تهیه لیست از فایل ها و پوشه ها

Windows XP Activator

Windows XP Activator

فعال ساز ویندوز xp

Global Ops - Commando Libya

Global Ops - Commando Libya

عملیات جهانی تکاور لیبی

Color Guardians

Color Guardians

نگهبانان رنگ‌ها

Rosso Rabbit in Trouble

Rosso Rabbit in Trouble

دردسرهای خرگوش روسو

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

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

سخنرانی اهمیت دحو الارض با رزاقی

The Game of Death

The Game of Death

بازی مرگ بروسلی

آموزش رایانه

آموزش رایانه

آشنایی با مفاهیم پایه علم کامپیوتر

Pocket Radio Player 250414

Pocket Radio Player 250414

رادیو اینترنتی

!Udemy - Make Epic Videos for the Internet

!Udemy - Make Epic Videos for the Internet

آموزش ساختن ویدئوی حرفه ای

Moneyspire 2026 v26.0.7 (x64)

Moneyspire 2026 v26.0.7 (x64)

مدیریت امور مالی

SWAT 2 v1.0.7 for Android +2.3

SWAT 2 v1.0.7 for Android +2.3

بازی مبارزه با تروریست ها

BeautyPlus 7.5.020 for Android +4.0

BeautyPlus 7.5.020 for Android +4.0

زیبا سازی عکس چهره

Valentin Software TSOL 2025.0.3.8 / 2023 R2 / 2021 R3 / 2018 R3 / 5.5 R6

Valentin Software TSOL 2025.0.3.8 / 2023 R2 / 2021 R3 / 2018 R3 / 5.5 R6

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

مستند زندگی پنهان گربه‌سانان با دوبله فارسی

مستند زندگی پنهان گربه‌سانان با دوبله فارسی

مستند گربه‌سانان

Lynda - Creating PDF Forms with InDesign

Lynda - Creating PDF Forms with InDesign

فیلم آموزش ایجاد فرم‌های پی‌دی‌اف با نرم‌افزار این‌دیزاین

Life Goes On - Done to Death

Life Goes On - Done to Death

زندگی ادامه دارد به طرف مرگ

Soft Organizer Pro 10.50

Soft Organizer Pro 10.50

حذف نرم افزارهای نصب شده در ویندوز

Arcus Weather Pro 6.0.0.6 for Android +4.0

Arcus Weather Pro 6.0.0.6 for Android +4.0

آب و هوا با محیطی ساده

Murderous Pursuits + Updates

Murderous Pursuits + Updates

اکشن

سخنرانی حجت الاسلام رفیعی درباره مهربانی مادر

سخنرانی حجت الاسلام رفیعی درباره مهربانی مادر

سخنرانی استاد رفیعی

ImageRanger Pro Edition 1.9.6.1888

ImageRanger Pro Edition 1.9.6.1888

مدیریت عکس‌

Quell+ 1.81 for Android +2.3

Quell+ 1.81 for Android +2.3

بازی سرکوب

Thing Thing 3

Thing Thing 3

مبارزه و حرکت به سمت جلو

Udemy - 100 Days of Code: The Complete Python Pro Bootcamp

Udemy - 100 Days of Code: The Complete Python Pro Bootcamp

آموزش پایتون

Lynda - Creating a Marquee in WordPress with jQuery

Lynda - Creating a Marquee in WordPress with jQuery

فیلم آموزش ایجاد مارکی در وردپرس با جی‌کوئری

Shio

Shio

اکشن سکویی

F1 Race Stars + Update 1.1 + DLC Pack

F1 Race Stars + Update 1.1 + DLC Pack

ستارگان مسابقات فرمول یک

تلاوت مجلسی استاد ابوالعینین شعیشع سوره مبارکه اخلاص

تلاوت مجلسی استاد ابوالعینین شعیشع سوره مبارکه اخلاص

تلاوت ابوالعینین شعیشع سوره اخلاص

دارالشفاء نسخه 2.1 برای اندروید

دارالشفاء نسخه 2.1 برای اندروید

دارالشفاء

خبرنامه

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