0% found this document useful (0 votes)
35 views13 pages

7-Step Method For Stress Reduction - ZowhyCoaching

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views13 pages

7-Step Method For Stress Reduction - ZowhyCoaching

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

LINUX CERTIFICATION ONLINE TRAINING

Meet the growing Demand for an Operating System


with Linux Admin Certification

About Linux
Linux is one of the popular and open-source operating systems. Also, it's the
most sought-after IT skill in today's job market. The demand for Linux
administration is intensifying and shows no sign of slowing down. To be on
the receiving end of increasing payrolls and new opportunities, you need to
keep up with the latest advancements of Linux. Mindmajix offers the
industry-designed Linux course that covers everything you need to know to
become a certified and successful Linux professional.

https://mindmajix.com © Mindmajix Technologies Inc. All Rights Reserved


Linux Certification Course Key Features

30

25

https://mindmajix.com © Mindmajix Technologies Inc. All Rights Reserved Page No. 2


Course Curriculum: https://mindmajix.com/linux-training
Course Duration: 30 Hours

About Mindmajix
MindMajix is an edTech company offering quality training to professionals
and corporates seeking skill upgrade. With more than 500 technology
trainings to our LMS, we aim to deliver an industry-demand curriculum
through live training and self-paced videos, Training Materials, Resume
formats, and On Job Support. We have trained close to 500k professionals
and more than 100 corporates winning impressive feedback.

Course Overview
Mindmajix instructor-led online course will provide you with all the skills
required to become a successful Linux System Administrator. Our Linux
Training course will teach you from the basics of the Linux operating system
to the major concepts like administration, server configurations, shell
scripting, command line, networking, and more. By the end of this Linux
Administration training, you will gain complete knowledge of Linux from
both graphical and command-line perspectives. You will also work with real-
time projects which are primarily in line with the Linux Certification Exam.
Why are you waiting for? Enroll Now and enhance your Career
Opportunities.

https://mindmajix.com © Mindmajix Technologies Inc. All Rights Reserved Page No. 3


1. Installation and Initialization
In this module, you will understand Linux architecture in general, the
booting process, how to install Centos7 OS, system initialization and
some basic commands to get started.

Installation
Linux Architecture
Boot Process
Kernel
System Initialization
GRUB(Modify the system boot loader)
GUI
CLI(Access a shell prompt and issue commands with correct syntax
Use input-output redirection (>, >>, |, 2>, etc.)
Create and edit text files
Delete
Copy
Move files and directories
Introduction to Bash Shell
Basic Commands
Editors
Man Pages
Boot systems into different targets manually & automatically

2. Package management and Process monitoring


a) Package management which includes installing, updating and removing
software.
b) Topics on basic networking, tools needed, etc.
c) CMD's to monitor system processes and resources.

https://mindmajix.com © Mindmajix Technologies Inc. All Rights Reserved Page No. 4


Securing single-user mode (su login)
Shutting down and rebooting the system
RPM Package Manager
Installing and Removing Software
rpm Queries
rpm Verification
About yum
Using yum
Searching packages/files
Configuring local Repositories
What processes are?
The properties of a process
Parent processes and child processes
Killing processes and sending signals to a process (kill, killall, xkill)
How to start processes
Monitor them
Identify CPU/memory intensive processes
Adjust process priority
start/stop/check the status of network services
Configure networking and hostname resolution statically or
dynamically

3. Important Files, Directories and Utilities


In this module, you will learn about how to manage services, important
directories, files, and configurations. Also included are topics on different data
processing utilities.

Control services and Daemons


Start and stop services and configure services to start automatically
boot
/dev & /proc directories
System documentation under /usr/share/doc

https://mindmajix.com © Mindmajix Technologies Inc. All Rights Reserved Page No. 5


Awk Command
Sed Command
Use grep and regular expressions to analyze text
Backup Creation, Archive, compress, unpack and uncompress files
using tar, star, gzip, and bzip2, dump, restore, Locate and interpret log
files

4. System Services
In this module, you will learn how to configure NTP service, Schedule jobs,
Secure communication and copying of files, X Window system etc.

Network Time Protocol


X Windows
SSH: Secure Shell(Access remote systems using ssh
SCP
Passwordless SSH
Configure key-based authentication for SSH)
Cron
Controlling Access to cron
System crontab Files
Daily Cron Jobs
Anacron Scheduler
Schedule tasks using at

5. User Administration
In this module, you will learn the concepts of user administration in Linux, how
to add a new user account, modify and delete existing user accounts, etc. We
will also discuss network users and file permission techniques

https://mindmajix.com © Mindmajix Technologies Inc. All Rights Reserved Page No. 6


