Introduction: The file system of a Linux server plays a crucial role in managing data storage and retrieval efficiently. Among the various file system types available, ext3 and ext4 are widely used due to their stability, reliability, and compatibility with Linux distributions. Step 1: First, We should verify the current… Continue Reading How to convert file system type from ext3 to ext4 for Linux servers?

Introduction: Monitoring memory cache utilization is crucial for maintaining optimal system performance and resource utilization in your IT infrastructure. Nagios, a powerful monitoring system, allows you to track various metrics, including memory cache usage. Prerequisite: Server root login credentials. Step 1: Log in to the Ubuntu or Centos server as… Continue Reading How to set up the custom memory cache monitor on Nagios and clear the memory cache with cronjob?

Introduction: Making the entire filesystem or a specific partition read-only on Ubuntu 20.04 can be a useful security measure or a precautionary step to prevent unintended modifications. The read-only setting ensures that no write operations can be performed on the designated filesystem, safeguarding its integrity and reducing the risk of… Continue Reading How to set up the entire filesystem or a specific partition read-only on Ubuntu 20.04?

Introduction: Password management and policy enforcement are critical aspects of maintaining robust security on an Ubuntu Server 20.04. Establishing strong password policies helps safeguard against unauthorized access and security breaches. Step 1: Set an expiration date on a user’s passwordType chage -l username command to display the expiration date on a user’s… Continue Reading How to Manage passwords and password policies on Ubuntu server 20.04?

Introduction: Logical Volume Management (LVM) is a powerful tool in Linux that allows for dynamic resizing and management of storage space. As data requirements grow, the need to extend Logical Volumes becomes common to accommodate increasing storage demands without disruption. Step 1: Check there is enough free space in the… Continue Reading How to Extend a Logical Volume?

Introduction: Swap space, an extension of physical memory, enables instances to manage memory resources efficiently, preventing performance degradation in situations of high demand. This guide outlines the steps to add swap space to an Amazon EC2 instance Step 1: Connect to EC2 Instance. Step 2: Before adding a swap, check… Continue Reading How do to add a swap space to an EC2 instance?

Introduction: Logical Volume Management (LVM) is a disk management system that allows you to manage disk space using the concepts of logical volumes, physical volumes, and volume groups. It offers flexibility and scalability, enabling dynamic allocation and reallocation of storage in a more efficient manner. Setting up LVM on Ubuntu… Continue Reading How to set up LVM on Ubuntu 20.04?

Introduction: Opening port TCP on CentOS 7 is a common task when you want to allow network traffic to reach a specific service or application running on your server. Port TCP is often used for web applications and web servers, including alternative HTTP ports or application-specific services. In this guide,… Continue Reading How to allow any TCP port via Firewall?

Introduction: Plesk is a web hosting control panel that allows server administrators to manage websites, domains, and various server functionalities. In this article, we will see how changing the backup file location can be useful for managing disk space or storing backups in a specific directory or external storage. Step1:… Continue Reading How to change the location for backup files in Plesk for Windows Server?

Introduction: Swap space is a dedicated area on a computer’s hard drive that is used as virtual memory when the system’s physical RAM (Random Access Memory) is full. When the RAM becomes overloaded, the operating system moves less frequently used data from RAM to the swap space, freeing up memory… Continue Reading How to create the swap space using the swap file on Ubuntu 20.04?