Bamdeb Ghosh has Published 33 Articles

A Guide to Yum and Apt on Linux

Bamdeb Ghosh

Bamdeb Ghosh

Updated on 08-May-2023 11:35:19

3K+ Views

Introduction An open-source environment is made available to users of the well-known operating system Linux so they can do a range of jobs. Two of the most popular package managers are Yum and Apt, and package management is crucial in Linux. Users can easily install, update, and uninstall software packages ... Read More

How to Mount and Unmount Filesystems in Linux?

Bamdeb Ghosh

Bamdeb Ghosh

Updated on 08-May-2023 11:33:30

3K+ Views

Introduction In Linux, everything (picture, binary file, text file, directory etc.) is treated as file. It is important to know how to organize and access files in a better way. Mount and umount commands are very handy in this case. In this article, we will learn these two commands. In ... Read More

Guide to Monitoring Disk Usage on Linux

Bamdeb Ghosh

Bamdeb Ghosh

Updated on 08-May-2023 11:28:27

374 Views

Introduction It is essential for Linux users to monitor our system's disc usage to make sure we have enough storage for our programmes and files. Monitoring disc consumption can also aid in problem detection and performance enhancement for our system. In this article, we will look at four techniques for ... Read More

How to Execute Programs From Anywhere in Linux?

Bamdeb Ghosh

Bamdeb Ghosh

Updated on 08-May-2023 11:20:45

2K+ Views

Linux is a widely used open-source operating system that offers users the flexibility to execute programs from any location on the system. Unlike other operating systems, Linux does not have fixed program directories, enabling users to access programs from anywhere. This feature is advantageous for users who require a particular ... Read More

Renaming Linux Files in Batches

Bamdeb Ghosh

Bamdeb Ghosh

Updated on 08-May-2023 11:19:56

99 Views

Introduction If we want to rename any file in Linux, we use “mv” command. But mv command can only rename one file at a time, it can not rename multiple files at one time in terminal. If we want to rename multiples files then we have to use mv command ... Read More

Working with Hidden Files in Linux

Bamdeb Ghosh

Bamdeb Ghosh

Updated on 08-May-2023 11:18:32

3K+ Views

Introduction Hidden files in Linux operating system are files that are not displayed when the ls command is executed. A hidden file's name begins with a dot. Not only files, but also directories, can be hidden in Linux. Files in Linux are hidden for a variety of purposes. One of ... Read More

How to Find Duplicate Files in Unix?

Bamdeb Ghosh

Bamdeb Ghosh

Updated on 08-May-2023 11:16:26

720 Views

Introduction As we increasingly depend on digital media for storing our important files, we tend to accumulate a large number of files over time. It can be challenging to manage these files, particularly when we have multiple copies of the same file that can consume storage space. To solve this ... Read More

Cron Job Testing and Debugging in Linux

Bamdeb Ghosh

Bamdeb Ghosh

Updated on 08-May-2023 11:14:38

420 Views

Introduction First, we need to understand what is Cron Job in Linux. Cron job is also a Linux command that is used to schedule any kind of job in future. Therefore, this can serve many purpose of user as if some specific commands have to be run after reboot of ... Read More

Working with the AWS CLI for EC2

Bamdeb Ghosh

Bamdeb Ghosh

Updated on 08-May-2023 11:11:36

108 Views

Among the well-known cloud computing platforms is AWS (Amazon Web Services). Elastic Compute Cloud, or AWS EC2, is a well-known Amazon service. The Amazon CLI (Command Line Interface) is a potent tool that enables users to interact with the EC2 service via the command line in order to effectively administer ... Read More

Guide to Linux jq Command for JSON Processing

Bamdeb Ghosh

Bamdeb Ghosh

Updated on 29-Mar-2023 13:58:48

10K+ Views

Introduction JSON (JavaScript Object Notation) is a popular data format used for exchanging information between applications. It is a lightweight and easy-to-understand. To process JSON data efficiently, Linux provides a command-line tool called jq. This powerful tool enables users to extract, manipulate, and transform JSON data with ease. With jq, ... Read More

Advertisements