Main > Free Download Search >

Free to collect software for linux

to collect

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 441
Stats Collector 3.0

Stats Collector 3.0


Stats Collector is a set of tools intended to get statistical values from remote nodes. more>>
It is a package useful to collect statistics from remote nodes. That includes standard server metrics and any other numerical quantity we can use to characterize the node state (as the number of users or processes).

It is built under a distributed agent-manager model. RRDtool is used as database, so representation capabilities are bundled.

Although rrdUtils are not a requisite, they are used in some auxiliar tasks and using both tools is highly recommended.

Installation:

Manager side

gunzip -c rrdUtils-3.1.tar.gz | tar -xf -
cd rrdUtils
./configure --with-rrddir=/stats
make install

gunzip -c stats-station-3.0.tar.gz | tar -xf -
cd stats-station
./configure --with-statsdir=/stats --with-port=666
make install

cd rrdConf
./install_confs.sh
./haz_index.sh -g

The -g flag creates graphs with the html pages, and reduces the number of error messages that haz_index will issue.
The only task that needs to be completed at this point is the periodic graphs generation by a crontab entry that calls the make_graphs.sh script.
Once we start the server using the provided initscript, we get the manager side ready.

Agent side

gunzip -c stats-3.0.tar.gz | tar -xf -
cd stats
./configure --with-host=central.node --with-port=666
--with-statsdir=/usr/local/stats
make install

With a crontab entry to execute the statlaunch script every 15 minutes, the whole system is up and running.
<<less
Download (0.018MB)
Added: 2005-07-05 License: GPL (GNU General Public License) Price:
1572 downloads
mwcollect 3.0.3

mwcollect 3.0.3


mwcollect is an easy solution to collect worms and other autonomous spreading malware in a non-native environment. more>>
mwcollect is an easy solution to collect worms and other autonomous spreading malware in a non-native environment like FreeBSD or Linux.
The first versions were used to collect binaries for botnet monitoring and bots are still what mwcollect is mostly used for collecting.
Some people consider it a next generation honeypot, however that comparison often leads to the misunderstanding that computers running mwcollect can actually be infected with the malware - that is not the case!
Enhancements:
- This release adds a submit-gotek submission module, fixes some bugs in the timeout code, and builds cleanly under FreeBSD.
<<less
Download (0.042MB)
Added: 2006-02-02 License: GPL (GNU General Public License) Price:
1374 downloads
CDCollect 0.6.0

CDCollect 0.6.0


CDCollect is a CD catalog application for gnome. more>>
CDCollect is a CD catalog application for gnome 2.8. Its functionality is similar to the old gtktalog application for gnome 1.4.
CDCollects goal is to be able to catalog your entire CD collection allowing for searches of your CD files with a clean and simple interface.
CDCollect is written in mono using monodevelop and the gtk-sharp and sqlite libraries.
Main features:
- Easy to use interface (if you feel it does not follow the gnome hig then its a bug).
- Allow the use of plugins (external programs) to collect information for each file of a CD in your catalog.
- Searches can be performed on CDs or files in the collection.
- It also catalogs compressed files (using external programs such as unzip, unrar, etc.).
<<less
Download (0.075MB)
Added: 2006-11-25 License: GPL (GNU General Public License) Price:
1064 downloads
Incollector 0.6.1

Incollector 0.6.1


Incollector is an application to collect various kind of informations (like notes, conversation logs, quotes). more>>
Incollector is an application to collect various kind of informations (like notes, conversation logs, source code, quotes, serial numbers, webaddresses, words). All entries can be tagged.

Application can also search and browse entries easly. Incollector is very young project. There can be some bugs. If you will find any bugs, send an e-mail. All the 0.x versions can be unstable. 1.0 version will be the first stable and ready to use version.

<<less
Download (0.21MB)
Added: 2007-04-18 License: GPL (GNU General Public License) Price:
921 downloads
DB based NetFlow Collector 1.0

DB based NetFlow Collector 1.0


