tmpfs in Linux
In Linux, tmpfs resides in the main memory, giving fast file access and update times. tmpfs is explained with example commands.
In Linux, tmpfs resides in the main memory, giving fast file access and update times. tmpfs is explained with example commands.
After connecting Android device to a computer, files were not getting accessed. How to access files on Android device from Linux is explained.
Instead of captcha, "ERROR for site owner, Invalid domain for site key" was displayed in a form. The steps for resolving the error are given.
How to do interprocess communication using the POSIX shared memory calls is explained with example client-server programs.
How to do interprocess communication using the System V shared memory calls is explained with example programs.
A queue is a common first-in first-out data structure. An implementation of queue in C language using a linked list is explained.
POSIX threads, or pthreads, provide multiple flows of execution within a process. pthreads synchronization is explained with example program.
POSIX threads, aka pthreads, provide concurrent control flow within a process. pthreads are explained with an example program.
POSIX semaphores provide a mechanism for interprocess synchronization. POSIX named and unnamed semaphores are explained with example programs.
System V semaphores provide a mechanism for process synchronization. System V semaphores and associated system calls are explained.