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
Following shell script does, check if android application is installed find an apk path if android application … Read more
As we seen in previous post “Understanding Very Minimal C Program and its execution in Ubuntu Linux” … Read more
Signals are a limited form of inter-process communication (IPC), typically used in Unix, Unix-like, and other POSIX-compliant … Read more
The file mode, stored in the st_mode field of the file attributes, contains two kinds of information: … Read more
As we have seen in “Configure yocto to download from local mirror to save bandwidth” one way … Read more
If you are trying to compile any network packet capturing related program, there are higher chances you … Read more
This posts provides the C program with UDP server, which listens on UDP Multicast group 239.255.255.250 and … Read more
This program captures the network packets received on wifi interface. If you don’t know which interface to … Read more
Sometime we need to monitor some directory or file for some changes in it and based on … Read more
bmptoraw is utility to convert bitmap files to raw 16 bit data. This program assumes a 24 … Read more
Most of the times we downloaded some files from the internet, and we also see people provides … Read more
We can use tcpdump to capture the packets whereas tshark to analyse the packets. Using above help, … Read more