Step-by-Step Guide: How to Install Python on Linux/Ubuntu

Python is a versatile and popular programming language known for its ease of use and wide range … Read more

Beginner’s Guide: Writing Your First Python HelloWorld Program

Python is one of the most popular programming languages due to its simplicity and readability. If you … Read more

bash - input field separator

What is the meaning of IFS in Bash Shell Script ?

The full form of IFS is “Internal Field Separator” alternatively based on its functionality this is also … Read more

Shell_Command_Args

How to use getopts to Accept Variable Arguments for Bash Script ?

getopts is a built-in Unix shell command for parsing command-line arguments. It is designed to process command … Read more

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

Using conditional statements, if and if-else in Python

When you are writing python program, sometimes you need to make certain checks on variables and based … 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 concatenate strings in Python ?

When you are working with strings in python, at some point in time, you would definitely need … 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