Linux

Technical Journal // Linux
Feb '24

NGINX: Building from Source and Installation on Linux (Updated)

In this blog we are going to build NGINX from source code. And we will configure NGINX's settings, paths, and add or remove modules.

May '21

Operators in Bash Shell Programming

Photo by NASA on Unsplash If you want to learn bash bash scripting please read this article. Learn complete Linux bash (shell) scripting in one article Operators help us perform various types of operations such as addition, multiplication etc. There are following types of operators present in bash: Arithmetic, Relational, Boolean, File Test, String Test 1. Arithmetic OperatorsAll the arithmetic operators present in bash are discussed below with examples. These operators work with integers.

May '21

Learn Complete Linux Bash Scripting in One Article

– Photo by Iván Rivero from Pexels In this article I’ll be discussing about linux bash scripting (shell scripting) and I will cover every fundamental concept that you need to get started with bash scripting under linux environment. Bash scripting is a critical skill for every programmer. First of all you will need a linux machine to execute these scripts. You can use any of the below techniques to get a linux machine: