Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Specialization in DevOps - Jan 2025
Linux Admin Training (RHCSA_v9)
Session 1 - Introduction of Linux |Operating System |CPU/RAM/Hardware|Linux distributor |RHEL9|Install RHEL9|Way to install OS|Bare metal |Virtualization |Cloud computing |Container technology |Hypervisor |Install Oracle VM|Rhel Image|ISO Image |Install RHel in VM |Root account |GUI & CLI & WebUI (120:13)
Summary - Session 1
Session 2 - GUI & CLI |Firefox Command |Crtl + c|Which Command |Gedit |Firefox code|Open Source Code |Gnome ScreenShot|foreground |Jobs command |Ping command |RAM File |Ctrl + z|Free command |History Command |Ctrl + l|Ctrl + s|Ctrl + q|Mkdir |Persistent Storage |ls & cd & Cat |Use of touch command (94:10)
Summary - Session 2
Session 5 - Text Editor |Vim Editor |Insert mode|Command mode |Vi command |User management |Permissions |Authentication |IAM concept |Create User |useradd command |passwd file |shadow file |Set password |Remove password |User ID |Admin user |General user |System user |Root password | Finger database (105:11)
Summary Session 5
Session 7 - Home directory |Passwd file|Getent|Ldap concept |Shell|bash shell|Bash command |Interactive and Non-interactive user |No login |Path concept |UID|Authentication |Switch user |Usermod|Shadow file|Recursive directory concept |Remove file |Secure file |Last Command |Log file |Pam concept (85:41)
Summary Session 7
Specialization in DevOps
Session 1 - Virtualization Basics | Deployment | Accessibility | CPU | RAM | OS | Hard disk | Hardware control | Startup program | Cost-saving | Resource optimization | Hypervisor | Multi-OS | Virtual machines | VMware | Efficiency | Time reduction | Performance | Bare metal comparison (130:25)
Summary Session 1
2. Specialisation in DevOps by Mr Vimal Daga_GMT20250124-153415 (169:26)
Summary Session 2
Session 3 - Intro to Containerization | Docker Installation | Docker Images | Launching Containers | Container Management | Networking | App Deployment | Manual Configuration | File Transfer | App Access | Automation | DevOps Principles | Docker Engine | Docker Hub | Multi-OS Support (136:16)
Summary Session 3
Session 4 - Containers from images | Configuring OS | Manual vs automated setup | Imperative vs declarative automation | Prebaked images | Scaling in containers | Custom image creation | Docker commit vs Dockerfile | Dockerfile keywords (FROM, RUN, COPY, CMD) | Building & running Docker containers (149:54)
Summary Session 4
Session 5 - Dockerfile | Build Time & Run Time | CMD vs ENTRYPOINT | Docker Build & Run | Docker History | Stopped Containers | Command Overwriting | Container Lifecycle | Argument Passing | Bulk Container Deletion (111:24)
Summary Session 5
Session 6 - Docker Image Downloading & Usage | Running & Managing Containers | Setting Up MySQL in Docker | Environment Variables in Containers | Image Tagging & Versioning | Container Networking & Connectivity (115:35)
Summary Session 6
Session 7 - Containers | Networking | Automation | Configuration | Scaling | Deployment | Dockerfiles (153:48)
Summary Session 7
7_1. Specialisation in DevOps Project Session by Mr Vimal Daga_GMT20250205-151530 (86:06)
Session 8 - Container Image Size Optimization | Using Lightweight Images | Docker Buildkit vs Legacy Builder | Layering in Docker Images | Removing Unnecessary Metadata | Parallel Execution in Buildkit | Combining Commands Efficiently | Time & Resource Optimization (113:06)
Summary Session 8
Session 9 - Docker Multi-Stage Builds | Java Build Process & Maven | Optimizing Container Image Size | Dockerfile Best Practices | Parallelism & BuildKit in Docker (139:10)
Summary Session 9
Session 10 - Docker Image Optimization Techniques Multi-Stage Build & Best Practices | Using Distroless & Alpine Images | Security Enhancements in Docker | Scratch Images & Static Compilation (95:54)
Summary Session 10
Session 11 - Docker Image Archiving (docker save & docker load) | Image Layer Structure & Metadata | Docker Build Caching | Using Docker Hub for Image Storage | Managing Image Versions & Tags (116:04)
Summary Session 11
Session 12 - DIND (Docker-in-Docker) Concept | Jenkins Master-Slave in Docker | Docker Engine, Services & Sockets | Mounting Docker Socket for Nested Containers | Dockerfile & Volume Mounting Best Practices (108:03)
Summary Session 12
13. Specialisation in DevOps by Mr Vimal Daga_GMT20250218-151613 (108:03)
Summary Session 13
Docker Interview Question
Docker Interview Question Set - 1
Docker Certified Associate (DCA) Extra Sessions
Session 7 - Running Container in Detached Mode | Docker Compose | Docker Engine | YAML Language | Multicontainer (129:33)
Session 7 - Summary
Session 8 - Network Infrastructure | Docker Compose | Multi container Concepts (119:15)
Session 8 - Summary
Session 12 - Integrating docker file and docker-compose | Tomcat Server | Docker attach Command | Bash Program |ROOT Directory | Docker-compose build | Patting in docker-compose | ADD Keyword in Docker File | Copy & Extracting Files | Expose Ports & Keywords in docker file | ENV Keyword (116:41)
Session 12 - Summary
Session 13 - PID | Why Docker is Superfast? | Need of OS | Process | Nested Process | Pgrep Command | /proc directory | Bash Shell | Kernel | Cgroup (98:19)
Session 13 - Summary
Session 14 - Data Structure | Data Member| Create Class | Create Object | Use of Objects | Methods/ Functions | Mutator |Accesor | Validation | Mutable Property | Immutable Property | Control access of variable (124:11)
Session 14 - Summary
Session 15 -Horizontal Scaling | SPOF | Container Cluster | Create Cluster | Swarm Tool | Why Cluster? | Master Node | Slave Node | Docker Swarm Command | Launch Container through Swarm | Docker Service Command (92:16)
Session 15 - Summary
Session 16 - Cluster | Create Cluster using docker- swarm | Encapsulation | Task | Replication | Pre-created Load Balancers | Replicas Keyword | Fail Over| Fault Tolerance | State| Scaling | Scale Out | Scale In | Orchestration (127:05)
Session 16 - Summary
Python Training
Python Bootcamp - Session 1: CPU Performance | Polyglot Programming | Installing Anaconda | REPL | Statements | RAM | OS | Interpreters | Kernel | Variables | Data Types | Integers | Boolean | Float | Strings | f-String | Arrays | Tuples | CRUD | Lists | Operators | Loops (463:00)
Summary Python Bootcamp Session 1
Python Bootcamp - Session 2: Built-in Functions | TTS (pyttsx3) | Modules & Imports | PIP & Libraries | OS Module | Memory Management | Process Execution | Stack Memory | Function Calls | Return Mechanism | Variables | OOP Intro | Classes & Objects | CRUD | Methods | Special Methods (178:45)
Summary Python Bootcamp Session 2
Python Bootcamp - Session 3: List vs Tuple | Dictionary Data Structure | Using Loops for Data Retrieval | Function Variables & Assignments | Working with *args and **kwargs | Storing and Accessing Contact Data | Indexing and Position-Based Access | Tuples vs Lists in Function Arguments (112:47)
Summary Python Bootcamp Session 3
OOPs (Object-Oriented Programming) concepts Session By Mr. Vimal Daga
Session 01 - OOP | Data-organization | Custom-structures | Encapsulation | Classes | Objects | Instantiation | Attributes | Methods | Self-variable | Memory-management | CRUD-operations | Getter | Setter | Abstraction | Reusability (165:27)
Summary Session 1
Session 2 - Classes & Objects in Python | Access Modifiers: Public, Private, Protected | Encapsulation & Data Validation | Constructors & Automatic Execution | Global vs Local Variables | Class Variables vs Instance Variables (187:43)
Summary Session 2
Python Training Extra Session by Mr. Vimal Daga
Session 4- List & Array |2D data |row-wise and column-wise operation|Numpy |primitive data Structure |Custom data Structure|Install NumPy |Computer Vision |Install OpenCV-Python |Click the photo|Imwrite()|imshow()|waitkey()|Create Own Image |Pixel |RGB color |2D & 3D|Crop image (126:04)
Summary - Session 4
Session 6 - Conditions |True & False |Operators|Multi-line comment |Boolean|End= keyword |Inline way block of code |conditional expression or ternary operator|Functional programming|Logical Operators|AND, OR & NOT |Truth table|Lazy Operator |IN Operator (109:03)
Summary - Session 6
Session 7 - program file |Process|Run time |Data sources |Speech Recognize |Mic |Pyaudio |Google Speech Recognize |Microphone function |Recognizer function |listen function |Context manager|With keyword|Create a Speech Recognize program|Timeout concept|loop |While loop |Break keyword (116:31)
Summary Session 7
Session 8 - Iteration |While loop|For Loop |Append function |In keyword|Index number |Dir function |iterator|Indentation Error|pass keyword |iterable|Pointer |__next__ function |Extract Data|ETL Concept |Inline list with for loop |List comprehension (113:57)
Summary - Session 8
Session 11 - Time Complexity |Space Complexity |Memory profiler |Inner_wrapper function|Annotation & Decorator|@ Symbol|From Keyword|Create a code for memory Space|Timeit function |Default timer function |Lambda function |This module |Inline concept |Functional Programming|filter function (131:39)
Summary Session 11
Session 12 - Memory | Memory Address | Python Virtual Machine (PVM) | Memory Management | Reference Concept | Mutable & Immutable | iadd Function | is Keyword | import copy | Shallow Copy | Deep Copy | Garbage | Ctype Module CPython | Memory Interning | Cvzone | Click Photo (108:45)
Summary session 12
FREE & LIVE - Exclusive Kubernetes Foundation Training
Session 1 - Introduction to Kubernetes | Challenges in application deployment | Docker and its limitations | Kubernetes architecture & components | Scaling, monitoring, and fault tolerance | Kubernetes Pods & Deployments| Networking & Load Balancing | Key kubectl commands for cluster management (430:46)
Summary Session 1
Teach online with
Summary - Session 6
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock