15622 projects tagged "Linux"
syslog-ng is a syslogd replacement for a wide variety of UNIX systems that supports IPv6 and is capable of transferring log messages reliably using TCP and SSL and filtering the content of messages using regular expressions. Both RFC3164 and RFC5424 style messages are handled, but more esoteric formats like BSD process accounting logs are supported too. Apart from regular text files, it supports storing messages into SQL and MongoDB databases, and forward messages to local processes via pipes or UNIX domain sockets. This makes syslog-ng ideal as an integration platform. syslog-ng supports extracting structured information from the traditionally text based syslog via csv-parser(), db-parser(), and patterndb. Tag based classification, rewriting messages, and outputting messages in JSON is also possible. This makes syslog-ng ideal for preprocessing events for further analysis, be that home-grown scripts or SIEM systems. syslog-ng scales well on today's multi processor and multi-core systems: reaching 1,000,000 messages per second is a reality for the simplest use cases.
BetaFTPD is a single-threaded FTP daemon. The single-threadedness makes it faster than most other FTP daemons (contrary to common belief), and makes it extremely light on memory. Although it lacks a few functions (which you probably won't miss), the current version is very small and has a decent amount of functionality. BetaFTPD is built on the concept of heavy code reuse, which should hopefully make it easier for other programmers to contribute.
xps dynamically displays in an X Window the Unix processes as a tree or forest, the roots on the left and the leaf processes on the right. The status of each process (running, sleeping, stopped, etc.) can be indicated by a color. Different users appear as different colors. Process selection can be made per user, all users or through a regular expression pattern. A process can be selected to show ps information or to send the process a signal.
PPTP Client allows you to connect to a PPTP server from a Linux box. It sets up a PPTP call, after which the PPP daemon establishes a PPP link over that PPTP call. The client can access PPTP-based VPNs. Besides remote access to internal corporate networks, some CATV and ADSL ISPs are using PPTP to provide Internet access to their customers.
The Glasgow Haskell Compiler is a robust, fully-featured, optimising compiler for the functional programming language Haskell. GHC compiles Haskell to either native code or C. It implements numerous experimental language extensions to Haskell for example concurrency, a foreign language interface, several type-system extensions, exceptions, and so on. GHC comes with a generational garbage collector, a space and time profiler, and a comprehensive set of libraries.
The Snack sound extension adds commands for sound play/record and sound visualization, e.g. waveforms and spectrograms. It supports in- memory sound objects, file based audio, streaming audio, WAV, AU, AIFF, and MP3 file formats, synchronous and asynchronous playback. The visualization canvas item types update in real-time and can output postscript. New commands and file formats can be added using the Snack C-API.
DLC (Dynamically Loadable Classes) is a compact utility that allows loading of shared libraries with C++ classes at runtime in an elegant and convenient way. It has been tested on a Linux platform with gcc 2.95.2, but should work on other ELF platforms as well. A C++ compiler with RTTI support is required.