Git is an open-source distributed version control system. In this tutorial, I will install Git 2.18 client on Centos. CentOS’s…
DevOps Blog – Latest DevOps Articles and Tutorials
Oracle create schema: A Step-by-Step Guide
Table of Contents1 Introduction2 Oracle create schema2.1 Step 1: Create tablespace on Oracle Database2.2 Step 2: Oracle Create a new…
Install Oracle Database 12c on Centos 7
Oracle Database is a relational database management system (RDBMS) from the Oracle Corporation. I will guide Install Oracle Database 12c…
How to install Jenkins on centos 7
Jenkins is an open source Continuous Integration. In this article, I will guide you install jenkins on centos 7. The…
How to Concatenate and Split Strings in Python
Table of Contents1 Introduction2 What is String Concatenation?2.1 Basic String Concatenation in Python2.1.1 Using the + Operator2.1.2 Using the join()…
How to install Ansible on Centos/ Ubuntu/Fedora
Table of Contents1 Introduction1.1 Requirements2 How to install Ansible on Control Machine2.1 For Centos 7 and RHEL 72.2 For Ubuntu…
How to install erlang on ubuntu 16.04
Table of Contents1 Introduction2 Adding repository for erlang3 Update repository4 Install erlang on ubuntu5 Conclusion Introduction Erlang is a programming…
Docker SSH into Container: A Complete Guide for Beginners and Advanced Users
Table of Contents1 Introduction2 What is Docker SSH into Container?2.1 Why You Shouldn’t Use SSH for Docker Containers3 How to…
Docker volume command
In this tutorial, How to use Docker volume command to details for Data volumes. There are three main use cases…
How to inspect Docker container
Table of Contents1 Introduction2 What is docker inspect?3 What is a Docker container?4 Inspect Docker container5 Conclusion Introduction In this…