Main > Free Download Search >

Free manage accounts software for linux

manage accounts

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2174
PHP Accounts 0.5.1

PHP Accounts 0.5.1


PHP Accounts project is an open source web based accounts system. more>>
PHP Accounts project is an open source web based accounts system.
Main features:
- Generation of pdf invoices, receipts, quotes
- Email invoice (pdf attachment) to clients
- Automated invoice reminders (sent via email)
- Timesheet system - great for consultants charging on an hourly basis
- Invoice wizard for quickly creating a fully itemised invoice
- Expenditure/Outgoings
- Cash flow reports
- Spreadsheet export
<<less
Download (1.5MB)
Added: 2007-06-21 License: GPL (GNU General Public License) Price:
860 downloads
SVNManager 0.38

SVNManager 0.38


SVNManager is a webbased tool to administer a Unix Apache WebDAV Subversion repository server. more>>
SVNManager is a webbased tool to administer a Unix Apache WebDAV Subversion repository server.

As stated on their website:

"The goal of the Subversion project is to build a version control system that is a compelling
replacement for CVS in the open source community."

Subversion has matured and our organisation has found more purposes to create Subversion repositories than just for source code. Therefore it seemed nice to me to create a web based Subversion administration suite, with which can help you at:

- Create, remove, load & dump repositories
- Manage user accounts for access to the repositories
- Manage groups for access to the repositories
- Invite users by email to create an account on the server

I hope it can be useful for you and your organization.
<<less
Download (8.4MB)
Added: 2006-06-24 License: BSD License Price:
1221 downloads
LDAP Account Manager 2.6.0 / 2.7.0 RC1

LDAP Account Manager 2.6.0 / 2.7.0 RC1


LDAP Account Manager RC1 is a webfrontend for managing accounts stored in an LDAP directory. more>> <<less
Added: 2009-07-27 License: GPL Price: FREE
downloads
 
Other version of LDAP Account Manager
LDAP Account Manager 2.6.0LDAP Account Manager is a useful software which helps you manage Unix and Samba user and group ... which helps you manage Unix and Samba user and group accounts in a OpenLDAP server. There is also
Price: FREE
License:GPL
Download
1 downloads
Added: 2009-04-09
LDAP Account Manager 2.0.0LDAP Account Manager is a software with you can manage Unix and Samba ... and group accounts in a OpenLDAP server. There is also an external script to manage quotas and
License:GPL (GNU General Public License)
Download (1.6MB)
816 downloads
Added: 2007-08-09
Gmail Manager 0.5.3

Gmail Manager 0.5.3


Gmail Manager extension allwos you to manage multiple Gmail accounts and receive new mail notifications. more>>
Gmail Manager extension allwos you to manage multiple Gmail accounts and receive new mail notifications.

Displays your account details including unread messages, saved drafts, spam messages, labels with new mail, space used, and new mail snippets

<<less
Download (0.16MB)
Added: 2007-04-08 License: GPL (GNU General Public License) Price:
988 downloads
SiteInvoice Account Manager 2.0.1

SiteInvoice Account Manager 2.0.1


SiteInvoice helps you manage your customer invoices in a simple and efficient manner. more>>
SiteInvoice project helps you manage your customer invoices in a simple and efficient manner.

Customers receive personalized email notices with invoices attached as PDFs, with reminders sent at 30, 45, and 60 days.

Handles multiple currencies and taxes. Never lose track of money you or your company are owed again.
<<less
Download (0.33MB)
Added: 2006-06-07 License: GPL (GNU General Public License) Price:
1238 downloads
PHPFileManager7 1.0

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.
<<less
Download (0.37MB)
Added: 2007-06-11 License: The PHP License Price:
867 downloads
QBankManager 0.9.27

QBankManager 0.9.27


QBankManager is a QT program for simple administration of Online Banking accounts.... more>> QBankManager is a QT program for simple administration of Online Banking accounts. It is supposed to be the successor of the ancient program KOpenHBCI that the author wrote a few years ago.<<less
Download (615KB)
Added: 2009-04-17 License: Freeware Price:
189 downloads
Sys::Manage::Cmd 0.56

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
}

<<less
Download (0.060MB)
Added: 2007-07-24 License: Perl Artistic License Price:
824 downloads
SQLite Manager 0.5.0 Beta 3

SQLite Manager 0.5.0 Beta 3


