Satish Kumar has Published 1040 Articles

A Command Line Web Browsing with Lynx and Links Tools

Satish Kumar

Satish Kumar

Updated on 19-Apr-2023 18:04:00

1K+ Views

Introduction In today’s world, we rely heavily on graphical user interfaces (GUI) for web browsing, but there are still some situations where use of a command-line web browser may be necessary. Command-line web browsers can be useful in low-resource environments, remote servers, or when using a terminal interface. Lynx and ... Read More

A Career in Linux is What You Should Be Pursuing In 2023

Satish Kumar

Satish Kumar

Updated on 19-Apr-2023 18:00:34

1K+ Views

Are you looking for a career that's in demand and offers great opportunities for growth? Look no further than a career in Linux! In 2023, Linux is more important than ever, and pursuing a career in this field could be key to unlocking a world of opportunities. What is Linux, ... Read More

A Brief Introduction to 'Makefiles' in Open Source Software Development

Satish Kumar

Satish Kumar

Updated on 19-Apr-2023 17:58:41

325 Views

As an open-source developer, you might have come across term "Makefile" while exploring different projects. But what exactly is a Makefile, and how does it work? In this article, we will provide a brief introduction to Makefiles, covering what they are, why they are important, and how to create one. ... Read More

A Beginners Guide to Snaps in Linux

Satish Kumar

Satish Kumar

Updated on 19-Apr-2023 17:57:40

125 Views

If you're new to Linux, you may have heard term "snap" being used, but may not be sure exactly what it is. In simple terms, snaps are a type of universal package format for Linux systems that make it easy to install and manage applications. In this beginner's guide, we'll ... Read More

Bash trap Command Explained

Satish Kumar

Satish Kumar

Updated on 13-Apr-2023 16:55:57

4K+ Views

Bash is a powerful shell used in Linux systems for executing commands and managing processes. trap command in Bash is a useful tool for handling signals and errors that can occur during script execution. In this article, we'll explain what Bash trap command is, how it works, and give some ... Read More

Bash wait Command with Examples

Satish Kumar

Satish Kumar

Updated on 12-Apr-2023 13:03:22

7K+ Views

Introduction The Bash shell is one of most widely used shells in Unix/Linux environment. One of its most useful commands is wait command. In this article, we will explore Bash wait command and its usage with examples. What is Bash wait Command? The wait command is a built-in Bash shell ... Read More

Bash String Comparison

Satish Kumar

Satish Kumar

Updated on 12-Apr-2023 12:50:57

2K+ Views

When it comes to programming in Bash, string comparison is a fundamental concept that every developer needs to be familiar with. Bash string comparison involves comparing two strings and evaluating whether they are equal, not equal, greater than, or less than each other. Understanding how to compare strings in Bash ... Read More

Bash Printf - How to Print a Variable in Bash

Satish Kumar

Satish Kumar

Updated on 12-Apr-2023 09:31:56

7K+ Views

Printing variables in Bash is a common task when working with shell scripts. Bash printf command is a powerful tool that allows you to print variables with precision and formatting options. In this article, we will explore how to use Bash printf to print variables in various ways. What is ... Read More

Bash Single vs. Double Quotes What's Difference

Satish Kumar

Satish Kumar

Updated on 12-Apr-2023 09:28:01

924 Views

If you've spent any time using Bash, you've probably noticed that there are two types of quotes you can use when defining variables or passing arguments to commands: single quotes (' ') and double quotes (" "). At first glance, these quotes might seem interchangeable, but there are actually some ... Read More

Bash Script for Loop Explained with Examples

Satish Kumar

Satish Kumar

Updated on 12-Apr-2023 09:24:27

384 Views

If you're a Linux or Unix user, chances are you've used Bash at least once or twice. Bash is a command-line shell that lets you interact with your operating system in a more direct and powerful way than using a graphical user interface. One of most powerful features of Bash ... Read More

Advertisements