Linux Articles

Page 107 of 134

How to Disable IPv6 in RHEL, Rocky & AlmaLinux?

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 3K+ Views

In today's digital age, internet connectivity plays a crucial role in our day-to-day lives. In order to connect to the internet, we need an address that identifies us on the network. This is where IP addresses come into play. IPv4 (Internet Protocol version 4) is the fourth version of IP addresses and has been used for many years. However, as technology advances and more devices connect to the internet, the number of available IPv4 addresses is running out. That's why IPv6 was introduced. What is IPv6 and Why Disable It? IPv6 (Internet Protocol version 6) is an updated ...

Read More

How to Disable NetworkManager in CentOS/RHEL 8?

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 4K+ Views

NetworkManager is a daemon that manages network connections on Red Hat Enterprise Linux (RHEL) and CentOS systems. It handles both wired and wireless connections, including Ethernet, WiFi, mobile broadband, VPNs, and other network interfaces. The daemon provides a graphical user interface for managing network settings on desktop environments such as GNOME or KDE. NetworkManager is designed to automatically detect and configure connections based on the available network devices and their properties. It uses mechanisms like DHCP (Dynamic Host Configuration Protocol), PPP (Point-to-Point Protocol), and static IP addresses to connect to networks dynamically. Additionally, it supports advanced features like bonding ...

Read More

How to Disable Package Updates Using YUMDNF in RHEL Linux?

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 2K+ Views

YUM/DNF is the package management system used in RHEL (Red Hat Enterprise Linux) and related distributions to install, update, and remove software packages. While keeping packages updated is generally recommended for security and stability, there are specific scenarios where temporarily disabling package updates becomes necessary to maintain system integrity. Why Disable Package Updates Several situations may require disabling package updates temporarily: Critical Applications − Production systems running mission-critical applications that require specific package versions Compatibility Requirements − Legacy software that may break with newer package versions Testing Environments − Development systems where consistent package versions are ...

Read More

How to Disable SSH Root Login in Linux?

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 1K+ Views

SSH (Secure Shell) is a critical protocol used to remotely access and manage Linux servers securely. While SSH provides encrypted communication between clients and servers, allowing root login via SSH creates significant security vulnerabilities. The root user has complete system control, making unauthorized root access extremely dangerous for system integrity. This guide demonstrates how to disable SSH root login in Linux systems, reducing attack vectors and implementing security best practices for server administration. Security Risks of SSH Root Login Enabling root login via SSH exposes your system to several critical security threats: Brute Force Attacks ...

Read More

How to Disable Suspend and Hibernation Modes In Linux?

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 12K+ Views

Suspend and hibernation modes are power management features in Linux that help conserve battery life and allow quick system recovery. However, there are situations where you might want to disable these features — such as preventing system instability, avoiding unexpected wake-ups on servers, or ensuring continuous operation of critical applications. Suspend mode puts your computer into a low-power state while keeping the session active in RAM. Hibernation mode saves the current system state to disk and completely powers down the machine. Both modes can sometimes cause issues with certain hardware configurations or interfere with system operations. Disabling Suspend ...

Read More

How to Disconnect Inactive or Idle SSH Connections in Linux?

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 19K+ Views

Secure Shell (SSH) is a protocol that enables secure communication between two systems. In Linux, SSH is widely used to remotely access and manage servers. However, idle or inactive SSH connections can pose security risks and consume system resources unnecessarily. This article explains how to identify and disconnect such connections to maintain system security and performance. Identifying Inactive or Idle SSH Connections Before disconnecting inactive SSH connections, you must first identify them. Linux provides several commands to list active users, display session information, and monitor connection states. Using the 'who' Command The who command displays currently ...

Read More

How to Do Security Auditing of Linux System Using Lynis Tool?

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 367 Views

In today's world, where cyber threats and attacks have become more sophisticated and frequent, it is imperative to secure computer systems against malicious activities. A security audit is a systematic evaluation of the security of a computer system or network, which involves identifying potential vulnerabilities and addressing them before they are exploited by attackers. In this article, we will discuss how to perform a security audit on a Linux system using the Lynis tool. What is Security Auditing? Security auditing refers to the process of evaluating the security posture of a computer system or network by examining its ...

Read More

How to Downgrade RHELCentOS to Previous Minor Release?

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 381 Views

In the world of enterprise-level Linux operating systems, Red Hat Enterprise Linux (RHEL) and its derivative, CentOS, are two of the most widely used distributions. They offer a stable and robust platform that is trusted by many organizations worldwide. However, sometimes it may become necessary to downgrade to a previous minor release due to compatibility issues or other reasons. In this article, we will show you how to downgrade RHEL/CentOS to a previous minor release safely. Preparing for Downgrade Backing up data and configurations Before beginning the process of downgrading your RHEL/CentOS system, it is essential ...

Read More

How to Download and Install RHEL 9 for Free?

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 5K+ Views

Red Hat Enterprise Linux (RHEL) is a popular distribution of the Linux operating system designed for enterprise use. It is widely used in data centers, cloud computing environments, and mission-critical applications due to its robustness, reliability, and scalability. RHEL 9, the latest major version released in May 2022, includes several new features and enhancements that make it an attractive option for businesses seeking a secure and stable operating system. Some key features of RHEL 9 include improved container capabilities with Podman and Buildah, enhanced security with OpenSCAP integration, better performance with XFS file system improvements, and simplified application development ...

Read More

How to Drop a Git Stash?

Satish Kumar
Satish Kumar
Updated on 17-Mar-2026 5K+ Views

Git Stash is a powerful feature that allows developers to temporarily store uncommitted changes without creating a formal commit. This is particularly useful when you need to quickly switch branches or pull updates but have work-in-progress that isn't ready to be committed yet. However, over time you may accumulate multiple stashes that are no longer needed. Learning how to properly drop these stashes helps keep your repository clean and organized. What is Git Stash? Git stash is a command that saves your current working directory and staging area changes to a temporary storage area. Think of it ...

Read More
Showing 1061–1070 of 1,338 articles
« Prev 1 105 106 107 108 109 134 Next »
Advertisements