The following warnings occurred:
Warning [2] Undefined array key "extra" - Line: 100 - File: inc/plugins/google_seo/url.php PHP 8.1.33 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/inc/plugins/google_seo/url.php 100 errorHandler->error_callback
/inc/plugins/google_seo.php 317 require_once
/inc/class_plugins.php 38 require_once
/inc/init.php 263 pluginSystem->load
/global.php 20 require_once
/printthread.php 16 require_once
Warning [2] Undefined variable $location - Line: 1250 - File: inc/plugins/google_seo/url.php PHP 8.1.33 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/inc/plugins/google_seo/url.php 1250 errorHandler->error_callback
/inc/plugins/google_seo/url.php 174 google_seo_url_hook
/inc/plugins/google_seo.php 317 require_once
/inc/class_plugins.php 38 require_once
/inc/init.php 263 pluginSystem->load
/global.php 20 require_once
/printthread.php 16 require_once
Warning [2] Undefined variable $unreadreports - Line: 38 - File: global.php(961) : eval()'d code PHP 8.1.33 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/global.php(961) : eval()'d code 38 errorHandler->error_callback
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined variable $mysupport_tech_notice - Line: 38 - File: global.php(961) : eval()'d code PHP 8.1.33 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/global.php(961) : eval()'d code 38 errorHandler->error_callback
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined variable $mysupport_assign_notice - Line: 38 - File: global.php(961) : eval()'d code PHP 8.1.33 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/global.php(961) : eval()'d code 38 errorHandler->error_callback
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined array key 809463 - Line: 833 - File: inc/plugins/google_seo/url.php PHP 8.1.33 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/inc/plugins/google_seo/url.php 833 errorHandler->error_callback
/inc/plugins/google_seo/url.php 1412 google_seo_url_cache
/inc/functions.php 6559 google_seo_url_thread
/printthread.php 124 get_thread_link



Softwarez.Info - Software's World!
Devops Fundamentals- CICD with AWS +Docker+Ansible+Jenkins - Printable Version

+- Softwarez.Info - Software's World! (https://softwarez.info)
+-- Forum: Library Zone (https://softwarez.info/Forum-Library-Zone)
+--- Forum: Video Tutorials (https://softwarez.info/Forum-Video-Tutorials)
+--- Thread: Devops Fundamentals- CICD with AWS +Docker+Ansible+Jenkins (/Thread-Devops-Fundamentals-CICD-with-AWS-Docker-Ansible-Jenkins)



Devops Fundamentals- CICD with AWS +Docker+Ansible+Jenkins - AD-TEAM - 02-18-2025

[Image: 537368816_que-es-udemy-analisis-opiniones.jpg]
4.2 GB | 24min 55s | mp4 | 1280X720 | 16:9
Genre:eLearning |Language:English

Files Included :
1 What is Devops and Course FAQ's - Must Watch.mp4 (73.27 MB)
1 How to copy and transfer Deployment files to QA Server.mp4 (135.14 MB)
3 Create Jenkins Job which can deploy App into QA Server using Ansible.mp4 (40.01 MB)
2 How to Achieve COntinuous Integration with GitHub Hook in Jenkins.mp4 (104 MB)
3 Parameterize Jenkin Build to deploy in multiple Environments.mp4 (88.55 MB)
10 Importance of Branching in GIT.mp4 (231.77 MB)
11 How to resolve Merge conflicts with GIT.mp4 (135.44 MB)
2 Introduction to GIT.mp4 (63.22 MB)
3 Importance of Github and its uses.mp4 (35.29 MB)
4 Creating Git config and repositories.mp4 (39.1 MB)
5 How to push code to remote repository.mp4 (13.8 MB)
6 Understanding Staging and commit in git.mp4 (83.39 MB)
7 Add remote repository and push the committed code.mp4 (93.38 MB)
8 End to end working example on Git commands -1.mp4 (153.24 MB)
9 End to end working example on Git commands -2.mp4 (75.01 MB)
1 Getting Started with Deployment Basics.mp4 (100.25 MB)
3 Deploying Hello World App in TomCat Server.mp4 (98.07 MB)
4 Spin up Jenkins Instance in Windows for Deployment.mp4 (98.51 MB)
5 What is Continuous Integration & Continuous Delivery.mp4 (58.46 MB)
2 Create Amazon AWS Account to launch Linux Servers.mp4 (32.64 MB)
3 Launch EC2 (Linux) Instance from AWS Console with necessary configurations.mp4 (64.59 MB)
4 CAUTION on AWS Charges.mp4 (62.99 MB)
5 What is SSH Client and how to connect to AWS Linux Servers.mp4 (95.25 MB)
1 Understand the basic linux commands with Java Installation.mp4 (127.57 MB)
3 Setting Java and Maven path in Bash Profile in Linux.mp4 (78.1 MB)
4 How to configure Maven in Linux from Apache http server.mp4 (110.58 MB)
5 Install Jenkins on Linux and start the Jenkin Server.mp4 (111.05 MB)
6 Create new Jenkin Job for Deploying the Apps.mp4 (129.98 MB)
1 How to Deploy the App into another Linux Server from Jenkins.mp4 (91.57 MB)
2 Use Publish over SSH plugin in Jenkins to connect to new Server.mp4 (144.95 MB)
2 What is Docker How it helps in Automation Industry.mp4 (44.79 MB)
3 What are containers and Images in Docker Software.mp4 (40.88 MB)
4 How exactly Virtual machines are different from Docker.mp4 (69.32 MB)
5 How to Install Docker into Machines with Prerequisites needed.mp4 (56.65 MB)
6 Understand working with DockerHub.mp4 (138.89 MB)
1 Install Docker on Linux and give Group Permissions.mp4 (88.6 MB)
2 Create Container and Install Tomcat Server Image for Deployment.mp4 (79.38 MB)
3 How to Login into Container and inspect folders and files.mp4 (132.44 MB)
4 Understand Creatind Docker file to automate all the manual Deploy process.mp4 (130.52 MB)
7 Start and Run the Docker Container and deploy the App in the Linux Server.mp4 (105.16 MB)
1 What is SSH Connection and how to communicate with other Servers.mp4 (158.37 MB)
2 Generate SSH keys and copy the keys to make a connection.mp4 (44.81 MB)
1 What is Ansible and how it can address deploying into multiple Servers.mp4 (78.08 MB)
2 Install Ansible and understand the importance of Playbook Yaml files.mp4 (144.91 MB)
3 Create Ansible Playbook Script which can automate the Docker deployment.mp4 (106.49 MB)
4 Executing Ansible Scripts on to another QA Server with SSH Connection.mp4 (115.37 MB)]
Screenshot
[Image: jsPBPRS1_o.jpg]

TurboBit

[To see links please register or login]

RapidGator

[To see links please register or login]