Identify / Test file types in Linux using C program stat API
The file mode, stored in the st_mode field of the file attributes, contains two kinds of information: … Read more
The file mode, stored in the st_mode field of the file attributes, contains two kinds of information: … 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
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
libpcap provides functions for user-level packet capture, used in low-level network monitoring. Following program captures the packets … Read more
Using the below script we tries to connect to different wifi channels of hotspot using iwconfig command. … Read more
This post shows steps to Play Songs from mobile and listen on laptop/desktop speaker over Bluetooth. The … Read more
This post shows steps configure Ubuntu 16.04 as Bluetooth A2DP Sink. When Ubuntu is acting as A2DP … Read more
Netperf is a benchmark that can be used to measure various aspects of networking performance. Its primary … Read more