Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.433.122 Times

Unix Mirrors Sys Continuum freeware
Filter: All | Freeware | Demo
 

Unix Mirrors Sys Continuum

1 2 3 4 5 > 
Added: November 24, 2010 | Visits: 727

Sys::Lastlog 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...



Platforms: *nix

License: Freeware Size: 6.14 KB Download (95): Sys::Lastlog Download

Added: January 23, 2010 | Visits: 1.042

Sys::CPU Sys::CPU is a Perl extension for getting CPU information. Currently only number of CPUs supported. SYNOPSIS use Sys::CPU; $number_of_cpus = Sys::CPU::cpu_count(); printf("I have %d CPUsn",$number_of_cpus); print " Speed : ",Sys::CPU::cpu_clock(),"n"; print " Type :...





Platforms: *nix

License: Freeware Size: 5.12 KB Download (171): Sys::CPU Download

Released: October 18, 2012  |  Added: October 18, 2012 | Visits: 1.233

Sys::Hostname::Long Sys::Hostname::Long is a Perl module to try every conceivable way to get full hostname. SYNOPSIS use Sys::Hostname::Long; $host_long = hostname_long; How to get the host full name in perl on multiple operating systems (mac, windows, unix* etc) DISCUSSION This is the SECOND release of...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (105): Sys::Hostname::Long Download

Added: August 26, 2013 | Visits: 538

Unix::Syslog Unix::Syslog is a Perl module that provides an interface to the system logger syslogd(8) via Perl's XSUBs. The implementation attempts to resemble the native libc-functions of your system, so that anyone being familiar with syslog.h should be able to use this module right away. In contrary to...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (36): Unix::Syslog Download

Added: January 18, 2010 | Visits: 860

Sys::OutPut Sys::OutPut is a Perl module to help make output easier. SYNOPSIS usage Sys::OutPut; talk $fmtstr [, @args]; out $fmtstr [, @args]; put $fmtstr [, @args]; err $fmtstr [, @args]; debug $fmtstr [, @args]; $Sys::OutPut::quiet = $::quiet; $Sys::OutPut::debug = $::debug; These...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (111): Sys::OutPut Download

Added: August 12, 2010 | Visits: 1.039

Sys::PortIO Sys::PortIO is a Perl module to perform direct port I/O from Perl. SYNOPSIS use Sys::PortIO; port_open($portnum); write_byte($portnum, $value); $value = read_byte($portnum); port_close($portnum); This module provides a Perl interface to the low-level port I/O operations provided by...


Platforms: *nix

License: Freeware Size: 737.28 KB Download (116): Sys::PortIO Download

Added: May 16, 2010 | Visits: 1.268

Sys::Manage::Cmd 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!,<,$_[1]->[0]]}; # Target collections:...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (103): Sys::Manage::Cmd Download

Added: April 13, 2010 | Visits: 822

Sys::Hostname Sys::Hostname is a Perl module to try every conceivable way to get hostname. SYNOPSIS use Sys::Hostname; $host = hostname; Attempts several methods of getting the system hostname and then caches the result. It tries the first available of the C librarys gethostname(),...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (111): Sys::Hostname Download

Added: November 14, 2010 | Visits: 1.189

DateTime::Format::Epoch::Unix DateTime::Format::Epoch::Unix is a Perl module that can convert DateTimes to/from Unix epoch seconds. SYNOPSIS use DateTime::Format::Epoch::Unix; my $dt = DateTime::Format::Epoch::Unix->parse_datetime( 1051488000 ); # 2003-04-28T00:00:00...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (93): DateTime::Format::Epoch::Unix Download

Added: November 22, 2010 | Visits: 1.032

