Satish Kumar has Published 1040 Articles

GRV - A Tool for Viewing Git Repositories in Linux Terminal

Satish Kumar

Satish Kumar

Updated on 23-Aug-2023 17:02:38

66 Views

Introduction Git is a distributed version control system that has revolutionized the way software developers work on projects. With Git, developers can easily track changes made to code, collaborate with others and quickly revert to previous versions if necessary. Git has become the de-facto standard for version control, and it's ... Read More

Growing an Existing RAID Array and Removing Failed Disks in Raid

Satish Kumar

Satish Kumar

Updated on 23-Aug-2023 16:56:48

103 Views

Introduction RAID (Redundant Array of Independent Disks) is a technology used to store data across multiple hard drives instead of just one. RAID arrays offer a number of benefits over traditional single-disk storage, including improved performance and better data redundancy. Growing an Existing RAID Array Understanding RAID Levels and Their ... Read More

Grep Regex A Complete Guide

Satish Kumar

Satish Kumar

Updated on 23-Aug-2023 16:37:08

226 Views

Introduction When it comes to data processing and analysis, Grep Regex is a powerful tool for finding patterns in text. It is commonly used among developers, system administrators, and data analysts who need to search for specific strings or extract relevant information from large volumes of data. Grep stands for ... Read More

Graylog - Industry Leading Log Management for Linux

Satish Kumar

Satish Kumar

Updated on 23-Aug-2023 16:34:23

160 Views

Introduction In today's world, businesses and organizations generate massive amounts of data. One of the most important sources of data in a software-based organization is log files. These files contain valuable information about user behavior, system performance, security events, and more. However, managing and analyzing large volumes of log data ... Read More

GraphicsMagick - A Powerful Image Processing CLI Tool for Linux

Satish Kumar

Satish Kumar

Updated on 23-Aug-2023 16:32:10

196 Views

Introduction In this day and age, images play an important role in our daily lives. We use them to communicate, express our creativity, and even conduct scientific research. However, with the increasing number of digital images being produced every day, there is a need for efficient tools to manage and ... Read More

Cellular Networks

Satish Kumar

Satish Kumar

Updated on 19-Jul-2023 14:29:17

536 Views

Cellular networks are the backbone of modern communication, connecting people and devices across the globe. These networks are the foundation of the mobile phone industry, enabling users to make calls, send text messages, and access the internet. Cellular networks have evolved significantly over the years, becoming faster, more reliable, and ... Read More

How can I use wstring(s) in Linux APIs

Satish Kumar

Satish Kumar

Updated on 19-Jul-2023 10:45:49

182 Views

Introduction In Linux programming, use of wide character strings is becoming increasingly common. Wide character strings, or wstrings, are a sequence of wide characters, each of which can represent a single Unicode character. This makes them particularly useful when working with text that includes characters from a wide range of ... Read More

How To Work With Ansible Variables And Facts?

Satish Kumar

Satish Kumar

Updated on 17-Jul-2023 16:48:34

337 Views

Ansible is a widely−used open−source tool that helps in automating software provisioning, configuration management, and application deployment. One of its powerful features is the ability to use variables and facts, which can simplify your playbooks and tasks, and allow you to design more dynamic, flexible, and reusable automation scripts. In ... Read More

How to Work With GitHub Flavored Markdown in Linux?

Satish Kumar

Satish Kumar

Updated on 17-Jul-2023 16:46:09

139 Views

Markdown is a popular lightweight markup language that allows users to write using an easy−to−read and easy−to−write plain text format, which can then be converted into HTML or other formats. In essence, it simplifies the process of structuring and formatting text. GitHub Flavored Markdown (GFM) is a variant of Markdown ... Read More

Htop - An Interactive Process Viewer for Linux

Satish Kumar

Satish Kumar

Updated on 17-Jul-2023 16:44:46

179 Views

Introduction System monitoring is an essential aspect of Linux administration, as it gives a clear overview of system resources usage, and the performances of various processes and applications running on a Linux system. Several tools provide this functionality, but Htop stands out due to its superior features and user-friendly interface. ... Read More

Advertisements