دوره آموزش لینوکس | آموزش Linux | دوره LPIC1

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

LPIC-1: Linux Administrator Course

نام دوره آموزشی: دوره مدیریت لینوکس LPIC-1 

 Logo For LPIC 1

معرفی دوره آموزشی: دوره LPIC-1 یا مدیریت سرورهای لینوکس (Linux Server Administration)، اولین دوره در حوزه مدیریت سیستم های لینوکس است که به شما مباحث پایه و مقدماتی لینوکس را می آموزد. می توان گفت که این دوره مهمترین دوره ای است که شما به عنوان یک متخصصی لینوکس می گذرانید و با کسب دانش پایه، زیر ساخت علمی و عملیاتی خود را برای ورود به سایر حوزه های تخصصی از جمله شبکه، توسعه نرم افزار، DevOps، Data Science،  IOT، DevNet، زیر ساخت و همچنین علوم دیگر، پایه گذاری می کنید. این دوره از سری دوره های موسسه LPI، برترین موسسه آموزش و آزمون در دنیاست که شامل دو قسمت یا آزمون 101  و 102 می باشد. آموزش در این دوره، مستقل از هر نسخه لینوکس است و شما با آموزش هایی که در این دوره خواهید دید می تواند با اغلب نسخه های مطرح از جمله Redhat، CentOS، Debian، Ubuntu، Mint  و خیلی از نسخه های دیگر کار کنید.

مهارت های که در این دوره می آموزید شامل آشنایی با معماری لینوکس، نصب و برپاسازی سیستم لینوکس، مدیریت فایل ها و دایرکتوری ها، کار با خط فرمان و دستورات GNU and Unix،  مدیریت مجوزهای لینوکس، مدیریت کاربران، مدیریت Runlevel ها، کار با ویرایشگر متن، پردازش متن، مدیریت بسته های نرم افزاری Redhat و Debian در لینوکس، مدیریت سخت افزارها، مدیریت دیسک، فایل سیستم ها، مباحث نگهداری سیستم لینوکس و بسیاری از مباحث دیگر است.

همچنین می توان اشاره نمود که این دوره آموزشی اولین قدم محکم در دنیای بی نظیر متن باز یا Open Source است و خانه لینوکس بیش از 13 سال است که بصورت رسمی در بالاترین سطح و استانداردهای آموزشی، با بهترین اساتید و با بیشترین تجربه عملیاتی آموزش، به ارائه این دوره به علاقمندان پرداخته است.

 

محتوای آموزشی: آموزش مدیریت پایه سیستم عامل لینوکس

 

مخاطبین دوره Lpic-1:

  • علاقمندان به آموزش لینوکس و مدیریت سرورهای لینوکسی
  • متخصصان شبکه، مراکز داده و زیرساخت
  • علاقمندان به مباحث رایانش ابری و مجازی سازی
  • متخصصان توسعه نرم افزار
  • علاقمندان به DevNet و DevOps
  • متخصصان امنیت فناوری اطلاعات
  • متخصصان علوم داده و Big Data
  • متخصصان سیستم های Embedded
  • متخصصان IOT
  • مشاوران و طراحان فناوری اطلاعات 

 

سطح دوره آموزشی: مقدماتی - برای آگاهی از سطح دوره و جایگاه آن در مسیر آموزشی به لینک "نقشه راه" مراجعه کنید.

 

مدت زمان آموزش: ۶۰ ساعت (آنلاین) / ۵۲ ساعت (حضوری) / ۴۸ ساعت (کمپ)

 

نحوه برگزاری:  آنلاین / حضوری

 

پیش نیاز آموزش: به صورت رسمی، بدون پیش نیاز، اما تجربه کار با یک سیستم عامل نیاز است.

 

زمان بندی و هزینه آموزش: برای اطلاع از زمان برگزاری و هزینه لطفا به تقویم آموزشی مراجعه نمایید.

 

 دوره رایگان LPIC-1: برای اطمینان از کیفیت دوره LPIC-1 جلسه اول دوره را رایگان ثبت نام کنید.

 

معتبرترین مدرک آموزشی: در پایان هر دوره مدرک معتبر اعطا خواهد شد که نمونه آن را می توانید در لینک "نمونه مدارک" مشاهده کنید.

Topic 101: System Architecture

101.1 Determine and configure hardware settings

Weight: 2

Description: Candidates should be able to determine and configure fundamental system hardware

Key Knowledge Areas:

  • 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.

The following is a partial list of the used files, terms and utilities:

  • /sys/
  • /proc/
  • /dev/
  • modprobe
  • lsmod
  • lspci
  • lsusb

 

101.2 Boot the system

Weight: 3

Description: Candidates should be able to guide the system through the booting process.

Key Knowledge Areas:

  • 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.

The following is a partial list of the used files, terms and utilities:

  • dmesg
  • journalctl
  • BIOS
  • UEFI
  • bootloader
  • kernel
  • initramfs
  • init
  • SysVinit
  • systemd

 

101.3 Change runlevels / boot targets and shutdown or reboot system

Weight: 3

Description: Candidates should be able to manage the SysVinit runlevel or systemd boot target of the system. This objective includes changing to single user mode, shutdown or rebooting the system. Candidates should be able to alert users before switching runlevels / boot targets and properly terminate processes. This objective also includes setting the default SysVinit runlevel or systemd boot target. It also includes awareness of Upstart as an alternative to SysVinit or systemd.

Key Knowledge Areas:

  • 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.

The following is a partial list of the used files, terms and utilities:

  • /etc/inittab
  • shutdown
  • init
  • /etc/init.d/
  • telinit
  • systemd
  • systemctl
  • /etc/systemd/
  • /usr/lib/systemd/
  • wall

 

Topic 102: Linux Installation and Package Management

102.1 Design hard disk layout

Weight: 2

Description: Candidates should be able to design a disk partitioning scheme for a Linux system.

Key Knowledge Areas:

  • 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.

The following is a partial list of the used files, terms and utilities:

  • / (root) filesystem
  • /var filesystem
  • /home filesystem
  • /boot filesystem
  • EFI System Partition (ESP)
  • swap space
  • mount points
  • partitions

 

102.2 Install a boot manager

Weight: 2

Description: Candidates should be able to select, install and configure a boot manager.

Key Knowledge Areas:

  • 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.

The following is a partial list of the used files, terms and utilities:

  • menu.lst, grub.cfg and grub.conf
  • grub-install
  • grub-mkconfig
  • MBR

 

102.3 Manage shared libraries

Weight: 1

Description: Candidates should be able to determine the shared libraries that executable programs depend on and install them when necessary.

Key Knowledge Areas:

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

The following is a partial list of the used files, terms and utilities:

  • ldd
  • ldconfig
  • /etc/ld.so.conf
  • LD_LIBRARY_PATH

 

