<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Linux on Lorbic</title><link>http://localhost:1313/tags/linux/</link><description>Recent content in Linux on Lorbic</description><generator>Hugo</generator><language>en</language><lastBuildDate>Wed, 07 Feb 2024 14:10:22 +0000</lastBuildDate><atom:link href="http://localhost:1313/tags/linux/index.xml" rel="self" type="application/rss+xml"/><item><title>NGINX: Building from Source and Installation on Linux (Updated)</title><link>http://localhost:1313/build-nginx-from-source/</link><pubDate>Fri, 02 Feb 2024 18:28:00 +0000</pubDate><guid>http://localhost:1313/build-nginx-from-source/</guid><description>&lt;p>&lt;a href="https://en.wikipedia.org/wiki/Nginx" target="_blank" rel="noopener noreferrer">NGINX&lt;/a> is a web server that can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache. NGINX is a free and open source software licensed under &lt;em>2-clause BSD&lt;/em>.&lt;br>
You can easily download and use NGINX in Windows, macOS, Linux and other operating systems &lt;a href="https://nginx.org/en/download.html" target="_blank" rel="noopener noreferrer">link&lt;/a> read NGINX installation instructions from the &lt;a href="https://nginx.org/en/docs/install.html" target="_blank" rel="noopener noreferrer">official docs&lt;/a> and install on your operating system for free.&lt;/p>
&lt;p>But, in this blog we are going to build NGINX from source code. And we will configure NGINX&amp;rsquo;s settings, paths, and add or remove modules.&lt;/p></description></item><item><title>Operators in Bash Shell Programming</title><link>http://localhost:1313/operators-in-bash-shell-programming/</link><pubDate>Tue, 04 May 2021 01:16:10 +0530</pubDate><guid>http://localhost:1313/operators-in-bash-shell-programming/</guid><description>&lt;p>&lt;img src="https://images.unsplash.com/photo-1614314107768-6018061b5b72?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&amp;amp;ixlib=rb-1.2.1&amp;amp;auto=format&amp;amp;fit=crop&amp;amp;w=1334&amp;amp;q=80" alt="A Picture of Pluto by NASA featured on Village Programmer" loading="eager" decoding="async" fetchpriority="high" class="img-fluid" />
Photo by &lt;a href="https://unsplash.com/photos/-5V6VZxSQRo" target="_blank" rel="noopener noreferrer">NASA&lt;/a> on Unsplash&lt;/p>
&lt;hr>
&lt;p>If you want to learn bash bash scripting please read this article.&lt;br>
&lt;a href="http://localhost:1313/post/learn-complete-linux-bash-scripting-in-one-article/">Learn complete Linux bash (shell) scripting in one article&lt;/a>&lt;/p>
&lt;p>Operators help us perform various types of operations such as addition, multiplication etc.&lt;br>
There are following types of operators present in bash:&lt;/p>
&lt;ul>
&lt;li>Arithmetic,&lt;/li>
&lt;li>Relational,&lt;/li>
&lt;li>Boolean,&lt;/li>
&lt;li>File Test,&lt;/li>
&lt;li>String Test&lt;/li>
&lt;/ul>
&lt;h2 id="1-arithmetic-operators">1. Arithmetic Operators&lt;a class="anchorjs-link" href="#1-arithmetic-operators" aria-label="Link to section: 1. Arithmetic Operators">&lt;/a>&lt;/h2>&lt;p>All the arithmetic operators present in bash are discussed below with examples.&lt;br>
These operators work with integers.&lt;/p></description></item><item><title>Learn Complete Linux Bash Scripting in One Article</title><link>http://localhost:1313/learn-complete-linux-bash-scripting-in-one-article/</link><pubDate>Tue, 04 May 2021 00:59:14 +0530</pubDate><guid>http://localhost:1313/learn-complete-linux-bash-scripting-in-one-article/</guid><description>&lt;p>&lt;img src="https://images.pexels.com/photos/745266/pexels-photo-745266.jpeg?auto=compress&amp;amp;cs=tinysrgb&amp;amp;dpr=2&amp;amp;h=650&amp;amp;w=940" alt="" loading="eager" decoding="async" fetchpriority="high" class="img-fluid" />
&amp;ndash; Photo by &lt;strong>&lt;a href="https://www.pexels.com/@osho?utm_content=attributionCopyText&amp;amp;utm_medium=referral&amp;amp;utm_source=pexels" target="_blank" rel="noopener noreferrer">Iván Rivero&lt;/a>&lt;/strong> from &lt;strong>&lt;a href="https://www.pexels.com/photo/tractor-with-trailer-under-cloudy-skies-during-day-745266/?utm_content=attributionCopyText&amp;amp;utm_medium=referral&amp;amp;utm_source=pexels" target="_blank" rel="noopener noreferrer">Pexels&lt;/a>&lt;/strong>&lt;/p>
&lt;p>In this article I&amp;rsquo;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.&lt;br>
Bash scripting is a critical skill for every programmer.&lt;/p>
&lt;p>First of all you will need a &lt;strong>linux machine&lt;/strong> to execute these scripts.&lt;br>
You can use any of the below techniques to get a linux machine:&lt;/p></description></item></channel></rss>