Companies Home Search Profile

Linux Command Line and Shell Scripting Masterclass

Focused View

Arshad Syed

17:25:46

101 View
  • 1. Course Overview - What to expect.mp4
    03:00
  • 2.1 Arrays.zip
  • 2.2 AWK.zip
  • 2.3 Conditionals.zip
  • 2.4 Enterprise Level Shell Script.zip
  • 2.5 GetOpts.zip
  • 2.6 Grep.zip
  • 2.7 Iterations.zip
  • 2.8 Linux Command Line & Shell Scripting Masterclass - Final.pptx
  • 2.9 Processing Input.zip
  • 2.10 Processing Output.zip
  • 2.11 Regex.zip
  • 2.12 Utilities.zip
  • 2. Course Material.html
  • 3. How to take this Course.html
  • 4. Motivation - Why push yourself to complete this course.html
  • 1. Installing Oracle VirtualBox and Linux Mint.mp4
    19:13
  • 1. Vim & Notepad++.mp4
    23:23
  • 1. Users - Roles and Management.mp4
    37:43
  • 2. User Roles and Management.html
  • 1. File and Directory Permissions - Part 1.mp4
    26:39
  • 2. File and Directory Permissions - Part 2.mp4
    33:15
  • 3. Permissions.html
  • 1. Linux Commands - Part 1.mp4
    31:10
  • 2. Linux Commands - Part 2.mp4
    38:41
  • 3. Linux Commands - Part 3.mp4
    44:28
  • 4. Commands.html
  • 1. Vim Commands.mp4
    26:04
  • 2. Vim Commands.html
  • 1. Shell Expansion.mp4
    26:42
  • 2. Shell Expansion.html
  • 1. Basic Shell Scripting - Part 1.mp4
    33:40
  • 2. Basic Shell Scripting - Part 2.mp4
    27:34
  • 3. Basic Shell Scripting - Part 3.mp4
    33:45
  • 4. Basic Shell Scripting.html
  • 1. Evaluating Expressions with Braces, Brackets & Parentheses.mp4
    26:29
  • 2. Braces, Brackets & Parentheses.html
  • 1. File Descriptors.mp4
    12:34
  • 2. File Descriptors.html
  • 1.1 Iterations.zip
  • 1. Iterations.mp4
    28:56
  • 2. Iterations.html
  • 3.1 Conditionals.zip
  • 3. Conditionals - IF Statements.mp4
    23:46
  • 4. IF Statements.html
  • 5.1 Conditionals.zip
  • 5. Conditionals - Case Statements.mp4
    08:11
  • 6. Case Statements.html
  • 7.1 Regex.zip
  • 7. Regular Expressions.mp4
    14:42
  • 8.1 Arrays.zip
  • 8. Arrays.mp4
    16:54
  • 9. Arrays.html
  • 1.1 AWK.zip
  • 1. Awk - Overview & Variables.mp4
    45:04
  • 2.1 AWK.zip
  • 2. Awk - Pattern Matching.mp4
    29:01
  • 3. AWK Variables.html
  • 4. Sed.mp4
    10:23
  • 5. Sed.html
  • 6.1 Grep.zip
  • 6. Grep.mp4
    10:58
  • 7.1 Utilities.zip
  • 7. Utilities - Cut, Sort & Uniq.mp4
    11:07
  • 1. Cron.mp4
    36:31
  • 1.1 GetOpts.zip
  • 1. Getopts.mp4
    36:46
  • 2.1 Processing Input.zip
  • 2. Processing Input.mp4
    13:32
  • 3.1 Processing Output.zip
  • 3. Processing Output.mp4
    12:37
  • 1.1 Enterprise Level Shell Script.zip
  • 1. An Enterprise-level Shell Script - Part 1.mp4
    38:25
  • 2.1 Enterprise Level Shell Script.zip
  • 2. An Enterprise-level Shell Script - Part 2.mp4
    32:06
  • 3.1 Enterprise Level Shell Script.zip
  • 3. An Enterprise-level Shell Script - Part 3.mp4
    22:26
  • 4.1 Enterprise Level Shell Script.zip
  • 4. An Enterprise-level Shell Script - Part 4.mp4
    28:37
  • 5.1 Enterprise Level Shell Script.zip
  • 5. An Enterprise-level Shell Script - Part 5.mp4
    24:41
  • 6.1 Enterprise Level Shell Script.zip
  • 6. An Enterprise-level Shell Script - Part 6.mp4
    36:06
  • 7.1 Enterprise Level Shell Script.zip
  • 7. An Enterprise-level Shell Script - Part 7.mp4
    22:54
  • 8.1 Enterprise Level Shell Script.zip
  • 8. An Enterprise-level Shell Script - Part 8.mp4
    14:39
  • 9.1 Enterprise Level Shell Script.zip
  • 9. An Enterprise-level Shell Script - Part 9.mp4
    22:22
  • 10.1 Enterprise Level Shell Script.zip
  • 10. An Enterprise-level Shell Script - Part 10.mp4
    17:36
  • 11.1 Enterprise Level Shell Script.zip
  • 11. An Enterprise-level Shell Script - Part 11.mp4
    43:06
  • 1. Enhancing your skills.html
  • 2. Updating your Resume.html
  • Description


    Learn Linux command line skills and professional Shell Scripting skills

    What You'll Learn?


    • Master Linux Basics starting with a Linux Mint installation and setting up accounts and permissions
    • Achieve mastery of the Linux Command Line
    • Learn Enterprise-level Shell Scripting
    • Learn about various utilities such as Awk, Grep and Sed
    • Learn to schedule and automate tasks using Cron
    • Gain mastery over Shell Scripting by working on real-world scenarios
    • Completing a real-world Enterprise level project with professional coding standards

    Who is this for?


  • Anyone wanting to learn the basics of Linux starting from the ground up with a Linux installation
  • Anyone that wants to gain mastery over Linux Commands
  • Software developers who want to add Linux Shell Scripting to their reportoire of skills
  • What You Need to Know?


  • A basic computer with a Windows or Mac operating system is all that is required
  • Some basic programming experience is required but not necessary since this course covers the basics
  • More details


    Description

    This course covers the following topics:


    • Installing VirtualBox and Linux Mint - Covers the basic installation to get you up and running for this course.

    • Editors - Vi and Notepad++. Discussion of the command based Vi Editor and some regular editor options.

    • Account Management - Root, Sudo, Admin and Regular users.

    • File and Directory Permissions - Permissions on Files and Folders. User, Group and Others.

    • Linux Commands - File and Directory Commands, User Info Commands, Networking Commands, SSH and File Transfer Commands, Disk Commands, Security Commands, Archiving Commands, Search Commands, Installation Commands

    • Vi Editor - Commands frequently used in the Vi Editor.

    • Shell Expansion - Brace expansion, Tilde expansion, Parameter expansion, Command substitution, Arithmetic expansion, Process substitution, Word splitting, Filename expansion, Quotes.

    • Basic Shell Scripting - Fundamentals of Shell Scripting.

    • Braces, Brackets & Parentheses - Evaluation of Expressions.

    • File Descriptors - Std Input, Std Output & Std Error

    • Iterations - While loops, For loops, Until loops

    • Conditionals

      • Case Statements

      • IF Statements

    • Regular Expressions - Use of Regular Expressions in Pattern Matching.

    • Arrays

    • AWK - Use of AWK to extract and format data.

    • SED - Use of SED to perform search and replace functions.

    • Grep - Use of Grep to search for patterns of data.

    • Utilities - Cut, Sort and Uniq

    • Cron Scheduling - Perform automated batch processing.

    • Processing Input and Output

    • Master Script - 5hrs of content covering different areas of Corporate Shell scripting



    Who this course is for:

    • Anyone wanting to learn the basics of Linux starting from the ground up with a Linux installation
    • Anyone that wants to gain mastery over Linux Commands
    • Software developers who want to add Linux Shell Scripting to their reportoire of skills

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    I have a diverse background in the Software Development and Unix Admin fields spanning 26 years. My software skills include C#, Java, Python, Shell Scripting and Sql in a variety of platforms. I have also played an assisting role in Unix Administration tasks. I hope to use all my experiences in the learning process to develop courses which will help new students come up to speed with new technologies in the quickest and most efficient manner possible.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 41
    • duration 17:25:46
    • Release Date 2023/09/04