RSS 21 projects tagged "Linux"

No download No website Updated 17 Jun 2013 ftracer

Screenshot
Pop 41.09
Vit 1.26

ftracer is a simple user space implementation of a Linux kernel style function tracer. It allows you to trace every call in instrumented user applications. It is useful for debugging and performance analysis due to its fine grained time stamp. This allows you to do control flow oriented debugging without any special instrumentation. So if the program does something unexpected, it's easily possible to look at the function calls before that, and use that to deduce the cause of the problem. ftracer relies on gcc generating a call on top of every function call. The tracing slows every function call down (about 3x). The tracing is per thread and does not create a global bottleneck. It supports a dump function in C, directly callable by the program or on exit, and a gdb function to dump from gdb.

No download No website Updated 17 Jun 2013 pstrings

Screenshot
Pop 52.39
Vit 1.26

pstrings is a strings program for Linux processes. You specify the pid, and it dumps all the printable strings for the processes' address space. This can be useful for getting data out of uncooperative programs.

Download Website Updated 20 Feb 2013 py-setproctitle

Screenshot
Pop 78.44
Vit 9.87

py-setproctitle is a library that allows a Python process to change its title, as displayed by system tools such as ps and top. Changing the title is useful in multi-process systems, for example when a master process is forked: changing the child's title allows you to identify the task each process is busy with. It is based on PostgreSQL's multi-platform implementation.

No download Website Updated 15 Dec 2012 printformPdf

Screenshot
Pop 19.24
Vit 13.63

printformPdf is a wrapper for the TCPDF class that allows you to documents from a PDF template by populating it with user data. It has features for printing "data grids" and repeating data on the page (which is useful for business cards, for example) and drawing bar codes, QR codes, polygons, and images from source picture files etc. Data priniting parameters (position, font name/size, color, rotation) can be saved in an XML configuration file.

Download Website Updated 22 Nov 2012 ContiPerf

Screenshot
Pop 98.35
Vit 7.11

ContiPerf is a lightweight testing utility to easily leverage JUnit 4 test cases as performance tests, e.g. for continuous performance testing. It is inspired by JUnit 4's easy test configuration with annotations, and by JUnitPerf's idea of wrapping Unit tests for performance testing, but is more powerful and easier to use. It uses Java annotations for defining test execution characteristics and performance requirements. You can mark a test to run a certain number of times, or to be repeatedly executed for a certain amount of time. Performance requirements can be maximum, average, medium, or any percentile execution time. You can run tests in two different modes, using them as simple unit tests or performance tests. Easy integration with Eclipse and Maven. Export of an execution summary to a CSV file. A small library without external dependencies (only JUnit).

No download Website Updated 11 Oct 2012 Ldap Synchronization Connector

Screenshot
Pop 103.31
Vit 2.77

Ldap Synchronization Connector reads from any data source including databases, LDAP directories, or files and transforms and compares this data to an LDAP directory. These connectors can then be used to continuously synchronize a data source to a directory, for a one shot import, or to compare differences by outputting CSV or LDIF format reports. It offers a powerful transformation engine based on a scripting language to easily manipulate data on the fly. Various identity management functions are included for directory-specific compatibility - most notably Active Directory (changing passwords, account status, last logon, etc.).

Download Website Updated 10 Jul 2012 Bcfg2

Screenshot
Pop 145.30
Vit 6.75

Bcfg2 helps system administrators produce a consistent, reproducible, and verifiable description of their environment, and offers visualization and reporting tools to aid in day-to-day administrative tasks. It is based on an operational model in which the specification can be used to validate and optionally change the state of clients, but in a feature unique to bcfg2 the client's response to the specification can also be used to assess the completeness of the specification. Using this feature, bcfg2 provides an objective measure of how good a job an administrator has done in specifying the configuration of client systems. Bcfg2 is therefore built to help administrators construct an accurate, comprehensive specification. Bcfg2 has been designed from the ground up to support gentle reconciliation between the specification and current client states. It is designed to gracefully cope with manual system modifications. Bcfg2 can also enable the construction of complex change management and deployment strategies.

Download Website Updated 18 Oct 2011 Spoon Library

Screenshot
Pop 19.08
Vit 1.00

Spoon is a PHP5 library that focuses on speed, both in page execution and coding agility. Because of its clear and logical structure, it offers a very small learning curve for both the experienced and not-so-experienced developer. Spoon provides a well documented library with a large collection of classes that you can use while building Web applications.

No download Website Updated 06 Oct 2011 snowcp

Screenshot
Pop 20.32
Vit 24.94

snowcp is a fast file copy tool similar to FastCopy and Fire File Copy. It can verify copied files using SHA-1 or MD5. If you copy files to different physical drives, it will work in multi-threaded mode automatically.

Download Website Updated 26 Sep 2011 Armitage

Screenshot
Pop 393.78
Vit 5.01

Armitage is a graphical cyber attack management tool for Metasploit that visualizes your targets, recommends exploits, and exposes the advanced capabilities of the framework. Armitage aims to make Metasploit usable for security practitioners who understand hacking but don't use Metasploit every day. If you want to learn Metasploit and grow into the advanced features, Armitage can help you.

Screenshot

Project Spotlight

avt

A collection of command line tools for aviation.

Screenshot

Project Spotlight

fab

A Linux/Unix build utility featuring integrated dependency discovery.