How to Count number of lines in a file in Linux ?

When you are just interested into number of lines in a file to make some decision based … Read more

How to extract only specific files from tar.bz2 / tar.gz in Linux ?

The following shell script demos the creation of archive / tar and then use commands to check … Read more

Install and Uninstall Android Application ( APK ) using ADB

Following shell script does, check if android application is installed find an apk path if android application … Read more

Shell script for switching wifi channel using hopping

Using the below script we tries to connect to different wifi channels of hotspot using iwconfig command. … Read more

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

Url for RSS

Free tool to automate social media updates from website

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