• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

Tutorials On Linux, Unix & Open Source

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My WordPress plugins

bash script

How To Install Nginx On Ubuntu 22.04 LTS

March 5, 2023 by Sharad Chhetri

Install Nginx

In this tutorial, we will show the manual as well as bash script method to install Nginx on Ubuntu 22.04 LTS server. Nginx which is one the most powerful web server widely use in the IT industry. It can easily handle the thousands of simultaneous connections with the small memory usage. Usage of Nginx: In […]

Filed Under: Linux Tagged With: bash script, linux, nginx, ubuntu, ubuntu 22.04 lts

How to install Mariadb 10.4 server on CentOS 8 / RHEL 8

June 14, 2020 by Sharad Chhetri

install MariaDB Server

Do you want to know how to install Mariadb 10.04 server on CentOS 8/RHEL 8 ? This post will help you to install MariaDB server. MariaDB is now defacto RDBMS in RHEL/CentOS after its seperation from the MySQL. We have already written other post on Mariadb Server, hence we will directly go to installation section. […]

Filed Under: Linux Tagged With: bash script, MariaDB Server

bash scripting : Prompt user yes / no for confirmation

March 13, 2015 by Sharad Chhetri

In this tutorial we will learn simple bash script to prompt user yes / no for confirmation. It means when user run the script, it will first ask user to confirm by typing yes or no. Once user confirm it take appropriate action. Whereas in case, the user type apart of yes/no , it will […]

Filed Under: Linux Tagged With: bash script

Bash : print variable value inside single and double quotes

October 16, 2014 by Sharad Chhetri

In this post we will learn, how to print variable value inside single and double quotes. Today I was working on some bash scripting and got this requirement. The script is working wonderfully and as expecting output was also coming. Today we will share this basic bash scripting. Explaining step by step , which gives […]

Filed Under: Linux Tagged With: bash script

Replace keyword with its filename without extension : bash script

February 11, 2014 by Sharad Chhetri Leave a Comment

Today in this example we will use bash script. The task is replace keyword with its filename without extension.To accomplish this task we will use bash script.In bash script we will use for loop and sed command .To elaborate this example,lets assume we have 4 files called file1.txt red.txt blue.txt roger.txt The above each file […]

Filed Under: Tips And Tricks Tagged With: bash script, for loop, sed

send email after mysql backup through bash script in simple way

June 30, 2013 by Sharad Chhetri Leave a Comment

send email after mysql backup through bash script in simple way In Facebook group one of the user asked this question “how to send email after mysql backup through bash script”. If you know bash scripting a bit it is just a one liner. It can be write in more advanced form but here I […]

Filed Under: Linux, mysql, Tips And Tricks Tagged With: bash script, mysql

  • Go to page 1
  • Go to page 2
  • Go to Next Page »

Primary Sidebar

Our Social Media Presence

  • Facebook
  • GitHub
  • Twitter

Linux Command

What is Linux Internal And External Command

Linux Basic Commands With Examples For Every Beginner

tr command to convert lines to space , tab and vertical tab

smbpasswd command not found on CentOS 7 and RHEL 7

Solution : semanage command not found

Unix / Linux : How to print duplicate lines from file

More Posts from this Category

You Might Like These Articles!

simplecodesyntax wordpress plugin

SimpleCodeSyntax : My Another WordPress Plugin

Install Latest Git package in Ubuntu Operating System

How To Always Install Latest Git Package In Ubuntu Operating System

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

libfuse

dlopen(): error loading libfuse.so.2 – Got Error On Ubuntu

Failed to open/create the internal network

VirtualBox Error: Failed to open/create the internal network

install java OpenJdk on Ubuntu

How to install Java (OpenJDK) on Ubuntu Linux

Always Useful Tips And Tricks

Terminal Recording with script and scriptreplay command

4 Different commands to find system uptime in linux

How to download package using apt-get command in ubuntu

Protect from w00tw00t.at.blackhats.romanian.anti-sec

Convert new line to space by using sed command

Run the script using nohup without hitting enter key two times

Forward all incoming emails to other SMTP server or gateway

Explore 90+ Article On "Linux Tips And Tricks"

Copyright © 2023 ยท
The material in this site cannot be republished either online or offline, without our permission.
Proudly Blogging From Bharat.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy