Satish Kumar has Published 1040 Articles

In-Memory Database Explained

Satish Kumar

Satish Kumar

Updated on 17-Jul-2023 15:54:36

185 Views

Introduction The burgeoning field of technology constantly introduces innovations designed to boost efficiency, speed, and productivity in diverse arenas, among which data management holds paramount importance. The traditional disc-based databases have played a significant role in data management for years. However, with data volumes escalating exponentially, businesses worldwide are looking ... Read More

Implementing Mandatory Access Control with SELinux or AppArmor in Linux

Satish Kumar

Satish Kumar

Updated on 17-Jul-2023 15:53:34

271 Views

Linux has built-in support for two types of Mandatory Access Control (MAC) systems: SELinux and AppArmor. Both systems add an additional layer of access control to the default Discretionary Access Control (DAC) that comes with Linux. In this article, we delve into the implementation of both systems, offering practical examples ... Read More

IaaS API Explained

Satish Kumar

Satish Kumar

Updated on 17-Jul-2023 15:52:34

111 Views

In the era of digital transformation, cloud computing has become the bedrock of modern infrastructure. This paradigm shift has brought forth three cloud service models: Infrastructure as a Service (IaaS), Platform as a Service (PaaS), and Software as a Service (SaaS). This article focuses on Infrastructure as a Service (IaaS) ... Read More

How to Zip a File in Linux?

Satish Kumar

Satish Kumar

Updated on 17-Jul-2023 15:26:08

3K+ Views

Introduction Linux, the popular open-source operating system, comes with a set of useful tools and commands that you can leverage for everyday tasks. One such task is file compression, and Linux provides various methods to zip or compress files and directories. This guide will walk you through how to zip ... Read More

How to Write Scripts Using Awk Programming Language?

Satish Kumar

Satish Kumar

Updated on 17-Jul-2023 15:24:53

74 Views

Awk is a powerful text-processing language named after its three original authors: Alfred Aho, Peter Weinberger, and Brian Kernighan. It's a versatile language primarily used for pattern scanning and processing. Awk is a staple of Unix scripting and is commonly used for tasks like data extraction, reporting, and data transformation. ... Read More

How to Write a Mobile-Friendly App Using JQuery & Bootstrap?

Satish Kumar

Satish Kumar

Updated on 17-Jul-2023 15:23:28

167 Views

The paradigm shift towards mobile technology has paved the way for a responsive, user-friendly interface in app design. JQuery and Bootstrap are two powerful tools that can aid developers in creating mobile-friendly applications. Let's delve into how you can use these frameworks to create an efficient, responsive application. Prerequisites Before ... Read More

Bash Special Variables in Linux

Satish Kumar

Satish Kumar

Updated on 14-Jul-2023 17:47:17

162 Views

Introduction Bash (Bourne Again SHell) is default shell for most Linux systems. It is a command language interpreter that executes commands from standard input, file or command-line arguments. Bash shell provides a set of special variables that contain various system-related and user-related information. These special variables are used to manipulate ... Read More

How To Use The Bash read Command?

Satish Kumar

Satish Kumar

Updated on 13-Jul-2023 17:42:28

3K+ Views

The read command is one of the most fundamental commands in Bash scripting. It is used to read input from the user or from a file. In this article, we will explore how to use the read command effectively, with several examples and their output. Basic Usage of read Command ... Read More

How to Use the dmesg Linux Command?

Satish Kumar

Satish Kumar

Updated on 13-Jul-2023 16:55:17

293 Views

The dmesg command is a powerful tool in the Linux command−line arsenal. It stands for "diagnostic message" and is used to read and write data from/to the kernel ring buffer, a data structure that holds messages about the system's hardware, kernel, or driver messages. This article will guide you through ... Read More

How to Use the Apt-Get Command in Linux?

Satish Kumar

Satish Kumar

Updated on 13-Jul-2023 16:44:18

4K+ Views

The Advanced Packaging Tool, or APT, is a powerful command-line tool used in Debian based systems like Ubuntu, Linux Mint, and others. The apt−get command is one of the most common ways to interact with APT. It's used to handle packages, allowing you to install, upgrade, and remove software on ... Read More

Advertisements