Satish Kumar

Satish Kumar

937 Articles Published

Articles by Satish Kumar

Page 5 of 94

Growing an Existing RAID Array and Removing Failed Disks in Raid

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

RAID (Redundant Array of Independent Disks) is a technology that combines multiple hard drives into a single logical unit to improve performance, increase storage capacity, and provide data redundancy. Growing existing arrays and managing failed disks are critical skills for maintaining reliable storage systems. Understanding RAID Levels Different RAID levels offer varying benefits and limitations that affect how arrays can be expanded: RAID Level Minimum Disks Expansion Support Redundancy RAID 0 2 Yes None RAID 1 2 Limited Full mirror RAID 5 3 Yes Single disk ...

Read More

GRV - A Tool for Viewing Git Repositories in Linux Terminal

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

GRV (Git Repository Viewer) is a powerful terminal-based tool that provides an intuitive interface for exploring Git repositories in Linux. It offers visual representations of commit history, branch structures, and file diffs, making it easier for developers to navigate and understand their codebase evolution without leaving the command line. Installing GRV Prerequisites and Installation Steps Before installing GRV, ensure Git is installed on your system − sudo apt-get install git Download and install GRV from its official repository − git clone https://github.com/rgburke/grv.git cd grv make && sudo make install ...

Read More

Guake - A Dropdown Linux Terminal for Gnome Desktops

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

As a Linux user, having a reliable and efficient terminal emulator is essential for daily work. One popular option for Gnome desktops is Guake, a dropdown terminal that can be accessed with just a keyboard shortcut or hotkey. In this article, we will explore the many features and benefits of using Guake as well as its installation and configuration. Overview of Guake Features Guake is a feature-rich terminal emulator that offers many benefits to users. Its dropdown terminal functionality allows users to quickly access the terminal by pressing a hotkey, without disrupting their workflow. This feature is especially ...

Read More

Guayadeque Music Player - Install on RHEL/CentOS/Fedora

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

Guayadeque Music Player is a free and open-source audio player that offers extensive features for music enthusiasts seeking more than basic playback functionality. Developed by Anselmo Herrera using C++ and the wxWidgets GUI toolkit, it supports Linux, Windows, and macOS operating systems. Prerequisites Before installing Guayadeque Music Player on RHEL/CentOS/Fedora, ensure these software packages are available on your system for smooth operation: GTK+ 2.12 or higher libsqlite3 (SQLite libraries) libtag (TagLib libraries) libcurl (Curl library) gstreamer and gstreamer-plugins-base (GStreamer Core Libraries) Installation Methods Method 1: Install from EPEL Repository The simplest method ...

Read More

Guider - A System Wide Linux Performance Analyzer

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

Guider is a powerful system-wide Linux performance analyzer designed to provide developers, system administrators, and technical professionals with comprehensive insights into Linux system performance. Unlike traditional tools that focus on individual processes, Guider monitors the entire system including CPU usage, memory consumption, disk I/O, network traffic, and process activity to identify performance bottlenecks and optimization opportunities. Overview of Guider Guider provides real-time system-wide performance monitoring capabilities across all major system resources. It collects data from kernel interfaces to present a holistic view of system behavior, enabling administrators to understand how different components interact and affect overall performance. ...

Read More

Gulp - A Toolkit for Automating Painful Tasks in Development

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

In the world of web development, developers often face repetitive tasks that can be mundane and time-consuming. These tasks include minifying JavaScript files, optimizing images for the web, compiling Sass or Less into CSS, and many others. This is where Gulp comes in. Gulp is a toolkit that helps automate these tedious tasks with ease. It is a popular open-source JavaScript-based task runner that allows developers to create automated workflows for their projects. Its simplicity in usage and flexibility in configuration makes it a great choice for any project. What is Gulp? Gulp is a task runner ...

Read More

Hacking Owncloud to Improve Branding of Login Page

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

Branding is the process of creating a distinct image, voice and personality that sets your business apart from its competitors. This involves creating a unique logo, choosing the right colors, typography and imagery to represent your brand. A strong brand identity helps businesses establish trust, credibility and recognition among their target audience which in turn increase sales and drive revenue. In addition, effective branding can improve customer loyalty by creating an emotional connection with customers. When customers feel connected to a brand they are more likely to choose it over its competitors. Understanding Owncloud's Login Page When ...

Read More

HardInfo - Check Hardware Information in Linux

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

When working with Linux, it's essential to have accurate and up-to-date information about your system's hardware. Knowing the hardware specifications of your machine is important for several reasons, such as troubleshooting issues, choosing the right drivers for your system, or planning system upgrades. What is HardInfo? HardInfo is a graphical hardware information and system diagnostic tool for Linux operating systems. It provides detailed information about the hardware components in your system, including CPU, memory, storage devices, and network devices. It is an essential tool for Linux users who want to monitor their system's performance and diagnose hardware issues. ...

Read More

Hegemon - A Modular System Monitoring Tool for Linux

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

Hegemon is an open-source, modular system monitoring tool designed specifically for Linux systems. It provides real-time visualization of system performance metrics through an intuitive interface, allowing administrators and developers to track CPU usage, memory consumption, disk utilization, and network traffic efficiently. System monitoring is essential for maintaining optimal Linux system performance and preventing potential issues before they impact operations. Unlike traditional monitoring tools that can be resource-intensive or difficult to configure, Hegemon offers a lightweight, customizable solution that adapts to specific monitoring requirements. How Hegemon Works Hegemon operates through a modular architecture where each module monitors specific ...

Read More

How I Switched from Windows 10 to Linux Mint?

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

As an avid computer user, I have always believed that it is important to stay up-to-date with the latest technology. For years, I had been using the widely popular operating system, Windows 10. However, over time, I began to experience a range of issues with Windows that left me feeling frustrated and unsatisfied with my computing experience. Understanding the Differences Between Windows 10 and Linux Mint Overview of Windows 10 Operating System Windows 10 is a widely used operating system developed by Microsoft. It has a graphical user interface that allows users to interact with the computer ...

Read More
Showing 41–50 of 937 articles
« Prev 1 3 4 5 6 7 94 Next »
Advertisements