Main > Free Download Search >

Free unix system administration software for linux

unix system administration

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 8015
PHP System Administration Toolkit 1.0 RC1 (ooLDAP)

PHP System Administration Toolkit 1.0 RC1 (ooLDAP)


PHP System Administration Toolkit is a toolkit/framework for the rapid development of system administration Web interfaces in PH more>>
PHP System Administration Toolkit is a toolkit/framework for the rapid development of system administration Web interfaces in PHP. PHP System Administration Toolkit will provide easy access to, for example, LDAP/xSQL servers.

<<less
Download (0.009MB)
Added: 2006-05-11 License: GPL (GNU General Public License) Price:
1263 downloads
Unix configuration extractor 4

Unix configuration extractor 4


The Unix configuration extractor is a script more>> The Unix configuration extractor is a script that runs on the server to extract necessary security configurations. This script doesnt make any changes to the server other than creating the dump files<<less
Download (19KB)
Added: 2009-03-31 License: Freeware Price: Free
206 downloads
GNOME System Tools 2.19.1

GNOME System Tools 2.19.1


GNOME System Tools are a set of tools aimed to make easy the system administration tasks. more>>
Formerly known as the Ximian Setup Tools, GNOME System Tools are a fully integrated set of tools aimed to make easy the job that means the computer administration on an UNIX or Linux system.
Theyre thought to help from the new Linux or UNIX user to the system administrators. The GNOME System Tools are free software, licensed under the terms of the GNU General Public License.
Main features:
Its main advantages are:
- Full integration with the new GNOME Control Center.
- An user-friendly interface to carry out the main administration tasks.
- The use of a common user interface in every system.
- A common structure that makes easy the development of new system tools.
Nowadays there are tools for managing:
- Users and groups
- Date and time
- Network configuration
- Bootloaders
- Runlevels
<<less
Download (3.5MB)
Added: 2007-07-29 License: GPL (GNU General Public License) Price:
820 downloads
 
Other version of GNOME System Tools
GNOME System Tools 2.18.1a set of tools aimed to make easy the system administration tasks. easy the job that means the computer administration on an UNIX or Linux system. Theyre thought
License:GPL (GNU General Public License)
Download (1.8MB)
929 downloads
Added: 2007-04-10
GNOME System Tools 2.15.6GNOME System Tools are a set of tools aimed to make easy the system administration tasks. GNOME ... easy the job that means the computer administration on an UNIX or Linux system. Theyre thought
License:GPL (GNU General Public License)
Download (3.2MB)
1082 downloads
Added: 2006-11-06
Common UNIX Printing System 1.3.0

Common UNIX Printing System 1.3.0


CUPS provides a portable printing layer for Unix(r)-based operating systems. more>>
CUPS provides a portable printing layer for Unix(r)-based operating systems. Common UNIX Printing System has been developed to promote a standard printing solution for all Unix vendors and users.

CUPS provides the System V and Berkeley command line interfaces, and uses the Internet Printing Protocol ("IPP") as the basis for managing print jobs and queues. The Line Printer Daemon (LPD) Server Message Block (SMB), and AppSocket (a.k.a. JetDirect) protocols are also supported with reduced functionality.

CUPS adds network printer browsing and PostScript Printer Description ("PPD") based printing options to support real world printing under UNIX. It includes an image file RIP that supports printing of image files to non-PostScript printers.

A customized version of GNU Ghostscript 7.05 for CUPS called ESP Ghostscript is available separately to support printing of PostScript files within the CUPS driver framework. Sample drivers for Dymo, EPSON, HP, and OKIDATA printers are included that use these filters.

<<less
Download (4.6MB)
Added: 2007-08-14 License: GPL (GNU General Public License) Price:
805 downloads
Hydra Backup System 0.3.1

Hydra Backup System 0.3.1


Hydra Backup System is a full backup system for UNIX-like systems. more>>
Hydra Backup System is a full backup system for UNIX-like systems.
Main features:
- Archives directories and stores archives on one or more FTP servers
- Includes a graphical client (built with the PyQT toolkit) and a command-line client for local or remote backup administration
- Control how often directories are backed up (daily, weekly, or monthly)
- Exclude directories from backups (e.g. backup /etc/ without backing up /etc/apache)
- Uses Pyro for client-server communication
<<less
Download (0.027MB)
Added: 2005-09-27 License: GPL (GNU General Public License) Price:
1489 downloads
sysinit 0.1 b1

sysinit 0.1 b1


sysinit is a system-initialization and daemon-management alternative. more>>
sysinit is a system initialization and daemon management scheme for Linux (and possibly other Unix-like operating systems).

The system initialization portion has no external requirements except a working BASH shell. The daemon management portion requires a working BASH shell and either runit or daemontools. There are additional scripts that work with runit as process number one.