SQLite Manager is an all-in-one and very useful application which can 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
Mysql Data Manager 1.73

Mysql Data Manager 1.73


Mysql Data Manager is multifunctional and multiplatform web based mysql administration tool and data editor. more>>
Mysql Data Manager (shortly MDM) is multifunctional and multiplatform web based mysql administration tool and data editor. Mysql Data Manager is a CGI script written in Perl. It uses web browser based GUI, which provides a complete set of high-level and low-level capabilities.
High-level functions allow to accomplish a lot with a single mouse click while low-level functions let you do precisely what you want. Using this tool you get a wide range of solutions to support any Mysql web application.
You log into Mysql server via transparent interface of MDM with no need to store your password into config file. You use all privileges granted to you on Mysql server to manage your databases and accounts. All your mouseclicks are being transmitted to mysql server transparently as a command or a chain of predefined commands.
Almost all messages you may receive from MDM interface are generated natively by mysql server and transparently transferred by MDM to web browser for your convenience.
Mysqk Data Manager is a transparent interface between you and Mysql that helps you to manage your data using pre-programmed operations.
Mysql Data Manager does not require root access to MySQL Server to do all the things you need to as a Database Administrator or Web Administrator through web interface.
Here are some operations that MDM can provide:
- CREATE AND ALTER TABLES. All table types are supported
- DELETE records using WHERE clause. DROP tables
- IMPORT DATA from CSV files generated by other applications.
- EXPORT DATA from search results or entire table into CSV files to use them with other applications.
- EDIT exported CSV FILES
- BACKUP and RESTORE the entire database or selected tables in seconds.
- ACCESS MANAGEMENT - create, edit and delete Mysql user accounts in bulk.
- Manage privileges of single and multiple users on all levels: global, database, table and column.
- SEARCH AND MODIFY records using multiple search criteria. (BLOBs are supported)
- INSERT AND EDIT DATA - edit multiple records from search result, directly or by uploading files from local computer. (unquoted expressions are supported).
- EDIT, INSERT and DELETE records in Spreadsheets
- ZOOM Blob and Text fields
- Visually compose SELECT query, joining several tables.
- PRINT DATA - Generate Printable Output.
- SQL SCRIPTING - Create, save, edit and run SQL scripts and use them as Shortcuts. Multiple queries and comments are supported.
- ADMIN FUNCTIONS - Optimize, Analyze, Repair and Check tables. Show status, Variables etc.
- GENEATE "CREATE TABLE" queries
- Provide each user with dedicated subdirectory to store backups, SQL scripts and exported or uploaded ASCII files.
- Assign maximum total size per user of saved backups, SQL scripts and exported or uploaded ASCII files.
- Customize colors and add clickable image.
- Assign a desired Character Set.
- Set up operational parameters using visual interface.
Main features:
- Security. Mysql Data Manager is as secure as your Mysql Server is. User name and password are not stored in any external file. There is no need to use .htaccess protection.
- Easy installation. Only single file must be uploaded. Setup is done using visual interface. You dont need to be root user to install this Mysql web Client.
- Easy in use. No programming skills are needed. Understandable and intuitive interface.
- Reliability and Efficiency. The program generates only pure HTML code. It does not use client side scripting.
- High Speed. Low Bandwidth. No image is used to build GUI. All you see on the screen is built from standard HTML elements. That means also compatibility with all web browsers.
- Multifunctionality.
- Ability to operate in Multi-User environment as universal control panel for wide range of database applications and services.
- All data types are supported.
- All table types are supported.
- All Mysql versions are supported.
- Ability to preview and customize automatically generated queries.
- Quick Backup and Restore
- Quick Import and Export
- High performance, affordable price.
- User friendly error handling
- Platform independence. This is Perl Script.
- Local connection to databases located on a remote host. Global access over the Internet.
- Fully transparent access to Mysql Server through Perl API.
<<less
Download (0.087MB)
Added: 2006-12-08 License: Free for non-commercial use Price:
1079 downloads
easy emailsManager 0.0.1

easy emailsManager 0.0.1


