Author name: Vijay

how-to-set-up-a-PostgreSQL-master-slave-replication-on-Ubuntu-20.04

How to Set Up a PostgreSQL Master-Slave Replication on Ubuntu 20.04

PostgreSQL, an open-source object-based relational database management software (RDBMS). Known for its horizontal scaling, high availability and extensibility, PostgreSQL is an ACID (Atomicity, Consistency, Isolation and Durability) compliant. For an application that is prepping up for production, it is crucial to have multiple copies of your database in sync known as replication.

How to Install and Configure MongoDB on Ubuntu 20.04

How to Install and Configure MongoDB on Ubuntu 20.04

MongoDB, an open-source document database software and falls under the category of NoSQL database as it uses JSON-like documents with dynamic schemas instead of the traditional table-based relational database structure like MySQL and PostgreSQL. This article will walk you through how to install and configure MongoDB on Ubuntu 20.04. We will do this by first adding the official MongoDB repository to the APT instance, and installing the latest version of MongoDB.

How to Install PostgreSQL on Ubuntu 20.04

How to Install PostgreSQL on Ubuntu 20.04

PostgreSQL, one of the most popular open-source database management systems (object-relational) and it supports both SQL and NoSQL language. In this article, besides the mere Postgres installation part, you will also see how-to verify its service status, accessing shell, creating roles and database, enabling the remote connection and its basic commands used to configure the Postgres server.

nginx-secure-

How to Secure Nginx and Apache using Let’s Encrypt

In an era of data breaches and cyber attacks, it is crucial to safeguard your website from hackers and fraudsters. One of the most recommended and standard ways to protect your site is through Secure Sockets Layer (SSL) – an encryption-based internet security protocol for ensuring data integrity. Here, you will get to know how to create the SSL certificate in both the Apache and Nginx web servers using Let’s Encrypt.

how-to-configure-elasticsearch-on-magento-2.x.x

How to Configure Elasticsearch on Magento 2.X.X

Elasticsearch is an open-source product that allows scalable search and analytics. Known for its speed, scalability, distributed nature and simple REST APIs, it searches and visualizes data in real-time. This article will take you through the procedures involved in the configuration of Elasticsearch both during the installation of Magento and post the Magento installation.

how-to-install-and-configure-elasticsearch-on-ubuntu-20.04

How to Install and Configure Elasticsearch on Ubuntu 20.04

Elasticsearch is a free and open source analytics and full-text search engine, i.e. fully document-based rather than schema and tables. It is widely-used for enabling search functionality for applications, i.e to search various kinds of data such as products, blog posts, categories on a web-shop, blogs and other product-based sites and applications. In this article, you’ll go through how to install and configure Elasticsearch on Ubuntu 20.04

how-to-install-and-configure-docker-desktop-on-windows-10

How to Install and Configure Docker Desktop on Windows 10

Docker, a powerful and flexible software supports cross-platform and execution on a Windows host, including Windows 10 (Pro or Enterprise) which in turn makes Windows 10 a perfect development environment for Docker use-cases. Here, we will be seeing how to install Docker version 19 in Windows 10 using the Community Edition (CE) since it is a free version and easy to learn and build applications around it.

How to Set Up Docker Images and Containers On Ubuntu 18.04

How to Setup Magento Development Environment using Docker on Ubuntu 18.04

Among the masses of Magento installation guides and methodologies, which is the most ideal way to install Magento software and why. Without further ado, let us reveal the answer as Docker. Why? If you use Docker, it allows you to install and manage packages and at the same time, allows you to run additional scripts after each update.  And what makes it special? Find out by exploring the article.

How To Set Up Nginx, PHP-FPM and MySQL with Docker Compose

How To Set Up Nginx, PHP-FPM and MySQL with Docker Compose

Docker Virtualization, known for its simple and convenient way of deploying applications is the best-to-go option for every developer and organisation. Also, it offers the flexibility to run multiple applications on the provided host or directly executing the container within the host environment per se. Here, in this article, a basic working environment will be created by setting Nginx as a web server and MySQL as the database, all within separate Docker containers.

Scroll to Top