C program to verify the integrity of a file with md5 checksum
Most of the times we downloaded some files from the internet, and we also see people provides … 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
We create a server using netcat command which listens on 8909 port as below, This server responds … Read more
The nc (or netcat) utility is used for just about anything under the sun involving TCP, UDP, … Read more
nmcli is a command-line tool for controlling NetworkManager and reporting network status. It can be utilized as … Read more
As we have already seen, how to write UDP socket programs in JAVA, now we will write … Read more
If you are working with TCP / UDP sockets in JAVA, there is higher chances your might … Read more