In this article, you will explore how to check system uptime in Linux Command Line. System uptime refers to the amount of time a Linux system has been running without…
Category: Command Line
How to Monitor Disk Usage with the du and df Commands
November 18, 2025 / Command LineMonitoring disk usage is important for maintaining the performance, stability and security of any Linux server. Whether you manage a VPS, dedicated server, or local machine, the du and df…
How to Create and Delete Folders Using the Command Prompt
November 8, 2025 / Command LineManaging folders in the Command Prompt (CMD) lets you quickly organise or clean up files without relying on the graphical interface. This guide explains how to create and delete folders…
How to Find Your Windows Version Using Command Prompt
November 6, 2025 / Command LineKnowing your Windows version helps you identify the operating system build, edition, and version installed on your computer. This information is essential for troubleshooting, ensuring software compatibility, and verifying system…
How to Perform a Traceroute Command to Diagnose Network Issues
November 1, 2025 / Command LineNetwork connectivity problems can be frustrating, especially on dedicated servers or VPS environments where uptime is critical. One of the most useful tools for diagnosing these issues is the traceroute…
How to Connect and Map Network Drives in Windows Using CMD or PowerShell
September 20, 2025 / Command LineMapping a network drive allows you to assign a drive letter (e.g., Z:) to a shared folder on another computer or server. This makes it easier to access remote files…
How to Use the watch Command for Real-Time Command Monitoring
July 15, 2025 / Command LineOne of Linux’s most useful tools is the watch command, which lets users run a command repeatedly at fixed intervals and see the results in real time. It’s beneficial for…
How the Locate Command Works in Linux
June 26, 2025 / Command LineThis article explains the operation of the “locate” command in Linux. The speed of “locate” is one of its main benefits. It does not do a real-time file system scan.…
How to Deactivate a Command in CageFS
May 28, 2025 / Command LineThis article explains how to deactivate a command in CageFS. It is a safe virtualised file system used in shared hosting environments to isolate each user and improve security. If…
How to Find Open Ports Using Command Prompt
April 11, 2025 / Command LineIn this article, you will find how to check open ports using command prompt. Checking open ports on your Windows system can help recognize network issues, test firewall configurations, and…
How to Add a User in Linux Using the useradd Command
March 29, 2025 / Command LineThis article explains how to add a user in Linux using the useradd command. The useradd command in Linux is used to create new user accounts on a system. It…
How to restore visitor IPs using mod_remoteip
August 30, 2024 / Command LineWhen 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…
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 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…