102.4 Use Debian package management

Weight: 3

Description: Candidates should be able to perform package management using the Debian package tools.

Key Knowledge Areas:

  • 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.

The following is a partial list of the used files, terms and utilities:

  • /etc/apt/sources.list
  • dpkg
  • dpkg-reconfigure
  • apt-get
  • apt-cache

 

102.5 Use RPM and YUM package management

Weight:  3

Description: Candidates should be able to perform package management using RPM, YUM and Zypper.

Key Knowledge Areas:

  • Install, re-install, upgrade and remove packages using RPM, YUM and Zypper.
  • Obtain information on RPM packages such as version, status, dependencies, integrity and signatures.
  • Determine what files a package provides, as well as find which package a specific file comes from.
  • Awareness of dnf.

The following is a partial list of the used files, terms and utilities:

  • rpm
  • rpm2cpio
  • /etc/yum.conf
  • /etc/yum.repos.d/
  • yum
  • zypper

 

102.6 Linux as a virtualization guest

Weight: 1

Description: Candidates should understand the implications of virtualization and cloud computing on a Linux guest system.

Key Knowledge Areas:

  • 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.

The following is a partial list of the used files, terms and utilities:

  • Virtual machine
  • Linux container
  • Application container
  • Guest drivers
  • SSH host keys
  • D-Bus machine id

Topic 103: GNU and Unix Commands

103.1 Work on the command line

Weight: 4

Description: Candidates should be able to interact with shells and commands using the command line. The objective assumes the Bash shell.

Key Knowledge Areas:

  • Use single shell commands and one line command sequences to perform basic tasks on the command line.
  • Use and modify the shell environment including defining, referencing and exporting environment variables.
  • Use and edit command history.
  • Invoke commands inside and outside the defined path.

The following is a partial list of the used files, terms and utilities:

  • bash
  • echo
  • env
  • export
  • pwd
  • set
  • unset
  • type
  • which
  • man
  • uname
  • history
  • .bash_history
  • Quoting

 

103.2 Process text streams using filters

Weight: 2

Description: Candidates should be able to apply filters to text streams.

Key Knowledge Areas:

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

The following is a partial list of the used files, terms and utilities:

  • bzcat
  • cat
  • cut
  • head
  • less
  • md5sum
  • nl
  • od
  • paste
  • sed
  • sha256sum
  • sha512sum
  • sort
  • split
  • tail
  • tr
  • uniq
  • wc
  • xzcat
  • zcat

 

103.3 Perform basic file management

Weight: 4

Description: Candidates should be able to use the basic Linux commands to manage files and directories.

Key Knowledge Areas:

  • 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.

The following is a partial list of the used files, terms and utilities:

  • cp
  • find
  • mkdir
  • mv
  • ls
  • rm
  • rmdir
  • touch
  • tar
  • cpio
  • dd
  • file
  • gzip
  • gunzip
  • bzip2
  • bunzip2
  • xz
  • unxz
  • file globbing

 

103.4 Use streams, pipes and redirects

Weight: 4

Description: Candidates should be able to redirect streams and connect them in order to efficiently process textual data. Tasks include redirecting standard input, standard output and standard error, piping the output of one command to the input of another command, using the output of one command as arguments to another command and sending output to both stdout and a file.

Key Knowledge Areas:

  • 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.

The following is a partial list of the used files, terms and utilities:

  • tee
  • xargs

 

103.5 Create, monitor and kill processes

Weight: 4

Description: Candidates should be able to perform basic process management.

Key Knowledge Areas:

  • 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.

The following is a partial list of the used files, terms and utilities:

  • &
  • bg
  • fg
  • jobs
  • kill
  • nohup
  • ps
  • top
  • free
  • uptime
  • pgrep
  • pkill
  • killall
  • watch
  • screen
  • tmux

 

103.6 Modify process execution priorities

Weight: 2

Description: Candidates should should be able to manage process execution priorities.

Key Knowledge Areas:

  • 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.

The following is a partial list of the used files, terms and utilities:

  • nice
  • ps
  • renice
  • top

 

103.7 Search text files using regular expressions

Weight: 3

Description: Candidates should be able to manipulate files and text data using regular expressions. This objective includes creating simple regular expressions containing several notational elements as well as understanding the differences between basic and extended regular expressions. It also includes using regular expression tools to perform searches through a filesystem or file content.

Key Knowledge Areas:

  • 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.

The following is a partial list of the used files, terms and utilities:

  • grep
  • egrep
  • fgrep
  • sed
  • regex(7)

 

103.8 Basic file editing

Weight: 3

Description: Candidates should be able to edit text files using vi. This objective includes vi navigation, vi modes, inserting, editing, deleting, copying and finding text. It also includes awareness of other common editors and setting the default editor.

Key Knowledge Areas:

  • 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.

Terms and Utilities:

  • vi
  • /, ?
  • h,j,k,l
  • i, o, a
  • d, p, y, dd, yy
  • ZZ, :w!, :q!
  • EDITOR

 

Topic 104: Devices, Linux Filesystems, Filesystem Hierarchy Standard

104.1 Create partitions and filesystems

Weight: 2

Description: Candidates should be able to configure disk partitions and then create filesystems on media such as hard disks. This includes the handling of swap partitions.

Key Knowledge Areas:

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

The following is a partial list of the used files, terms and utilities:

  • fdisk
  • gdisk
  • parted
  • mkfs
  • mkswap

 

104.2 Maintain the integrity of filesystems

Weight: 2

Description: Candidates should be able to maintain a standard filesystem, as well as the extra data associated with a journaling filesystem.

Key Knowledge Areas:

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

The following is a partial list of the used files, terms and utilities:

  • du
  • df
  • fsck
  • e2fsck
  • mke2fs
  • tune2fs
  • xfs_repair
  • xfs_fsr
  • xfs_db

 

104.3 Control mounting and unmounting of filesystems

Weight: 3

Description: Candidates should be able to configure the mounting of a filesystem.

Key Knowledge Areas:

  • 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.

The following is a partial list of the used files, terms and utilities:

  • /etc/fstab
  • /media/
  • mount
  • umount
  • blkid
  • lsblk

 

104.4 Removed

 

104.5 Manage file permissions and ownership

Weight: 3

Description: Candidates should be able to control file access through the proper use of permissions and ownerships.

Key Knowledge Areas:

  • 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.

The following is a partial list of the used files, terms and utilities:

  • chmod
  • umask
  • chown
  • chgrp

 

104.6 Create and change hard and symbolic links

Weight: 2

Description: Candidates should be able to create and manage hard and symbolic links to a file.

Key Knowledge Areas:

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

The following is a partial list of the used files, terms and utilities:

  • ln
  • ls

 

