Linux

دوره Linux Essentials + LPIC1(101-102)

با توجه به گسترش نیاز به سیستم ها و نرم افزارهای متن باز در دنیای امروز یادگیری سیستم عامل لینوکس یکی از الزامات بسیاری از رشته های کاری علی الخصوص مهندسین و متخصصین حوزه نرم افزار و IT و سخت افزار میباشد ، بسیاری از زبان های برنامه نویسی مانند C++,Python, PHP, JAVA,… از دنیای سیستم عامل لینوکس عملیاتی و گسترده شده اند و برنامه نویسان این حوزه باید دانش و مهارت مناسب سیستم عامل لینوکس را داشته باشند ، در محیط های بزرگ مثل بانکها و استارت آپ ها و شرکت ها و سازمان های بزرگ سیستم عامل لینوکس بعوان سرور یا ارایه دهنده خدمات در شبکه ها استفاده میشود ، این دوره بر اساس استاندارد بین المللی موسسه LPI کانادا طراحی و تدوین شده و سرفصل آن برحسب نیاز بازار کار ایران و جهان و تربیت مدیران سیستم (System Administrator) شده است. 

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

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

سرفصل دوره Linux Essentials + LPIC1(101-102)

• Distributions
• Embedded Systems
• Linux in the Cloud

Major Open Source Applications

• Desktop applications
• Server applications
• Development languages
• Package management tools and repositories

Open Source Software and Licensing

• Open source philosophy
• Open source licensing
• Free Software Foundation (FSF), Open Source Initiative (OSI)

ICT Skills and Working in Linux

• Desktop skills
• Getting to the command line
• Industry uses of Linux, cloud computing and virtualization

Command Line Basics

• Basic shell
• Command line syntax
• Variables
• Quoting

Using the Command Line to Get Help

• Man pages
• Info pages

Using Directories and Listing Files

• Files, directories
• Hidden files and directories
• Home directories
• Absolute and relative paths

Creating, Moving and Deleting Files

• Files and directories
• Case sensitivity
• Simple globbing

Archiving Files on the Command Line

• Files, directories
• Archives, compression

Searching and Extracting Data from Files

• Command line pipes
• I/O redirection
• Basic Regular Expressions using ., [ ], *, and ?

Turning Commands into a Script

• Basic shell scripting
• Awareness of common text editors (vi and nano)

Choosing an Operating System

• Differences between Windows, OS X and Linux
• Distribution life cycle management

Understanding Computer Hardware

Hardware

Where Data is Stored

• Programs and configuration
• Processes
• Memory addresses
• System messaging
• Logging

Your Computer on the Network

• Internet, network, routers
• Querying DNS client configuration
• Querying network configuration

Basic Security and Identifying User Types

• Root and standard users
• System users

Creating Users and Groups

• User and group commands
• User IDs

Managing File Permissions and Ownership

• File and directory permissions and ownership

Special Directories and Files

• Using temporary files and directories
• Symbolic links

Determine and configure hardware settings

• Enable and disable integrated peripherals.
• Differentiate between the various types of mass storage devices.
• Determine hardware resources for devices.
• Tools and utilities to list various hardware information (e.g. lsusb, lspci, etc.).
• Tools and utilities to manipulate USB devices.
• Conceptual understanding of sysfs, udev and dbus.

Boot the system

• Provide common commands to the boot loader and options to the kernel at boot time.
• Demonstrate knowledge of the boot sequence from BIOS/UEFI to boot completion.
• Understanding of SysVinit and systemd.
• Awareness of Upstart.
• Check boot events in the log files.

Change runlevels / boot targets and shutdown or reboot system

• Set the default runlevel or boot target.
• Change between runlevels / boot targets including single user mode.
• Shutdown and reboot from the command line.
• Alert users before switching runlevels / boot targets or other major system events.
• Properly terminate processes.
• Awareness of acpid.

Design hard disk layout

• Allocate filesystems and swap space to separate partitions or disks.
• Tailor the design to the intended use of the system.
• Ensure the /boot partition conforms to the hardware architecture requirements for booting.
• Knowledge of basic features of LVM.

Install a boot manager

• Providing alternative boot locations and backup boot options.
• Install and configure a boot loader such as GRUB Legacy.
• Perform basic configuration changes for GRUB 2.
• Interact with the boot loader.

