Setting Up FTP Backup on Plesk: A Step-by-Step Guide

Introduction: Plesk is a popular web hosting control panel that provides an easy-to-use interface for managing websites, domains, and server configurations. One of the essential features of Plesk is its ability to perform backups of your website data. In this article, we will guide you through the process of setting up FTP backup on Plesk, […]

Step-by-Step Guide to Setting Up SSH Keys on Ubuntu 22.04

Introduction: Secure Shell (SSH) is a cryptographic network protocol that provides a secure way to access and manage remote servers. SSH keys offer a more secure and convenient alternative to password-based authentication. In this article, we will walk you through the process of setting up SSH keys on Ubuntu 22.04. Step 1: Check for Existing […]

How To Install Node.js on Ubuntu 22.04

Introduction Node.js is a powerful runtime environment that allows developers to run JavaScript on the server-side. With its extensive package ecosystem, it has become a popular choice for building scalable and efficient web applications. If you’re an Ubuntu 22.04 user looking to install Node.js, this article will guide you through the process step by step. […]

How To Create a New User in MySQL and Grant Permissions

Introduction MySQL is an open-source relational database management system (RDBMS) developed by Oracle that is based on structured query language (SQL). MySQL runs on Linux, UNIX and Windows. Although it can be used in a wide range of applications and, is the most popular open-source database in the world. In this guide, we’ll discuss how […]

How to install PHP extension in FASTPANEL?

Introduction FASTPANEL is an amazing open-source website hosting/management control panel that makes it very easy for common tasks like creating websites, emails and databases, uploading files, installing PHP versions, extensions and more through a simple web interface. In this guide, we’ll discuss how to install PHP extension in FASTPANEL. Prerequisites Before you begin this guide, […]

How to Install and Use Emacs on Ubuntu 22.04

Introduction Emacs, originally named EMACS, is a text editor and one of the oldest text editor. EMACS is popular for its rich and powerful editing features. Emacs also offers powerful functionality with easy-to-install language support. It is similar to vi’s and nano’s text editor but with more power and functions. In this tutorial, we’ll learn […]

How To Create a New Sudo User on Rocky Linux 8

Introduction Sudo command allows you to run a command as root/administration – usually it grants the root user privileges to normal users. This guide/tutorial will show you how to create a new user with sudo access on Rocky Linux 8 Adding a New User to the Server First, open the terminal or SSH client like […]