Introduction
In our previous articles we have discussed “Python: What is python virtualenv and why we need it” and “How to install Python Pip on CentOS 7”
Introduction
In our previous articles we have discussed “Python: What is python virtualenv and why we need it” and “How to install Python Pip on CentOS 7”
Introduction
psutil (process and system utilities) is a cross-platform library for retrieving information on running processes and system utilization (CPU,
Introduction
Ansible Tower (license’s product) is a web-based solution by RedHat that makes Ansible even more easy to use for IT teams of all kinds. It’s designed to be the hub for all of your automation tasks.
Introduction – Elasticsearch Bulk API
The elasticsearch bulk API makes it possible to perform many insert/update/index/delete operations in a single API call. This can greatly increase the indexing speed.
Clients supports for bulk API requests
Some of the officially supported clients provide helpers to assist with bulk API requests.
elasticsearch-py is an official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in Python. The full documentation is available at http://elasticsearch-py.rtfd.org/
In our previous article, we discussed what exactly python virtualenv is and the situation where it comes in handy. In the world of Python virtualenv is the most recommended way of working.
In our previous article, we discussed how to install python 3 on centos/rhel. In this article, we will see what exactly python virtualenv is and the situation where it comes in handy.
In this article, we will see how to install python3 on Linux like RHEL, centos 7. By default, all of the Linux distributions come with pre-installed Python 2.x. not Python 3.x.
Step 1 –