Sys::Gamin Sys::Gamin is a Perl interface to Gamin (File Access Monitor implementation). SYNOPSIS use Sys::Gamin; my $fm=new Sys::Gamin; $fm->monitor(/foo); $fm->monitor(/foo/bar.txt); while (1) { my $event=$fm->next_event; # Blocks print "Pathname: ", $event->filename, " Event: ", $event->type,...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (103): Sys::Gamin Download

Added: July 20, 2010 | Visits: 868

Sys::AlarmCall Sys::AlarmCall is a package to handle the logic in timing out calls with alarm() and an ALRM handler, allowing nested calls as well. SYNOPSIS use Sys::AlarmCall; $result = alarm_call($timeout1,$func1,@args1); @result = alarm_call($timeout2,$func2,@args2); Sys::AlarmCall provides a...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (88): Sys::AlarmCall Download

Added: April 09, 2010 | Visits: 973

Unix::Mknod 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...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (106): Unix::Mknod Download

Added: October 12, 2010 | Visits: 1.208

Speak Freely for Unix Speak Freely is an application for Unix and Unix-like systems (Linux, FreeBSD, IRIX, etc.) with audio hardware, which allows you to talk (actually send voice, not typed characters) over a network. Speak Freely for Unix uses the workstation audio hardware and network to allow conversations of...


Platforms: *nix

License: Freeware Size: 778.24 KB Download (97): Speak Freely for Unix Download

Added: August 07, 2010 | Visits: 916

Unix::Conf::Bind8::Conf Unix::Conf::Bind8::Conf is a front end for a suite of classes for manipulating a Bind8 style configuration file. SYNOPSIS my ($conf, $obj, $ret); $conf = Unix::Conf::Bind8->new_conf ( FILE => named.conf, SECURE_OPEN => /etc/named.conf, ) or $conf->die ("couldnt create `named.conf"); #...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (102): Unix::Conf::Bind8::Conf Download

Added: February 24, 2010 | Visits: 955

Unix::Conf::Bind8::DB::A Unix::Conf::Bind8::DB::A is a Class representing A records. METHODS Methods specified here are overridden. They might or not be differnt from the derived ones. For other methods refer to the METHODS section for Unix::Conf::Bind8::DB::Record. new () Arguments LABEL => string, CLASS =>...


Platforms: *nix

License: Freeware Size: 77.82 KB Download (95): Unix::Conf::Bind8::DB::A Download

Added: February 19, 2010 | Visits: 1.829

TreeSize for Unix TreeSize for Unix is a disk consumption analyzing tool, which sorts folders according to their physical occupied sizes. The perfect tool to help you obtaining more disk free space, on your hard drive, usb pen drive or even on network folders (provided that they are mounted and you have access...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (151): TreeSize for Unix Download

Added: January 27, 2010 | Visits: 1.496

Common UNIX Printing System 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...


Platforms: *nix

License: Freeware Size: 4.6 MB Download (109): Common UNIX Printing System Download

Added: March 15, 2010 | Visits: 742

Sys::Filesystem Sys::Filesystem project is intended to be a portable interface to list and query filesystem names and their properties. It hopes to provide a consistent API to list all, mounted, unmounted, and special filesystems on a system, and query as many properties as possible with common aliases...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (99): Sys::Filesystem Download

Added: August 25, 2010 | Visits: 1.772

Access Point Utilities for Unix 1.5.1 Wireless Access Point Utilites for Unix is a set of utilites to configure and monitor Wireless Access Points under Unix using SNMP protocol. Utilites knownly compiles by GCC and IBM C compiler and run under Linux, FreeBSD, NetBSD, MacOS-X, AIX, QNX, OpenBSD. Utilites writen by Roman Festchook...


Platforms: *nix

License: Freeware Size: 409.6 KB Download (144): Access Point Utilities for Unix 1.5.1 Download

Added: March 09, 2010 | Visits: 1.076

Sys::MemInfo Sys::MemInfo is a Perl module for memory informations. SYNOPSIS use Sys::MemInfo qw(totalmem freemem totalswap); print "total memory: ".(&totalmem / 1024)."n"; print "free memory: ".(&freemem / 1024)."n"; print "total swap: ".(&totalswap / 1024)."n"; print "free swap:...


Platforms: *nix

License: Freeware Size: 7.17 KB Download (98): Sys::MemInfo Download

1 2 3 4 5 >