Manage shared libraries

• Identify shared libraries.
• Identify the typical locations of system libraries.
• Load shared libraries.

Use Debian package management

• Install, upgrade and uninstall Debian binary packages.
• Find packages containing specific files or libraries which may or may not be installed.
• Obtain package information like version, content, dependencies, package integrity and installation status (whether or not the package is installed).
• Awareness of apt.

Linux as a virtualization guest

• Understand the general concept of virtual machines and containers.
• Understand common elements virtual machines in an IaaS cloud, such as computing instances, block storage and networking.
• Understand unique properties of a Linux system which have to changed when a system is cloned or used as a template.
• Understand how system images are used to deploy virtual machines, cloud instances and containers.
• Understand Linux extensions which integrate Linux with a virtualization product.
• Awareness of cloud-init.

Linux as a virtualization guest

• Understand the general concept of virtual machines and containers.
• Understand common elements virtual machines in an IaaS cloud, such as computing instances, block storage and networking.
• Understand unique properties of a Linux system which have to changed when a system is cloned or used as a template.
• Understand how system images are used to deploy virtual machines, cloud instances and containers.
• Understand Linux extensions which integrate Linux with a virtualization product.
• Awareness of cloud-init.

Process text streams using filters

• Send text files and output streams through text utility filters to modify the output using standard UNIX commands found in the GNU textutils package.

Perform basic file management

• Copy, move and remove files and directories individually.
• Copy multiple files and directories recursively.
• Remove files and directories recursively.
• Use simple and advanced wildcard specifications in commands.
• Using find to locate and act on files based on type, size, or time.
• Usage of tar, cpio and dd.

Use streams, pipes and redirects

• Redirecting standard input, standard output and standard error.
• Pipe the output of one command to the input of another command.
• Use the output of one command as arguments to another command.
• Send output to both stdout and a file.

Create, monitor and kill processes

• Run jobs in the foreground and background.
• Signal a program to continue running after logout.
• Monitor active processes.
• Select and sort processes for display.
• Send signals to processes.

Modify process execution priorities

• Know the default priority of a job that is created.
• Run a program with higher or lower priority than the default.
• Change the priority of a running process.

Search text files using regular expressions

• Create simple regular expressions containing several notational elements.
• Understand the differences between basic and extended regular expressions.
• Understand the concepts of special characters, character classes, quantifiers and anchors.
• Use regular expression tools to perform searches through a filesystem or file content.
• Use regular expressions to delete, change and substitute text.

Basic file editing

• Navigate a document using vi.
• Understand and use vi modes.
• Insert, edit, delete, copy and find text in vi.
• Awareness of Emacs, nano and vim.
• Configure the standard editor.

Create partitions and filesystems

• Manage MBR and GPT partition tables
• Use various mkfs commands to create various filesystems such as:
        o ext2/ext3/ext4
        o XFS
        o VFAT
        o exFAT
• Basic feature knowledge of Btrfs, including multi-device filesystems, compression and subvolumes.

Maintain the integrity of filesystems

• Verify the integrity of filesystems.
• Monitor free space and inodes.
• Repair simple filesystem problems.

Control mounting and unmounting of filesystems

• Manually mount and unmount filesystems.
• Configure filesystem mounting on bootup.
• Configure user mountable removable filesystems.
• Use of labels and UUIDs for identifying and mounting file systems.
• Awareness of systemd mount units.

Manage file permissions and ownership

• Manage access permissions on regular and special files as well as directories.
• Use access modes such as suid, sgid and the sticky bit to maintain security.
• Know how to change the file creation mask.
• Use the group field to grant file access to group members.

• Create links.
• Identify hard and/or soft links.
• Copying versus linking files.
• Use links to support system administration tasks.

Find system files and place files in the correct location

• Understand the correct locations of files under the FHS.
• Find files and commands on a Linux system.
• Know the location and purpose of important file and directories as defined in the FHS.

• Add, modify and remove users and groups.
• Manage user/group info in password/group databases.
• Create and manage special purpose and limited accounts.

Automate system administration tasks by scheduling jobs

• Manage cron and at jobs.
• Configure user access to cron and at services.
• Understand systemd timer units.

