public marks

PUBLIC MARKS from solrac with tags linux & sysadmin

June 2010

Capturing screen shots and program interaction on UNIX and Linux systems

Modern UNIX systems provide a number of different tools to capture the text-oriented interaction between a user and a specific program and to capture graphical screens and single windows. This article focuses on different ways to keep a record of the interaction between a user and a command-line application.

April 2010

Learn inotify efficient Linux file system event-monitoring in the 2.6 kernel

learn how to use inotify functions for a simple monitoring app. Download the sample code and Use inotify when you need efficient, fine-grained, asynchronous monitoring of Linux file system events. Use it for user-space monitoring for security, performance, or other purposes.