being used
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 17403
fping 2.4b2
fping is a ping like program which uses the Internet Control Message Protocol (ICMP) echo request to determine if a host is up. more>>
fping is a ping like program which uses the Internet Control Message Protocol (ICMP) echo request to determine if a host is up. fping is different from ping in that you can specify any number of hosts on the command line, or specify a file containing the lists of hosts to ping.
Instead of trying one host until it timeouts or replies, fping will send out a ping packet and move on to the next host in a round-robin fashion.
If a host replies, it is noted and removed from the list of hosts to check. If a host does not respond within a certain time limit and/or retry limit it will be considered unreachable.
Unlike ping, fping is meant to be used in scripts and its output is easy to parse.
Problem and Issues:
With a large a number of IP addresses in use, its becomes more and more time consuming to check on which IP addresses are actively in use, and which critical machines (routers, bridges, servers, etc) are reachable. One example is we have a program which goes through all of our routers arp caches looking for IP addresses that are in use. After finding a list of IP addresses that arent in any arp caches fping can then be used to see if these IP addresses really arent being used, or are just behind the routers. Checking 2500 hosts (99% of which are unreachable) via ping can take hours.
fping was written to solve the problem of pinging N number of hosts in an efficient manner. By sending out pings in a round-robin fashion and checking on responses as they come in at random, a large number of hosts can be checked at once.
Unlike ping, fping is meant to be used in scripts and its output is easy to parse.
<<lessInstead of trying one host until it timeouts or replies, fping will send out a ping packet and move on to the next host in a round-robin fashion.
If a host replies, it is noted and removed from the list of hosts to check. If a host does not respond within a certain time limit and/or retry limit it will be considered unreachable.
Unlike ping, fping is meant to be used in scripts and its output is easy to parse.
Problem and Issues:
With a large a number of IP addresses in use, its becomes more and more time consuming to check on which IP addresses are actively in use, and which critical machines (routers, bridges, servers, etc) are reachable. One example is we have a program which goes through all of our routers arp caches looking for IP addresses that are in use. After finding a list of IP addresses that arent in any arp caches fping can then be used to see if these IP addresses really arent being used, or are just behind the routers. Checking 2500 hosts (99% of which are unreachable) via ping can take hours.
fping was written to solve the problem of pinging N number of hosts in an efficient manner. By sending out pings in a round-robin fashion and checking on responses as they come in at random, a large number of hosts can be checked at once.
Unlike ping, fping is meant to be used in scripts and its output is easy to parse.
Download (0.059MB)
Added: 2006-03-10 License: GPL (GNU General Public License) Price:
1347 downloads
OutGoing 0.8
OutGoing is a hacked together perl script designed to aid in financial planning. more>>
OutGoing is a hacked together perl script designed to aid in financial planning. It is designed to take in a list of your regular monthly outgoings and generate a lump of HTML which shows:
- The total amount of money going out for the month
- A break down on a week-by-week basis of the money which goes out
- Shows you what payments are left to go out during the remainder of the month
Installation:
Installation is relatively simple; you can just do a:
$ make install
And everything will install under /usr/local
If you want to change the final destination of the software then you can just update the Makefile to suit your requirements or set the INSTALL variable to the Makefile
Note that you may want to change the location of perl from /usr/bin/perl to something more suitable for you system.
Please see the manual page for this software for running details.
There is also a pkg target, ie:
$ make pkg
Which is used to build a Solaris package of this software. To use this you will have to have installed the pkg-tools package as well.
Enhancements:
- Corrected a bug for when we have a four week period which contains a change from daylight savings to normal (eg the change from BST to GMT in the UK) which led to the incorrect week start days being used; whilst most of the data displayed was correct, the details of how much money had gone out and which weeks had already gone by was incorrect.
- Added a feature to the -T flag to specify a period of time relative to the current time so you can use "+1w" to generate the figures for a weeks time or "-5d" to go back a day. Read the manual page for more.
<<less- The total amount of money going out for the month
- A break down on a week-by-week basis of the money which goes out
- Shows you what payments are left to go out during the remainder of the month
Installation:
Installation is relatively simple; you can just do a:
$ make install
And everything will install under /usr/local
If you want to change the final destination of the software then you can just update the Makefile to suit your requirements or set the INSTALL variable to the Makefile
Note that you may want to change the location of perl from /usr/bin/perl to something more suitable for you system.
Please see the manual page for this software for running details.
There is also a pkg target, ie:
$ make pkg
Which is used to build a Solaris package of this software. To use this you will have to have installed the pkg-tools package as well.
Enhancements:
- Corrected a bug for when we have a four week period which contains a change from daylight savings to normal (eg the change from BST to GMT in the UK) which led to the incorrect week start days being used; whilst most of the data displayed was correct, the details of how much money had gone out and which weeks had already gone by was incorrect.
- Added a feature to the -T flag to specify a period of time relative to the current time so you can use "+1w" to generate the figures for a weeks time or "-5d" to go back a day. Read the manual page for more.
Download (0.028MB)
Added: 2005-11-01 License: BSD License Price:
1452 downloads
Domain Auditor 0.31
Domain Auditor project was written to audit and track accounts within a domain. more>>
Domain Auditor project was written to audit and track accounts within a domain. This tool uses LDAP queries to a definable Active Directory server to find various definable classes of accounts.
Initially it will operate interactively, but capabilities may be added in the future to automate functions (i.e. generate reports on a scheduled basis). The installation script handles most installation chores, so setup is very straightforward.
The tool is beta status at this time, but is in being used to generate SOX reports for my employer.
Main features:
- Reports - This function will display a list of defined reports, when invoked it will generate a list of accounts from AD (via LDAP queries) the results returned will depend on what you have defined for the filter for any particular report class under Sysadmin
- Sys Admin - This function will allow you to changes the system settings for LDAP server and port, base DN, Bind DN, username and password, and the database settings (mySQL only at this time). You may also add the report class definitions and their matching LDAP filters within this module
- User Admin - This screen is used to define users for the system and their rights. Usernames are used as the primary value, and entered values are validated via LDAP queries
- Audit Logs - The system logs all changes to the information stored and this page will allow you to review the data from these logs
<<lessInitially it will operate interactively, but capabilities may be added in the future to automate functions (i.e. generate reports on a scheduled basis). The installation script handles most installation chores, so setup is very straightforward.
The tool is beta status at this time, but is in being used to generate SOX reports for my employer.
Main features:
- Reports - This function will display a list of defined reports, when invoked it will generate a list of accounts from AD (via LDAP queries) the results returned will depend on what you have defined for the filter for any particular report class under Sysadmin
- Sys Admin - This function will allow you to changes the system settings for LDAP server and port, base DN, Bind DN, username and password, and the database settings (mySQL only at this time). You may also add the report class definitions and their matching LDAP filters within this module
- User Admin - This screen is used to define users for the system and their rights. Usernames are used as the primary value, and entered values are validated via LDAP queries
- Audit Logs - The system logs all changes to the information stored and this page will allow you to review the data from these logs
Download (0.043MB)
Added: 2006-01-24 License: GPL (GNU General Public License) Price:
1369 downloads
Bakefile 0.2.2
Bakefile is cross-platform, cross-compiler generator of native makefiles. more>>
Bakefile project is cross-platform, cross-compiler native makefiles generator. It takes compiler-independent description of build tasks as input and generates native makefile (autoconfs Makefile.in, Visual C++ project, bcc makefile etc.).
Bakefiles task is to generate native makefiles, so that people can keep using their favorite tools. There are other cross-platform make solutions, but they either arent native and require the user to use unfamiliar tools (Boost.Build) or they are too limited (qmake).
Beware that Bakefile is currently under heavy development (version 0.1.x) and is very likely to change significantly and to contain bugs. It is being used for wxWidgets new build system and you can expect it to be usable for production once we fully convert wxWidgets to use it.
Enhancements:
- Bakefile was relicensed from the GPL to the MIT license.
- Support for Visual Studio 2005 project files was added.
- Many small fixes and improvements were made.
<<lessBakefiles task is to generate native makefiles, so that people can keep using their favorite tools. There are other cross-platform make solutions, but they either arent native and require the user to use unfamiliar tools (Boost.Build) or they are too limited (qmake).
Beware that Bakefile is currently under heavy development (version 0.1.x) and is very likely to change significantly and to contain bugs. It is being used for wxWidgets new build system and you can expect it to be usable for production once we fully convert wxWidgets to use it.
Enhancements:
- Bakefile was relicensed from the GPL to the MIT license.
- Support for Visual Studio 2005 project files was added.
- Many small fixes and improvements were made.
Download (0.65MB)
Added: 2007-02-13 License: GPL (GNU General Public License) Price:
986 downloads
GlassBarMini 0.2
GlassBarMini is an system monitor SuperKaramba theme. more>>
GlassBarMini is an adaptation of the theme Ive been using for a couple of years now. My goal for a system monitor is one that will always be visible, regardless of what Im doing. This theme is sized such that you can position it at the top of the screen, and it will fit unobtrusively over the title bar--space that isnt being used anyway.
To get this theme to work with your network setup, youll need to replace every instance of "eth0" with your network device (eth1, ath0, wlan1, etc.) in the GlassBarMini.theme file.
I had to set window-specific settings in KDE to keep the theme on top of other windows--there might be a better way to do this, but I dont know it ;)
The new GlassBarMini theme is derived from artwork from the original GlassHUD/GlassHUDX monitors and CaceKs GlassPlayer. Ive also included the background and theme file from the theme that Ive used previously, in case anyone prefers that.
<<lessTo get this theme to work with your network setup, youll need to replace every instance of "eth0" with your network device (eth1, ath0, wlan1, etc.) in the GlassBarMini.theme file.
I had to set window-specific settings in KDE to keep the theme on top of other windows--there might be a better way to do this, but I dont know it ;)
The new GlassBarMini theme is derived from artwork from the original GlassHUD/GlassHUDX monitors and CaceKs GlassPlayer. Ive also included the background and theme file from the theme that Ive used previously, in case anyone prefers that.
Download (0.060MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1215 downloads
RTAI LiveCD 0.16
The Real-Time Application Interface is a hard real-time extension to the Linux kernel. more>>
The Real-Time Application Interface is a hard real-time extension to the Linux kernel, contributed in accordance with the Free Software guidelines.
It provides the features of an industrial-grade RTOS, seamlessly accessible from the powerful and sophisticated GNU/Linux environment.
The bootable CD-ROM provided on this website allows you to determine whether your systems hardware is capable of being used as a hard real-time system.
Furthermore, this website provides information about the real-time performance of various systems, which might help you when buying hardware for building hard real-time systems.
The LiveCD is based on RTAI (Realtime Application Interface) and provides easy-to-use menus that guide users through running the test suite and submitting the results and system configuration information to an Internet database.
Enhancements:
- Fixed issue where the per-loop max and min latency were stored in the database instead of the overall max and min latency... Added support for Gigabit Ethernet (requested by Phil Nitschke)
- Reduced ISO size to 8MB
<<lessIt provides the features of an industrial-grade RTOS, seamlessly accessible from the powerful and sophisticated GNU/Linux environment.
The bootable CD-ROM provided on this website allows you to determine whether your systems hardware is capable of being used as a hard real-time system.
Furthermore, this website provides information about the real-time performance of various systems, which might help you when buying hardware for building hard real-time systems.
The LiveCD is based on RTAI (Realtime Application Interface) and provides easy-to-use menus that guide users through running the test suite and submitting the results and system configuration information to an Internet database.
Enhancements:
- Fixed issue where the per-loop max and min latency were stored in the database instead of the overall max and min latency... Added support for Gigabit Ethernet (requested by Phil Nitschke)
- Reduced ISO size to 8MB
Download (8.0MB)
Added: 2005-11-05 License: GPL (GNU General Public License) Price:
1462 downloads
OpenRTS 0.2
OpenRTS is an open source realtime strategy game. more>>
OpenRTS is an open source realtime strategy game. OpenRTS game features isometric graphics, networked multiplayer and single-player scenarios. The game is being developed using Python and SDL.
Main features:
- Creating an exciting realtime strategy gameplay is the goal of the project.
- Isometric graphics, using an improvement called isometric mouse maps. See the Screenshots.
- Networked multiplayer using a client/server architecture.
- Single-player scenarios for skirmish games.
Enhancements:
- Network game support using the Twisted framework, new animations and selection of multiple units, support for psyco just-in-time compolation, improved path finding using Astar, and many bugfixes.
- New translations to Norwegian and German were included.
<<lessMain features:
- Creating an exciting realtime strategy gameplay is the goal of the project.
- Isometric graphics, using an improvement called isometric mouse maps. See the Screenshots.
- Networked multiplayer using a client/server architecture.
- Single-player scenarios for skirmish games.
Enhancements:
- Network game support using the Twisted framework, new animations and selection of multiple units, support for psyco just-in-time compolation, improved path finding using Astar, and many bugfixes.
- New translations to Norwegian and German were included.
Download (1.7MB)
Added: 2006-04-23 License: GPL (GNU General Public License) Price:
1280 downloads
Tmxxine 0.7
Tmxxine is a linux distribution based on Puppy Linux 2.01. more>>
Tmxxine is a linux distribution based on Puppy Linux 2.01.
Main features:
- All standard puppy software included: WP, Spreadsheet, Browser, editors, painting, vector editor, email, ftp, chat etc
- Voice Synthesis At the moment the Operating system is not singing to you but the Symphony code is being used. "Flinger" is being considered for future versions. Right clicking on an icon and opening it as text will give you this. The talk command says the word - change the words to have the computer say what you want
- Audacity sound editor. Very stable. Also available for Windows.
- Xara graphics - 50% complete - very usable. Sadly the enclosed nightly build is unstable (first time) for a stable version try here?
- NVU WSIWYG HTML editor. NVU is more powerful than composer on which it is based. Tmxxine has made a commitment to create its documentation in wiki format. This tool is for temporary deployment.
- 007 blowfish single file encryption. This only works on single files. It is only two lines of code
- Java. Widely used, the third most important language after C and C++ It allows access to java enabled web sites - many scientific sites make use of it.
- Extra codecs for viewing movies through the Internet
- Mplayer - be careful with this - crashed my machine from within dotpup menu
- VYM - View Your Mind. A Mind mapping thought generation tool
- Tuxcard - organise you bits of information
- Xfce Window manager, Shut down / exit to prompt and then type xwin xfce To return reboot Xfce and then type xwin jwm
<<lessMain features:
- All standard puppy software included: WP, Spreadsheet, Browser, editors, painting, vector editor, email, ftp, chat etc
- Voice Synthesis At the moment the Operating system is not singing to you but the Symphony code is being used. "Flinger" is being considered for future versions. Right clicking on an icon and opening it as text will give you this. The talk command says the word - change the words to have the computer say what you want
- Audacity sound editor. Very stable. Also available for Windows.
- Xara graphics - 50% complete - very usable. Sadly the enclosed nightly build is unstable (first time) for a stable version try here?
- NVU WSIWYG HTML editor. NVU is more powerful than composer on which it is based. Tmxxine has made a commitment to create its documentation in wiki format. This tool is for temporary deployment.
- 007 blowfish single file encryption. This only works on single files. It is only two lines of code
- Java. Widely used, the third most important language after C and C++ It allows access to java enabled web sites - many scientific sites make use of it.
- Extra codecs for viewing movies through the Internet
- Mplayer - be careful with this - crashed my machine from within dotpup menu
- VYM - View Your Mind. A Mind mapping thought generation tool
- Tuxcard - organise you bits of information
- Xfce Window manager, Shut down / exit to prompt and then type xwin xfce To return reboot Xfce and then type xwin jwm
Download (133MB)
Added: 2006-06-27 License: GPL (GNU General Public License) Price:
1220 downloads
Wide Area Link Emulator 0.1
Wide Area Link Emulator enables you to set and test various parameters of a WAN access link more>>
Wide Area Link Emulator enables you to set and test various parameters of a WAN access link (also known as a bottleneck link) before testing on a fully-functional network.
Any ISP has a high bandwidth LAN (of the order of tens of Mbps, e.g. Ethernet) and a WAN access link with relatively low speeds (of the order of a few Kbps to a few Mbps). To be able to evaluate the ISPs performance, actual tests will have to be conducted on a live, fully functional network. This would imply enabling certain features in communication equipment which could be detrimental to the proper functioning of a commissioned network. To address such a problem of being able to characterize/quantify the network operation in terms of its performance with respect to various parameters, a test-bed emulating the ISPs connectivity to the Internet would be an ideal solution.
An important factor in setting up such a test-bed, is emulating the WAN Access Link. Using complex hardware is costly. Such a link can however be easily implemented by emulating the scenario on popular physical technology such as Ethernet. By changing the TCP/IP stack on a Personal Computer, the rate at which packets are injected into the network can be controlled and other necessary features can easily be added.
WALE was implemented in 2 phases and the first version can emulated bandwidths up to 8Mbps and uses FIFO queues with drop-tail.
WALE v2 can emulate bandwidths of up to 80Mbps(a 10-fold improvement over version 1) due to the stripped down version of Micro-second resolution timer being used in the Linux kernel. WALE also implements differentiated services are recommended by IETF. A hash-based packet classifier is used to classify packets into one of 3 queues (Expedited Forwarding, Assured Forwarding and Best Effort). A simple priority scheduling has been implemented between the queues.
Version 2 has been implemented in the Generic Device Layer of the Linux Kernel. The kernel version is 2.2.19. WALE2 kernel patch can be downloaded here. An ncurses based front end has been implemented for setting and viewing various parameters of the bottleneck link.
<<lessAny ISP has a high bandwidth LAN (of the order of tens of Mbps, e.g. Ethernet) and a WAN access link with relatively low speeds (of the order of a few Kbps to a few Mbps). To be able to evaluate the ISPs performance, actual tests will have to be conducted on a live, fully functional network. This would imply enabling certain features in communication equipment which could be detrimental to the proper functioning of a commissioned network. To address such a problem of being able to characterize/quantify the network operation in terms of its performance with respect to various parameters, a test-bed emulating the ISPs connectivity to the Internet would be an ideal solution.
An important factor in setting up such a test-bed, is emulating the WAN Access Link. Using complex hardware is costly. Such a link can however be easily implemented by emulating the scenario on popular physical technology such as Ethernet. By changing the TCP/IP stack on a Personal Computer, the rate at which packets are injected into the network can be controlled and other necessary features can easily be added.
WALE was implemented in 2 phases and the first version can emulated bandwidths up to 8Mbps and uses FIFO queues with drop-tail.
WALE v2 can emulate bandwidths of up to 80Mbps(a 10-fold improvement over version 1) due to the stripped down version of Micro-second resolution timer being used in the Linux kernel. WALE also implements differentiated services are recommended by IETF. A hash-based packet classifier is used to classify packets into one of 3 queues (Expedited Forwarding, Assured Forwarding and Best Effort). A simple priority scheduling has been implemented between the queues.
Version 2 has been implemented in the Generic Device Layer of the Linux Kernel. The kernel version is 2.2.19. WALE2 kernel patch can be downloaded here. An ncurses based front end has been implemented for setting and viewing various parameters of the bottleneck link.
Download (0.027MB)
Added: 2006-06-21 License: GPL (GNU General Public License) Price:
1224 downloads
fields::aliased 1.05
fields::aliased is a Perl module that can create aliases for object fields. more>>
fields::aliased is a Perl module that can create aliases for object fields.
SYNOPSIS
package MyPackage;
use strict;
use fields qw($scalar @array %hash);
sub new {
my $class = shift;
my $self = fields::new($class);
return $self;
}
sub mymethod {
my MyPackage $self = shift;
use fields::aliased qw($self $scalar @array %hash);
$scalar = 1;
@array = (2 .. 4);
%hash = (one => 1, two => 2);
}
This module is a companion to the fields module, which allows efficient handling of instance variables with checking at compile time. It goes one step further and actually creates lexical aliases to the instance values, which can make code not only easier to type, but easier to read as well.
Declarations
You declare the fields using the fields pragma, as always.
use fields qw($scalar @array %hash nosigil);
Each field name may be preceded by a type sigil to indicate which kind of variable it is. Names without the type sigil are treated as scalars.
For names beginning with an underscore, see "PRIVATE FIELDS" below.
Constructors
You call fields::new to create the object.
my $self = fields::new($class);
Usage
In each method that uses the individual fields, you add a line similar to the following:
use fields::aliased qw($self $scalar @array %hash nosigil);
That is, list the variable being used for the object reference, and then the names of the fields that you are going to use in this method. fields::aliased takes care of declaring the appropriate Perl lexical variables and linking them to the appropriate field. You only need to specify the fields you are actually going to use, including any inherited from superclasses.
<<lessSYNOPSIS
package MyPackage;
use strict;
use fields qw($scalar @array %hash);
sub new {
my $class = shift;
my $self = fields::new($class);
return $self;
}
sub mymethod {
my MyPackage $self = shift;
use fields::aliased qw($self $scalar @array %hash);
$scalar = 1;
@array = (2 .. 4);
%hash = (one => 1, two => 2);
}
This module is a companion to the fields module, which allows efficient handling of instance variables with checking at compile time. It goes one step further and actually creates lexical aliases to the instance values, which can make code not only easier to type, but easier to read as well.
Declarations
You declare the fields using the fields pragma, as always.
use fields qw($scalar @array %hash nosigil);
Each field name may be preceded by a type sigil to indicate which kind of variable it is. Names without the type sigil are treated as scalars.
For names beginning with an underscore, see "PRIVATE FIELDS" below.
Constructors
You call fields::new to create the object.
my $self = fields::new($class);
Usage
In each method that uses the individual fields, you add a line similar to the following:
use fields::aliased qw($self $scalar @array %hash nosigil);
That is, list the variable being used for the object reference, and then the names of the fields that you are going to use in this method. fields::aliased takes care of declaring the appropriate Perl lexical variables and linking them to the appropriate field. You only need to specify the fields you are actually going to use, including any inherited from superclasses.
Download (0.008MB)
Added: 2007-05-14 License: Perl Artistic License Price:
894 downloads
chngpwd 1.0.0
chngpwd is a secure wrapper to change user passwords another user in a PAM-enabled system. more>>
chngpwd is a secure wrapper to change user passwords another user in a PAM-enabled system.
chngpwds main use is as a wrapper for other interfaces to communicate with the user (e.g., Web interface).
It was build with security in mind, so there should not be any security bugs or holes opened by it (But you should check by your self before using it).
It requires: Authen::PAM from CPAN and Sys::Syslog (your perl distribution should have it already).
The main use for this is as a wrapper for changing password securily (e.g. from a web interface). So the cgi or whatever is being used doesnt need to deal with this issues (and run the cgi as suid root).
The script is rich in error messages and exit codes, so it is easy to track down errors, misconfiguration and abuses.
Also, on some critical circunstances it will try to mail the admin in a unknown event. Everything that it does is also logged to Syslog.
As it uses PAM to change passwords, it should work on any PAM aware system (almost all Linux distributions, Solaris and at some extend HP-UX). I just tested it on Linux (Conectiva Linux and Debian btw).
<<lesschngpwds main use is as a wrapper for other interfaces to communicate with the user (e.g., Web interface).
It was build with security in mind, so there should not be any security bugs or holes opened by it (But you should check by your self before using it).
It requires: Authen::PAM from CPAN and Sys::Syslog (your perl distribution should have it already).
The main use for this is as a wrapper for changing password securily (e.g. from a web interface). So the cgi or whatever is being used doesnt need to deal with this issues (and run the cgi as suid root).
The script is rich in error messages and exit codes, so it is easy to track down errors, misconfiguration and abuses.
Also, on some critical circunstances it will try to mail the admin in a unknown event. Everything that it does is also logged to Syslog.
As it uses PAM to change passwords, it should work on any PAM aware system (almost all Linux distributions, Solaris and at some extend HP-UX). I just tested it on Linux (Conectiva Linux and Debian btw).
Download (0.016MB)
Added: 2006-05-12 License: GPL (GNU General Public License) Price:
1260 downloads
nexB OpenAssets 0.4.1
nexB OpenAssets is an IT asset management, inventory, monitoring, and no-agent auto-discovery tool. more>>
nexB OpenAssets is a tool for inventorying, managing, and monitoring applications, software, hardware, networks, and generally any IT asset.
It is designed so that system administrators, IT, and finance can determine what they have, how it is configured, what it is used for, and how much it is being used, so that informed decisions can be made.
It complements existing network management software, integrates with a growing number of protocols and tools, and features no-agent discovery and inventory, configuration management including dependencies and correlation, monitoring, and reporting. It makes extensive and innovative use of XML, Xpath, and Xquery.
Main features:
- asset tracking
- asset inventory
- asset auditing
<<lessIt is designed so that system administrators, IT, and finance can determine what they have, how it is configured, what it is used for, and how much it is being used, so that informed decisions can be made.
It complements existing network management software, integrates with a growing number of protocols and tools, and features no-agent discovery and inventory, configuration management including dependencies and correlation, monitoring, and reporting. It makes extensive and innovative use of XML, Xpath, and Xquery.
Main features:
- asset tracking
- asset inventory
- asset auditing
Download (3.54MB)
Added: 2005-04-19 License: Open Software License Price:
1655 downloads
Mplinuxman 1.4
Mplinuxman is a manager for the MPMan F60 portable MP3 player. more>>
Mplinuxman is a manager for the MPMan F60 portable MP3 player. This player has PC connectivity through USB and it comes bundled with Windows manager software, which has its limitations. The main one being it cant be used on Linux! Well now you can, Mplinuxman uses Linux kernel support for USB devices, and can be set up for hot swapping. If you have an MPMan F60 its time to wipe quit windows and use Mplinuxman on linux.
Main features:
- Easy to use interface using GTK 2
- Downloading, uploading files to and from the player, deleteing,re-ordering files on the player
- Playlist loading/saving and can create a random list of files to fit on the players available memory
- Hot plugging, Mplinuxman can be set to start/stop when you connect/disconnect the MPMan
- Lets you upload MP3s from the player to your PC unlike the Windows version
- Uses default Linux console font to display ID3 tags on the player!
Enhancements:
- Added support for building on Mac OS X, thanks to Kris
- Added Japanese (by Shimada) and German (by Thomas) translations
- Added format for camera, to format the SMC for other devices, eg camera and usb card reader. (patch by Tholom)
- Support for MP-F55, changed the find devices routine to find F55
- Decreased playlist/directory loading times.
<<lessMain features:
- Easy to use interface using GTK 2
- Downloading, uploading files to and from the player, deleteing,re-ordering files on the player
- Playlist loading/saving and can create a random list of files to fit on the players available memory
- Hot plugging, Mplinuxman can be set to start/stop when you connect/disconnect the MPMan
- Lets you upload MP3s from the player to your PC unlike the Windows version
- Uses default Linux console font to display ID3 tags on the player!
Enhancements:
- Added support for building on Mac OS X, thanks to Kris
- Added Japanese (by Shimada) and German (by Thomas) translations
- Added format for camera, to format the SMC for other devices, eg camera and usb card reader. (patch by Tholom)
- Support for MP-F55, changed the find devices routine to find F55
- Decreased playlist/directory loading times.
Download (2.9MB)
Added: 2006-07-26 License: GPL (GNU General Public License) Price:
1186 downloads
phpLicenseWatcher 1.4.2
phpLicenseWatcher is a Web frontend to the FlexLM lmstat and lmdiag commands. more>>
phpLicenseWatcher is a Web frontend to the FlexLM lmstat and lmdiag commands. You can keep track of usage, health of license servers, get alerted when licenses are due to expire, and capture usage history.
Main features:
- Shows the health of a license server or a group of them
- Check which licenses are being used and who is currently using them
- Get a listing of licenses, their expiration dates and number of days to expiration
- E-mail alert of licenses that will expire within certain time period ie. within next 10 days.
- Monitors license utilization
Enhancements:
- A new Web-based configuration interface.
- Many minor bugfixes
<<lessMain features:
- Shows the health of a license server or a group of them
- Check which licenses are being used and who is currently using them
- Get a listing of licenses, their expiration dates and number of days to expiration
- E-mail alert of licenses that will expire within certain time period ie. within next 10 days.
- Monitors license utilization
Enhancements:
- A new Web-based configuration interface.
- Many minor bugfixes
Download (0.065MB)
Added: 2006-11-30 License: GPL (GNU General Public License) Price:
1061 downloads
Interbench 0.30
Interbench is benchmark application is designed to benchmark interactivity in Linux. more>>
Interbench is benchmark application is designed to benchmark interactivity in Linux.
Interbench is designed to measure the effect of changes in Linux kernel design or system configuration changes such as I/O scheduler, cpu and filesystem changes and options. With careful benchmarking, different hardware can be compared.
What does it do?
It is designed to emulate the cpu scheduling behaviour of interactive tasks and measure their scheduling latency and jitter. It does this with the tasks on their own and then in the presence of various background loads, both with configurable nice levels and the benchmarked tasks can be real time.
How does it work?
First it benchmarks how best to reproduce a fixed percentage of cpu usage on the machine currently being used for the benchmark. It saves this to a file and then uses this for all subsequent runs to keep the emulation of cpu usage constant.
It runs a real time high priority timing thread that wakes up the thread or threads of the simulated interactive tasks and then measures the latency in the time taken to schedule. As there is no accurate timer driven scheduling in linux the timing thread sleeps as accurately as linux kernel supports, and latency is considered as the time from this sleep till the simulated task gets scheduled.
Each benchmarked simulation runs as a separate process with its own threads, and the background load (if any) also runs as a separate process.
Enhancements:
- This release adds options to select benchmarked loads, manpages, and documentation updates.
<<lessInterbench is designed to measure the effect of changes in Linux kernel design or system configuration changes such as I/O scheduler, cpu and filesystem changes and options. With careful benchmarking, different hardware can be compared.
What does it do?
It is designed to emulate the cpu scheduling behaviour of interactive tasks and measure their scheduling latency and jitter. It does this with the tasks on their own and then in the presence of various background loads, both with configurable nice levels and the benchmarked tasks can be real time.
How does it work?
First it benchmarks how best to reproduce a fixed percentage of cpu usage on the machine currently being used for the benchmark. It saves this to a file and then uses this for all subsequent runs to keep the emulation of cpu usage constant.
It runs a real time high priority timing thread that wakes up the thread or threads of the simulated interactive tasks and then measures the latency in the time taken to schedule. As there is no accurate timer driven scheduling in linux the timing thread sleeps as accurately as linux kernel supports, and latency is considered as the time from this sleep till the simulated task gets scheduled.
Each benchmarked simulation runs as a separate process with its own threads, and the background load (if any) also runs as a separate process.
Enhancements:
- This release adds options to select benchmarked loads, manpages, and documentation updates.
Download (0.023MB)
Added: 2006-03-06 License: GPL (GNU General Public License) Price:
1328 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above being used search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed