Introduction n98-magerun is a command-line interface tool for Magento that allows developers, administrators, and DevOps users to perform maintenance tasks, development work, and configuration management. It provides commands for system information, database maintenance, cron jobs, integration APIs, and more Prerequisite Implementation Step 1: Download the CLI tool at the root of… Continue Reading How to reset the Admin password in Magento2 using the Command Line Interface Tool

Introduction: In today’s digital landscape, setting up and managing databases is a crucial aspect of many software projects. Among the most popular database management systems is MySQL, renowned for its reliability and scalability. This guide will walk you through the process of installing MySQL on Ubuntu 24.04, along with creating… Continue Reading How to setup MySQL and create a user on Ubuntu 24.04?

Introduction: Ubuntu 20.04, codenamed “Focal Fossa,” is the latest Long Term Support (LTS) release of one of the most popular Linux distributions in the world. Released in April 2020, Ubuntu 20.04 builds upon the strengths of its predecessors while introducing several new features and improvements. Step1: Login to the server… Continue Reading How to set up a welcome message for Ubuntu 20.04?

Introduction: MongoDB is a popular NoSQL database management system known for its flexibility and scalability. It’s commonly used in modern web development and other applications requiring high-performance data storage. This guide will walk you through the steps to install MongoDB on Ubuntu 22.04. Prerequisites: Before you begin, make sure you… Continue Reading How to install MongoDB in Ubuntu 22.04

Introduction: The file system of a Linux server plays a crucial role in managing data storage and retrieval efficiently. Among the various file system types available, ext3 and ext4 are widely used due to their stability, reliability, and compatibility with Linux distributions. Step 1: First, We should verify the current… Continue Reading How to convert file system type from ext3 to ext4 for Linux servers?

Introduction SSL is the standard technology for securing an internet connection by encrypting data sent between a website and a browser (or between two servers). It prevents hackers from seeing or stealing any information transferred, including personal or financial data Prerequisites Implementation Step 1: Log in to the Plesk Panel as… Continue Reading How to set up SSL (Let’s Encrypt) for a Plesk mail server

IntroductionOpenVZ is an operating-system-level virtualization technology for Linux. It allows a physical server to run multiple isolated operating system instances, called containers, virtual private servers, or virtual environments Prerequisite (i) Hardware specification (ii) Network specifications Implementation Step 1: Update and upgrade the dependencies  $ yum update && yum upgrade Step… Continue Reading How to Install OpenVZ 7 on CentOS 7

Introduction Composer is an application for tracking the dependencies of a project. It pulls in all the required PHP packages. It allows to specify a set of libraries for a specific project. With the libraries established, it identifies the versions and dependencies and installs them to the corresponding project. Prerequisites… Continue Reading How to Install and Use PHP Composer on CentOS 7

Introduction: Swap space is a dedicated area on a computer’s hard drive that is used as virtual memory when the system’s physical RAM (Random Access Memory) is full. When the RAM becomes overloaded, the operating system moves less frequently used data from RAM to the swap space, freeing up memory… Continue Reading How to create the swap space using the swap file on Ubuntu 20.04?

Introduction: In this section we are going to see how to upgrade the OS of Ubuntu 18.04 to Ubuntu 20.04 in a vps. Prerequisites: Procedure: Step 1: Update the current apt repository $ sudo apt update Step 2: Next upgrade the installed packages to the latest using $ sudo apt… Continue Reading How to upgrade the OS from Ubuntu 18.04 to Ubuntu 20.04