Localisation and internationalisation

• Configure locale settings and environment variables.
• Configure timezone settings and environment variables.

Maintain system time

• Set the system date and time.
• Set the hardware clock to the correct time in UTC.
• Configure the correct timezone.
• Basic NTP configuration using ntpd and chrony.
• Knowledge of using the pool.ntp.org service.
• Awareness of the ntpq command.

System logging

• Basic configuration of rsyslog.
• Understanding of standard facilities, priorities and actions.
• Query the systemd journal.
• Filter systemd journal data by criteria such as date, service or priority.
• Configure persistent systemd journal storage and journal size.
• Delete old systemd journal data.
• Retrieve systemd journal data from a rescue system or file system copy.
• Understand interaction of rsyslog with systemd-journald.
• Configuration of logrotate.
• Awareness of syslog and syslog-ng.

Mail Transfer Agent (MTA) basics

• Create e-mail aliases.
Configure e-mail forwarding. Knowledge of commonly available MTA programs (postfix, sendmail, exim) (no configuration).

Manage printers and printing

• Basic CUPS configuration (for local and remote printers).
• Manage user print queues.
• Troubleshoot general printing problems.
• Add and remove jobs from configured printer queues.

Fundamentals of internet protocols

• Demonstrate an understanding of network masks and CIDR notation.
• Knowledge of the differences between private and public “dotted quad” IP addresses.
• Knowledge about common TCP and UDP ports and services (20, 21, 22, 23, 25, 53, 80, 110, 123, 139, 143, 161, 162, 389, 443, 465, 514, 636, 993, 995).
• Knowledge about the differences and major features of UDP, TCP and ICMP.
• Knowledge of the major differences between IPv4 and IPv6.
• Knowledge of the basic features of IPv6.

Persistent network configuration

• Understand basic TCP/IP host configuration.
• Configure ethernet and wi-fi network using NetworkManager.
• Awareness of systemd-networkd.

Basic network troubleshooting

• Manually configure network interfaces, including viewing and changing the configuration of network interfaces using iproute2.
• Manually configure routing, including viewing and changing routing tables and setting the default route using iproute2.
• Debug problems associated with the network configuration.
• Awareness of legacy net-tools commands.

Configure client side DNS

• Query remote DNS servers.
• Configure local name resolution and use remote DNS servers.
• Modify the order in which name resolution is done.
• Debug errors related to name resolution.
• Awareness of systemd-resolved.

Perform security administration tasks

• Audit a system to find files with the suid/sgid bit set.
• Set or change user passwords and password aging information.
• Being able to use nmap and netstat to discover open ports on a system.
• Set up limits on user logins, processes and memory usage.
• Determine which users have logged in to the system or are currently logged in.
• Basic sudo configuration and usage.

Setup host security

• Awareness of shadow passwords and how they work.
• Turn off network services not in use.
• Understand the role of TCP wrappers.

Securing data with encryption

• Perform basic OpenSSH 2 client configuration and usage.
• Understand the role of OpenSSH 2 server host keys.
• Perform basic GnuPG configuration, usage and revocation.
• Use GPG to encrypt, decrypt, sign and verify files.
• Understand SSH port tunnels (including X11 tunnels).

این دوره برای چه کسانی مناسب است؟
این دوره برای چه کسانی مناسب نیست؟
اعتبار و سابقه

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

مدارک صادره از مجتمع فنی تهران مورد قبول ارگان‌ها و سازمان‌های دولتی و خصوصی بوده و این سازمان افتخار برگزاری دوره‌های برون سازمانی برای بانک‌ها و موسسات خصوصی و دولتی را در محل نمایندگی و یا در سازمان طرف قرارداد داشته است.

افزون بر این، این مدرک به دو زبان فارسی و انگلیسی بوده و شما پس از تکمیل دوره آموزشی و کسب حد نصاب دریافت مدرک (یعنی حداقل نمره 60 از 100) می‌توانید مدرک خود را دریافت نمائید..

چرا در کلاس‌های مجتمع فنی تهران شرکت کنیم؟

