Introduction Web servers need regular monitoring to work well. If you manage Apache HTTP Server, you can track how it performs through its access logs. These logs show important details about server activity. However, reading through logs by hand takes too much time and effort. That’s why ApacheTop is so helpful. This tool watches Apache […]
htop is an interactive process viewer for Linux systems. It provides a dynamic real-time view of running processes and system resource utilization. It offers a more user-friendly and feature-rich alternative to the classic top command. In this article, we will walk you through the steps to install htop in AlmaLinux. Prerequisites Before we begin, make […]
The System Activity Reporter, or SAR tool, is a powerful monitoring tool in Linux that allows you to collect and analyze historical system performance data. It is part of the sysstat package and provides valuable insights into CPU usage, memory utilization, disk I/O, network traffic, and more. In this article, we’ll walk through how to […]
As an AlmaLinux server administrator, managing network ports is crucial for ensuring the security and smooth operation of your services. AlmaLinux comes with various firewall management tools, such as FirewallD, Iptables, and ConfigServer Security & Firewall (CSF). In this comprehensive guide, we’ll walk you through the steps to open and close ports using these firewall […]
AlmaLinux is a free and open source Linux distribution that provides a stable and secure platform for servers and workstations. It is a community-driven project that aims to fill the gap left by the discontinuation of CentOS. AlmaLinux 8 and 9 are based on Red Hat Enterprise Linux (RHEL) 8 and 9 respectively, ensuring binary […]
Virsh Useful Commands for Managing Virtual Machines Introduction Virsh is a powerful command-line utility for managing virtual machines (VMs) that are controlled by libvirt, the virtualization management library. It provides a wide range of commands to create, edit, monitor, and control VMs running on hypervisors like KVM, Xen, and more. In this blog post, we’ll […]
One of the major drawback in using ploop filesystem in the virtualisation (Virtuozzo) is that the containers use more than actual use space. This keeps on increasing with time too. The space used by the container on the node disk is way more then actual data size inside container used. To reclaim the space, you […]
This is a guide to know on how to check your current and past server load (cpu load) for debugging purpose. System Activity Reporter (SAR) is an important tool which is used by the system admins for this in order to find out server load along with status of various metrics at different interval of […]
To add support of the fantastic tool wp-cli for all the users on the server, be it cyberpanel or cPanel or some other webhost panel you are using, you can use the following solution : Single Line code : wget -O /usr/local/bin/wp https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar; chmod +x /usr/local/bin/wp; touch /etc/profile.d/add_user_local_bin.sh; echo ‘PATH=$PATH:/usr/local/bin’ >> /etc/profile.d/add_user_local_bin.sh; Step by step […]
LVM is a tool first introduced in Fedora Linux for Logical Volume Management which allows useful feature likes allocating disks, striping, mirroring and resizing logical volumes. LVM reduces the tedious work of manual disk management on the servers and Linux systems. This guide will explain how we can create LVM using Striping I/O for more […]
Our team is available and on-site 24/7 ready to help you.