Top Open Source Software Technology Trends for 2021 and later

Cloud/Container Technologies  Applications are safer in containers. A container is a standard unit of software. It packages up code and … Read more

Sending ARP request and receiving ARP Reply using C code

This post is in continuation of our previous post “Understanding ARP (Address Resolution Protocol) basics“ To visualise … Read more

Solved: “Error: The logging tag can be at most 23 characters, was”

Have you ever seen an error like, “Error: The logging tag can be at most 23 characters, … Read more

Getting real-time Indian Agricultural Commodity market rates using Agmarknet API

The Indian government institutes publishes the daily commodity market rates from various markets (Mandi) through Agmarknet Portal … Read more

How to generate API key for accessing opensource data of Government of India ?

Different departments and institutions of government of India timely publishes the data required for people information through … Read more

How to resolve error : dtc: command not found

When trying to compile uboot on Ubuntu, we seen the following error, From the error it looks … Read more

How to compile elfutils for x86 based platforms ?

elfutils is a collection of utilities and libraries to read, create and modify ELF binary files, find … Read more

adb logcat

Save Logcat Logs to File using File Redirection Collecting logs on desktop from android device Save logcat … Read more