چون دوره های کاربردی مورد نیاز بازار کار را به بهترین و کاربردی ترین شکل و با اساتیدی که از بهترین های حوزه خود می باشند خواهید آموخت و در پایان فراگیران محترم  به 2 زبان انگلیسی و فارسی (با قابلیت ترجمه رسمی با مهر وزارت خارجه و دادگستری) گواهی دریافت خواهند کرد، و توضیح آنکه مدرک تحویلی مورد تائید سازمان امور استخدامی کشور نیز  می باشد، علاوه بر این در صورت تمایل در واحد کاریابی مجتمع فنی تهران جهت ورود به بازار کار تشکیل پرونده خواهند داد.

44 سال سابقه

ارائه مدرک دو زبانه

آموزش‌های مهارت محور

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

به سوالات احتمالی دانشپذیران پاسخ داده‌ایم

سوالات متداول درباره دوره‌های آموزشی

پیش‌نیاز این دوره چیست؟

پیش نیاز این دوره، دوره ی Network+ است.

دوره حضوری است یا آنلاین؟

این دوره به 2 شیوه برگزار می‌گردد.

  1. حضوری
  2. آنلاین
پشتیبانی دوره به چه صورتی است؟

مدرس دوره، گروه تلگرامی تشکیل داده و به سوالات دانش‌پذیران پاسخ خواهد داد.

فیلم آموزشی و محتوای دوره چگونه ارائه می شود؟

پلتفرم ارائه کلاس های آنلاین مجتمع فنی تهران این امکان را برای دانشپذیران فراهم می کند تا به ویدئو کلاس دسترسی داشته باشند.

دانشپذیر پس از پایان دوره چه توانایی هایی به دست می آورد؟

دانشپذیر پس از پایان این دوره امکان نصب و کار در محیط Shell سیستم عامل لینوکس اعم از مدیریت فایل ها و دایرکتوری ها و کابران و گروه ها و مجوز فایل ها و دایرکتوری ها ، ابزار های آرشیو و فشرده سازی ، نصب و مدیریت پکیج های لینوکسی بطور آفلاین و آنلاین ، مدیریت تسک ها و پراسس ها ، تنظیمات سخت افزار ، تنظیمات زمان، مدیریت لاگ ها ، مدیریت دیسک ها و پارتیشن ها و فایل سیستم ، فرایند بوت ، معماری سیستم عامل و مکانیزم مدیریت سرویس ها ،زمان بندی اجرای اسکریپت ها و برنامه ها همچنین نوشتن اسکریپت های ساده کاربردی را خواهند داشت. برای نصب و پیکربندی سرویس های شبکه همچنین مباحث پیشرفته لینوکس نظیر کمپایل و مدیریت کرنل و مانیتورینگ پیشرفته لینوکس میبایست دانشپذیر دوره LPIC2 را شرکت نماید. برای مباحث هاردنینگ و امنیت لینوکس دانشپذیر میبایست دوره LPIC3-303 را شرکت نماید

آیا این دوره پروژه محور است؟

بله قطعا،  دانشپذیران هم در کلاس و هم پس از آن در زمان‌های خارج از کلاس، تمرین خواهند کرد و سوالات خود را از مدرس دوره خواهند پرسید.

با گذراندن دوره و دریافت مدرک، می‌توانم وارد بازار کار شوم؟

قطعا می‌توانید. به‌شرطی که تمرین‌های کلاس را انجام داده و پس از اتمام کلاس نیز تلاش کنید تا چند نمونه کار خلق کنید.

بدیهی است که کارفرمایان با دیدن مهارت‌ها و نمونه‌کارهای ما، تصمیم می‌گیرند تا ما را استخدام کنند.

آیا ارتباط با مدرس بعد از دوره قطع می‌شود؟

خیر. این دوره یک گروه تلگرامی دارد که همیشه برقرار است و در صورت تمایل، می‌توانید در آن عضو باشید.

توضیحات بیشتر در خصوص این دوره

دانشپذیران بعد از این دوره می توانند مدیریت ابتدایی سیستم عامل لینوکس را انجام دهند و بعد از گذراندن دوره LPIC2 بعنوان Linux System Administrator وارد بازار کار شوند همچنین دانشجویان بعد از گذراندن مسیر راه (RoadMap) دواپس میتوانند بعنوان Devops Engineer و Site Reliability Engineer مشغول بکار شوند.

مجتمع فنی تهران

دپارتمان ICT