Introduction Amazon Route 53 is a scalable and highly available Domain Name System service. We can perform the three main functions on route53 services such as domain registration, DNS routing, and health checking Prerequisite Implementation Step 1: Sign in to the AWS console https://aws.amazon.com/ Step 2: Search the Route 53… Continue Reading How to create an ‘A’ record in AWS – Route 53

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 NSClient++ is a monitoring agent/daemon for Windows systems that works with Nagios. This service allows Nagios to gather the performance metrics Prerequisites Implementation Step 1: Download NSClient from the below link on the Windows server https://sourceforge.net/projects/nscplus/ Step 2: Start the installation process. Click on next Step 3: Click on the… Continue Reading How to install and configure NSClient to monitor the Windows server on Nagios

Introduction Odoo ERP is an online SaaS solution for supporting and integrating business activities such as production planning, manufacturing, logistics, finance, accounting, warehouse management, and human resources. The key benefits of Odoo are: Integrate systems and services. Automate the business process Prerequisite Implementation Step 1: SSH the server  $ ssh… Continue Reading How to reset an Odoo user password in the database

Introduction MSSQL is an open-source, relational database management system (RDBMS) based on structured query language (SQL). MSSQL is available on all major operating systems, including Windows, Linux, and Solaris. It is free to use for individuals and non-production environments under the GNU General Public License; however, if used commercially, a… Continue Reading How to reset the ‘sa’ user password of a Microsoft SQL Server instance on a Windows server with Plesk

Introduction phpPgAdmin is a free software tool written in PHP, intended to handle the administration of Postgres database over the Web.Prerequisite1. An SSH user with sudo privileges2. A web server has to be installed 3. Postgres Database with their clients has to be installed4. A database and its user with… Continue Reading How to install phpPgAdmin in the remote server – Linux

Introduction: The reCAPTCHA plugin is a good tool for fighting spam in WordPress. It can prevent spammers from posting unwanted comments on WordPress blogs. A CAPTCHA is an image made up of letters and numbers, and a user is required to type those same letters and numbers correctly to prove… Continue Reading How to Install reCAPTCHA in WordPress

Introduction: MySQL’s slow query log makes it easy to track SQL queries that take more than a specific time for execution. This allows you to find inefficient SQL queries that can be optimized to improve database performance. Prerequisite: Implementation: Step 1: SSH the server with the user having sudo privileges… Continue Reading How to enable the slow query log – Mysql in Linux

Introduction: Magento is an open-source e-commerce platform written in PHP. It uses multiple other PHP frameworks such as Laminas (formerly known as Zend Framework) and Symfony. Magento source code is distributed under Open Software License (OSL) v3. 0 Follow the below steps to fix the error “ Autoload error” while… Continue Reading How to resolve the  “Autoload error” while installing Magento2 in Ubuntu 18.04/20.04

We can create multiple sub-users with different access policies in the Wasabi console. Preqreuistise Wasabi console root user credentials with all privileges Implementation