DB based NetFLow Collector aims to collect Cisco NetFlow data and store it to a database. more>>
DB based NetFLow Collector aims to collect Cisco NetFlow data and store it to a database.
DB based NetFlow Collector has a plugin interface, which makes it flexible for fitting in particular tasks.
Enhancements:
- First release. post your comments/bug reports.
<<less
Download (0.47MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1231 downloads
MapGeneration Project 0.3.0

MapGeneration Project 0.3.0


MapGeneration Project is a project featuring a server and helper programs to collect GPS information. more>>
MapGeneration Project is a project featuring a server and helper programs to collect GPS information from various sources and to then automatically generate a continuously improved, time annotated road map.
Nowadays gps-receivers are quite cheap and many people use them for route planning in their cars. On the other hand updated maps for the route planing systems are relativly expansive, if available at all.
The idea is to collect the data that people have recorded with their gps-receivers and combine it into one freely available road map. Besides being cheap and always current this map would also contain actual driving time information: Route planning on such a map would not have to use road type based approximations to calculate the fasted route.
In the MapGeneration Project we implement such a program and the end user tools needed to access the data. At the moment we concentrate on two programs: The MapGenerator itself and the MapGeneratorGUI used to administer the generator.
The MapGenerator is a server that accepts incoming data via network and combines the received road information into one big map. As the map might become quite big a database is used as storage. The MapGeneratorGUI connects to this database and displays the map.
As the best way to understand a program is to use it we will now give a short introduction to using the program.
Enhancements:
New features
- (Server) New filter to detect gaps in the input traces.
- (Server) Calculates and outputs total length and time of processed traces.
- (Server) Added full support for more than one processing thread, 2 is default now.
Changes
- (Server) Rewrote TraceServer and TraceConnection to support commoncpp2 1.0.x.
- (Server) Server tries to bind to 127.0.0.1 if no interfaces are found.
- (Server) Added curvature as a criterion for merging -> much better merging!
- (Server) Improved avoidance of double processing of nodes.
- (Server) Moved parsing of traces into TraceFilter.
- (General) Added lots of new methods to handle distances, bearings and interpolation.
- (General) Configuration system supports boolean values.
- (Buildsys) Changed parameters to specify config files to --with-wx-config and --with-ccgnu2-config
Bugfixes
- (Server) Protected data handling between thread with mutexs.
- (GUI) Fixed some string literals for full unicode support.
- (General) Cache: Fixed all size calculations and the size handling system.
- (General) Raised requirements for wxWidgets to 2.6 (beta versions since 2.5.3 should work).
- (General) Some small fixes to build with commoncpp2 1.0.x.
<<less
Download (0.57MB)
Added: 2005-08-02 License: GPL (GNU General Public License) Price:
1543 downloads
HPC Toolkit 4.2.1

HPC Toolkit 4.2.1


HPC Toolkit is a tool for profile-based performance analysis of applications. more>>
HPCToolkit is an open-source suite of multi-platform tools for profile-based performance analysis of applications. The figure provides an overview of the toolkit components and their relationships.
Main features:
- hpcrun: a tool for profiling executions of unmodified application binaries using statistical sampling of hardware performance counters.
- hpcprof & xprof: tools for interpeting sample-based execution profiles and relating them back to program source lines.
- bloop: a tool for analyzing application binaries to recover program structure; namely, to identify where loops are present and what program source lines they contain.
- hpcview: a tool for correlating program structure information, multiple sample-based performance profiles, and program source code to produce a performance database.
- hpcviewer: a java-based GUI for exploring databases consisting of performance information correlated with program source.
A program called hpcview is at the toolkits center. It takes performance profiles, program structure information, and, under the direction of a configuration file, correlates it with application source code to produce a browsable performance database.
hpcview also enables the user to define expressions to compute derived metrics as functions other metrics already defined (e.g. measured metrics read from data files or previously-computed derived metrics).
Performance databases are explored using our Java-based hpcviewer user interface that enables one to explore an applications performance data in a top-down fashion and enables one to easily navigate back and forth between performance data and source code.
The user interface presents performance data in a hierarchical display. At any time, you are looking at some program context (program, file, procedure, loop, or line). Also displayed is the data for both the parent and the children of the current context. Up and down arrows on the lines of the display are used to walk the hierarchy.
In order to speed up top-down analysis, the interface also provides `flatten and `un-flatten buttons. Their icons hint at their function. `Flatten modifies the hierarchy by eliding non-leaf children of the current node and replacing them with the grandchildren.
Unflatten reverses this. Since the tables are sorted, the flatten operation makes short work of diving into the program from the top to identify the most important files, procedures, loops and statements.
Performance data manipulated by hpcview can come from any source, as long as the profile data can be translated or saved directly to a standard, profile-like input format. To date, the principal sources of input data for hpcview have been hardware performance counter profiles.
Such profiles are generated by setting up a hardware counter to monitor events of interest (e.g., primary cache misses), to generate a trap when the counter overflows, and then to histogram the program counter values at which these traps occur. For Linux, we developed the hpcrun tool to collect profiles by sampling hardware performance counters.
This tool uses UTKs PAPI library for access to hardware performance counters. A second tool, hpcprof is used to map profiles collected using hpcrun back to program source lines. hpcprof is based on code from Curt Janssens cprof/vprof profiler. On operating systems other than Linux, we use vendor-supplied tools to collect profile data. On MIPS+Irix platforms, we use SGIs ssrun tool to collect profiles. On Alpha+Tru64, we use either with Compaqs uprofile or DCPI utilities for this purpose.
hpcview and hpcviewer can be used to view profile-like data of any type, not just data sampled from hardware performance counters. To analyze one program that contained many register spills, we built a perl script to examine assembly code generated by the SGI compilers for MIPS+Irix and create profiles that map register spills back to source code lines.
To facilitate automation, the programs in HPCToolkit are intended to be run using scripts and configuration files. Once these are set up, rerunning the program to collect new data, and all of the steps that go into generating a browsable dataset can be completely automated. The scripts automate the collection of data and conversion of profile data into a common, XML-based format.
Other performance tools (e.g. SGIs ssrun) report performance data at the line, procedure, and program level. However, since much of the time in scientific programs is spent in loops; having data at the loop level as well is critical to facilitate performance tuning.
For this reason, HPCToolkit includes a binary analyzer bloop that extracts loop nesting structure from application binaries and uses symbol table line map information to map this structure back to the source programs level. Because bloop works on binaries, this process is independent of the language used (though in practice it can be somewhat compiler dependent).
The loop nesting structure information produced by bloop enables hpcview to associate performance data with each loop in a program without incurring any additional overhead for data collection during program execution.
Supported platforms: Pentium+Linux, Opteron+Linux, Athlon+Linux, Itanium+Linux, Alpha+Tru64 and MIPS+Irix.
HPCToolkit is open-source software released with a BSD-like license.
<<less
Download (0.30MB)
Added: 2006-11-28 License: GPL (GNU General Public License) Price:
1066 downloads
KZod for Linux 2.0 Beta

KZod for Linux 2.0 Beta


KZod is extremely universal to use program for e-dictionaries and e-encyclopedia more>> The aim of this project is to collect majority of comprehensive e-dictionary databases (currently mainly lithuanian ones). One can use dictionary online as well as download modern dictionary program KZod.
KZod is extremely universal yet easy to use program for e-dictionaries and e-encyclopedias. It can use DICT, MOVA and SLOWO dictionaries and is able to connect to internet DICT dictionary servers. One can use KZod with most Windows and Linux operating systems.
<<less
Download (10.85MB)
Added: 2009-04-14 License: Freeware Price: Free
194 downloads
genlogstatcoll 0.1

genlogstatcoll 0.1


genlogstatcoll is a generic collector to collect statistic data from log file delivered in via a syslog interface. more>>
genlogstatcoll is a generic collector to collect statistic data from log file delivered in via a syslog interface and provided via the AgentX interface through a SNMP daemon.

A syslog daemon (for instance syslog-ng) has to be configured to send relevant data (for instance the messages on the facility MAIL) to the genlogstatcoll too.

Considering the genlogstatcoll input interface is configured on 172.16.1.12, port 9514, this config line for syslog-ng will do the trick:

destination maillog { file("/var/log/mail/$YEAR/$MONTH/$DAY/mail.log"
create_dirs(yes) dir_perm(0755) owner("root") group("mail")
perm(0640)); udp("172.16.1.12" port(9514)); };

An SNMP daemon (for instance net-snmp 5.2.3) has to be configured to open the AgentX interface.

Considering the SNMP daemon should open the interface on 172.16.1.12, port 9161, these line in the snmpd.conf will do it:

master agentx
AgentXSocket 172.16.1.12:9161

Now, you can configure a facility to filter the input data, a SNMP oid to mount on and a couple of regexes, to count their matches in the log data.
<<less
Download (0.015MB)
Added: 2006-09-13 License: GPL (GNU General Public License) Price:
1136 downloads
EZelect 0.1.0

EZelect 0.1.0


EZelect is a PHP script useful for conducting Web-based elections for small organizations. more>>
EZelect is a PHP script useful for conducting Web-based elections for small organizations. EZelect is very simple and easy to use.
The script is originally written for and used in the 2005/2006 presidential election of Berkeley Chinese Students and Scholars Association (BCSSA).
Main features:
- No database needed. All information is stored in plain-text files
- Works on Unix servers like Linux, Solaris
- Authenticating voters by their email. Can be configured to allow votes from users with emails like @organization.org. One email address casts at most one vote.
- Supports two types of elections, one letting each voter votes for one of multiple candidates, another letting each voter approve or dis-approve a single candidate. It should be easy to add more types of elections.
- Outputs all votes in plain text file. Use of grep to process the results should be enough in most cases.
Usage:
- Customize the beginning part of ezelect.php to suit your needs.
- Make sure the data dir ($datadir) exists and is writable by the web server process.
- Make sure the local host has an MTA running on port 25.
- Access index.html from your webserver to test the election.
- Do some further customization and run the election!
- Collect results in $datadir. Each file, named with the users email address, records votes from the users. The only thing useful is the 1st line, which contains the *confirmed* vote from the user. A user can have at most one confirm vote. If the 1st line is _ _, then the user didnt confirm any vote and should not be counted. A simple command to collect all results:
find . -type f -exec head -1 {} ;
<<less
Download (0.006MB)
Added: 2006-01-19 License: Freeware Price:
1373 downloads
No Friction 0.1

No Friction 0.1


No Friction is a roll-a-ball-and-collect-the-dots puzzle game. more>>
No Friction is a roll-a-ball-and-collect-the-dots puzzle game.

In this simple puzzle game, you control a rolling ball that has to collect the green dots and make it to the end of each level.

The ball can only be sent rolling if its sitting still, and it only stops when it hits a wall; it cant change direction once its moving.

It sounds simple, but there are 20 progressively harder levels - only a master can beat them all, and piece together the code that reveals the solution to Level X.
There is also a secret level, and the entrance is hidden underneath a breakable block somewhere in the game.

Keys:

Enter: Restart current level
F: Toggle fullscreen mode
F2: Return to the selection screen
F3: Save what level youre currently on
F4: Load a level youve previously saved

<<less
Download (0.043MB)
Added: 2006-05-09 License: GPL (GNU General Public License) Price:
1263 downloads
Chanta Claus 0.15

Chanta Claus 0.15


Chanta Claus is a christmas arcade game for all childrens. more>>
Chanta Claus is a christmas arcade game for all childrens.

In the game Chanta Claus, our protagonist must collect several bills of dispersed dollars in each level.

When we got to collect all, we will be able to accede at the next level. 2 versions of this game exist, the recent version (developed with SDL and C++) and an old version only for systems D.O.S.

We have including the unloading of both but down, although single we will continue developing the recent version. Both versions are available under license GPL.

<<less
Download (0.29MB)
Added: 2006-01-24 License: GPL (GNU General Public License) Price:
1368 downloads
Tellu 2.4.0

Tellu 2.4.0


Tellu computer inspector collects hardware and software information. more>>
Tellu computer inspector collects hardware and software information from large computer client networks, and stores data in MySQL database.
Tellu package is divided into three sub-packages: Client, Server and Skin. Client and server packages are essential for Tellu to work. Client program collects the actual information from network, and sends them to the server which saves the data in local or remote MySQL database.
Skin is an optional interface top of that database, but to get fun out of Tellu, it is recommended to install. Server package also contains a monitoring server, which collects information about Tellu server. There is a Motif based client for monitoring server activity, which uses monitoring server to read actual activity data.
Enhancements:
- Support for a compressed protocol was added in the client and the server.
- A rush tolerance option was added, which delays the client from starting more than once within fifteen seconds.
- A process count in realtime resource usage collection was added.
- The capability to collect new hardware items was added in client.
- An attachment browser was added in the skin, and some other improvements were made in the skin.
<<less
Download (9.4MB)
Added: 2006-06-13 License: Free for non-commercial use Price:
1231 downloads
CodeInvaders Challenge 3.1

CodeInvaders Challenge 3.1


CodeInvaders Challenge project is a Java-based, real-time programming game based on the Eclipse platform. more>>
CodeInvaders Challenge project is a Java-based, real-time programming game based on the Eclipse platform.

CodeInvaders Challenge is a Java™-based, real-time programming game based on the Eclipse platform. It uses the Eclipse platform and a simple API that allows users unfamiliar with Java to easily compete while they learn the language.

CodeInvaders Challenge gives users the opportunity to pit their Java programming skills against other players in a battle of space conquest. Each player writes a Java class that represents and controls a spaceship. Each ship (class) is placed in a simulated battle along with ships from other players.

The game puts up to six spaceships together in a match and places each of them in a random location with the same amount of energy. The spaceship class allows each player to control his ships thrusters and weapons. The ship can move around to collect energy, attack opponents, and bring energy back to its home planet. Points are awarded for different actions, and the player with the most points wins.

When used in a tournament, CodeInvaders Challenge allows direct, real-time competition between teams. Each player can submit his intermediate solutions and test against the submitted ships from other players. This competition allows each player to learn from the strategies of other players and modify his ship appropriately. After the final submission from each player, the final winner can be found by running a tournament consisting of several rounds and eliminations.

<<less
Download (MB)
Added: 2006-11-28 License: Other/Proprietary License Price:
1060 downloads
Thinking Rock 1.2.1

Thinking Rock 1.2.1


Thinking Rock project is a Java based software application for collecting and processing your thoughts, following the GTD method more>>
Thinking Rock project is a Java based software application for collecting and processing your thoughts, following the GTD methodology.
Thinking Rock allows you to collect your thoughts and process them into actions, projects, information or future possibilities. Actions can be done by you, delegated to someone else or scheduled for a particular date. Projects can be organised with ordered actions and sub-projects. You can review all of your actions, projects and other information quickly and easily to see what you need to do or to choose what you want to do at a particular time.
Main features:
- It will help you to store in one safe place all the things you have to do or would like to do one day;
- Unlike many task management applications, Thinking Rock lets you to group your actions in projects and sub-projects;
- It gets you moving on your thoughts by encouraging you to think of the next physical action to take;
- It is simple, easy (help documentation provided) and quick to use ;
- We provide free customer support;
- The data file is separate so you can have the application installed on your home computer and at work, and transfer the small data file between computers;
- It is multi-platform: use it on Linux, Machintosh, or Windows;
- Its free.
<<less
Download (6.8MB)
Added: 2006-08-09 License: GPL (GNU General Public License) Price:
1171 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5