You may use it under the terms of the GNU General Public License.
<<less
Download (0.004MB)
Added: 2005-04-11 License: GPL (GNU General Public License) Price:
1658 downloads
Unix::Mknod 0.03

Unix::Mknod 0.03


Unix::Mknod is a Perl extension for mknod, major, minor, and makedev. more>>
Unix::Mknod is a Perl extension for mknod, major, minor, and makedev.

SYNOPSIS

use Unix::Mknod qw(:all);
use File::stat;
use Fcntl qw(:mode);

$st=stat(/dev/null);
$major=major($st->rdev);
$minor=minor($st->rdev);

mknod(/tmp/special, S_IFCHR|0600, makedev($major,$minor+1));

This module allows access to the device routines major()/minor()/makedev() that may or may not be macros in .h files.

It also allows access to the mknod system call.

<<less
Download (0.005MB)
Added: 2007-02-21 License: Perl Artistic License Price:
975 downloads
Sys::Lastlog 1.5

Sys::Lastlog 1.5


Sys::Lastlog is a Perl module to provide a moderately Object Oreiented Interface to lastlog files on some Unix-like systems. more>>
Sys::Lastlog is a Perl module to provide a moderately Object Oreiented Interface to lastlog files on some Unix-like systems.

SYNOPSIS

use Sys::Lastlog;

my $ll = Sys::Lastlog->new();

while(my $llent = $ll->getllent() )
{
print $llent->ll_line(),"n";
}

The lastlog file provided on most Unix-like systems stores information about when each user on the system last logged in. The file is sequential and indexed on the UID (that is to say a user with UID 500 will have the 500th record in the file). Most systems do not provide a C API to access this file and programs such as lastlog will provide their own methods of doing this.

This module provides an Object Oriented Perl API to access this file in order that programs like lastlog can written in Perl (for example the plastlog program in this distribution) or that programs can determine a users last login for their own purposes.

The module provides three methods for accessing lastlog sequentially, by UID or by login name. Each method returns an object of type Sys::Lastlog::Entry that itself provides methods for accessing the information for each record.

<<less
Download (0.006MB)
Added: 2007-04-13 License: Perl Artistic License Price:
924 downloads
PureUserAdmin 0.2.1

PureUserAdmin 0.2.1


PureUserAdmin provides a Web-based Pure-FTPd user administration system. more>>
PureUserAdmin provides a Web-based Pure-FTPd user administration system.
PureUserAdmin is a Web-based aplication for easily managing the virtual users for Pure-FTPd servers, although it should be possible to use it with other FTP servers as long as they get user account information from MySQL or PostgreSQL.
Main features:
- create users
- modify users
- delete users
- do the above in MySQL or PostgreSQL
- lists all uids and gids available on your system
Enhancements:
- added search to userlist added a limit per page to userlist
<<less
Download (0.042MB)
Added: 2007-04-30 License: GPL (GNU General Public License) Price:
907 downloads
Usermin 1.290

Usermin 1.290


Usermin is a Web interface that can be used by any user on a UNIX system to easily perform tasks. more>>
Usermin is a Web interface that can be used by any user on a UNIX system to easily perform tasks like reading mail, setting up SSH, or configuring mail forwarding.

Usermin can be thought of as a simplified version of Webmin designed for use by normal users rather than system administrators.
<<less
Download (2.8MB)
Added: 2007-08-07 License: BSD License Price:
814 downloads
zCI Computer Inventory System 3.1B

zCI Computer Inventory System 3.1B


zCI is freeware for computer inventory. It is free but contains a lot of corporate feature. zCI has 100% web-based user interface, including its automatic data gathering mechanism. Also, zCI has peripheral inventory capability and facilities to manage device ownerships. zCI provides client programs for Windows and Linux/Unix operating system. The client programs automatically collect hardware and software information. more>>

zCI Computer Inventory System - zCI is freeware for computer inventory. It is free but contains a lot of corporate feature. zCI has 100% web-based user interface, including its automatic data gathering mechanism. Also, zCI has peripheral inventory capability and facilities to manage device ownerships.

zCI provides client programs for Windows and Linux/Unix operating system. The client programs automatically collect hardware and software information, such as hardware list, software list, computer serial number, monitor serial number, MAC address and etc. The free zCI gives you more and better features compared to many non-free inventory softwares.


Enhancements:
Version 3.1B

Advance Computer Finder, Monitor Serial Number Autodetection


System Requirements:PHP, MySQL
<<less
Download (1.6Mb)
Added: 2008-06-28 License: Free Price: Free
63 downloads
system-config-printer 0.7.72

system-config-printer 0.7.72


