Find user login history – last and lastb commands in Linux
last and lastb commands print the user login history. last prints the previous logged in users and lastb shows the failed login attempts.
last and lastb commands print the user login history. last prints the previous logged in users and lastb shows the failed login attempts.
Resolution of the error Dovecot: imap Error: open (/var/mail/username) failed observed on a Postfix mail server site.
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.
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.
POSIX semaphores provide a mechanism for interprocess synchronization. POSIX named and unnamed semaphores are explained with example programs.
Unable to establish a connection between a project under Android Studio and adb. Solution to the problem is given.
Any two processes can communicate using FIFOs in Linux. Interprocess communication using FIFOs is explained using a client-server example.