104.7 Find system files and place files in the correct location

Weight: 2

Description: Candidates should be thoroughly familiar with the Filesystem Hierarchy Standard (FHS), including typical file locations and directory classifications.

Key Knowledge Areas:

  • 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.

The following is a partial list of the used files, terms and utilities:

  • find
  • locate
  • updatedb
  • whereis
  • which
  • type
  • /etc/updatedb.conf

 

Topic 105: Shells and Shell Scripting

105.1 Customize and use the shell environment

Weight: 4

Description: Candidates should be able to customize shell environments to meet users' needs. Candidates should be able to modify global and user profiles.

Key Knowledge Areas:

  • Set environment variables (e.g. PATH) at login or when spawning a new shell.
  • Write Bash functions for frequently used sequences of commands.
  • Maintain skeleton directories for new user accounts.
  • Set command search path with the proper directory.

The following is a partial list of the used files, terms and utilities:

  • .
  • source
  • /etc/bash.bashrc
  • /etc/profile
  • env
  • export
  • set
  • unset
  • ~/.bash_profile
  • ~/.bash_login
  • ~/.profile
  • ~/.bashrc
  • ~/.bash_logout
  • function
  • alias

 

105.2 Customize or write simple scripts

Weight: 4

Description: Candidates should be able to customize existing scripts, or write simple new Bash scripts.

Key Knowledge Areas:

  • Use standard sh syntax (loops, tests).
  • Use command substitution.
  • Test return values for success or failure or other information provided by a command.
  • Execute chained commands.
  • Perform conditional mailing to the superuser.
  • Correctly select the script interpreter through the shebang (#!) line.
  • Manage the location, ownership, execution and suid-rights of scripts.

The following is a partial list of the used files, terms and utilities:

  • for
  • while
  • test
  • if
  • read
  • seq
  • exec
  • ||
  • &&

Topic 106: User Interfaces and Desktops

106.1 Install and configure X11

Weight: 2

Description: Candidates should be able to install and configure X11.

Key Knowledge Areas:

  • Understanding of the X11 architecture.
  • Basic understanding and knowledge of the X Window configuration file.
  • Overwrite specific aspects of Xorg configuration, such as keyboard layout.
  • Understand the components of desktop environments, such as display managers and window managers.
  • Manage access to the X server and display applications on remote X servers.
  • Awareness of Wayland.

The following is a partial list of the used files, terms and utilities:

  • /etc/X11/xorg.conf
  • /etc/X11/xorg.conf.d/
  • ~/.xsession-errors
  • xhost
  • xauth
  • DISPLAY
  • X

 

106.2 Graphical Desktops

Weight: 1

Description: Candidates should be aware of major Linux desktops. Furthermore, candidates should be aware of protocols used to access remote desktop sessions.

Key Knowledge Areas:

  • Awareness of major desktop environments
  • Awareness of protocols to access remote desktop sessions

The following is a partial list of the used files, terms and utilities:

  • KDE
  • Gnome
  • Xfce
  • X11
  • XDMCP
  • VNC
  • Spice
  • RDP

 

106.3 Accessibility

Weight: 1

Description: Demonstrate knowledge and awareness of accessibility technologies.

Key Knowledge Areas:

  • Basic knowledge of visual settings and themes.
  • Basic knowledge of assistive technology.

The following is a partial list of the used files, terms and utilities:

  • High Contrast/Large Print Desktop Themes.
  • Screen Reader.
  • Braille Display.
  • Screen Magnifier.
  • On-Screen Keyboard.
  • Sticky/Repeat keys.
  • Slow/Bounce/Toggle keys.
  • Mouse keys.
  • Gestures.
  • Voice recognition.

Topic 107: Administrative Tasks

107.1 Manage user and group accounts and related system files

Weight: 5

Description: Candidates should be able to add, remove, suspend and change user accounts.

Key Knowledge Areas:

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

The following is a partial list of the used files, terms and utilities:

  • /etc/passwd
  • /etc/shadow
  • /etc/group
  • /etc/skel/
  • chage
  • getent
  • groupadd
  • groupdel
  • groupmod
  • passwd
  • useradd
  • userdel
  • usermod

 

107.2 Automate system administration tasks by scheduling jobs

Weight: 4

Description: Candidates should be able to use cron and systemd timers to run jobs at regular intervals and to use at to run jobs at a specific time.

Key Knowledge Areas:

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

The following is a partial list of the used files, terms and utilities:

  • /etc/cron.{d,daily,hourly,monthly,weekly}/
  • /etc/at.deny
  • /etc/at.allow
  • /etc/crontab
  • /etc/cron.allow
  • /etc/cron.deny
  • /var/spool/cron/
  • crontab
  • at
  • atq
  • atrm
  • systemctl
  • systemd-run

 

107.3 Localisation and internationalisation

Weight: 3

Description: Candidates should be able to localize a system in a different language than English. As well, an understanding of why LANG=C is useful when scripting.

Key Knowledge Areas:

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

The following is a partial list of the used files, terms and utilities:

  • /etc/timezone
  • /etc/localtime
  • /usr/share/zoneinfo/
  • LC_*
  • LC_ALL
  • LANG
  • TZ
  • /usr/bin/locale
  • tzselect
  • timedatectl
  • date
  • iconv
  • UTF-8
  • ISO-8859
  • ASCII
  • Unicode

Topic 108: Essential System Services

108.1 Maintain system time

Weight: 3

Description: Candidates should be able to properly maintain the system time and synchronize the clock via NTP.

Key Knowledge Areas:

  • 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.

The following is a partial list of the used files, terms and utilities:

  • /usr/share/zoneinfo/
  • /etc/timezone
  • /etc/localtime
  • /etc/ntp.conf
  • /etc/chrony.conf
  • date
  • hwclock
  • timedatectl
  • ntpd
  • ntpdate
  • chronyc
  • pool.ntp.org

 

108.2 System logging

Weight: 4

Description: Candidates should be able to configure rsyslog. This objective also includes configuring the logging daemon to send log output to a central log server or accept log output as a central log server. Use of the systemd journal subsystem is covered. Also, awareness of syslog and syslog-ng as alternative logging systems is included.

Key Knowledge Areas:

  • 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.

Terms and Utilities:

  • /etc/rsyslog.conf
  • /var/log/
  • logger
  • logrotate
  • /etc/logrotate.conf
  • /etc/logrotate.d/
  • journalctl
  • systemd-cat
  • /etc/systemd/journald.conf
  • /var/log/journal/

 

108.3 Mail Transfer Agent (MTA) basics

Weight: 3

Description: Candidates should be aware of the commonly available MTA programs and be able to perform basic forward and alias configuration on a client host. Other configuration files are not covered.

Key Knowledge Areas:

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

Terms and Utilities:

  • ~/.forward
  • sendmail emulation layer commands
  • newaliases
  • mail
  • mailq
  • postfix
  • sendmail
  • exim

 

108.4 Manage printers and printing

Weight: 2

Description: Candidates should be able to manage print queues and user print jobs using CUPS and the LPD compatibility interface.

Key Knowledge Areas:

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

The following is a partial list of the used files, terms and utilities:

  • CUPS configuration files, tools and utilities
  • /etc/cups/
  • lpd legacy interface (lpr, lprm, lpq)

Topic 109: Networking Fundamentals

109.1 Fundamentals of internet protocols

Weight: 4

Description: Candidates should demonstrate a proper understanding of TCP/IP network fundamentals.

Key Knowledge Areas:

  • 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.

The following is a partial list of the used files, terms and utilities:

  • /etc/services
  • IPv4, IPv6
  • Subnetting
  • TCP, UDP, ICMP

 

109.2 Persistent network configuration

Weight: 4

Description: Candidates should be able to manage the persistent network configuration of a Linux host.

Key Knowledge Areas:

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

The following is a partial list of the used files, terms and utilities:

  • /etc/hostname
  • /etc/hosts
  • /etc/nsswitch.conf
  • /etc/resolv.conf
  • nmcli
  • hostnamectl
  • ifup
  • ifdown

 

109.3 Basic network troubleshooting

Weight: 4

Description: Candidates should be able to troubleshoot networking issues on client hosts.

Key Knowledge Areas:

  • 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.

The following is a partial list of the used files, terms and utilities:

  • ip
  • hostname
  • ss
  • ping
  • ping6
  • traceroute
  • traceroute6
  • tracepath
  • tracepath6
  • netcat
  • ifconfig
  • netstat
  • route

 

109.4 Configure client side DNS

Weight: 2

Description: Candidates should be able to configure DNS on a client host.

Key Knowledge Areas:

  • 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.

The following is a partial list of the used files, terms and utilities:

  • /etc/hosts
  • /etc/resolv.conf
  • /etc/nsswitch.conf
  • host
  • dig
  • getent

Topic 110: Security

110.1 Perform security administration tasks

Weight: 3

Description: Candidates should know how to review system configuration to ensure host security in accordance with local security policies.

Key Knowledge Areas:

  • 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.

The following is a partial list of the used files, terms and utilities:

  • find
  • passwd
  • fuser
  • lsof
  • nmap
  • chage
  • netstat
  • sudo
  • /etc/sudoers
  • su
  • usermod
  • ulimit
  • who, w, last

 

110.2 Setup host security

Weight: 3

Description: Candidates should know how to set up a basic level of host security.

Key Knowledge Areas:

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

The following is a partial list of the used files, terms and utilities:

  • /etc/nologin
  • /etc/passwd
  • /etc/shadow
  • /etc/xinetd.d/
  • /etc/xinetd.conf
  • systemd.socket
  • /etc/inittab
  • /etc/init.d/
  • /etc/hosts.allow
  • /etc/hosts.deny

 

110.3 Securing data with encryption

Weight: 4

Description: The candidate should be able to use public key techniques to secure data and communication.

Key Knowledge Areas:

  • 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).

