Creating a simple thread in Linux using pthread library api’s
In this post, we create a simple thread using pthread library API “pthread_create” and wait for this … Read more
In this post, we create a simple thread using pthread library API “pthread_create” and wait for this … Read more
Subscribe our Rurban Life YouTube Channel.. “Rural Life, Urban LifeStyle”
If data is written, it is first written to the Page Cache and managed as one of … Read more
In our last two posts, we tried to learn writing of a very minimal simple C program … Read more
This post is in continuation of our previous post “Understanding ARP (Address Resolution Protocol) basics“ To visualise … 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
Sometime we need to monitor some directory or file for some changes in it and based on … Read more
We can use tcpdump to capture the packets whereas tshark to analyse the packets. Using above help, … Read more
We create a server using netcat command which listens on 8909 port as below, This server responds … Read more