وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Ultimate DevSecOps With Real World Scenarios

سرفصل های دوره

In this course you will learn all the DevOps technologies and methods needed for your career


1. Introduction
  • 1. What Is DevOps Vs DevSecOps

  • 2. LinuxUnix For DevOps and Developers
  • 1.1 Linux slides.zip
  • 1. Slides.html
  • 2. Linux from the beginning History and Evolution
  • 3. Linux vs Unix
  • 4. Unix Architecture
  • 5. Linux Directory Structure
  • 6. Basic Linux Commands
  • 7. Basic Linux Commands Hands-On
  • 8. Working with Directories
  • 9. Working with Directories Hands-On
  • 10. Listing Files and Understanding ls Output
  • 11. Listing Files and Understanding ls Output Hands-On
  • 12. Links and Shortcuts in Linux
  • 13. Links and Shortcuts in Linux Hands-On
  • 14. File and Directory Permissions
  • 15. File and Directory Permissions Hands-On
  • 16. Finding Files and Directories Hands-On
  • 17. Viewing Files and the Nano Editor
  • 18. Viewing Files and the Nano Editor Hands-On
  • 19. Editing Files in ViVim
  • 20. Editing Files in ViVim Hands-On
  • 21. Linux copy move commands Hands-On
  • 22. Input Output and Redirection
  • 23. Input Output and Redirection Hands-On
  • 24. Linux Comparing Files Hands-On
  • 25. Linux Transfer Files Over Network
  • 26. Shell Aliases Hands-On
  • 27. Linux Environment Variable Hands-On
  • 28. Processes and Job Control
  • 29. Processes and Job Control Hands-On
  • 30. Scheduling Repeated Jobs with Cron
  • 31. Scheduling Repeated Jobs with Cron Hands-On
  • 32. Linux History Hands-On
  • 33. Linux Sudo Another Users Hands-On
  • 34. Linux Users Management Hands-On
  • 35. The Linux Boot Process
  • 36. Linux File System Hands-On
  • 37. What is Shell Scripting
  • 38. Linux Operators
  • 39. Linux Loops
  • 40. Linux Var Special
  • 41. Linux Functions
  • 42. Linux if else Case
  • 43. Linux Interview Preparation Part 1
  • 44. Linux Interview Preparation Part 2
  • 45. Linux Interview Preparation Part 3

  • 3. Python For Ethical Hackers
  • 1. Install Python
  • 2. Hello World
  • 3. Data Types
  • 4. Numbers
  • 5. Math functions
  • 6. Operator Precedence
  • 7. Variables
  • 8. Strings
  • 9. Escape Sequence
  • 10. Types Conversion
  • 11. Formated Strings
  • 12. Strings Indexes
  • 13. Boolean
  • 14. Lists
  • 15. List Methods
  • 16. Matrix
  • 17. None
  • 18. Dictionary
  • 19. Dictionary Methods
  • 20. Tuple
  • 21. Conditional If Else
  • 22. For Loop
  • 23. Range
  • 24. While
  • 25. Break Continue Pass
  • 26. Functions
  • 27. Args Kwargs
  • 28. Packages in Python
  • 29. Error Handling
  • 30. Input Output (IO)
  • 31. InputOutput (IO) Error Handling
  • 32. What is Port Scanner and how it works.html
  • 33.1 40-portscanner.zip
  • 33. Building our first Port Scanner from the scratch
  • 34. Web Application Directory Discovery.html
  • 35.1 43-directories.zip
  • 35. Building our first Directory Discovery from the scratch
  • 36. What is Brute Force Attack.html
  • 37. Types of Brute Force Attacks.html
  • 38.1 48-bruteforce.zip
  • 38. Building our first Brute Login from the scratch

  • 4. AWS (Amazon Web Services) For DevOps
  • 1. What is AWS and Why
  • 2. IAM Introduction
  • 3. IAM How Can Users Access
  • 4. IAM Users Groups
  • 5. IAM Password Policy
  • 6. IAM Policy
  • 7. IAM MFA
  • 8. IAM CLI (Command Line)
  • 9. IAM Cloud Shell
  • 10. IAM Role
  • 11. IAM Security Tools
  • 12. EC2 Introduction
  • 13. EC2 Launch Your First
  • 14. EC2 Instance Connect
  • 15. EC2 Roles (Instance Profile)
  • 16. EC2 Placement Group Overview
  • 17. EC2 Placement Group Hands On
  • 18. EC2 Hibernate
  • 19. EC2 ENI (Elastic Network Interface)
  • 20. EC2 Spot Instances
  • 21. EBS Overview (Elastic Block Storage)
  • 22. EBS Hands On (Elastic Block Storage)
  • 23. AMI Overview (Amazon Machine Images)
  • 24. AMI Hands On (Amazon Machine Images)
  • 25. EFS Overview (Elastic File System)
  • 26. EFS Hands On (Elastic File System)
  • 27. ASG Overview
  • 28. ASG Launch configuration
  • 29. ASG Create ASG Groups
  • 30. ELB Overview
  • 31. ELB Classic
  • 32. ELB Target groups
  • 33. ELB Network LB
  • 34. ELB Application LB
  • 35. VPC overview
  • 36. Create your first VPC
  • 37. VPC Subnets
  • 38. Elastic IP
  • 39. VPC Route Tables
  • 40. VPC NAT
  • 41. VPC Egress Only
  • 42. VPC ACL
  • 43. VPC Peering
  • 44. VPC Internet Gateway
  • 45. Route53 Overview
  • 46. Route53 Register Domain
  • 47. Route53 HostedZones
  • 48. Route53 HealthCheck
  • 49. AWS Interview Preparation Part 1.html
  • 50. AWS Interview Preparation Part 2.html
  • 51. AWS Interview Preparation Part 3.html
  • 52. AWS Interview Preparation Part 4.html
  • 53. AWS Interview Preparation Part 5.html
  • 54. AWS Interview Preparation Part 6.html

  • 5. Jenkins CICD
  • 1. What is CICD
  • 2. What is Jenkins and why
  • 3. Install Jenkins
  • 4. Create Jenkins job
  • 5. Job General
  • 6. Job SCM
  • 7. Job Triggers
  • 8. Job Environment
  • 9. Job Build
  • 10. Job Post Build
  • 11. Job Views
  • 12. Managements System Information
  • 13. Managements Global Tool
  • 14. Managements System Logs
  • 15. Managements Configure System
  • 16. Managements Plugin
  • 17. Managements Users
  • 18. Managements Security
  • 19. Managements Credentials
  • 20. Managements Nodes

  • 6. Containerization Technology - Docker
  • 1. What is Docker and why
  • 2. How Docker works Architecture
  • 3. VM vs Containers
  • 4. Install Docker On Linux
  • 5. Install Docker On MAC
  • 6. Docker Overview
  • 7. Docker Engine
  • 8. Docker Images
  • 9. Docker Containers
  • 10. Docker Storage
  • 11. Docker Networking
  • 12. Docker Commands Overview
  • 13. Dockerfile Basics
  • 14. Compose Basics
  • 15. Hello World Container
  • 16. Ubuntu Container
  • 17. Containers Management
  • 18. Images Management
  • 19. Our first Nginx Container
  • 20. Nginx Custom
  • 21. Dockerfile part1
  • 22. Dockerfile part2
  • 23. compose INTRO
  • 24. compose YAML Syntax
  • 25. compose app py file
  • 26. compose Dockerfile
  • 27. compose docker app py
  • 28. compose up
  • 29. compose bind mount
  • 30. compose more option
  • 31. Docker Interview Preparation Part 1
  • 32. Docker Interview Preparation Part 2
  • 33. Docker Interview Preparation Part 3
  • 34. Docker Interview Preparation Part 4

  • 7. Containerization Technology - Kubernetes
  • 1. Concepts Overview
  • 2. Kubernetes Components
  • 3. Create a Kubernetes cluster
  • 4. Deploy an app
  • 5. Explore your app
  • 6. Expose your app publicly
  • 7. Scale up your app
  • 8. Curriculum of the CKAD exam.html
  • 9. Core Concepts (13%)
  • 10. Multi-Container Pods (10%)
  • 11. Pod Design (20%)
  • 12. State Persistence (8%)
  • 13. Configuration (18%)
  • 14. Observability (18%)
  • 15. Services and Networking (13%)

  • 8. IAC (Infrastructure As Code) - AWS CloudFormation
  • 1. What is IAC (Infrastructure As Code)
  • 2. CloudFormation Overview
  • 3. YAML Syntax
  • 4. CloudFormation Create Stack
  • 5. CloudFormation Update Delete stack
  • 6. CloudFormation Parameters
  • 7. CloudFormation Resources
  • 8. CloudFormation Mapping
  • 9. CloudFormation Outputs
  • 10. CloudFormation Conditions
  • 11. Cloudformation Internsic Function
  • 12. CloudFormation User data
  • 13. CloudFormation cfn init
  • 14. CloudFormation cfn Signal
  • 15. CloudFormation RollBack
  • 16. CloudFormation Nested
  • 17. CloudFormation Change sets
  • 18. CloudFormation DependsOn
  • 19. CloudFormation Drift detect

  • 9. IAC (Infrastructure As Code) - Terraform
  • 1. Terraform Introduction
  • 2. Terraform Visual Studio Code Download
  • 3. Terraform Folder Setup
  • 4. Terraform Create your First Resource
  • 5. Terraform Install Terraform
  • 6. Terraform IAM Users
  • 7. Terraform Generate Secrets
  • 8. Terraform INIT
  • 9. Terraform PLAN
  • 10. Terraform APPLY
  • 11. Terraform Destroy
  • 12. Terraform tfstate File
  • 13. Terraform Strings
  • 14. Terraform boolean variables
  • 15. terraform list var
  • 16. terraform Map var
  • 17. terraform using string var
  • 18. terraform using list var
  • 19. terraform using map var
  • 20. terraform using input var
  • 21. terraform using output
  • 22. terraform using object var
  • 23. terraform EC2 Create Instance
  • 24. Terraform EC2 EIP
  • 25. Terraform EC2 SG
  • 26. Terraform module first
  • 27. terraform Module output
  • 28. terraform Module remote
  • 29. terraform IAM Create user and attach
  • 30. Terraform RDS create
  • 31. Terraform advance backend create s3
  • 32. terraform advance backend use s3
  • 33. terraform advance count
  • 34. terraform advance import
  • 35. terraform advance depends
  • 36. terraform advance data sources
  • 37. terraform advance syntax validate
  • 38. terraform advance format
  • 39. terraform advance providers multiple
  • 40. terraform advance remote provesioner
  • 41. terraform advance local provisioner
  • 42. terraform plan destroy
  • 43. terraform advance workspaces
  • 44. terraform advance taint
  • 45. terraform advance functions
  • 46. terraform advance debugging
  • 47. terraform sensitive param
  • 48. Terraform Interview Preparation Part 1
  • 49. Terraform Interview Preparation Part 2
  • 50. Terraform Interview Preparation Part 3
  • 51. Terraform Interview Preparation Part 4

  • 10. Continuous Monitoring - AWS CloudWatch
  • 1. CloudWatch Overview
  • 2. CloudWatch Default Metrics
  • 3. CloudWatch Custom Metrics
  • 4. CloudWatch Alarms
  • 5. CloudWatch Billing Alarms
  • 6. CloudWatch Logs Overview
  • 7. CloudWatch Logs Custom
  • 8. CloudWatch Logs Filters and alarm
  • 9. CloudWatch Events
  • 10. CloudWatch Dashboards

  • 11. Soft Skills for DevOps
  • 1. What Are Soft Skills
  • 2. The Difference Between Hard Skills vs Soft Skills
  • 3. Why We Need Soft Skills and The 10 Most Important Soft Skills List & Examples
  • 4. Communication
  • 5. Teamwork
  • 6. Adaptability
  • 7. Problem-Solving
  • 8. Creativity
  • 9. Work Ethic
  • 10. Interpersonal Skills
  • 11. Time Management
  • 12. Leadership
  • 13. Attention to Details

  • 12. DevSecOps Practice 1 - Jenkins , Github and AWS
  • 1. What we will Build (Diagram)
  • 2. Creating VPC and Subnets
  • 3. Creating IGW and NAT
  • 4. Install VPN
  • 5. Setup VPN
  • 6. Install Jenkins
  • 7. Setup Jenkins URL
  • 8. Integrate Jenkins GitHub AWS Part 1
  • 9. Integrate Jenkins GitHub AWS Part

  • 13. DevSecOps Practice 2 - SSH Tunneling
  • 1. What is an SSH tunnel and how does it work
  • 2. SSH Local Port Forwarding
  • 3. Practice Lab - SSH Local Port Forwarding
  • 4. SSH Remote Port Forwarding
  • 5. Practice Lab - SSH Remote Port Forwarding
  • 6. SSH Dynamic Port Forwarding
  • 7. Practice Lab - SSH Dynamic Port Forwarding
  • 53,700 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

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

    ایمیل شما:
    تولید کننده:
    مدرس:
    شناسه: 21808
    حجم: 11159 مگابایت
    مدت زمان: 1620 دقیقه
    تاریخ انتشار: 8 آبان 1402
    دسته بندی محصول
    طراحی سایت و خدمات سئو

    53,700 تومان
    افزودن به سبد خرید