Your Success is Our Challenge

How to create a superuser in MySQL 8?

create a new user in MySQL and make it a superuser with root-like access to the databases. 1. First, you have to log in with the root user, which has the CREATE USER privilege Run this command to create a new user with a password: At this point, the new user has no permission over […]

Install Composer and elastic search for Magento 2

Composer is a popular dependency management tool for PHP, created mainly to facilitate installation and updates for project dependencies. Step 1 — Installing PHP and Additional Dependencies Step 2 — Downloading and Installing Composer Now execute the following PHP code, as provided in the Composer download page, to verify that the installation script is safe to run: […]

Install and Configure Samba Server on Linux for File Sharing

What is Samba? Samba is a free and open-source SMB/CIFS Protocol implementation for Unix and Linux that allows for file and print sharing between Unix/Linux, Windows, and macOS machines in a local area network. Samba is usually installed and run on Linux. It comprises several programs that serve different but related purposes, the most important […]

How to determine hosting Server requirements for Magento 2

When a customer approaches us, we ask a few questions to understand what the current requirements, peak requirements, and future requirements are for their store. Then we’ll provide a recommendation on that basis. Given we host thousands of Magento stores, we have a fairly solid understanding of exactly what infrastructure is required for a given […]

Hardware Recommendations For Magento 2

How much CPU need for Magento 2 ? Magento web nodes serve all requests that are not cached or cannot be cached through the application. One CPU core can serve around two (sometimes up to four) Magento requests effectively. Use the following equation to determine how many web nodes/cores you need to process all incoming […]