Logstash is a tool for managing events and logs. You can use it to collect
logs, parse them, and store them for later use (like, for searching). Speaking
of searching, logstash comes with a web interface for searching and drilling
into all of your logs.
liburcu is a LGPLv2.1 userspace RCU (read-copy-update)
library. This data synchronization library provides
read-side access which scales linearly with the number
of cores. It does so by allowing multiples copies of a
given data structure to live at the same time, and by
monitoring the data structure accesses to detect grace
periods after which memory reclamation is possible.
LXterminal is a VTE-based terminal emulator with support for multiple tabs.
It is completely desktop-independent and does not have any unnecessary
dependencies. In order to reduce memory usage and increase the performance
all instances of the terminal are sharing a single process.
Battray is a python program that displays a tray icon to inform you of the
battery status of your notebook.
It is also able to take certain actions depending on battery status.
It's simple, easy, fairly environment-independent, and "just works" without
tons of (Gnome|KDE|..) dependencies.
execnet provides a share-nothing model with channel-send/receive communication
for distributing execution across many Python interpreters across version,
platform and network barriers. It has a minimal and fast API targetting the
following uses:
* Distribute tasks to (many) local or remote CPUs
* Write and deploy hybrid multi-process applications
* Write scripts to administer multiple environments
This is a Linux/i386 rpm port of procps.
procps is the package that has a bunch of small useful utilities
that give information about processes using the /proc filesystem.
The package includes the programs ps, top, vmstat, w, kill,
free, slabtop, and skill.
SEC is an event correlation tool that was designed to fill the gap between
commercial event correlation systems and homegrown solutions that usually
comprise of a few simple shell scripts.
SEC is highly customizable to accept events from many sources and build a
powerful correlation engine.
reed is a text pager for reading large files, such as full books
(usually etexts from Project Gutenberg). It has the features one
would expect for a pager (multiple buffers, searching, file
information, subshells, etc) and more: persistent bookmarks, auto
scrolling, and support for many different types of files.
Scans directories for symbolic links, and identifies dangling,
relative, absolute, messy, lengthy and other_fs links. Can optionally
change absolute links to relative within a given filesystem.
Recommended for use by anyone developing and/or maintaining a Linux
distribution or CD-ROM.
Sysrc is a robust utility for managing rc.conf(5) from the command-line without
a text-editor. Feature-highlights include (but are not limited to):
- Environment variable taint prevention
- Shell taint checking (aka boot-regression prevention)
- File-access race-condition prevention
- File-structure sensitivity/preservation
- Intelligent syntax handling
- Execution performance optimizations
- Detailed safety measures
- Support for jails (both legacy and current)