The following is a partial list of the used files, terms and utilities:

  • ssh
  • ssh-keygen
  • ssh-agent
  • ssh-add
  • ~/.ssh/id_rsa and id_rsa.pub
  • ~/.ssh/id_dsa and id_dsa.pub
  • ~/.ssh/id_ecdsa and id_ecdsa.pub
  • ~/.ssh/id_ed25519 and id_ed25519.pub
  • /etc/ssh/ssh_host_rsa_key and ssh_host_rsa_key.pub
  • /etc/ssh/ssh_host_dsa_key and ssh_host_dsa_key.pub
  • /etc/ssh/ssh_host_ecdsa_key and ssh_host_ecdsa_key.pub
  • /etc/ssh/ssh_host_ed25519_key and ssh_host_ed25519_key.pub
  • ~/.ssh/authorized_keys
  • ssh_known_hosts
  • gpg
  • gpg-agent
  • ~/.gnupg/

 

Future Change Considerations

Future changes to the objective will/may include:

  • Remove ifup/ifdown and legacy net-tools command
  • Remove TCP wrappers

 

درباره لینوکس بیشتر بدانیم:

 

چرا لینوکس؟

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

 

  • اولین حقیقت این است که لینوکس صنعت سرور را به احاطه خود درآورده است و بیشتر کامپیوترها خدمت رسان دنیا از لینوکس برای ارائه سرویس ها محاسباتی و پردازشی خود استفاده می نمایند. جالب است که بدانید هم اکنون تمام یکصد ابرکامپیوتر دنیا از لینوکس استفاده می کنند. 
  • به عنوان یک مهندس نرم افزار، در هر حوزه ای که مشغول کار هستید، مخصوصا توسعه دهنده وب نیاز دارید که کدهای خود را بر روی لینوکس اجرا کنید و خیلی وقت ها نیاز است تا سرور لینوکس را خود مدیریت کنید. معمولا مهندسین نرم افزار در حین کار به این نتیجه می رسند که کاش لینوکس را بلد بودیم! 
  • با توجه به ساختار متن باز بودن لینوکس و ارائه کد منبع، لینوکس به شما قدرت برنامه نویسی Low-Level می دهد و می توانید در صنایع Embedded (لینوکس توکار در بردهای صنعتی) و IOT با قدرت از آن استفاده نمایید و بنا به نیاز خود آن را سفارشی کنید. 
  • لینوکس به شما قدرت می دهد تا خودتان مشکلات را حل نمایید و نیازهای خود را مرتفع سازید و دیگر منتظر یک سازمان برای تغییر نمانید، با این روش واقعا شما به یک دانشمند تبدیل خواهید شد. 
  • فضای استاندارد برای تولید نرم افزار، همچنین قدرت کار در محیط خط فرمان و قدرت بالای پردازش متن از دیگر مزایای استفاده از لینوکس است. 
  • کارآمدی، انعطاف پذیری، ثبات و امنیت بسیار بالای لینوکس به شدت چشمگیر است. 
  • اکثر تکنولوژی ها چون رایانش ابری، مجازی سازی، Clustering، High Availability، Big data، شبکه و علوم داده بر روی لینوکس سوار می شوند و در خیلی از حوزه های علوم مختلف، لینوکس نه یک گرایش در IT، بلکه زیر ساخت فناوری اطلاعات است.

 

از کجا شروع کنم؟