Adding a New User Account
User Private Groups
Modifying / Deleting User Accounts
Group Administration
Password Aging Policies
Switching Accounts
Studo access
Network Users
Authentication Configuration
SUID and SGID Executable
SGID Directories
The Sticky Bit
Default File Permissions
Changing file ownership (chown)
Changing file group ownership (chgrp)
Permissions on files
Permissions on directories
How permissions are applied
Changing permissions (chmod)
Access Control Lists (ACLs)

6. File System Security and Management


In this module, you will understand file system management which includes
mounting, unmounting, and automounter techniques. We will discuss details
of file system security and also understand how permissions are applied.
Device Recognition
Disk Partitioning
Managing Partitions
Making Filesystems(vfat, ext4, and xfs)

https://mindmajix.com © Mindmajix Technologies Inc. All Rights Reserved Page No. 7


Mount and unmount CIFS and NFS network file systems
Filesystems and types
Labels
tune2fs
Mount Points and /etc/fstab
Mounting Filesystems with mount
Unmounting Filesystems
Handling Swap Files and Partitions
NFS server and NFS Client
NFS share for group collaboration
Mounting NFS Filesystems
Automounter

7. Advanced file system management


In this module, we will learn how to create the Quota System, Reporting Quota
Status, etc, LVM Creation, Network Tools, File types, diff b/w soft and hard
links, etc.

Special file types


Symbolic links (ln -s)
Inodes and directory entries
Hard links
Preserving links while copying and archiving
Configuring the Quota System
Setting Quotas for Users
Reporting Quota Status
What is Logical Volume Manager (LVM)?
Creating Logical Volumes
Resizing Logical Volumes

https://mindmajix.com © Mindmajix Technologies Inc. All Rights Reserved Page No. 8


Network Interfaces
IPv4 Addresses
Dynamic IPv4 Configuration
Static IPv4 Configuration
Device Aliases
Routing Table
Default Gateway
Verify IP Connectivity
Defining the Local Host Name
Local Resolver
Remote Resolvers
Verify DNS Connectivity
Network Tools
NFS server and NFS Client
NFS share for group collaboration

8. Server configurations
In this module, you will learn about DNS and Apache Configuration, Analyze
and store logs.

Configure BIND to function as a caching-only DNS server


Configure a caching-only name server to forward DNS queries
Troubleshoot DNS client issues
Configuring BIND options
Configuring directory location for zone files
Apache Overview
Apache Server Configuration
Virtual Hosts
Apache Access Configuration
Deploy a basic CGI application
Configure SSL Certificate on apache server
Configure private directories
Analyze and store logs

https://mindmajix.com © Mindmajix Technologies Inc. All Rights Reserved Page No. 9


9. Samba & Mail services, Virtualization
In this module, you will learn about Samba (SMB) Service, Mail Service
(SMTP), and Linux Virtualization.

Configure SMB to provide network share to clients


Configure mail server to forward all emails to Central mail server
Introduction to KVM Virtualization
Virtual Machine installation
Configuring Virtual Machines
Install centos systems as virtual guests
Configure systems to launch virtual machines at boot

10. Advanced security & Networking concepts


In this module, you will learn about some advanced topics like SELinux,
IPTables (Firewall Configuration).

SELinux Overview
SELinux Contexts
SELinux Booleans
Use SELinux port labeling to allow services to use non-standard ports
Configure firewall settings
Boot level security (GRUB)
Zones and custom rules
To implement packet filtering and configure network address
translation (NAT)
Use /proc/sys and sysctl to modify and set kernel runtime parameters

https://mindmajix.com © Mindmajix Technologies Inc. All Rights Reserved Page No. 10


11. IP configuration, Kickstart configuration
In this module, you will learn about IP configuration and how to perform a
kickstart installation using different services.

Ip configuration
Kickstart installation using NFS
HTTP services
Setting Grub Password
Setting root password for single user mode from Grub page
Configure systems to mount file systems at boot by Universally
Unique ID (UUID) or label
List
Create
Delete partitions on MBR and GPT disks.

https://mindmajix.com © Mindmajix Technologies Inc. All Rights Reserved Page No. 11


Trusted By Companies Worldwide & 410K+ Learners

Successfully trained 120+ enterprises around the globe!

User Ratings on Linux Course

(4.5) (4.3)
Google Ratings Trust Pilot Score

(4.5)
Facebook Ratings

https://mindmajix.com © Mindmajix Technologies Inc. All Rights Reserved Page No. 12


JOIN US !

Mindmajix Online Training Portal


Over 410K+ Happy Students Still growing

https://mindmajix.com

Contact info

info@mindmajix.com

INDIA: +91-9246333245
USA : +1 917 456 8403

https://mindmajix.com © Mindmajix Technologies Inc. All Rights Reserved

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy