Blog

How to Change the swappiness configuration?

How to Change the swappiness configuration?

Step 1: Check Current Swappiness Value Before making any changes, it’s a good idea to check the current swappiness value on your system. Open a terminal and run the following command: cat /proc/sys/vm/swappiness The output will be a number between 0 and 100, representing the current swappiness value. The default value is usually 30. We…

How to create a swap partition?

How to create a swap partition?

Swap space is a dedicated area on a hard drive that serves as virtual memory for your operating system. It allows your system to temporarily store data that is not actively used in RAM. Creating a swap partition on CentOS/AlmaLinux can help improve overall system performance and prevent out-of-memory errors. In this article, we will…

How to Install Nano Text Editor?

How to Install Nano Text Editor?

Nano is a command-line text editor that is designed to be simple and user-friendly. It is a popular choice for editing text files in Unix-like operating systems, including CentOS and AlmaLinux. Nano aims to provide a straightforward interface for editing files with basic features and intuitive keyboard shortcuts. Some key features of Nano include: Easy-to-use…

How do I access my VPS?

How do I access my VPS?

To login to your VPS (Virtual Private Server), you will need to establish an SSH (Secure Shell) connection. Here’s how you can do it: Access my VPS using SSH/Terminal Open your preferred SSH client on your local computer. Enter the following command in the terminal or SSH client, replacing “your_server_ip” with the actual IP address…

How to Create an Addon Domain in latest cPanel

How to Create an Addon Domain in latest cPanel

(1) Log in to your cPanel. There are many ways to do this, but the surefire easiest way is to log in to your Client Area, then open your cPanel. (2) Once your cPanel opens, locate the ‘DOMAINS’ section and click the Domains icon (3) Click on the Create A New Domain button    …

How to manage DNS records from Client Area?

How to manage DNS records from Client Area?

If you have bought your domain from us, you can manage the DNS records of the domain from the client area. To do that, first, Log in to the client area using your login details. Then from the Dashboard click on “Domains” or you can also click “My Domains” under the Domains section in the…

How to Fix WordPress Posts Returning 404 Error

How to Fix WordPress Posts Returning 404 Error

Very Common problem that most WordPress users face at some point is WordPress posts returning a 404 Error. In this article we will show you how to fix WordPress posts returning 404 error. Login to your cPanel & go to File Manager, In File Manager locate public_html and modify the .htaccess file which is located in…

How to add Addon Domains in cPanel?

How to add Addon Domains in cPanel?

cPanel provides a feature called Addon Domain through which you can host multiple domains at a time; and you can do it right from a single cPanel account. Such a feature is beneficial should you want to add additional domains to a single cPanel account whether it be for other websites or development staging areas…

How to Fix the 500 Internal Server Error in WordPress

How to Fix the 500 Internal Server Error in WordPress

Are you seeing 500 internal server error in WordPress? Internal server error is one of the most common WordPress errors. Since the error doesn’t give any other information, many beginners find it quite frustrating. In this article, we will show you how to easily fix internal server error in WordPress. What Causes Internal Server Error…

How to Install WordPress using Softaculous  from Cpanel

How to Install WordPress using Softaculous from Cpanel

This tutorial will guide you how to install WordPress with just few clicks using Softaculous. Step 1 : Log into your cPanel. Step 2 : Go to Software section, then click on the Softaculous icon.   Step 3 : Click on the WordPress logo. This will open a screen with several options displayed. You will…