Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
Udemy - Linux Fundamentals for IT Professionals
#1
[Bild: 203323675f34lnfmd.jpg]

Udemy - Linux Fundamentals for IT Professionals
Instructors: Durga Viswanatha Raju Gadiraju
9 sections • 68 lectures • 8h 8m total length
Video: MP4 1280x720 44 KHz | English + Sub
Updated 8/2022 | Size: 6.3 GB

Linux Commands for day to day usage and basics of Shell Scripting with Case Studies.


What you'll learn
Setup Ubuntu Linux on Windows using wsl
Getting Started with Linux Shell Commands using commands such as pwd, help, etc
Listing files and folders in Linux File System using ls
Filtering files and folders in Linux File System using commands such as find
Processing Data in Files using Linux Commands using commands such cat, tail, head, more, cut, sort, uniq, etc
Understanding File and Folder Properties and also commands to change the ownership as well as permissions
Managing Files and Folders in Linux using commands such as cp, mv, rm, etc along with awk for the automation
Basic System Commands in Linux such as lscpu, free, df, du, etc to get CPU, memory, free or available as well as used storage respectively
Comparing Files and Folders in Linux using diff
Variables and Environment Variables in Linux including commands such as env and concepts related to PATH Environment Variable
Getting Started with AWS to provision EC2 Instances to explore SSH, networking concepts, scp, etc
Overview of SSH to interact with remote servers which includes all key concepts such as sshd, configuration files, running commands remotely, etc
Basic Networking Concepts such as different ip addresses, ports using Linux including telnet command to troubleshoot networking issues
Copy Files and Folders between Multiple Systems using scp including fine tuning the performance of scp
Troubleshooting Application issues using find and grep in Linux
Monitoring and Managing Linux Servers using System Commands such as uptime, ps, lost, top, etc
Overview of Developer Tools for Linux using Windows - notepad++, winscp, visual studio code, etc
Overview of Ansible for Server Automation - Running Commands, Playbooks, Variables, Profiles, etc
Overview of Automation using Python on Linux - using os, subprocess, modules
Show more
Show less
Requirements
PC or Mac with decent configurationAt least 8 GB RAM, i5 or equivalent processorCPU with dual core or with higher configuration
Description
As part of this course, you will learn most of the important Linux commands that can come in handy while working in Linux-based environments.
Here are the high-level details of the Linux Commands that are covered as part of this hands-on course.
You will get started by having an appropriate environment to practice. Windows users can set up Ubuntu 20.04 using wsl.
Once the environment is ready, you will understand how to get started with basic Linux Commands.
The most commonly used command in Linux is ls. It is used to list the files. We will see different variations of ls by going through all the relevant arguments.
One of the powerful Linux commands and also my favorite is "find". It helps us to filter the files and directories based on name, type, modified time, etc. You will learn how to use the find command effectively from the perspective of finding the files based on the criteria.
As we understand how to get details related to files and folders in Linux, we will go through the details related to previewing the data in files using important Linux commands such as cat, tail, more, etc. Also, we will review Linux commands such as cut, sort, uniq to process the data. All these commands are typically used against text files.
After going through details related to ls, find commands as well as commands related to processing data in files, we will walk you through the details related to file and folder properties in Linux. You will get an overview of commands such as useradd, userdel, chmod, etc which are typically associated with file permissions.
One of the key aspects related to files and folders is to manage them effectively. We will go through the details about managing files and folders using Linux commands such as cp for copy, mv for move or rename, rm for delete or remove, tar to build uncompressed as well as compressed tar balls. Also, you will get a taste of the awk command to automate some of the common tasks such as reorganizing the files based on patterns.
The core components of a computer are nothing but CPU, Memory, and Storage. In this section or module, you will be learning Linux commands such as lscpu to get CPU;details, free to get memory details, and then df and du to get storage details.
At times, we need to make sure the data is in files as well as codebase to troubleshoot the production issues or bugs in QA. In this section, you will learn how to use the Linux command called diff to compare files and folders and review the differences.
Environment Variables are the ones that can impact the sessions logged in by users in Linux. As part of this section, you will be learning details related to Variables, Environment Variables. Also, you will understand how to list all the Environment Variables using Linux commands such env, and how to get a value of a Variable or Environment Variable using the Linux command echo. On top of these things, you will also learn all important aspects related to one of the most important Environment Variables called PATH.
As we gain a decent amount of knowledge related to Linux commands using a single server, it is time for us to explore other important commands such as ssh, scp, pssh, pscp, etc which require more than one Linux System or Server. Also, we need to go through basic networking concepts. To learn commands to interact between the servers as well as to understand basic networking concepts, we will get started with AWS to provision Ubuntu-based virtual machines. These Virtual Machines will be used in the subsequent sections to learn the concepts mentioned earlier as part of this bullet point.
Once we go through the details about getting started with AWS, we will focus on learning all key concepts related to SSH such as sshd daemon, updating ssh config files, and restarting sshd using systemctl or service command. Also, we will go through the details related to passwordless login and also ability to run commands remotely via ssh. We will also understand how to set up parallel ssh and then run commands on multiple Linux systems in parallel.
To be comfortable with learning in a Linux environment, it is very important for one to understand key concepts such as different types of IP;Addresses, Port Numbers, relationships between applications and databases with ports, etc. In this section, we will go through all important networking concepts using apache2, MongoDB, etc.
Once we are comfortable with SSH, it is time for us to use tools such as scp which uses ssh under the hood to copy files and folders between the Linux Systems. We will also explore parallel scp to copy files in parallel to multiple target systems from one source system. Also, we will go through the details related to speeding up the copy using different techniques which include submitting multiple scp commands using nohup.
One of the important aspects for any IT Engineer is to troubleshoot the application issues deployed in Linux by reviewing logs generated by applications. After going through scp, you will learn how to troubleshoot issues by using grep and find against log files of the applications deployed on the Linux Server.
To ensure that we can monitor and manage Linux Servers, we not only need to understand how to manage applications and databases in Linux but also need to understand the performance of the applications. For managing applications and databases on a Linux server, one should be familiar with commands such as apt to install applications and systemctl or service to manage the life cycle of applications and databases. To monitor, one should be familiar with commands such as ps, lsof, top, etc. You will learn how to monitor and manage applications as well as databases using examples such as ssh, apache2, mongodb, jupyterlab, etc.
As we learned quite a few commands and tools on Linux, now it is time for us to work on increasing productivity by using appropriate tools, especially for Windows users. You will see the relevance and also how to setup tools such as notepad++, winscp, visual studio code with remote development extension, git tools for Windows, etc.
Organizations will end up having hundreds of servers to support their applications. However, these hundreds of servers need to follow a handful of templates. Using Server Automation tools like Ansible, we should be able to automate the process of configuring a large number of servers using a handful of templates. You will get an overview of Ansible covering some of the core concepts of Ansible such as running commands, inventory, playbooks, variables, roles, etc.
Also, you will understand how to use programming languages like Python to take care of automation by using modules such as os, glob, subprocess, etc.

Homepage
Code:
https://www.udemy.com/course/linux-fundamentals-for-it-professionals/

[Bild: linuxfundamentalsfori79i0d.jpg]

Download from RapidGator

Download from DDownload
Zitieren


Möglicherweise verwandte Themen…
Thema Verfasser Antworten Ansichten Letzter Beitrag
  Linux Administration: Build 5 Hands-On Linux Projects 2023 Panter 0 60 11.03.2024, 00:38
Letzter Beitrag: Panter
  Dog Owners & Professionals: Where To Go From Here? Panter 0 97 20.12.2022, 00:32
Letzter Beitrag: Panter
  English For It Professionals 2.0 Panter 0 88 07.12.2022, 00:41
Letzter Beitrag: Panter
  English For Tech Professionals Panter 0 120 17.10.2022, 00:44
Letzter Beitrag: Panter
  Illustrator CC for Creative Professionals (Path) Panter 0 119 25.09.2022, 00:34
Letzter Beitrag: Panter
  Corporate Finance for Non-Financial Professionals Panter 0 130 19.09.2022, 18:36
Letzter Beitrag: Panter

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: 1 Gast/Gäste
Expand chat