C program to read file properties using stat() function
Stat system call in Linux return information about a file, in the buffer pointed to by buf. … Read more
Stat system call in Linux return information about a file, in the buffer pointed to by buf. … Read more
Stat() function in C is used to retrieve information about the file by accepting the filepath as … Read more
If you know the IP address of the Host, but its not within your physical reach but … Read more
Understanding map files created by some of the Embedded compilers is required for the Engineers who are … Read more
Setting up LAN using switch is required if we don’t have the router but still we want … Read more
As per Wikipedia, Beacon frame is one of the management frames in IEEE 802.11 based WLANs. It contains all the … Read more
Install nmap on Ubuntu, Now, if you know the IP address of the machine whose details you … Read more
To disable the ICMP ping from certain Linux host, lets say which has IP of 192.168.0.100 use … Read more
This code is tested on Ubuntu . You may need to twick the script if you use a … Read more
Creating a new thread is very similar to forking a new process, but there are differences. When … Read more