Main > Free Download Search >

Free unix system numbers software for linux

unix system numbers

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 9480
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
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.1easy the job that means the computer administration on an UNIX or Linux system. Theyre thought ... the new Linux or UNIX user to the system administrators. The GNOME System Tools are free
License:GPL (GNU General Public License)
Download (1.8MB)
929 downloads
Added: 2007-04-10
License:GPL (GNU General Public License)
Download (3.2MB)
1082 downloads
Added: 2006-11-06
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
number 2.30

number 2.30


number is a perl script that will print the English name of a number. more>>
number is a perl script that will print the English name of a number. One can print names of extremely large numbers (e.g. 1e1234567). Number can be run on the command line, or as a CGI script when run as number.cgi.

Number prints names in both the American and European naming system. It can also print the decimal expansion of a number in either naming system.

<<less
Download (0.028MB)
Added: 2006-09-19 License: Freely Distributable Price:
1130 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
Crystalpage CMS 2.3.1

Crystalpage CMS 2.3.1


Crystalpage is an advanced enterprise-class CMS system. more>>
Crystalpage is an advanced enterprise-class CMS system running both on UNIX systems as well as on Windows servers.
Crystalpage CMS offers hi-end extensible features is a full stand alone package that can run even the most complex and professional web site/portal.
Supported by its community of developers crystalpage is maturing since 2003 to provide the best in class software, released on the GNU GPL license.
Main features:
Advanced reporting system.
- The used reporting system gives the administrator a complete overview about the functionality of the whole system, by displaying clear graphs or detailed reports.
Virtual paths
- Crystalpage is capable of creating and managing user and search firendly paths such us "/path/to/document" instead of "index.php?a=b&c=d&etc"
Extensions support
- Crystalpage can be extended by adding plugins that can perform different tasks starting from news managment ending on advanced user managment.
uTheme
- uTheme is the layout (theme) subsystem in the crystalpage allowing you to design all the layout (theme) in plain HTML using any application
- and only specify the content placeholder using special tags parsed by crystalpage.
Subcontents
- Subcontents are small contents that can be placed into the layout itself or inside the document. They can later be edited and changed in all the places at one time. These subcontents can contain text, images, any html code or crystalpage modules.
Easy to use
- Crystalpages user interface makes it easy to perform different tasks.
WYSIWYG editor
- Crystalpage uses WYSIWYG editor (FCK) for edition of its documents and contents making the creation of new documents easier.
<<less
Download (7.2MB)
Added: 2006-05-26 License: GPL (GNU General Public License) Price:
1248 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
runit 1.7.2

runit 1.7.2


runit is a cross-platform Unix init scheme with service supervision; a replacement for sysvinit and other init schemes. more>>
runit is a cross-platform Unix init scheme with service supervision; a replacement for sysvinit and other init schemes.
runit project runs on GNU/Linux, *BSD, Mac OS X, snf Solaris, and can easily be adapted to other Unix operating systems. runit implements a simple three-stage concept. Stage 1 performs the systems one-time initialization tasks.
Stage 2 starts the systems uptime services (via the runsvdir program). Stage 3 handles the tasks ecessary to shutdown and halt or reboot.
Enhancements:
- The documentation has been improved, and two minor bugs in the runit and runsv programs have been fixed.
<<less
Download (0.096MB)
Added: 2006-11-29 License: BSD License Price:
1255 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
slashManager 0.0.2

slashManager 0.0.2


