Following shell script does, check if android application is installed find an apk path if android application … Read more
Explore guideLabs
Reproducible
engineering
experiments
Tested environments, procedures, expected output, and the evidence you need to repeat an experiment yourself with confidence.
Real systems. Real results.
Browse by category
Existing library
Continue exploring
As we seen in previous post “Understanding Very Minimal C Program and its execution in Ubuntu Linux” … Read more
Explore guideSignals are a limited form of inter-process communication (IPC), typically used in Unix, Unix-like, and other POSIX-compliant … Read more
Explore guideThe file mode, stored in the st_mode field of the file attributes, contains two kinds of information: … Read more
Explore guideUse local mirror to build yocto file system from internal server
As we have seen in “Configure yocto to download from local mirror to save bandwidth” one way … Read more
Explore guideThis posts provides the C program with UDP server, which listens on UDP Multicast group 239.255.255.250 and … Read more
Explore guideWrite a C packet sniffer in Linux using AF_PACKET raw sockets to capture, decode, and analyze Ethernet, IP, TCP, and UDP frames on wlan0.
Explore guideMonitoring Linux File System Events in C with inotify System Calls
Write a C program in Linux using inotify_init and inotify_add_watch to monitor directory file creation, modification, and deletion events in real time.
Explore guideProgram Linux framebuffer devices (/dev/fb0) in C: query screen resolution via ioctl, map video memory with mmap, and render raw RGB pixel buffers.
Explore guide