Sometimes we need to automate the installation of packages on multiple servers. In this section, we will create an Ansible Playbook to install a MariaDB server. We believe, You have already installed Ansible if not you need to click on given link to install Ansible on ubuntu server If not go to this link to […]
How to install Tomcat using Ansible Playbook on Ubuntu
Some time we need to automate the packages installation on multiple server, Here we are about to create Ansible Playbook to install Apache Tomcat server. We believe, You have already installed Ansible if not you need to click on given link to install Ansible on ubuntu server. https://www.techbeginner.in/2019/12/how-to-install-ansible-on-ubuntu.html Step 1: Configure Ansible By default ansible […]
How to create User in MariaDB and MySQL on Linux
While working with MariaDB/Mysql Server, We need to create standard user to use define database and tables by using the following command, We can achieve the this. In this post, We will create user in MariaDB/Mysql database server on linux. Step 1: Login MariaDB/Mysql Shell You need to login MariaDB/Mysql Shell by […]
How to Create Database in Mysql/MariaDB on Linux
Creating Database in Mysql/MariaDB server, We need to login Mysql/MariaDB Shell with right credentials after that we need to execute the following command for the same. In this post, We will create Database in Mysql/MariaDB on Linux. Step 1: Login Mysql/MariaDB Shell You need to use the following command to login in […]
How to Change Default MariaDB/MySQL Port in Linux
In this post, We will figure out how to change the default port that MySQL/MariaDB information base ties in CentOS 7 and Debian-based Linux machine. The default port that MySQL data set worker is running under Linux and Unix is 3306/TCP. We believe, You have already installed and running Mysql/MariaDB Server on ubuntu […]
How to Bind MariaDB server with IP address on ubuntu 20.04 LTS
MariaDB is a free, open-source and perhaps the most mainstream social information base framework all throughout the planet. It is a drop-in swap for MySQL data set framework. Notwithstanding, the construction and records of both information base frameworks are same, this will permit you to change your data set from MySQL to MariaDB without […]
How to bulk insert in mongodb using python Script on ubuntu 20.04
With MongoDB some times we need to insert bulk data using any kind of script for testing purpose. In this post, We will build insert in MongoDB using Python3 script. Step 1: Install Python Packages You need to install the Python package by using the given command, It is a module […]
How To Configure MongoDB Replication On Ubuntu 20.04 LTS
MongoDB Replication / Replica set – In MongoDB, a copy set is a gathering of mongod measures that keep up a similar informational index. Imitation sets are the reason for all creation arrangements as they give information excess and high accessibility. instructions to design MongoDB Replica Set on Ubuntu 18.04/20.04 worker. MongoDB is […]
How to Install Postman on Ubuntu 18.04 LTS
Postman is an adaptable API testing instrument that rapidly incorporates into CI/CD pipeline. It began in 2012 as a side task by Abhinav Asthana to improve on API work process in testing and advancement. Programming interface represents Application Programming Interface which permits programming applications to speak with one another by means of API calls. […]