slashManager is a fast file manager for Unix systems written in wxPython. more>>
slashManager is a fast file manager for Unix systems written in wxPython. It supports directory tree view and tabbed browsing. It has internal viewers for major image formats (GIF, JPEG, PNG, and others) and HTML. It combines, in a unique way, features found in many other file managers.
Main features:
Implemented:
- Copy/Cut/Paste with keyboard, popup menu, or quick browser
- Option for displaying hidden files and/or directories (separate setting for each)
- History (separate for each tab)
- Mounting and unmounting of file systems (based on /etc/fstab)
- Properties dialog for files and directories (shows sizes of directories)
- Tree view of the file system (cached for fast drawing)
- Tabbed views of directories
- Sorting by date, name (possibility to disable case-sensitivity), extension, or system order; with option to reverse order.
Missing:
- Bookmarks
- Configuration tool
- Drag and drop
- File searching
- Session management
- User scripting
- Virtual file systems
<<less
Download (0.055MB)
Added: 2005-09-28 License: GPL (GNU General Public License) Price:
1486 downloads
Number::Latin 1.01

Number::Latin 1.01


Number::Latin is a Perl module that can convert to/from the number system a,b,...z,aa,ab.... more>>
Number::Latin is a Perl module that can convert to/from the number system "a,b,...z,aa,ab..."

SYNOPSIS

use Number::Latin;
print join( , map int2latin($_), 1 .. 30), "n";
#
# Prints:
# a b c d e f g h i j k l m n o p q r s t u v w x y z aa ab ac ad

Some applications, notably the numbering of points in outlines, use a scheme that starts with the letter "a", goes to "z", and then starts over with "aa" thru "az", then "ba", and so on. (The W3C refers to this numbering system as "lower-latin"/"upper-latin" or "lower alpha"/"upper alpha", in discussions of HTML/CSS options for rendering of list elements (OL/LI).)

This module provides functions that deal with that numbering system, converting between it and integer values.

FUNCTIONS

This module exports four functions, int2latin, int2Latin, int2LATIN, and latin2int:

$latin = int2latin( INTEGER )

This returns the INTEGERth item in the sequence (a .. z, aa, ab, etc). For example, int2latin(1) is "a", int2latin(2) is "b", int2latin(26) is "z", int2latin(30) is "ad", and so for any nonzero integer.

$latin = int2Latin( INTEGER )

This is just like int2latin, except that the return value is has an initial capital. E.g., int2Latin(30) is "Ad".

$latin = int2LATIN( INTEGER )

This is just like int2latin, except that the return value is in all uppercase. E.g., int2LATIN(30) is "AD".

$latin = latin2int( INTEGER )

This converts back from latin number notation (regardless of capitalization!) to an integer value. E.g., latin2int("ad") is 30.

<<less
Download (0.005MB)
Added: 2006-07-05 License: Perl Artistic License Price:
1206 downloads
Stunner 0.0.5

Stunner 0.0.5


Stunner is an RFC 3489 STUN server and client for Unix and Unix-line operating systems. more>>
Stunner is an RFC 3489 STUN server and client for Unix and Unix-line operating systems. Stunner aims to adhere closely to the RFC.

The STUN protocol is used to help clients who are located behind network-address translating (NAT) routers determine the sort of NAT being used. It is commonly used as part of Voice-over-IP (VoIP) systems.
<<less
Download (0.011MB)
Added: 2006-09-18 License: GPL (GNU General Public License) Price:
1134 downloads
Newsbeuter 0.6

Newsbeuter 0.6


Newsbeuter is an RSS feed reader designed to be used on text terminals on Unix and Unix-like systems. more>>
Newsbeuter is an RSS feed reader designed to be used on text terminals on Unix and Unix-like systems.

The project was developed with texttools users in mind, and thus its interface is similar to tools like mutt and slrn.

<<less
Download (0.044MB)
Added: 2007-08-15 License: MIT/X Consortium License Price:
802 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
Alizarin Tetris 1.0.6

Alizarin Tetris 1.0.6


Alizarin Tetris is a Tetris-like game with a twist for Unix, Win32 and BeOS systems. more>>
Alizarin Tetris is a Tetris-like game with a twist for Unix, Win32 and BeOS systems. It includes multi-player support, user-extensible color, shape and sound styles, can use TCP/IP networking and features a few different AI opponents. This game was written using the SDL Library.

<<less
Download (0.40MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
819 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5