When traffic passes through a proxy source like Cloudflare or Nginx, Apache may log the proxy’s IP address as the client’s IP instead of the original visitors. By enabling Apache’s…
Category: Command Line
How to manage fail2Ban and its jails through a CMD
August 27, 2024 / Command LineIn this guide, we have explained how to manage fail2Ban and its jails through a CMD. It offers more granular control and flexibility over configuration and troubleshooting. Follow the steps:…
How to remove a file in Linux
August 15, 2024 / Command LineIn this guide, you will explore how to remove a file in Linux. Removing a file in Linux helps free up disk space, eliminate unnecessary files, and maintain an organised…
How to make a Group in Linux
July 10, 2024 / Command LineWhen your Linux distribution supports multiple users, managing permissions through groups is more efficient than individually assigning permissions to each user. By creating groups with specific permissions and adding users…
How to use the ping command and how to perform a ping test on Linux
July 4, 2024 / Command LineThe ping (Packet Internet Groper) command is an extensively used tool for identifying network connectivity issues. It sends ICMP (Internet Control Message Protocol) packets to a destination (IP address, hostname,…
How to Install and Use Linux Screen
July 2, 2024 / Command LineLinux Screen is a powerful tool that lets you to manage multiple terminal sessions from a single window. It is particularly useful for running long processes, as you can disconnect…
How to run an exe file at the Windows command prompt
May 7, 2024 / Command LineIn this article, we will explain how to run an exe file at the Windows command prompt. Do you want to open a program on Windows without clicking its icon…
How to utilise recursive chown
March 22, 2024 / Command LineThis guide explains how to utilise recursive chown. Recursive chown is useful if you want to change the permissions for all the sub-directories and files inside a directory. Follow the…
How to use chown to check the current file ownership
March 20, 2024 / Command LineChown command is primarily used to change file ownership, it does not offer a direct way to check the current ownership. However, you can effectively achieve this using the ls…
How to use the Rename Command to rename files on Linux
October 25, 2023 / Command LineThe command offers enhanced file modification capabilities and is typically included in default Linux setups. If your system does not have it, you can install it via the Terminal. In…
How to configure password expiration in Windows using command line
October 19, 2023 / Command LineIn this article, you will learn how to configure password expiration in Windows using command line. All the versions of Windows have this method available. Follow the steps – Click…
How to download a file using curl command
October 17, 2023 / Command LineThis article explains how to download a file using curl command. The curl command is a versatile command-line tool used to transfer data to or from a server. Follow the…
How to Run Backup Via Command Line
October 6, 2023 / Command LineIn this article, we will explain how to run backup via the command line. While experienced users can schedule cPanel backups and configure storage in WHM, this section focuses on…
How to rename file on Linux using the mv Command
August 8, 2023 / Command LineThis guide explains how to rename file on Linux using the mv command. Let us follow the steps: If you want to rename a file, you can run the below…