Oracle Database is a relational database management system (RDBMS) from the Oracle Corporation. I will guide Install Oracle Database 12c…
DevOps Blog – Latest DevOps Articles and Tutorials
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
In this tutorial, I guide how to install Ansible on Centos 7/ Ubuntu 14.04 / Fedora. Ansible is an Automation…
How to install erlang on ubuntu 16.04
Erlang is a programming language used to build massively scalable soft real-time systems with requirements on high availability. In this…
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…
Docker nginx static website
Docker Nginx static website. How to use Docker to test a static website. I’m used Dockerfile to build and test…
Docker build image from Dockerfile
Building our own images with a Dockerfile, I use Docker build command to build a new image from Dockerfile. How…