Category: Uncategorized

How to Change the WordPress Language

In this guide, we will walk you through the steps required to change the WordPress language. When you install WordPress, by default it comes in the English language as we all know. However, this can be changed at any time from your side. WordPress is available in more than 70 languages at the moment. There

Continue reading…

How to Install Composer on Shared Servers

Composer helps in managing dependencies in PHP. You can declare the libraries your project depends on, and it helps in managing (install/update) them for you. Composer isn’t a package manager similar to Yum or Apt. It works with ‘packages’ or libraries, but manages them on a per-project basis, installing them in a directory (e.g., vendor)

Continue reading…

Removing AWSTATS Information for a Deleted Domain / Subdomain

In this tutorial, we will show you how to remove the AWSTATS information for a domain/subdomain that you have removed. After you remove a domain or subdomain from your cPanel, the AWSTATS information regarding that website will still be displayed. Let us have a look at the steps required to remove this information from your

Continue reading…

Learn How to Install the WordPress Jetpack Plugin

Jetpack is one of the most popular and ultimate toolkit for WordPress. It gives you everything you need to design, secure, and grow your site in one bundle. With the help of Jetpack, you can fully customize your site with free themes, image tools, Increase your traffic through automatic social sharing, related content, and faster

Continue reading…

How to kill processes in Linux using kill, killall and pkill

In this article, we will show you how to use kill, killall, and pkill commands to terminate a process in Linux. A process is the running form of a program that is currently being executed. Programs are stored on disk and processes run in memory.   The main difference between these tools is that kill terminates

Continue reading…

Your site has been limited within the past 24 hours

It is not uncommon for website owners to see the “Your site has been limited within the past 24 hours” message in cPanel → Resource Usage section. Regardless of the amount of traffic your site gets, this message may pop up every once in a while.

How to tar a file in Linux using command line

The name “TAR” refers to Tape Archive files and sometimes referred to as tarball. TAR is a software utility used for collecting several files into one archive file, including videos and images, in one for easier distribution or archiving. TAR file format is used to store multiple files in one single file. This documentation shows

Continue reading…