NPNayan Patilinnayanp.hashnode.dev·Jul 30, 2025 · 4 min readInstall CrowdStrike Falcon Sensor on Red Hat Enterprise Linux (RHEL)How to Install CrowdStrike Falcon Sensor on Red Hat Enterprise Linux (RHEL) CrowdStrike Falcon is a leading endpoint protection platform that offers advanced threat detection, prevention, and response capabilities. Installing the CrowdStrike Falcon s...00
NPNayan Patilinnayanp.hashnode.dev·Jan 1, 2025 · 1 min readHow to check install packages on RHELHere are the ways to check installed packages on RHEL (Red Hat Enterprise Linux): Using yum or dnf: List all installed packages: yum list installed Check for a specific package:c yum list installed | grep <package_name> Replace <package_nam...00
NPNayan Patilinnayanp.hashnode.dev·Feb 17, 2024 · 2 min readLinux process text awk, sed and grepThe three most useful text processing utilities in Linux are grep, sed, and awk. Despite being completely independent technologies, their functionality appears to overlap in simple cases. For example, if we want to discover a pattern in a file and pu...00
NPNayan Patilinnayanp.hashnode.dev·Feb 16, 2024 · 2 min readLinux directory structure and filesRoot : Exploring the Root Directory reveals that the '/' symbolizes the top-level directory in the Linux file system hierarchy, serving as the parent directory for all other directories and files. The root directory contains various important direc...00
NPNayan Patilinnayanp.hashnode.dev·Feb 12, 2024 · 2 min readLinux Network commandIP : The ip command in Linux is a powerful utility for network configuration and management. It allows users to perform various networking tasks such as configuring network interfaces, routing tables, and tunnels. Here are some common uses of the ip...00