اگر تازه با لینوکس آشنا شدید وعلاقمندید تا در این حوزه کسب دانش و تخصص کنید، در بهترین نقطه قرار گرفته اید. ما به شما پیشنهاد می کنیم تا درصورت عدم سابقه کار در حوزه لینوکس یا فناوری اطلاعات برای شروع دوره لینوکس مقدماتی یا Linux Essentials را بگذرانید که این دوره بهترین نقطه شروع برای کسب علم و مهارت برای ورود به دنیای لینوکس متن باز (Open Source)  است. در صورتی که سابقه تحصیلی یا کاری شما در حوزه فناوری اطلاعات بوده می توانید از دوره مدیریت سرورهای لینوکسی یا LPIC-1 وارد مسیر آموزشی لینوکس شوید. همچنین می توانید برای کسب اطلاعات بیشتر برای انتخاب بهترین نقطه شروع از مشاوره رایگان با مشاورین حرفه ای و صادق خانه لینوکس استفاده نمایید.

 

صفر تا صد آموزش لینوکس:

در خانه لینوکس شما به اصلاح رایج "صفر تا صد لینوکس" را می آموزید! ولی واقع بین باشیم و صادق، بهتر است بگوییم که هر چقدر هم که جلو برویم، هیچوقت صد را نخواهید دید، چون لینوکس دنیایی از زیرساخت و شبکه و نرم افزار و متودولوژی های سرویس دهی است. و صفر تا صد آموزش یک دوره فقط یک شعار تبلیغاتی است. اما مطمئن باشید که در خانه لینوکس شما در این حوزه خیلی قدرتمند و فوق حرفه ای پیش خواهید رفت و برای این منظور همانطور که گفته شد نقشه راه بسیار شفاف، قدرتمند، اصولی، واقعی و حرفه ای برای رسیدن به گنج دانش و تخصص وجود دارد. در این قسمت مطالبی مهیا شده که اگر علاقمند به لینوکس شده اید و نمی دانید از کجا شروع کنید، شما را راهنمایی می کند.

 

در اصل، لینوکس چیست؟

به ساده ترین زبان، لینوکس یک سیستم عامل است. لینوکس در واقع فقط یک هسته سیستم عامل است و سخت افزارها و نرم افزارها را کنترل می نماید تا برنامه ها بتوانند اجرا گردند. برنامه های که به ما کاربردهای پردازش اطلاعات و ارتباطات می دهند. اما نسخه های مختلفی از لینوکس وجود دارد که از آنها به توزیع یا Distribution می گویند، مثلا توزیع هایی برای Desktop وجود دارد که محیط کاربری به استفاده کنندگان برنامه ها می دهد و یا نسخه هایی برای Server که بر روی کامپیوترهای سرویس دهنده در جاهایی مانند بانک ها، اپراتورها، ISP های اینترنت و ... نصب می گردند. در واقع ما GNU/Linux را خواهیم آموخت زیرا اکثر برنامه هایی که در لینوکس استفاده می کنیم در پروژه Free Software Foundation's GNU تولید شده اند و یک اصلی وجود دارد که بصورت (GNU standing for "GNU's Not UNIX") بیان می گردد.

 

چرا یاد گرفتن لینوکس مهم است؟

تا سالیان گذشته لینوکس یک گرایش در IT شناخته می شد اما الان می توان گفت که زیر ساخت فناوری اطلاعات است. یعنی شما در هر حوزه ای ها مختلفی چون مدیریت سرورها، زیر ساخت و شبکه، برنامه نویسی و تولید نرم افزار، مدیریت و توسعه بانک های اطلاعاتی، امنیت، رایانش ابری، IOT، Embedded، تحلیل داده، یادگیری ماشین وهوش مصنوعی، موبایل و وب، VOIP و خیلی موارد دیگر باید بر لینوکس مسلط باشید که اگر در این حوزه ها مهارت لینوکس نداشته باشیم، متاسفانه خیلی وقت ها با عرض پوزش، "بی سواد" محسوب می شویم.  قابل توجه است که بدانید طبق گزارش خیلی از وب سایت های کار و تحلیل موقعیت و فرصت های شغلی در چندسال گذشته بهترین بازار شغلی در دنیا برای لینوکسی هاست و این مورد با عنوان "طلایی ترین فرصت های شغلی برای لینوکسی ها" مطرح می گردد.

 

تفاوت بین Linux و UNIX در چیست؟

لینوکس یونیکس نیست، اگرچه قرار بود بسیار شبیه یونیکس باشد. لینوکس یک پروژه متن باز یا Open Source  است که در واقع شما به کد برنامه نویسی آن دسترسی دارید و می توانید بر خلاف Unix آن را آزادانه و رایگان دانلود کرده، تغییرات ایجاد کنید و باز نشر دهید. البته نسخه های تجاری لینوکسی نیز موجودند. لینوکس توسط انجمن ها و شرکت های خیلی زیادی آزادانه تولید می شود و توسعه می یابد، اما Uinx فقط توسط شرکت های تجاری خاصی منتشر می شود. لینوکس می تواند بر روی بسیاری از سخت افزارها و پروسسورهای گوناگونی در سرورها، سوپر کامپیوترها، Mainframe ها و کامپیوترهای خانگی، تبلت و موبایل و حتی کنسول های بازی و تجهیزات الکترونیکی خانگی تا سیستم های سفینه های فضایی نصب کرد اما Unix  معمولا بر روی سرورهای اینترنت، Workstation ها و کامپیوترهای خانگی نصب می شود. به نسبت ویروس های Unix بیشتر بوده اند و در نهایت امنیت لینوکس نیز می توان گفت بخاطر خیلی از موارد، مخصوصا مدل توسعه و استقرار نرم افزار بالاتر است. مثال هایی که از لینوکس می توان نام برد نسخه های Redhat،  Debian، Ubuntu و اندروید هستند و از نسخه های Unix می توان به OS X و Solaris اشاره کرد.

 

بهترین مسیر تبدیل شدن به یک متخصص لینوکس چیست؟

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

در خانه لینوکس جامع ترین Road_Map یا مسیر آموزشی تدوین شده است که به آسانی متخصصان این حوزه می توانند در حوزه های مدیریت سیستم و شبکه، توسعه نرم افزار، DevOps، IOT، علوم داده، زیرساخت و DevNet انتخاب مسیر نمایند. جالب است بدانید که این نقشه راه حاصل تجربه مدرسین و مشاوران مجموعه و نتیجه هزاران ساعت اتاق فکر مجموعه و همچنین تجربه همکاری با بیش از 500 سازمان مختلف در حوزه صنایع مختلف است و باعث می شود که دانشجویان عزیز از معضل طوفان ذهنی در امان بمانند.

