to manage
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1688

SQLite Manager 0.5.0 Beta 3
SQLite Manager is an excellent and extremely useful program which offers an easy way to manage all your sqlite databases using this lightweight extension for firefox, thunderbird, sunbird, seamonkey, songbird, komodo, flock etc. more>> <<less
Added: 2009-07-23 License: MPL Price: FREE
62 downloads
Php-Residence Hotel Software 1.0
Php-residence is an open source program that can be used in your browser designed to manage daily or weekly rental of house apartments or hotel rooms.... more>> <<less
Download (661KB)
Added: 2009-04-29 License: Freeware Price: Free
177 downloads
Sabayon 2.19.2
Sabayon is a system administration tool to manage GNOME desktop settings. more>>
Sabayon is a system administration tool to manage GNOME desktop settings.
Sabayon provides a sane way to edit GConf defaults and GConf mandatory keys: the same way you edit your desktop. Sabayon launches profiles in an Xnest window.
Any changes you make in the Xnest window are saved back to the profile file, which can then be applied to users accounts.
<<lessSabayon provides a sane way to edit GConf defaults and GConf mandatory keys: the same way you edit your desktop. Sabayon launches profiles in an Xnest window.
Any changes you make in the Xnest window are saved back to the profile file, which can then be applied to users accounts.
Download (0.80MB)
Added: 2007-08-15 License: GPL (GNU General Public License) Price:
807 downloads
Other version of Sabayon
License:GPL (GNU General Public License)
Debmarshal
Debmarshal is a Debian repository management system. more>>
Debmarshal is a Debian repository management system. The project is designed to manage a set of local release tracks of modified and additional packages on top of a full public repository (eg. Ubuntu/dapper, Debian/sid ...).
The local database is Berkeley DB for speed. Packaged file overlaps and undeclared dependency problems can be detected. Multiple labels and permanent numbered snapshots are a feature of debmarshal managed repositories.
<<lessThe local database is Berkeley DB for speed. Packaged file overlaps and undeclared dependency problems can be detected. Multiple labels and permanent numbered snapshots are a feature of debmarshal managed repositories.
Download (MB)
Added: 2007-08-08 License: GPL (GNU General Public License) Price:
808 downloads
ZopeMon 0.2
ZopeMon is a GNOME applet to manage multiple Zope instances on your filesystem. more>>
ZopeMon application is a GNOME applet to manage multiple Zope instances on your filesystem, created using the mkzopeinstance.py utility.
Essentially, it is a frontend to the zopectl utility for each Zope instance - but provides the convenience of having a list of all your Zope instances available to you, with the ability to start or stop any one of them from a click of a button.
<<lessEssentially, it is a frontend to the zopectl utility for each Zope instance - but provides the convenience of having a list of all your Zope instances available to you, with the ability to start or stop any one of them from a click of a button.
Download (0.017MB)
Added: 2007-08-06 License: GPL (GNU General Public License) Price:
809 downloads
Tellmatic 1.0.6
Tellmatic project is a tool to manage and create newsletters for personalized mailing or mass mailing. more>>
Tellmatic project is a tool to manage and create newsletters for personalized mailing or mass mailing. Addresses and newsletters are stored in groups to handle different user groups and thousands of addressses at a time.
SMTP is used for sending the newsletter to your subscribers to make sure you get all error and bounce messages. Bounces can be handled automagically via a small bounce-management module with POP3 access. It also has a small form-editor and statistics. You can import and export your addresses in CSV format.
<<lessSMTP is used for sending the newsletter to your subscribers to make sure you get all error and bounce messages. Bounces can be handled automagically via a small bounce-management module with POP3 access. It also has a small form-editor and statistics. You can import and export your addresses in CSV format.
Download (1.7MB)
Added: 2007-08-02 License: GPL (GNU General Public License) Price:
817 downloads
Bulk Meter Flow and Operations 1.2.5
Bulk Meter Flow and Operations project provides a Web-based application to manage water meter readings. more>>
Bulk Meter Flow and Operations provides a Web-based application to manage water meter readings.
<<less Download (1.4MB)
Added: 2007-07-25 License: GPL (GNU General Public License) Price:
823 downloads
Sys::Manage::Cmd 0.56
Sys::Manage::Cmd - Systems management command volley. more>>
Sys::Manage::Cmd - Systems management command volley.
SYNOPSIS
Command line script
use Sys::Manage::Cmd;
my $s =Sys::Manage::Cmd->new();
# Script associations (see also embedded in source):
$s->{-assoc}->{.ftp}=sub{[ftp,-n,-s:loginfile,!elem!,[0]]};
# Target collections:
$s->{-target}->{all} =[1,2,3,4,5,6];
# Target branches:
$s->{-branch}->{1} =[1,2];
$s->{-branch}->{2} =[3,4];
$s->{-branch}->{3} =[5,6];
# Command-line setup / loop:
$s->set([@ARGV]);
# Command assignments:
#$s->set(-k=>assign, -o=>b, -i=>0, -ping=>1);
#$s->execute(-a=>assignment name, -t=>[targets], -cline=>[command line]);
#...
# Command line execution:
$s->set(-k=>cmd, -o=>b, -i=>0, -ping=>0);
$s->execute([@ARGV]);
Command line
script -option -option... target command-line
script -option... -ttarget... command-line
Examples of command line
script all dir !elem!
script -ob -tall dir !elem!
script -rPrevId -tall dir !elem!
script -aTest -tall dir !elem!
script -l10 -tall dir !elem!
Options of command line
(see also -cline and -i, -k, -l, -o, -r, -t, -u, -x, -v, -g)
-kNameSpace - kind (namespace) of command
-rCommandId - redo command id (used also inside -l); or switch (for -a)
-aAssignName - assignment name, to use as command id
-lPauseSecs - loop with pause before each subsequent redo
-lg... - ... for pings usuccessful only
-lv, -lw... - ... console verbose or windowed subsequent turns
-o(s|c|b) - order of execution:
sequental
concurrent
branched (concurrent branches)
-tTargetName - target, may be several -t, instead of positional argument
-xTargetExcl - exclusion from target list, may be several -x
-uUser:pswd - user name and password for target
-g - ping target before command, also use -gPingTimeout
-gx - exclude unsuccessful targets sequentially
-i - ignore exit code
-v(0|1|2) - verbosity level
-vc... - ... cmdfile rows include
-vt... - ... date-time include
Embedded commands
(see also -cline and -assoc)
script.ext - interpreting of scripts alike .pl, .bat, .ftp, .rdo.*
rcmd, rdo, - commands to remote nodes using
fput, fget, Sys::Manage::Conn
mput, mget (!elem!, !user!, !pswd! substitutions not needed)
cmdfile - evaluate command lines file or Perl script
!elem!, < - target element and source file substitutions
!user!, !pswd! - user name and password substitutions
!log! - log filesystem name substitution
Embedding command line
(see also ENVIRONMENT and SLOTS)
if (!defined($ENV{SMELEM}) # command volley:
|| ($ENV{SMELEM} eq )) {
system($^X, script, -k0, target, $0)
} elsif (!$ENV{SMDIR}) {
die "Execute this script on Manager!"
} elsif ($ENV{SMDIR}) {
die "Execute this script on Agent!"
} else { # command script:
....
1 # success
}
<<lessSYNOPSIS
Command line script
use Sys::Manage::Cmd;
my $s =Sys::Manage::Cmd->new();
# Script associations (see also embedded in source):
$s->{-assoc}->{.ftp}=sub{[ftp,-n,-s:loginfile,!elem!,[0]]};
# Target collections:
$s->{-target}->{all} =[1,2,3,4,5,6];
# Target branches:
$s->{-branch}->{1} =[1,2];
$s->{-branch}->{2} =[3,4];
$s->{-branch}->{3} =[5,6];
# Command-line setup / loop:
$s->set([@ARGV]);
# Command assignments:
#$s->set(-k=>assign, -o=>b, -i=>0, -ping=>1);
#$s->execute(-a=>assignment name, -t=>[targets], -cline=>[command line]);
#...
# Command line execution:
$s->set(-k=>cmd, -o=>b, -i=>0, -ping=>0);
$s->execute([@ARGV]);
Command line
script -option -option... target command-line
script -option... -ttarget... command-line
Examples of command line
script all dir !elem!
script -ob -tall dir !elem!
script -rPrevId -tall dir !elem!
script -aTest -tall dir !elem!
script -l10 -tall dir !elem!
Options of command line
(see also -cline and -i, -k, -l, -o, -r, -t, -u, -x, -v, -g)
-kNameSpace - kind (namespace) of command
-rCommandId - redo command id (used also inside -l); or switch (for -a)
-aAssignName - assignment name, to use as command id
-lPauseSecs - loop with pause before each subsequent redo
-lg... - ... for pings usuccessful only
-lv, -lw... - ... console verbose or windowed subsequent turns
-o(s|c|b) - order of execution:
sequental
concurrent
branched (concurrent branches)
-tTargetName - target, may be several -t, instead of positional argument
-xTargetExcl - exclusion from target list, may be several -x
-uUser:pswd - user name and password for target
-g - ping target before command, also use -gPingTimeout
-gx - exclude unsuccessful targets sequentially
-i - ignore exit code
-v(0|1|2) - verbosity level
-vc... - ... cmdfile rows include
-vt... - ... date-time include
Embedded commands
(see also -cline and -assoc)
script.ext - interpreting of scripts alike .pl, .bat, .ftp, .rdo.*
rcmd, rdo, - commands to remote nodes using
fput, fget, Sys::Manage::Conn
mput, mget (!elem!, !user!, !pswd! substitutions not needed)
cmdfile - evaluate command lines file or Perl script
!elem!, < - target element and source file substitutions
!user!, !pswd! - user name and password substitutions
!log! - log filesystem name substitution
Embedding command line
(see also ENVIRONMENT and SLOTS)
if (!defined($ENV{SMELEM}) # command volley:
|| ($ENV{SMELEM} eq )) {
system($^X, script, -k0, target, $0)
} elsif (!$ENV{SMDIR}) {
die "Execute this script on Manager!"
} elsif ($ENV{SMDIR}) {
die "Execute this script on Agent!"
} else { # command script:
....
1 # success
}
Download (0.060MB)
Added: 2007-07-24 License: Perl Artistic License Price:
824 downloads
Viking 0.9
Viking is a GPS data editor and topo viewer. more>>
Viking is a free/open source program to manage GPS data. You can import and plot tracks and waypoints, show Terraserver maps under it, add coordinate lines, make new tracks and waypoints, hide different things, etc.
It is written in C with the GTK+ 2 toolkit, available for Linux, other POSIX operating systems, and Windows, and is licensed under the GNU GPL.
<<lessIt is written in C with the GTK+ 2 toolkit, available for Linux, other POSIX operating systems, and Windows, and is licensed under the GNU GPL.
Download (MB)
Added: 2007-07-14 License: GPL (GNU General Public License) Price:
836 downloads
PHPFileManager7 1.0
PHPFileManager7 (PFM) is a PHP class that makes it easy to manage files in PHP programs. more>>
PHPFileManager7 (PFM) is a PHP class that makes it easy to manage files in PHP programs.
The project doesnt require a MySQL database and it can integrate with a panel created by the user.
<<lessThe project doesnt require a MySQL database and it can integrate with a panel created by the user.
Download (0.37MB)
Added: 2007-06-11 License: The PHP License Price:
867 downloads
Kvm (Kde Video Menu) 0.2.1
Kvm is a Konqueror service menu which allows to manage your videos without to use a graphical application. more>>
Kvm is a Konqueror service menu which allows to manage your videos without to use a graphical application.
Kvm (Kde Video Menu) service menu can be considered as a frontend of ffmpeg.
Enhancements:
- fix some bugs!
<<lessKvm (Kde Video Menu) service menu can be considered as a frontend of ffmpeg.
Enhancements:
- fix some bugs!
Download (0.012MB)
Added: 2007-05-25 License: GPL (GNU General Public License) Price:
1196 downloads
WizMySQLAdmin 0.11.4 build 99
WizMySQLAdmin is a PHP script to manage MySQL databases. more>>
WizMySQLAdmin project is a PHP script to manage MySQL databases. If your web site uses a MySQL database you can manage its contents with WizMySQLAdmin, as you can do with the most known phpMyAdmin: but my script is very simple to configure and use, because its composed by only one file. So you can install it on your web site very easily.
Enhancements:
- This release fixes a little bug that occurs with some special builds of PHP.
<<lessEnhancements:
- This release fixes a little bug that occurs with some special builds of PHP.
Download (0.017MB)
Added: 2007-05-18 License: GPL (GNU General Public License) Price:
889 downloads
VideoManager 0.5
VideoManager is a PyGTk application to manage your movies. more>>
VideoManager is a PyGTk application to manage your movies.
An application for managing your movie collection. VideoManager is a free software for managing movies collections. Detailed information on each item can be automatically retrieved from the internet and movies can be sorted by category, year or producer.
Currently this program is only available in French.
You can help by translating the project : http://www.codingteam.net/videomanager-trad.html
Currently available in Ubuntu Feisty Universe and Arch Linux AUR.
<<lessAn application for managing your movie collection. VideoManager is a free software for managing movies collections. Detailed information on each item can be automatically retrieved from the internet and movies can be sorted by category, year or producer.
Currently this program is only available in French.
You can help by translating the project : http://www.codingteam.net/videomanager-trad.html
Currently available in Ubuntu Feisty Universe and Arch Linux AUR.
Download (0.082MB)
Added: 2007-05-10 License: GPL (GNU General Public License) Price:
936 downloads
Ingutie Task Manager 0.4 Beta
Ingutie Task Manager Beta functions as a personal task manager to manage a users day to day tasks. more>> Ingutie Task Manager 0.4 Beta functions as a personal task manager to manage a users day to day tasks. It is designed to be as unobtrusive as possible, running as system tray icon and residing in a small efficient window above the system tray when opened.
Requirements: Qt 4.x
Added: 2007-05-03 License: GPL Price: FREE
1 downloads
zCI 3.0G
zCI is a Web-based computer inventory system. more>>
zCI is a Web-based computer inventory system. It is simple but has many corporate-grade inventory capabilities.
Its client-side program is able to collect inventory data (hardware and software information) automatically without any manual input, while its Web-based server-side programs simplify inventory management.
The project includes facilities to manage ownership and usage status for computers, monitors, and peripherals.
<<lessIts client-side program is able to collect inventory data (hardware and software information) automatically without any manual input, while its Web-based server-side programs simplify inventory management.
The project includes facilities to manage ownership and usage status for computers, monitors, and peripherals.
Download (1.6MB)
Added: 2007-05-03 License: GPL (GNU General Public License) Price:
905 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 to manage 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