Companies Home Search Profile

Bash Shell Scripting Bootcamp: 10 Project-Based Learnings

Focused View

Vivek Pandit

4:14:14

96 View
  • 1. Introduction.mp4
    08:31
  • 1. Shebang theory.mp4
    01:13
  • 2. Shebang practical.mp4
    02:23
  • 1. Variables theory.mp4
    00:52
  • 2. Variable practical.mp4
    05:04
  • 1. Strings theory.mp4
    00:58
  • 2. Strings practical.mp4
    06:09
  • 1. Theory.mp4
    03:33
  • 2. practical.mp4
    04:53
  • 1. Arithmatic calculations theory.mp4
    01:54
  • 2. Arithmatic calculations practical.mp4
    06:23
  • 1. Input output redirection theory.mp4
    03:23
  • 2. Input output redirection Practical.mp4
    07:54
  • 3. Piping in bash.mp4
    04:00
  • 1. Arguments theory.mp4
    00:32
  • 2. Arguments practical.mp4
    04:29
  • 1. Exit status theory.mp4
    02:28
  • 2. Exit status practical.mp4
    04:59
  • 1. If-else conditions theory.mp4
    03:25
  • 2. if-else mathamatical comparision.mp4
    09:06
  • 3. if-else string comparision.mp4
    03:10
  • 4. File condition theory.mp4
    01:06
  • 5. File condition practical.mp4
    17:47
  • 1. While loop theory.mp4
    02:28
  • 2. While loop practical.mp4
    14:46
  • 1. For loop theory.mp4
    01:46
  • 2. For loop practical.mp4
    08:41
  • 1. Case statements theory.mp4
    01:40
  • 2. Case statements practical.mp4
    06:23
  • 1. Functions theory.mp4
    00:59
  • 2. Functions practical.mp4
    04:41
  • 1.1 Colorizing Shell.html
  • 1. Colors in bash.mp4
    08:26
  • 1.1 project-1.zip
  • 1. Project #1.mp4
    07:23
  • 2.1 project-2.zip
  • 2. Project #2.mp4
    05:28
  • 3.1 project-3.zip
  • 3. Project #3.mp4
    05:39
  • 4.1 project-4.zip
  • 4. Project #4.mp4
    07:13
  • 5.1 project-5.zip
  • 5. Project #5.mp4
    04:02
  • 6.1 project-6.zip
  • 6. Project #6.mp4
    09:01
  • 1.1 project-7.zip
  • 1. Project #7.mp4
    11:37
  • 2.1 project-8.zip
  • 2. Project #8.mp4
    15:45
  • 3.1 project-9.zip
  • 3. Project #9.mp4
    12:19
  • 4.1 project-10.zip
  • 4. Project #10.mp4
    20:39
  • 1.1 Document 1.pdf
  • 1. Bonus lecture.mp4
    01:06
  • Description


    Become a Linux Bash scripting expert through hands-on project-based learning with 10 real world beginner's projects.

    What You'll Learn?


    • Scripting Knowledge: Learners will acquire a solid understanding of shell scripting concepts, including variables, loops, conditionals, and functions.
    • Efficient Task Automation: Learners will be able to automate repetitive tasks and streamline workflows using shell scripts, saving time and effort.
    • File and Directory Manipulation: Learners will gain expertise in manipulating files and directories through shell scripting, including tasks like creating, copy
    • Data Processing and Manipulation: Learners will learn techniques to process and manipulate data using powerful command-line tools like grep, sed, and awk.
    • Error Handling and Debugging: Learners will develop skills in error handling and debugging techniques to troubleshoot and resolve issues in their shell scripts.
    • System Administration: Learners will acquire knowledge of system administration tasks through shell scripting, such as managing users.
    • Shell Script Optimization: Learners will understand techniques for optimizing shell scripts to improve efficiency, reduce resource consumption.
    • Script Portability: Learners will learn to write portable shell scripts that can run on different operating systems and shell environments.

    Who is this for?


  • System Administrators: Shell scripting is essential for system administrators
  • Developers and Programmers: Shell scripting can be valuable for developers and programmers, regardless of their primary programming language.
  • Data Analysts and Data Scientists: Shell scripting is valuable for data analysts and data scientists who work with large datasets.
  • DevOps Engineers: Shell scripting is a core skill for DevOps engineers who are responsible for automating and managing the deployment, configuration, and monitoring of software applications.
  • What You Need to Know?


  • A windows or linux operating system is required.
  • Some knowledge of linux is required.
  • More details


    Description

    Welcome to the Bash Shell Scripting Bootcamp: 10 Project-Based Learning! This comprehensive course covers the following topics through a 10 hands-on projects based approach:


    • Basics of the shell: Learn about the shell environment, its importance, and how to navigate and interact with it effectively.

    • Variables: Understand how to declare and use variables in bash scripting to store and manipulate data.

    • Strings: Explore string manipulation techniques, including concatenation, substitution, and extraction.

    • Command-line arguments: Discover how to handle command-line arguments passed to a script and incorporate them into your scripts.

    • Arrays: Learn how to work with arrays in bash scripting, including declaring, accessing, and manipulating array elements.

    • Colors in bash: Enhance your scripts with colorful output by incorporating ANSI color codes into your bash scripts.

    • Functions: Dive into functions and learn how to define and use them to modularize your scripts and improve code reusability.

    • Conditional statements: Master the use of conditional statements like if-else and case to make your scripts more dynamic and responsive.

    • Loops: Explore loop constructs such as for, while, and until to iterate over data and automate repetitive tasks.

    • File handling: Learn how to read from and write to files, manipulate file permissions, and perform other file-related operations in bash scripting and etc

    Course Curriculum :

    1. Introduction

      1. Introduction Video

    2. Basics Of Shell

      1. Shebang theory

      2. Shebang practical

    3. Variables In Bash

      1. Variables theory

      2. Variables practical

    4. Strings In Bash

      1. Strings theory

      2. Strings practical

    5. Arrays In Bash

      1. Arrays theory

      2. Arrays practical

    6. Arithmetic Calculations

      1. Arithmetic Calculations theory

      2. Arithmetic Calculations practical

    7. I/O Redirection And Piping In Bash

      1. I/O Redirection theory

      2. I/O Redirection practical

      3. Piping in bash

    8. Arguments In Bash

      1. Arguments theory

      2. Arguments practical

    9. Exit Status

      1. Exit status theory

      2. Exit status practical

    10. If-else Conditions in bash

      1. f-else conditions theory

      2. if-else mathematical comparisons

      3. if-else string comparisons

      4. File condition theory

      5. File condition practical

    11. While Loops

      1. While loop theory

      2. While loop practical

    12. For Loops

      1. For loop theory

      2. For loop practical

    13. Case Statements

      1. Case statements theory

      2. Case statements practical

    14. Functions In Bash

      1. Functions theory

      2. Functions practical

    15. Colors In Bash

      1. Colors in bash

    16. Simple Projects

      1. Project #1

      2. Project #2

      3. Project #3

      4. Project #4

      5. Project #5

      6. Project #6

    17. Advanced Projects

      1. Project #7

      2. Project #8

      3. Project #9

      4. Project #10

    18. Bonus Lecture

      1. Bounus


    Throughout the bootcamp, you'll explore the power of Linux and learn how to harness the full potential of bash scripting. You'll gain a solid foundation in Linux systems and understand how to navigate and manage them effectively. With this knowledge, you'll embark on a journey into the world of shell scripting, discovering its capabilities and unlocking new levels of productivity.

    Each project in this bootcamp has been thoughtfully designed to provide you with real-world scenarios where you can apply your newly acquired skills. From automating routine tasks to managing complex system configurations, you'll tackle a variety of challenges that will enhance your problem-solving abilities and boost your confidence as a shell scripter.

    By the end of this course, you'll have a strong command over Linux, bash scripting, and shell scripting, enabling you to create efficient and robust scripts. Whether you're a system administrator, developer, or aspiring DevOps engineer, this bootcamp will equip you with the tools and expertise needed to excel in your role.

    Join us on this exciting journey of Bash Shell Scripting Bootcamp and unlock your potential as a Linux shell scripting expert. Get ready to take your skills to the next level and achieve new heights of automation and productivity. Enroll now and start your project-based learning adventure today!


    Thank you :)

    Vivek Pandit

    Who this course is for:

    • System Administrators: Shell scripting is essential for system administrators
    • Developers and Programmers: Shell scripting can be valuable for developers and programmers, regardless of their primary programming language.
    • Data Analysts and Data Scientists: Shell scripting is valuable for data analysts and data scientists who work with large datasets.
    • DevOps Engineers: Shell scripting is a core skill for DevOps engineers who are responsible for automating and managing the deployment, configuration, and monitoring of software applications.

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    Vivek Pandit
    Vivek Pandit
    Instructor's Courses
    That's great to hear that Vivek Pandit is a successful ethical hacker who is providing his services to both government and private sectors in India. It's also impressive that he holds certifications like OSCP, CEH, and CISSP which are highly respected in the information security industry.Furthermore, training more than 25000 students worldwide is a significant achievement and demonstrates his dedication to sharing his knowledge and expertise with others. It's important to have skilled professionals in the field of ethical hacking to help protect organizations from cyber threats and vulnerabilities.Overall, it's encouraging to see individuals like Vivek Pandit making a positive impact in the cybersecurity industry, and I wish him continued success in his career.
    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 43
    • duration 4:14:14
    • Release Date 2023/08/01