LATEST ARTICLES

DevOps principal metrics & KPIs

I would like to list down the following items that I thought it's vital for DevOps nowadays. Lead time for changes (unit: hour) ✅

5 mistakes that doom a DevOps transformation from the start

Many DevOps transformations fail because organizations approach them with the wrong attitude—and because they don't understand what they should be trying to achieve. Get rid of your DevOps delusions and...

Writing Ansible Playbook For Deploy Apache Website With Basic Authentication

Using Jinja2 Template, Ansible Vault, htpasswd Module For Deploy Apache With Basic Authentication * Writing Ansible Playbook For Deploy Apache Website With Basic Authentication

Benefits of a DevOps Strategy

Collaboration Promotes an environment where the different teams work together to achieve common organizational objectives. This means that the teams in your organization won’t be...

DevOps metrics

Study why, what, and how to define a success DevOps pipeline What are DevOps metrics? Firstly, DevOps metrics helps to measure the performance...

Using Selenium To Interact And Beautiful Soup To Parse Data From Dynamic Web Page

Combining Using Selenium And Beautiful Soup To Scrape Dynamic Web Page: - Beautiful Soup is Python library using for pulling data from...

Using Azure Alert Monitoring Resources And Trigger With Automation Runbook

Using Azure Alert Monitoring Resources And Trigger With Automation Runbook I/ Introduction: - Alerts proactively notify you when issues are found with your...

How To Backup And Recovery MySQL Database

Backup And Recovery MySQL Database Using Mysqldump/mysql Command And Workbench Tool 1/ Backup with mysqldump: -Mysqldump is an utility used for logical backup.It...

Ansible Playbook To Configure Yum Local Repository On Managed Server

Ansible Playbook To Configure Yum Local Repository On Managed Server Download playbook at my github: https://github.com/vominhtri1991/playbook_create_localrepos.git 1/ Prepare inventory file...

Build Tracking IP Geolocation Django Project And Dockerizing To Image

Simple Django Website Use Google Maps API To Display Current Guest IP Location and Dockerizing It For Deploy By Docker - Create...

Creating Shell Scripts With Menu Options For Automation Tasks In Linux

Creating script with menu options for manage users task *Some useful cmd: - Check machine information: hostnamectl - List all shell...