Table of Contents0.1 #Introduction1 Install Portainer Docker2 Accessing Portainer Docker Web Interface3 Conclusion #Introduction In this tutorial, How to Install…
DevOps Blog – Latest DevOps Articles and Tutorials
Vagrant provision inline: A Step-by-Step Guide for Developers
Table of Contents1 Introduction2 What is Vagrant Inline Provisioning?3 Vagrant provision inline example as below4 Conclusion Introduction In this tutorial,…
How to git rename branch: A Step-by-Step Guide
Table of Contents1 Introduction2 How to use git rename branch3 Rename a Local Branch in Git4 Rename a Remote Branch…
Mastering the lsof command example:Essential for Linux System Administration
Table of Contents0.1 Introduction1 Basic Usage2 lsof command examples2.1 Conclusion Introduction lsof command meaning “List open files“. This command will…
Guide to Install Python 3.6 on Centos 6
Table of Contents1 Introduction1.1 Installation packages pre-requisites2 How to Install Python 3.6 on Centos 62.0.1 Create symbolic link2.0.2 Python verifying…
Docker Container Essentials: A Comprehensive Handbook for Efficient Application Deployment
Table of Contents0.1 Introduction1 What is a docker container?1.1 Run a Container1.2 Publish a Port1.3 Use Detached Mode1.4 List Containers1.5…
JIRA installing and configure on CentOS
Table of Contents1 Introduction2 JIRA installing2.1 Install Java2.2 Install MySQL on Centos 72.3 Create a user for installation jira.2.4 Create…
How to auto create a large csv file with powershell/plsql
Table of Contents1 Introduction2 Understanding CSV Files2.1 What is a CSV File?2.2 Why Use PowerShell and PL/SQL for CSV Creation?3…
Ansible roles directory structure explained
Table of Contents0.1 # Introduction0.2 For example, Ansible roles directory will look like as below:1 Explain Ansible directories2 Demo Using…
Ansible copy template file to remote server
Table of Contents0.1 #Introduction1 Ansible file and folder2 Ansible copy template file to remote server script2.1 Ansible run command 3 Conclusion…