easy emailsManager (eEM) is a Web-based multi-user application for managing email. more>>
easy emailsManager (eEM) is a Web-based multi-user application for managing email.
easy emailsManager can manage multiple email accounts with different protocols (IMAP, POP3, NNTP) and share selected email with other users (of your own group, for example).
Main features:
- User, Group and Permission Management
- Emails Management
- German and English
- Editable Navigation tree
- Mandators (experimental)
- Extensible by plugins (experimental)
<<less
Download (2.5MB)
Added: 2006-03-10 License: MPL (Mozilla Public License) Price:
1325 downloads
eXtended Account Management System 0.0.18

eXtended Account Management System 0.0.18


eXtended Account Management System is a PHP-based application suite for managing electronic mail accounts. more>>
eXtended Account Management System is a PHP-based application suite made for managing electronic mail accounts on multiple domains in a virtual hosting environment.
The XAMS eMail management system primarily consists of a powerful administration panel for managing users, aliases, mailbox quotas, and other mail-related functions.
Main features:
- Manage any number of domains, mailboxes and aliases
- Multiple domains can be grouped as a "site".
- If you have, for example, two domains domain1.tld and domain2.tld within site site1
- then mails to either of the two email addresses for user user (user@domain1.tld
- or user@domain2.tld) will be delivered to one mailbox.
- Autoreply (out of office) support
- Mail accounts are independent from system accounts
- Mailboxes can have quotas, which you can manage by reseller, site or user.
- Four different user-levels: Administrators, Resellers, Customers and Users
- - each user-level and each user can have individual restrictions
- Easy to use, web based GUI (front end)
- GUI based BIND (DNS server) configuration
- Supports the Exim mail transfer agent
- Supports the Courier-IMAP mailbox server, which provides POP and IMAP access
- Supports the MailScanner virus scanner
- Supports MailScanner and SpamAssassin
- Supports any web-based mail user agent that uses POP or IMAP (Squirrelmail preferred)
- Supports following SMTP-AUTH modes: PLAIN, LOGIN and CRAM-MD5 with or without TLS
- Uses MySQL or PostgreSQL for account storage
- Uses CDB for fast domain lookups in Exim
- Source package includes PAM (Pluggable Authentication Modules) module and Squirrelmail plugins
- Provides easy to use debian packages (.deb files)
XAMS manages these domains and user accounts in a database, entirely separate from your Unix system environment.
XAMS ties together and integrates with these packages to provide a coherent virtual hosting solution for e-mail:
- Exim, a flexible mail transfer agent (MTA) with an intuitive and flexible configuration system
- The Courier IMAP/POP server for mailbox access
- MySQL, a powerful, free database server, used for storing domain and account information.
XAMS does not currently manage FTP or HTTP servers. The XAMS graphical user interface is written in PHP, runs on top of Apache, and produces XHTML 1.1 compliant pages.
Enhancements:
- Several bugs were fixed regarding Exim configuration, SQL, and more.
<<less
Download (0.34MB)
Added: 2007-04-08 License: GPL (GNU General Public License) Price:
930 downloads
Microsummary Manager 0.5

Microsummary Manager 0.5


Microsummary Manager provides an easily install, delete and manage your μSummary generators! more>>
Microsummary Manager provides an easily install, delete and manage your μSummary generators!

This extension provides an easy way to manage currently installed microsummary generators and install any you may have saved locally via the add-ons manager.

<<less
Download (0.017MB)
Added: 2007-03-30 License: MPL (Mozilla Public License) Price:
941 downloads
phpPasswordManager 0.90.20

phpPasswordManager 0.90.20


phpPasswordManager is a Web-based password management system. more>>
phpPasswordManager is a Web-based password management system. The project organizes your different accounts in groups and makes them accessible over a Web interface. Each account can be encrypted with a different master password.
System requirements:
- MySQL
- PHP
<<less
Download (0.012MB)
Added: 2006-12-24 License: Free To Use But Restricted Price:
1034 downloads
Personal Finance Manager R1_0_8

Personal Finance Manager R1_0_8


Personal finance manager is a simple tool for managing accounts and expenses. more>>
Personal finance manager is a simple tool for managing accounts and expenses. The project was designed and written to be intutive and easy to use for home and small business users not familier with accounting principles like single or double entry accounting PFM is a basic implementation of double entry accounting principles.
Main features:
- Intutive and easy to use
- Cross platform, will run on any computer with Java virtual machine installed
- Manage expenses and track account balances
- Generate reports
- Create and save complex filters to search transaction history.
<<less
Download (6.1MB)
Added: 2007-08-14 License: Freeware Price:
804 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5