This guide explains how to install ModSecurity on cPanel using command line. To install ModSecurity on cPanel using the command line, follow these steps: Connect to your server via SSH…
Category: Command Line
How to install Wget
March 6, 2023 / Command LineIn this guide, you will learn how to install Wget. A free and open-source command-line utility for getting files from the Internet is called Wget (short for “Web Get”). It is…
How to change user password in Linux
February 10, 2023 / Command LineIn this guide, you will learn how to change a user’s password in Linux. To do this, the first step is to access the VPS using SSH. Follow the steps:…
How to modify or remove symbolic links in Linux
February 2, 2023 / Command LineThis guide explains how to modify or remove symbolic links in Linux. Users can remove the links between the files or directories using the unlink or rm commands. Follow the…
How to install cURL on MacOSX
January 26, 2023 / Command LineIn this article, we will find out how to install cURL on MacOSX. cURL is a computer software project that offers a command-line tool (curl) and library (libcurl) for data…
How to update cPanel and WHM using the command line
January 7, 2023 / Command LineIn this guide, we have explained how to update the cPanel and WHM using the command line. It is very easy to update cPanel and WHM using SSH. Let us…
How to use the command line to reset user passwords
November 9, 2022 / Command LineThis tutorial will illustrate how to use the command line to reset user passwords. There may be situations when you need to change the password via SSH. Note: Changing a…
How to use the command line to restart the cPanel
October 18, 2022 / Command LineIf you altered a service’s settings, for example, or if the service is experiencing problems, you may want to restart it. And this can be done with a single command…
How to restart the cPanel using the command prompt
September 20, 2022 / Command LineThis guide will assist you in how to restart cPanel using the command prompt. Restarting cPanel will restart all services on the cPanel server, including, MySQL, server, tail watch, and so on.…
How do you perform ping test in Windows
November 2, 2021 / Command LineIn this article, you’ll learn how to perform the ping test in windows. The ping command sends data packets to a specific IP address on a network and then returns…