Skip to content
  • Home
  • About
  • eBooks
  • Shop
  • Donate
  • Linux Online Courses
  • Subscribe to Newsletter
  • Linux Hosting
  • A-Z Linux Commands
  • Get Involved
    • Testimonials
    • We are Hiring!
    • Submit Article Request
    • Suggest an Update
Tecmint: Linux Howtos, Tutorials & Guides
  • Linux Distro’s
    • CentOS Alternatives
    • Best Linux Distros
    • RedHat Distributions
    • Linux Distros for Beginners
    • Linux Server Distros
    • Debian Distributions
    • Ubuntu Distributions
    • Arch Linux Distros
    • Rolling Linux Distros
    • KDE Linux Distros
    • Secure Linux Distros
    • Linux Distros for Old PC
    • New Linux Distros
    • Linux Distros for Kids
    • Linux Distros for Windows Users
  • FAQ’s
  • Programming
    • Shell Scripting
    • Learn Python
    • Learn Awk
  • Linux Commands
  • Linux Tricks
  • Best Linux Tools
  • Certifications
    • RHCE Exam
    • RHCSA Exam
    • LFCE Exam
    • LFCS Exam
    • LFCA Exam
    • Ansible Exam
  • Guides
    • Hadoop Series
    • Docker Series
    • Postfix Mail
    • XenServer Series
    • RHEV Series
    • Clustering Series
    • LVM Series
    • RAID Series
    • KVM Series
    • iSCSI Series
    • Zentyal Series
    • Ansible Series
    • Django Series
    • Create GUI Apps
  • Monitoring Tools
    • Nagios
    • Zabbix
    • Cacti
    • Observium
    • Monitorix
    • Collectd
    • Collectl
    • MySQL Monitoring

Bash Shell

SSH Passwordless Login

How to Setup SSH Passwordless Login in Linux [3 Easy Steps]

279 Comments

SSH (Secure SHELL) is an open-source and most trusted network protocol that is used to log in to remote servers for the execution of commands and programs. It is also used to transfer files

Break and Continue Statements

How to Use Break and Continue Statements in Shell Scripts

1 Comment

In this article, we will take a look at how to use a break and continue in bash scripts. In bash, we have three main loop constructs (for, while, until). Break and continue statements

Use until Loop in Your Shell Scripts

How to Use until Loop in Your Shell Scripts

Leave a comment

In bash for, while, and until are three loop constructs. While each loop differs syntactically and functionally their purpose is to iterate over a block of code when a certain expression is evaluated. Until

Read File in Linux

Different Ways to Read File in Bash Script Using While Loop

Leave a comment

This article is all about how to read files in bash scripts using a while loop. Reading a file is a common operation in programming. You should be familiar with different methods and which

Use Heredoc in Bash Scripting

How to Use Heredoc in Shell Scripting

Leave a comment

Here document (Heredoc) is an input or file stream literal that is treated as a special block of code. This block of code will be passed to a command for processing. Heredoc originates in

Sourcing File in Shell Script

Learn Difference Between Sourcing and Forking in Bash

Leave a comment

The main focus of this article is to clearly understand what happens when you run the script vs source the script in bash. First, we will clearly understand how the program is submitted when

Learn Difference Between $$ and $BASHPID in Bash

Learn Difference Between $$ and $BASHPID in Bash

4 Comments

Recently I was working on a shell script and I saw a significant difference in how bash special variable $ and BASHPID behaves. Every process running in Linux will be assigned with a process

Create Simple Shell Scripts in Linux

How to Create Simple Shell Scripts in Linux

Leave a comment

Creating shell scripts is one of the most essential skills that Linux users should have at the tip of their fingers. Shell scripts play an enormous role in automating repetitive tasks which otherwise would

Marcel Modern Linux Shell

Marcel – A More Modern Shell for Linux

1 Comment

Marcel is a new shell. It is similar to traditional shells in many ways, but it does a few things differently: Piping: All shells use pipes to send a text from the output of

Direnv - Manage Environment Variables in Linux

Direnv – Manage Project-Specific Environment Variables in Linux

Leave a comment

direnv is a nifty open-source extension for your shell on a UNIX operating system such as Linux and macOS. It is compiled into a single static executable and supports shells such as bash, zsh,

Post navigation
Older posts
1 2 … 5 Next →

Over 3,500,000+ Readers

Join TecMint on Facebook Follow TecMint on Twitter Join TecMint on LinkedIn Follow TecMint on Instagram Follow TecMint via RSS Feed Subscribe to TecMint Newsletter
A Beginners Guide To Learn Linux for Free [with Examples]
Red Hat RHCSA/RHCE 8 Certification Study Guide [eBooks]
Linux Foundation LFCS and LFCE Certification Study Guide [eBooks]

Learn Linux Commands and Tools

How to Control Systemd Services on Remote Linux Server

How to Run or Repeat a Linux Command Every X Seconds Forever

Fast – Test Your Internet Download Speed from Linux Terminal

fswatch – Monitors Files and Directory Changes or Modifications in Linux

11 Ways to Find User Account Info and Login Details in Linux

Mutt – A Command Line Email Client to Send Mails from Terminal

Join TecMint Weekly Newsletter

If You Appreciate What We Do Here On TecMint, You Should Consider:

Support Us

Linux Server Monitoring Tools

bmon – A Powerful Network Bandwidth Monitoring and Debugging Tool for Linux

How to Create a Centralized Log Server with Rsyslog in CentOS/RHEL 7

BCC – Dynamic Tracing Tools for Linux Performance Monitoring, Networking and More

vtop – A Linux Process and Memory Activity Monitoring Tool

Limit CPU Usage of a Process in Linux with CPULimit Tool

Monitor Server Logs in Real-Time with “Log.io” Tool on RHEL/CentOS 7/6

Learn Linux Tricks & Tips

How to Run or Repeat a Linux Command Every X Seconds Forever

4 Ways to Batch Convert Your PNG to JPG and Vice-Versa

Rename All Files and Directory Names to Lowercase in Linux

3 Ways to Find Out Which Process Listening on a Particular Port

How to Clear BASH Command Line History in Linux

How to Start Linux Command in Background and Detach Process in Terminal

Best Linux Tools

18 Best NodeJS Frameworks for Developers in 2020

Best Command-Line FTP Clients for Linux

7 Best Command-Line Email Clients for Linux in 2020

Best Skype Alternatives for Linux Desktop

4 Best Linux Boot Loaders

10 Top Open Source Caching Tools for Linux in 2020

  • Donate to TecMint
  • Contact Us
  • Advertise on TecMint
  • Linux Services
  • Copyright Policy
  • Privacy Policy
  • Career
  • Sponsored Post
Tecmint: Linux Howtos, Tutorials & Guides © 2022. All Rights Reserved.

The material in this site cannot be republished either online or offline, without our permission.

Hosting Sponsored by : Linode Cloud Hosting

Scroll back to top