Dive Deep into Python vs Perl Debate: What Should I Learn?

Mrudgandha Kulkarni
Updated on 28-Jun-2023 11:41:42

398 Views

Python and Perl are two popular programming languages used for a variety of purposes. Both languages have their own strengths and weaknesses, and choosing between them can be a difficult decision for aspiring programmers. In this blog post, we will take a deep dive into the Python vs Perl debate and help you make an informed decision on which language to learn. Python vs Perl: An Overview Python and Perl are both high-level, interpreted programming languages that are used for a wide range of applications. Python was created in the late 1980s by Guido van Rossum, while Perl was created ... Read More

DPKG Command in Linux with Examples

Mrudgandha Kulkarni
Updated on 28-Jun-2023 11:38:06

3K+ Views

Linux is one of the most widely used operating systems in the world, thanks to its stability, security, and flexibility. One of the key components of the Linux operating system is the package management system. There are different package management systems in use, but one of the most popular is the dpkg system. In this blog post, we will explore the dpkg command in Linux, what it does, and how to use it effectively. We will also provide some examples to help you get started with using the dpkg command in Linux. What is the dpkg command? dpkg is a ... Read More

Diskonaut: A Terminal Disk Space Navigator for Linux

Mrudgandha Kulkarni
Updated on 28-Jun-2023 11:30:03

159 Views

If you're a Linux user, you're probably used to using the command line interface to navigate your files and directories. One of the challenges of working in a terminal environment is managing disk space. As you install more programs and save more files, your hard drive can quickly become cluttered and disorganized, making it difficult to find the files you need. Fortunately, there are tools available that can help you manage your disk space more efficiently. In this article, we’ll be introducing Diskonaut, a terminal-based disk space navigator for Linux. Diskonaut is a lightweight and user-friendly tool that allows you ... Read More

Discourse: A Modern Forum for Community Discussion

Mrudgandha Kulkarni
Updated on 28-Jun-2023 11:22:43

419 Views

Are you looking for a modern and feature-rich forum platform to host your community discussions? Look no further than Discourse! Discourse is a free, open-source forum software that is designed to be fast, user-friendly, and highly customizable. In this blog post, we will cover everything you need to know to get started with Discourse, including installation, configuration, and customization. What is Discourse? Discourse is a modern, open-source, and feature-rich forum software that allows users to have discussions and share knowledge in a community-driven environment. It is designed to provide a more engaging and interactive experience than traditional forums, with a ... Read More

Disable Apache Web Directory Listing Using .htaccess File

Mrudgandha Kulkarni
Updated on 26-Jun-2023 15:42:45

2K+ Views

When you run a website using Apache web server, it may be possible for a user to access a directory listing of the files in a particular directory. This directory listing can be useful for some purposes, such as when sharing files with a small group of trusted individuals, but in most cases, it's not desirable to have these files accessible to the public. In this article, we will discuss how to disable Apache web directory listing using the .htaccess file. This method is a quick and easy way to prevent directory listing for a particular directory or set of ... Read More

Disable and Remove Unwanted Services on RHEL CentOS 8 Minimal Installation

Mrudgandha Kulkarni
Updated on 26-Jun-2023 15:41:05

2K+ Views

When you install RHEL/CentOS 8 Minimal, the system comes with a minimal set of pre-installed packages and services to keep the system lightweight and secure. However, over time, as you install new packages and services, your system can become bloated and vulnerable to security threats. In this article, we will discuss how to disable and remove unwanted services and packages on RHEL/CentOS 8 Minimal installation. We will start by identifying unnecessary services and best practices for disabling them to ensure that your system remains secure and functional. Additionally, we will discuss how to remove any packages that are no longer ... Read More

Different Ways to Use Column Command in Linux

Mrudgandha Kulkarni
Updated on 26-Jun-2023 15:39:39

2K+ Views

If you're a Linux user, you're probably familiar with the command-line interface. It's a powerful tool for working with files, directories, and other aspects of your system. However, if you're working with large amounts of text data, it can be challenging to make sense of everything. That's where the column command comes in. This command allows you to format text into columns, specify delimiters, align columns, wrap text, and even sort columns of data. In this blog post, we'll explore the different ways to use the column command in Linux and how it can help you work more efficiently with ... Read More

Different Ways to Read File in Bash Script Using While Loop

Mrudgandha Kulkarni
Updated on 26-Jun-2023 15:34:18

9K+ Views

Reading files is an essential aspect of shell scripting in the Bash environment. In Bash, reading files can be achieved using different techniques, and one of the most popular and versatile methods is using the while loop. The while loop in Bash is a powerful construct that allows us to iterate through a file line by line, making it easier to manipulate and process data. In this article, we will discuss various ways to read a file using while loops in Bash scripting. Before diving into the different techniques of reading files in Bash, let us understand the syntax and ... Read More

Deploy and Manage Rancher Management Cluster with Workload Cluster in BMC

Mrudgandha Kulkarni
Updated on 26-Jun-2023 15:31:08

227 Views

In the world of containerization and microservices, it has become increasingly important to manage and orchestrate container workloads across a large infrastructure. Rancher is an open-source container management platform that makes it easy to deploy and manage container workloads across multiple clusters and clouds. In this blog post, I will guide you through the process of deploying and managing a Rancher management cluster with a workload cluster in BMC. Prerequisites Before we begin, there are a few prerequisites you need to meet − A BMC account with access to the BMC cloud infrastructure. Familiarity with Kubernetes and containerization concepts. ... Read More

Function Complexities with Shell Scripting

Mrudgandha Kulkarni
Updated on 26-Jun-2023 15:29:53

324 Views

As a Linux user, you may already be familiar with shell scripting, the practice of writing scripts in the command-line interface to automate tasks and improve efficiency. While simple shell scripts can be easy to write and understand, more complex scripts can be challenging to debug and maintain. In this blog post, we will explore some of the deeper complexities of shell scripting, including functions, and discuss how to write and debug more advanced shell scripts. Reviewing Shell Scripting Before we dive into the complexities of shell scripting, let's review the basics of shell scripts. A shell script is a ... Read More

Advertisements