Introduction: On Ubuntu, the system’s timezone is set during the installation, but it can be easily changed at a later time. Using the correct time zone is important for many system-related tasks and processes. Prerequisite: 1. Server root login credentials. Step 1: Log in to your Ubuntu server as a… Continue Reading How to change the system timezone in Ubuntu

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: Plesk is a web hosting control panel that allows server administrators to manage websites, domains, and various server functionalities. In this article, we will see how changing the backup file location can be useful for managing disk space or storing backups in a specific directory or external storage. Step1:… Continue Reading How to change the location for backup files in Plesk for Windows Server?

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: 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: SSH (Secure Shell) is a popular network protocol used for secure remote access to servers and other network devices. When connecting to an SSH server for the first time, the client will check the host key of the server to verify its identity. This process is known as strict… Continue Reading How to disable strict host key checking in SSH?

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: Amazon Lightsail is a web service that provides an easy-to-use platform for deploying and managing virtual private servers (instances) on the Amazon Web Services (AWS) cloud. Procedure: Step1: Login at https://lightsail.aws.amazon.com/ls/webapp/home/instance and for the instance you want to change click the SSH connect icon: Step 2: In the terminal window type.Open… Continue Reading How to Fix the default URL in WordPress settings on Lightsail AWS Instance?

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: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.