Satish Kumar

Satish Kumar

937 Articles Published

Articles by Satish Kumar

Page 13 of 94

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

A Shell Script to Send Email Alert When Memory Gets Low

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

As we use our computers for various tasks, we often run multiple applications and software that consume a significant amount of memory. When available memory gets low, it can cause our computer to slow down or even crash. To avoid this situation, we can use a shell script to send an email alert when memory gets low. In this article, we'll discuss how to create such a shell script and explain how it works. Understanding Shell Scripts Before we dive into creating a shell script, let's first understand what shell scripts are. A shell script is a program ...

Read More

Bash Function & How to Use It {Variables, Arguments, Return}

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

Bash functions are an essential feature of the Bash shell, allowing you to group commands and reuse them throughout your scripts. A Bash function is essentially a block of code that can be called and executed at any point in your script. In this article, we will explore the basics of Bash functions and learn how to use them effectively with variables, arguments, and return values. Defining a Bash Function To define a Bash function, you can use the function keyword followed by the name of your function, or simply use the function name followed by parentheses. Here's ...

Read More

A Step-By-Step Guide to Installing Xubuntu 20.10 Linux

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

Xubuntu 20.10 is a lightweight Linux distribution based on Ubuntu that uses the Xfce desktop environment. It's designed to run efficiently on older hardware while providing a modern, user-friendly experience. This guide walks you through the complete installation process of Xubuntu 20.10 on your computer. System Requirements Before installing Xubuntu 20.10, ensure your system meets these minimum requirements: Component Minimum Requirement Recommended RAM 512 MB 1 GB or more Storage 7.5 GB 20 GB or more Processor 700 MHz 1.2 GHz or faster Graphics ...

Read More

BMC Public IP Management via Portal and API

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

In today's digital infrastructure, businesses rely heavily on public IP addresses for critical operations including website hosting, email communication, and remote access services. Managing these IP addresses efficiently becomes increasingly complex as organizations scale. BMC Public IP Management provides a comprehensive solution for enterprises to manage their public IP address inventory through both a web-based portal and programmatic API interface. What is BMC Public IP Management? BMC Public IP Management is a cloud-based platform that centralizes and automates public IP address lifecycle management. The solution consists of two primary components that work together to provide complete IP address ...

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

Accessing Clipboard Contents Across Multiple Instances of Vim from Terminal

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

If you're a fan of Vim text editor, you know how powerful it can be. But sometimes, you may want to access clipboard contents across multiple instances of Vim. This can be a bit tricky to do, but it's not impossible. In this article, we'll explore how to do just that, using terminal. What is Clipboard? Before we dive into how to access clipboard contents across multiple instances of Vim, let's define what we mean by "clipboard." The clipboard is a temporary storage area that allows you to copy and paste text between different applications or documents. It's ...

Read More

BMC Server Management via API

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

BMC Server Management refers to server administration and monitoring capabilities provided through Baseboard Management Controller (BMC) interfaces. BMC is a specialized microcontroller embedded on server motherboards that enables out-of-band management, allowing administrators to monitor, control, and maintain servers remotely, even when the main operating system is offline or unresponsive. What is BMC Server Management? BMC server management provides hardware-level access to servers through a dedicated management network interface. This system allows administrators to perform critical operations such as power cycling, hardware monitoring, console redirection, and firmware updates without requiring the main server OS to be operational. Modern BMC ...

Read More

How to Edit Hosts File in Linux, Windows, or Mac?

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

Have you ever wondered how your computer connects to a website? The answer lies in the Domain Name System (DNS), which translates domain names into IP addresses. But did you know that you can actually edit this process by modifying your computer's hosts file? The hosts file is a simple text file that maps IP addresses to domain names, allowing you to bypass DNS and specify exactly where your computer should look for a website. This file exists on all operating systems and provides local DNS resolution before querying external DNS servers. Editing Hosts File in Linux ...

Read More

Adapta - A Material Design Gtk+ Theme for Ubuntu and Linux Mint

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

Adapta is a Material Design-inspired GTK+ theme that brings a modern, elegant appearance to Ubuntu and Linux Mint desktops. This theme follows Google's Material Design principles, offering clean typography, subtle shadows, and a cohesive color palette that enhances the overall user experience. Created by Tista, Adapta was designed to provide both visual appeal and functionality. The theme utilizes carefully chosen shades of blue, gray, and white to create a minimalistic yet sophisticated interface that feels contemporary and professional. Features Adapta incorporates several key Material Design elements that set it apart from traditional GTK+ themes − ...

Read More
Showing 121–130 of 937 articles
« Prev 1 11 12 13 14 15 94 Next »
Advertisements