How to Connect Wi-Fi from Linux Terminal Using Nmcli

nmcli is a command-line tool for controlling NetworkManager and reporting network status. It can be utilized as … Read more

Free tool to automate social media updates from website

Url for RSS

If you ever published any new post on to your blog / website, and are using rss … Read more

Remove invalid, unsubscribed and bounced emails from Email List

This post describes how you can use a shell script for removed mistyped or invalid emails from … Read more

Wait for command execution till Internet is available using fping

Do you want to wait for an internet availability before proceeding further such as send an email … Read more

How to check if Internet is available using bash script

Do you want to wait for an internet availability before proceeding further such as send an email … Read more

Single and Multi-Line comment in Shell Script

Multiple Comment in Bash

Comments doesn’t add any logical value to the software but those are unavoidable part of the program … Read more

Linux Initscript Example to start and stop process during booting

The below shell script uses start-stop-daemon from “/sbin/start-stop-daemon” to execute the program during booting so that the … Read more