Table of Contents1 Introduction1.1 Docker Image command2 Dockerfile step by step2.1 What is Dockerfile?2.1.1 FROM, RUN, CMD in Dockerfile2.1.2 Docker…
DevOps Blog – Latest DevOps Articles and Tutorials
Jenkins install Plug-in Ansible: A Step-by-Step Guide
Table of Contents1 Introduction2 Refer to install Ansible and Jenkins as the link below3 Jenkins install Plug-in Ansible3.1 Global setting4…
Vagrant create ansible
Vagrant is a Configuration management tool. In this tutorial, I will use Vagrant to create an Ansible practice environment. Quickstart…
Install Grafana on Centos 7
Grafana is tool monitoring and Data visualization with support InfluxDB, Graphite, Prometheus, Elasticsearch, and many more databases. In this tutorial,…
Install nslookup on Linux
Table of Contents1 Introduction2 How to Install nslookup on Linux2.1 Install nslookup for Centos2.2 Install nslookup for Ubuntu3 Conclusion Introduction…
TKPROF using trace analyzer to trace SQL
Table of Contents1 Introduction2 Syntax of the TKPROF Command2.1 Options of TKPROF command3 How to Use Trace Analyzer to Trace…
Install Prometheus on RHEL / CentOS 7
In this tutorial, How to install Prometheus on RHEL / CentOS 7. Prometheus is an open-source monitoring system and time…
Install InfluxDB on RHEL / Centos 7
In this tutorial, How to install InfluxDB on RHEL / Centos 7. InfluxDB is an open-source time-series database. It is…
Install Netdata on RHEL 7 / CENTOS 7
In this tutorial, How to install Netdata on RHEL 7 / CENTOS 7. Netdata is performance and health monitoring for…
Quick start install Elasticsearch and Kibana with Docker
In this tutorial, How to Quickstart install Elasticsearch and Kibana with Docker. Elasticssearch: localhost:9200 Kibana: localhost:5601 Docker-compose start with Docker-compose…