Introduction MongoDB is a popular NoSQL database that is used for storing large amounts of data in a flexible and JSON-like format. The Backup and Restore in MongoDB is an important part to handle a database. This utility is important because the valuable data can be removed or crashed or… Continue Reading How to backup and restore a Mongo Database

Introduction: MongoDB Compass is a graphical user interface (GUI) tool for MongoDB that allows users to interact with their databases and perform various tasks. It provides a visual representation of the data and allows users to easily explore and manipulate their collections. Prerequisites: Procedure: Step 1: Open the MongoDB Compass… Continue Reading How to connect to the Authenticated MongoDB database via MongoDB Compass using SSH.

Introduction: In this section we are going to see how to install AWS cli tool and configure access key in Ubuntu 20.04 in a vps. Prerequisites: Procedure: Step 1: Update the current apt repository $ sudo apt update Step 2: Download the latest version of AWS cli tool $ curl… Continue Reading How to install AWS cli and configure access key in 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 

Introduction: MediaWiki is a free and open-source software platform used to create and manage wikis. It was originally developed for Wikipedia and is now widely used by various organizations for knowledge sharing and collaboration. Prerequisites: Procedure: Step 1: Login to the server $ ssh username@IP Step 2: Move the logo to the… Continue Reading How to change the logo in MediaWiki website

Introduction In this section we will be helping you to downgrade the Instance type in the Alibaba Cloud by logging in to the console. Prerequisites Procedure Step 1: Login to the Alibaba cloud console using the username and password. Step 2: Under the My services menu and click on the… Continue Reading How to downgrade an instance type in Alibaba Cloud

Introduction: Node.js is a JavaScript runtime environment that allows developers to write server-side applications using the same language as client-side web development. It uses an event-driven, non-blocking I/O model that makes it efficient and scalable, even for handling large amounts of data in real-time. Its rich library of modules and… Continue Reading How to start a node on the server

Introduction This section will help you install cPanel WHM, one of the most popular web hosting control panels that provides interface for managing web hosting accounts, email accounts, databases, and more. Prerequisites 1. System Requirements – Ubuntu 20.04 LTS, 2 GHz processor, 4GB RAM, 40 GB disk space, 64-bit architecture… Continue Reading How to Install WHM cPanel on Ubuntu 20.04

Introduction: Metasploit is a tool that is used to check the vulnerabilities of websites. In this blog we are going to learn how to install the Metasploit in the server by following the below steps. Prerequisites: 1. A server with OS type Ubuntu 20.04 or higher.2. An user with sudo… Continue Reading How to install Metasploit on ubuntu20.04 or in Higher versions.

Introduction:In this guide, we will walk you through the process of updating and changing the time on your Ubuntu server using the command line. When you need to manually set the time, this guide will provide you with the information you need to get started. Prerequisites: Procedure: Step 1: Log… Continue Reading How to update/change time in the Ubuntu server.