مشاوره رایگان، حرفه ای و صادقانه این مجموعه نیز بهترین سرویس این مجموعه جهت انتخاب بهترین مسیر برای ورود به کسب فرصت های شغلی در دنیاست. خوب است بدانید با انتخاب مسیر و ارائه دوره های کاربردی و ارائه دانش و بینش بروز توسط این مجموعه خیلی از دانشجویان علاوه بر کسب فرصت های شغلی کلیدی در سازمان های داخلی حتی در شرکت ها و سازمان های خارجی ای چون MTN، Dell، Amazon و حتی NASA مشغول به کار شده اند!

 

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

لینوکس بی شک بهترین پلتفرم برای توسعه نرم افزار است. در لینوکس می توانید از GCC استفاده نمایید، به این معنی که می توانید از مجموعه عالی ابزارهای برنامه نویسی و اشکال زدایی پروژه GNU استفاده کنید – بصورت کاملاً رایگان و با تمام آزادی هایی که GNU GPL ضمانت می دهد. بسته های تجاری برنامه نویسی وجود دارند که هزینه بالایی دارند، در اصل به عنوان یک برنامه نویس تازه کار یا حرفه ای این بسته های نرم افزاری رایگان توسعه نرم افزار به راحتی قابل تعویض نیستند. یک اصل را به عنوان یک نکته کلیدی در نظر داشته باشید، که اگر به عنوان برنامه نویس کار می کنید یا تصمیم به شروع کار دارید مدیریت مقدماتی لینوکس و امنیت را بیاموزید، در واقع احمقانه است یه یک برنامه نویس استاد مدیریت کامپیوتر شخصی اش و پلتفرمی که روی آن کار می کند نباشد. بخاطر این موضوع ما همیشه در خانه لینوکس گذراندن دوره ها لینوکس مقدماتی  (Linux Essentials)، و مدیریت سرور لینوکس (LPIC-1) و حتی دوره مهندسی لینوکس  (LPIC-2) و LPIC-303 که بحث امنیت هست را پیشنهاد می کنیم. غیر از زبان هایی چون Fortran، C/C++ خیلی از زبان های برنامه نویسی و اسکریپت نویسی هستند که در لینوکس پشتیبانی می شوند و حتی طوری طراحی شده اند تا در لینوکس بهتر کار کنند، برخی از معروف ترین ها PHP، Python و Perl هستند که مخصوصا PHP و Python بازار بسیار خوبی در توسعه نرم افزار دارند. فناوری های پویایی چون Java و XML هم بر روی لینوکس با سرعت بسیار بالا اجرا می شوند.

 

چگونه می توانم مهارت لینوکسی خود را توسعه دهم؟

با توجه به حوزه های بسیار متفاوت در لینوکس و فرصت های شغلی مختلف با مدل های کاری متفاوت خوب است ابتدا هدف خود را مشخص نمایید با با توجه به هدف تان مسیر آموزشی را طی بفرمایید. مشاوره یکی از بهترین روش هاست تا با آگاه شدن از فوت و فن ها توسط یک شخص هدایتگر نتیجه انتهایی را بتوانید تصور کنید، خواندن مقالات و کتب مرجع، شرکت در رویدادها و اجرای پروژه های کوچک تا بزرگ می تواند در این راه بسیار به شما کمک کند. خانه لینوکس هم با مشاوره رایگان ( صادقانه و بدون اهداف تجاری شخصی ) و برگزاری کلاس های تخصصی حرفه ای خود در بالاترین سطح و استانداردهای بین المللی همه چیز را از اصول اولیه تا توسعه مهارت های بسیار خاص و تخصصی به شما می آموزد و با ارائه دانش و بینش عملیاتی شما را همراهی می کند تا مسیرهای چند ساله را حتی در کمتر از ماه ها یا حتی گاهی یک هفته طی بفرمایید، این یعنی صرفه جویی در منابع و هزینه ها که خوب است بدانید بالاترین هزینه ای که می پردازید همیشه زمان شماست. واقعیت را بدانید، شرکت در کلاس های تخصصی فقط کافی نیست و به اصطلاح جایگزینی برای Self-Study نیست. بهترین ترکیب، طبق تجربه حرفه ای این مجموعه با تربیت متخصصان و اساتید در این حوزه و سابقه کار حرفه ای با سازمان های مختلف در ایران و همینطور خارج کشور، کلاس منسجم و عملیاتی که پیاده سازی تکنولوژی را نشان دهد و مطالعه اصولی منابع بروز و ارزشمند علمی است. استفاده از این فرمول نه تنها به موفق شدن شما کمک می کند، بلکه به شما در کمک به موفقیت دیگران نیز، کمک خواهد کرد. اکنون برای به دست آوردن موقعیت پیروزی با شکوه آماده هستید! و یک اصل دیگر را باور داشته باشید، که در حین خوشگذرانی و تعامل بهتر از همیشه خواهید آموخت و باید خارج از اتاق مطالعه هم به اکتشاف بپردازید!

 

چگونه به دیگران ثابت کنم که مهارت و دانش لینوکس دارم؟

در لینوکس و سایر علوم یک روش برای اعتبار سنجی وجود دارد و آن آزمون و صدور گواهینامه است. شما می توانید با شرکت در آزمون های بین المللی لینوکس که توسط انستیتوی حرفه ای لینوکس یا “Linux Professional Institute”  یا به اختصار LPI شرکت نمایید و در سه سطح LPIC-1، LPIC-2 و    LPIC-3 مدارک معتبر را کسب نمایید و نشان دهید که در آن سطح دانش کاربردی خوبی دارید، با برنامه ریزی برای اخذ مدارک کیفیت فراگرفتن شما نیز متفاوت می شود. البته در همه جای دنیا طبق آمارهای بین المللی، اصولا IT Certifications برای گذر از فیلترهای اولیه تیم استخدام کننده بسیار حاِیز اهمیت هستند، غیر از دانش شما به مهارت های ارتباطی و نگرش اصولی بر پایه واقعیات بازار کارنیاز دارید تا در مصاحبه ها موفق شوید و بتوانید جایگاه کاری مناسب خود را پیدا کنید. فقط مهم نیست که در چه سازمانی با چه نام بزرگی کار می کنید، مهم این است که جایگاه شغلی مطابق با تواناییها، علایق و اهداف شما باشد.

 

موسسه LPI را بیشتر بشناسیم؟

موسسه LPI کانادا (Linux Professional Institute)، یک موسسه غیر انتفاعی است که به ارائه آموزش های تخصصی و مدارک حرفه ای لینوکس می پردازد.

مباحث آموزشی LPI به هیچ نسخه خاصی از لینوکس وابستگی ندارد و شامل همه نسخه های لینوکس می گردد. این امر با پوشش دادن Core system (آنچه بین تمام نسخه های لینوکس یکسان است) و مدیریت بسته های نرم افزاری .rpm و .deb از همان دوره های ابتدایی میسرگردیده است.

