This article explains how to use Netstat for network monitoring in Linux. Netstat information, such as active connections, listening ports, routing tables, and network interface statistics. It is part of…
Tag: Linux
How to select the correct Kernel to boot on CloudLinux OS
May 14, 2025 / Servers, Hosting & EmailIn this article, we have explained how to select the correct Kernel to boot on CloudLinux OS. There are many instances where you need to manually shift the server to…
How to configure Swap Space in Linux
April 17, 2025 / Servers, Hosting & EmailThis article explains how to configure Swap Space in Linux. It is important for managing memory efficiently during heavy workloads. Swap space acts as a backup for physical RAM and…
How to Configure a Network and Set a Static IP Address in Linux
April 9, 2025 / Servers, Hosting & EmailThis article explains how to configure a network and set a static IP address in Linux. This means manually assigning a fixed IP address to a Linux system instead of…
Fix BIND DNS server startup issues in Plesk for Linux
October 1, 2024 / Servers, Hosting & EmailIt is vital to ensure proper DNS functionality, which directly affects domain resolution and website accessibility. These errors indicate missing DNS records, and resolving them promptly is essential for maintaining…
How to substitute WP-cron with a Linux cron job
August 1, 2024 / WordPressThis article explains how to substitute WP-cron with a Linux cron job. To maximize the effectiveness of your WordPress cron jobs, turn off WP-cron and create a regular cron job…
How to detect spam and take actions on a Linux WHM/cPanel server
June 5, 2024 / cPanel & WHMThis knowledge base provides a guide for detecting spamming on a Linux WHM/cPanel server and taking necessary actions to mitigate it using Exim and other commands. Follow the steps- Checking…
How to monitor incoming and outgoing network connections in Linux servers
April 19, 2024 / Virtual ServerThis guide explains how to monitor incoming and outgoing network connections in Linux servers. As a Linux or system administrator, it is crucial to monitor both incoming and outgoing network…
How to manage symbolic links in Linux for folders
March 6, 2024 / Servers, Hosting & EmailThis guide explains how to create, change, and delete symbolic links in Linux for folders. Symbolic links are also known as symlink or soft links, they are pointers to another…
How to watch a directory for new file creation in Linux
December 13, 2023 / How-to GuideIn this article, we will explain how to watch a directory for new file creation in Linux. To execute a command upon new file creation in a Linux folder, employ…
How to check internet speed on a Linux machine
October 23, 2023 / Servers, Hosting & EmailThis article provides instructions for checking the upload and download internet speed on a Linux server. Follow these steps to check internet speed on a Linux machine- Log into your…
How to install unzip on Linux CentOS and Fedora
January 31, 2023 / How-to GuideIn this article, you will find how to install unzip on Linux CentOS and Fedora. Unzip is a program that permits you to expand files and directories. Let us execute…
How to remove a directory in Linux
January 27, 2023 / Command LineThis article explains how to remove a directory in Linux. In the Linux/Unix operating system, everything including directories, files, and hardware such as a mouse, keyboard, and printer is a…
Upgrade Yarn on Linux Without Errors
January 25, 2023 / Servers, Hosting & EmailThis article explains how to upgrade Yarn on Linux. Yarn is a software with progressive features to progress the development workflow. Follow the steps to upgrade Yarn on Linux: First…