109 projects tagged "Linux"
Unifdef is useful for removing #ifdef'ed lines from a file while otherwise leaving the file alone. You specify which symbols are defined or undefined with -D and -U flags, and unifdef removes the corresponding ifdefs, and the enclosed code if appropriate. It's especially useful for removing those "#ifdef BROKEN" and "#ifdef PRIVATE" clauses from code before you release it. Unifdef acts on #if, #ifdef, #ifndef, #elif, #else, and #endif lines, and it knows only enough about C and C++ to know when one of these is inactive because it is inside a comment or a single or double quote.
Frunk is a simple program that detects and reports interface status changes using SNMP. Basically, it detects if one or more of a set of pre-configured interfaces are up or down and reports the fact by emailing alerts. It is good for monitoring several interfaces on several devices, normally routers, and checking for link failures. It also optionally creates and constantly updates an HTML document containing information on those interfaces which are down.
ClamAV Unofficial Signatures Updater is a script that provides a simple way to download, test, and use third-party ClamAV signatures. It checks for updated unofficial clamav signature database files and can download them. It randomizes download time to help distribute the load more evenly for the database host mirror sites. Signature bypass entries can be created for temporarily resolving false-positive issues with third-party signatures. It can report which mirror site a download came from. It reports if a downloaded database is actually different than the running copy. Many other features are supported.
libposix is an impementation of the core functionality of all Unix systems. It is a full, cross-platform implementation of the POSIX 2008 standard. It is meant to replace existing implementations of a Unix system's core libraries. It is an exact implementation of POSIX 2008 and nothing else (no extensions, no previous POSIX versions). However, it works well with possible extensions to the core system functionallity (for example, GNU or BSD).
Jijawi (Jijawi Is Just Another Web Installer) is an easy way to distribute your PHP Web application to your users. It comes with a complete modular structure, which allows you to modify the installer as much as you want with the least possible effort. Jijawi supplies you with a system check and a MySQL module by default, so you can get the most common installer running in a few minutes.
Vunsy is a very easy content management system and a dynamic Web site designer that entirely removes the need for a Web design program. Its purpose is to enable the user to make a site quickly by using widgets and layouts. It allows you to assign permissions to every piece of content. These permissions can control such things as viewing and deleting the content.
Extended MySQLi implements a MySQL database access wrapper using the MySQLi extension. It is based on the Reduced MySQLi class originally written by Mertol Kasanan. This version can account the memory usage and log the executed queries in the current page. It can also cache the query results in an XML file.