آزمون های LPI در اکثر کشورهای دنیا و به زبان های مختلف، به صورت کامپیوتری و یا کاغذی برگزار می گردند.

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

گواهینامه های معتبر و بین المللی موسسه LPI توسط مراکز آموزشی و آزمون همکار این موسسه به هزاران نفر در سراسر نقاط جهان اعطا شده است.

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

 

بازار کار لینوکس:

بازار کار لینوکس در ایران و دنیا برای استخدام کسانی که در این حوزه به کسب دانش می پردازند در حال انفجار و همچنان در حال رشد است. در زیر برخی از شغل هایی که مهارت لینوکسی نیاز دارند لیست شده است. طبق گزارش های dice.com 15 شغلی اولی که در عناوین خود از لینوکس یاد می کنند عبارتند از:

  1. DevOps Engineer
  2. Software Engineer
  3. Java Developer
  4. Systems Engineer
  5. Systems Administrator
  6. Senior Software Engineer
  7. Network Engineer
  8. Python Developer
  9. Linux Systems Administrator
  10. Software Developer
  11. System Administrator
  12. Linux Administrator
  13. Linux Engineer
  14. Senior Java Developer
  15. C++ Developer

 

از بین این 15 عنوان ، فقط 3 عنوان واژه لینوکس دارند: Linux Systems Administrator ، Linux Administrator و Linux Engineer. این بدان معنا نیست که بقیه در واقع مشاغل لینوکسی نیستند. به عنوان مثال، مدیر سیستم یک عنوان برای افرادی است که در درجه اول سیستم های لینوکس را نگهداری و پشتیبانی می کنند. هشت عنوان از 15 عنوان  نیز شغل مدیریتی یا معماری سیستم است و 7 مورد دیگر در حوزه توسعه نرم افزار است، اگرچه چگونگی طبقه بندی عناوینی مانند مهندس DevOps و مهندس سیستم قابل بحث است.

همچنین جالب است بدانید که طبق گزارش های Dice:

  • طلایی ترین فرصت های شغلی برای لینوکسی هاست.
  • تقریبا تمام مدیران فناوری اطلاعات در دنیا در نظر دارند تا شش ماه آینده، متخصص لینوکس استخدام نمایند.
  • درخواست برای استفاده از تکنولوژی رایانش ابری باعث ارتقاء بازار کاری متخصصان لینوکس شده است.
  • متخصصان لینوکس که مدارک بین المللی داشته اند، در موقعیت های شغلی مناسب تری قرار گرفته اند.
  • کارفرمایان برای استخدام لینوکسی ها مشتاق تر شده اند.
  • لینوکسی ها 37 درصد بیشتر نسبت به سایر متخصصانIT، دارای ساعت کاری انعطاف پذیر و امکان دورکاری هستند.
  • لینوکسی ها 36 درصد بیشتر نسبت به سایر متخصصانIT، افزایش حقوق دارند.
  • 72 درصد متخصصان لینوکس حداقل یک پیشنهاد کاری جدید و 28 درصد حداقل بیشتر از شش پیشنهاد کاری، در شش ماه گذشته داشته اند.
  • 42 درصد مدیرانی که متخصص لینوکس استخدام می کنند، اعلام می دارند که دانش Openstack  عامل موثری بر روند استخدام بوده است.
  • حدود 44 درصد مدیران ترجیح می دهند، متخصصان لینوکسی را استخدام نمایند که مدارک بین المللی را اخذ نموده اند.
  • 38 درصد مدیران کارشناسان خود را برای یادگیری لینوکس تشویق می کنند و حتی هزینه های آموزشی آن را پرداخت می نمایند.

 

سخن آخر:

خانه لینوکس ایران "شرکت فناوران آنیسا"، مفتاخر است تا در بالاترین سطح و گاهی بالاتر از استانداردهای بین المللی توانسته به بیش از 20000 دانشجو و بیش از 500 سازمان آموزش و خدمات مشاوره خود را در حوزه های متن باز ارائه نماید و بتواند با کمک شرکای تجاری، اساتید حرفه ای و بازوی توانمند دانشجویان سخت کوش خود، نقش مثبتی را در تحول صنعت فناوری اطلاعات داشته باشد.

 

بخشی از دوره تخصصی لینوکس LPIC-1 در خانه لینوکس ایران

سوالات رایج به نحوه شرکت در دوره ها:

 

چه کسانی نیاز دارند این دوره را بگذرانند؟

این دوره مخصوص کسانی است که می خواهند بصورت حرفه ای سرورهای لینوکسی خود را مدیریت کنند و یا برنامه های خود را بر روی لینوکس بصورت حرفه ای پیاده سازی کنند. این دوره به دوره مدیریت سرور لینوکس معروف است و متخصصان بعد از گذراندن این دوره می توانند در حوزه های لینوکس،‌ شبکه،‌ امنیت،‌ زیرساخت،‌ DevOps،‌ IOT،‌ Data Science و ... به کسب تخصص بپردازند.

 

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

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

 

با گذراندن این دوره در چه حوزه هایی می توانم وارد شوم؟

شما با یادگیری لینوکس می توانید در حوزه هایی چون مدیریت سیستم، شبکه و زیر ساخت، علوم داده، توسعه نرم افزار، DevOps، IOT، Embedded systems و خیلی حوزه های تخصصی دیگر وارد شوید.

 

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

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

 

آیا امکان شرکت در دوره ها از خارج از ایران امکان پذیر هست؟

بله، امکان شرکت از هرجای دنیا در دوره های آنلاین خانه لینوکس وجود دارد.

 

سامانه آموزش آنلاین مجموعه چیست؟

سامانه آموزش آنلاین خانه لینوکس نرم افزارهای توسعه داده شده مبتنی بر پروژه متن باز bigbluebutton  Moodle +می باشد که بر روی بستر امن و قدرتمند لینوکس میزبانی شده است و هر امکانی که در سامانه های آموزش آنلاین رایج وجود دارد را در بالاترین کیفیت ارائه می دهد و همچنین یه انقلابی را از لحاظ کیفیت و قدرت استفاده از امکانات، در صنعت آموزش آنلاین بوجود آورده است.

 

آیا کیفیت دوره های آنلاین به اندازه دوره های حضوری هست؟

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

 

دوره ها به چه زبانی برگزار می گردند؟

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

 

آیا می توانم همزمان در دو یا چند دوره آموزشی شرکت نماییم؟

در صورتی که یکی از این دوره ها آنلاین باشد، بله می توان. البته در صورت شرکت در دوره بصورت آفلاین، کسب مدرک به شرط قبولی در آزمون پایان دوره می باشد.

 

آیا امکان پرسش و پاسخ در کلاس آنلاین وجود دارد؟

