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.

How to Set Up Docker Images and Containers On Ubuntu 18.04

How to Set Up Docker Images and Containers On Ubuntu 18.04

Docker offers a set of PaaS (Platform as a Service) works using its container-based technology to address the limitations of Virtualization that had been experienced over the years now. This article will start with the basic procedure on how to verify your access to Docker Hub and thereby to search images using the Docker commands followed by searching the Nginx official image for demonstration purpose.

how-to-install-docker-on-ubuntu-18.04

How to Install Docker on Ubuntu 18.04

Docker, an open-source container-based technology, aims to streamline and manage workload via distributed applications. In the simplest form, it’s just another form of Virtualization and the difference lies in the fact that Docker outranks the benefits of traditional Virtualization almost in every aspect. Here, you will learn about the installation process of Docker on the Ubuntu 18.04 system.

/docker-banner

A Brief Introduction to Docker and Its Terminologies

This article will walk-you through what is Docker; how it works, why we opt Docker instead of Virtualization, what are the aspects and benefits that stand out Container technology from traditional VMs and so forth. Further, a list of important Docker terminologies have been explained for the benefit of Docker installation and usage.

Scroll to Top