This article illustrates the process of accessing the web server command line through cPanel. Let us follow the steps- Log in to cPanel. Select the “Terminal” option under the “Advanced”…
Category: Command Line
How to Restrict Remote Desktop (RDP) access for the Server Firewall
December 22, 2023 / Command LineThis article explains how to restrict remote desktop (RDP) access for the server firewall. For Windows users, safeguarding your Windows Server by limiting Remote Desktop (RDP) access when not connected…
How to Resolve the “No Matching DirectoryIndex” Apache Error
December 21, 2023 / Command LineThe following error may appear when attempting to access a directory-based application (like phpMyAdmin) on an Apache server: No matching DirectoryIndex (index.html) found, and server-generated directory index forbidden by Options…
How to Copy Files Using CMD in Windows
October 13, 2023 / Command LineCopying files in Windows with the Command Prompt (CMD) is fast and efficient. Whether you want to copy a single file, multiple files, or entire folders with subfolders, CMD offers…
How to clear the DNS cache on windows 11 using cmd
June 21, 2023 / Command LineThis guide explains how to clear the DNS Cache on Windows 11 using CMD. It is worth mentioning that you may need to clear the DNS cache when you are…
How to install cURL on Linux
May 15, 2023 / Command LineThis guide explains how to install cURL on MacOS. cURL stands for “Client for URLs”. It is a command-line tool used for transferring data over various protocols, including HTTP, HTTPS,…
How to update A records from the command line interface in Linux
May 13, 2023 / Command LineIn this tutorial, we would take a look at the steps to update the A record from the command line interface in Linux. Server admins are well aware of the…
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 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 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…