بله شما در طول کلاس می توانید بصورت صوتی و یا تصویری، یا بصورت چت و حتی با به اشتراک گذاری تصویر صفحه کامپیوترتان در سامانهLMS ، به راحتی سوالات خود را بپرسید و استاد محترم مشکلات شما را در طول دوره به بهترین نحو حل می نماید.

 

آیا مدرس دوره تجربه عملیاتی مناسبی در حوزه مربوطه دارد؟

بله، مدرسان مجموعه آنیسا متخصصین و مدرسین برتر و مرجع حوزه تخصصی که آموزش می دهند با تجربه بالا در محیط ها کاری و عملیاتی هستند و غیر از دانش، بینش و تجربه را بصورت کاملا عملیاتی به دانشجویان منتقل می نمایند. قابل ذکر است که دوره های خانه لینوکس در بالاترین سطح علمی و عملی در دنیا ارائه می گردد.

 

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

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

 

امکان شرکت در کلاس ها بصورت آفلاین وجود دارد؟

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

 

ساعت برگزاری دوره ها به چه صورت است؟

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

 

آیا تعداد ساعت دوره های حضوری و آنلاین با یکدیگر متفاوت است؟

خیر، کاملا یکسان است.

 

سوالات رایج آزمون ها و مدارک:

 

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

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

در حوزه لینوکس، در صورت نیاز، دانشجویان می توانند جداگانه در ازمون های بین المللی موسسه LPI شرکت نمایند و پس از قبولی مدرک موسسه LPI را اخذ نمایند.

 

آیا مدرک خانه لینوکس قابل ترجمه هست؟

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

 

آیا می توانم بدون شرکت در دوره آموزشی در آزمون بین المللی شرکت کنم؟

بله، در صورت آمادگی برای شرکت در آزمون های بین المللی لینوکس، این امکان وجود دارد.

 

آزمون های بین المللی به چه زبانی برگزار می شوند؟

این آزمون ها در ایران به زبان انگلیسی برگزار می گردند.

 

چگونه داوطلبان می توانند صحت مدارک خود را به کارفرمایان اثبات کنند؟

کارفرمایان می توانند جهت آگاهی از وضعیت گواهینامه بین المللی متخصصین به صفحه verification page  مراجعه نمایند و پس از وارد کردن  LPI ID و  کد اعتبار سنجی متخصص، از صحت گواهینامه وی اطمینان حاصل نمایند و همچنین با ارائه شماره سریال مدرک موسسه، در وبسایت می توانند مدارک خانه لینوکس را استعلام نمایند.

  

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

این آزمون به صورت آنلاین در سامانه LMS مجموعه برگزار می گردد. اجرای تمارین کلاسی و تاییدیه مدرس جهت صدور مدرک نیاز است.

 

سوالات عمومی:

 

آیا من می توانم ویدیوی دوره را ضبط کنم؟

خیر، به منظور حفظ حق مالکیت معنوی موسسه (البته با لطف و حمایت دانش پژوهان محترم خانه لینوکس)، دوره های آنلاین توسط موسسه ضبط می گردند و تا دو ماه در دسترس کامل دانشجو برای تمرین و یادآوری در سامانه آموزش مجازی در دسترس هستند اما ضبط و انتشار ویدیوهای کلاس توسط دانشجو غیر قانونی است.

 

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

داشتن یک سیستم با حدود 30 گیگ هارد خالی و حداقل 8 گیگ مموری و حداقل cpu در سطح core i3 نیازمندی شرکت در این دوره هست. در دوره های حضوری مجموعه به هر دانشجو یک سیستم مجزا تخصیص داده می شود. دسترسی به اینترنت نیز برای کلاس های آنلاین، نیاز است.

 

آیا من پشتیبانی رو در طول دوره دارم؟

بله شما در طول دوره پشتیبانی مجموعه و مدرس را دارید.

 

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

بله، بدین منظور موسسه همواره آگهی های شغلی سازمان های همکار را در شبکه های اجتماعی منتشر می کند و با کسب دانش و تخصص، دانشجویان توانسته اند در بهترین شرکت ها و سازمان های داخلی و خارجی جمله Dell، Cisco، MTN، Amazon و حتی NASA مشغول به کار شوند.

 

آیا کلاس را می توانم بصورت خصوصی و یا اختصاصی برای سازمان برگزار کنم؟

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

 

آیا مسیر آموزشی مشخصی برای ادامه کسب تخصص وجود دارد؟

بله، حرفه ای ترین مسیر آموزش نتیجه سال ها تجربه و آموزش حرفه ای در صنعت و همچنین نتیجه اتاق فکر اساتید آنیسا بصورت یک Roadmap جامع در حوزه های مدیریت سیستم های لینوکس، توسعه نرم افزار، DevOps، IOT، Data Science، شبکه و DevNet و همچنین زیرساخت به دانشجویان ارائه می گردد.

 

تا چه مدت به دوره دسترسی دارم؟

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

 

سوالات رایج ثبت نام و پرداخت:

آیا امکان پرداخت هزینه دوره بصورت اقساط وجود دارد؟

بله خوشبختانه، این امکان وجود دارد.

آیا تخفیفی برای شرکت در دوره ها وجود دارد؟

بله تخفیفات دائمی چون تخفیف گروهی، دوره های همزمان، تخفیف معرفی و تخفیفات مناسبتی وجود دارد.

 

گروه سنی مخاطب دوره ها چیست؟

مخاطب دوره های تخصصی آنیسا معمولا جوانان و بزرگ سالان متخصص هستند اما دوره های مجزایی برای رده سنی نوجوانان و کودکان وجود دارد.

 

چگونه می توانم برای شرکت در دوره ثبت نام کنم؟

کافی است برای شروع در قسمت پیش ثبت نام، پیش ثبت نام را انجام داده و منتظر تماس همکاران ما باشید که در اسرع وقت و در ساعات اداری با شما تماس خواهند گرفت و شما را در ادامه پروسه ثبت نام همراهی می نمایند.

 

آیا رعایت پیش نیاز ها واجب است؟

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

 

من دانش آموزم آیا می توانم در دوره ها شرکت کنم؟

بله، با مشاوره و سنجش دانش شما در حوزه IT امکان شرکت در دوره مناسب سن و دانش شما وجود دارد.

 

دوره های پیشنهادی

EN / FA

فناوران آنیسا

تهران، میدان آرژانتین، خ وزرا، کوچه هشتم، یحیوی، پلاک ۴

 اطلاعات تماس:

  • 021-88716168
  • 021-88712172
  • 0910-8555111

info @ anisa.co.ir

© فناوران آنیسا | تمامی حقوق این سایت تحت مجوز GFDL برای فناوران آنیسا محفوظ است.
design by www.digitaldesign.ir