insmod: ERROR: could not insert module hello.ko
We tried to write a simple class driver framework which will create a directory in /sys/class, we … Read more
We tried to write a simple class driver framework which will create a directory in /sys/class, we … Read more
Following program prints the hexadecimal values of all the characters in any string. Currently we have used … Read more
Zombie process is the process which dies/finishes immediately and whose parent didn’t cares to handle the status … Read more
Below is simple process creation program using fork system call, fork return child’s process Id in main/parent … Read more
Splint is a tool for statically checking C programs for security vulnerabilities and coding mistakes. With minimal … Read more
Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically … Read more
The benefits of showing Google Adsense Auto ads on AMP compatible pages are, Auto ads for AMP … Read more
If you want to create a Email subscription using google Feedburner, we will need to have rss.xml … Read more
If you have a single page accessible by multiple URLs, or different pages with similar content (for example, … Read more
Following the simple example which shows how we can send and receive an integer over a socket. … Read more
An Android library is structurally the same as an Android app module. It can include everything needed … Read more
In our first part we seen “Creating AAR library for Android apps using Android Studio” and in … Read more