system-config-printer purpose is to configure a CUPS server (often the local machine) using the CUPS API. more>>
system-config-printer purpose is to configure a CUPS server (often the local machine) using the CUPS API. The tool is written in Python, using pygtk for the graphical parts and with some Python bindings (pycups) for the CUPS API.
It is largely the same as using the CUPS web interface for configuring printers, but has the advantage of being a native application rather than a web page. It appears in the Fedora menu under System -> Administration -> Printing.
As a result of using the CUPS API the tool is able to configure remote CUPS instances and is not limited to configuring CUPS on the local machine. The CUPS library providing the API uses HTTP and IPP to communicate with the CUPS server.
Enhancements:
- Several improvements for the new-printer wizard have been made, and assorted bugs have been fixed.
<<less
Download (0.47MB)
Added: 2007-08-09 License: GPL (GNU General Public License) Price:
810 downloads
Virtualmin 3.44

Virtualmin 3.44


Virtualmin is the worlds most popular Open Source virtual hosting management system. more>>
Virtualmin is the worlds most popular Open Source virtual hosting management system designed to make virtual hosting quick, reliable, and secure. Now Virtualmin is also easy to install, professionally supported, and aggressively targeted to answering the needs of web hosting providers.
Compare Virtualmin to cPanel, feature for feature. The new Virtualmin application stack is easier to install, easier to use, and provides the only complete web-based system management platform on the market.
The right tool for the job
With the Virtualmin tool-chest, you can manage every aspect of your servers from an easy-to-use, well-documented, and secure web-based GUI. There is no more comprehensive web-based administration product available.
Webmin provides a graphical system administration tool for everything on a UNIX or Linux system, Virtualmin provides a quick and easy virtual hosting management system, and Usermin provides webmail, password changes, database management, spam filter configuration, and much more. Virtualmin, Inc. provides an easy to install package providing all of these tools and more.
Enhancements:
- Webalizer statistics are now included in cPanel migrations.
- A restriction was added to the Edit Owner Limits page to prevent the creation of catch-all email aliases.
- A Module Config option was added for deleting aliases when email is disabled for a domain.
- Many small bugs were fixed.
<<less
Download (0.36MB)
Added: 2007-07-26 License: BSD License Price:
836 downloads
comisat Games Collection 0.5.2

comisat Games Collection 0.5.2


comisat Games Collection is an all-in-one free collection of games written in gambas for unix-like system. more>>
comisat Games Collection is an all-in-one free collection of games written in gambas for unix-like system. They are available in italian and (not completely) in english.

comisat Games Collection is FREE SOFTWARE, released under the terms of the GNU General Public License Version 2 as published by Free Software Fundation. You can help the development of comisat Games Collection testing the software, mailing bugs, translating the project in different languages, correcting and improving the code.

<<less
Download (7.9MB)
Added: 2006-10-12 License: GPL (GNU General Public License) Price:
1110 downloads
GNU Hosting Helper 2.03

GNU Hosting Helper 2.03


GNU Hosting Helper is a Web-based Web hosting management system that provides an administration system. more>>
GNU Hosting Helper is a web hosting management package. It is distributed under the GNU GPL (General Public License) Agreement.
This package provides tools to manage many of the aspects of a hosting environment.
GNU Hosting Helper also provides a client utility to reduce the need for staff to perform tasks that a client needs such as managing email accounts.
Main features:
Administrative Features
The features provided through the administrative interface include (but not limited to):
- Server Tasks
- Security Management
- Server Monitor
- Ticket Center
- News Management
- Knowledge Base
- Fraudscreen
- Domain Management
- User Management
- Billing/Accounting
- Account Information Tools
- Miscellaneous Functions
- Package Management
- Manage Hosting Servers
- Manage Client Interfaces
- Manage Mail Servers
- Manage Name Servers
- Manage Signup Servers
- Manage Server Pools
- Manage Administrators
- Manage Admin Daemon
- System Config
Client Features
The features provided thru the client interface include (but not limited to):
- Account Quickview
- Account Resources
- System Information
- Email Functions
- Virtual FTP Management
- Sub Domain Management
- SSL Certificate Management
- Website Management
- Front Page Extensions Management
- Stats and Logs access
- Account Management
- Account Billing
System/Network Support
GNU Hosting Helper currently supports management for the following software:
- Apache 1.3x and 2x
- Sendmail and Postfix
- Most major FPTD software
- BIND 8x and BIND 9x
- MySQL 3x and 4.0.x
Enhancements:
- Fixes an error with MyDNS where straight domains wouldnt resolve.
- Fixes an error with some systems rnd file creation for creating SSL CSR.
- Fixes an error representing bandwidth allotment, usage, and remaining.
- Fixes an error in the init.d file for the admin server daemon.
- Fixes an error with encryption when editing Webmail, signup, mail, and hosting servers.
- Adds SSH port specification and SSH daemon management to all managed servers.
<<less
Download (0.18MB)
Added: 2006-04-18 License: GPL (GNU General Public License) Price:
1286 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5