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.480.055 Times

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

Unix Mirrors Sys Continuum

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

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.044

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.236

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: 542

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

Released: August 21, 2008  |  Added: September 20, 2008 | Visits: 4.182

VShell Server for UNIX VShell Secure Shell server for Windows and UNIX is a secure alternative to Telnet and FTP that gives you the strong encryption, trusted authentication, and data integrity you need to securely access network resources and transfer data. VShell is simple to install and set up, enabling you to... Platforms: Mac, *nix

License: Shareware Cost: $499.00 USD Size: 11 MB Download (124): VShell Server for UNIX Download

Added: January 18, 2010 | Visits: 863

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.042

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.274

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: May 13, 2010 | Visits: 1.110

AVIRA Desktop for Unix AVIRA Desktop for Unix is a superior antivirus solution, especially created to offer a virus-free Unix environment, for home and network users worldwide. It offers permanent protection by smoothly monitoring your system’s active processes and blocking malware (all sorts of viruses, trojans,... Platforms: *nix

License: Shareware Cost: $35.00 USD Size: 4.6 MB Download (98): AVIRA Desktop for Unix Download

Added: February 09, 2010 | Visits: 1.192

AVIRA for Unix Server AVIRA for Unix Server is a versatile antivirus solution, thoroughly designed to ensure flawless protection against viruses and unwanted programs in any-size corporate networks. AVIRA for Unix Server highlights a real-time scanner and multifunctional performance features, reducing the potential... Platforms: *nix

License: Shareware Cost: $99.00 USD Size: 4.6 MB Download (95): AVIRA for Unix Server Download

Added: April 13, 2010 | Visits: 826

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.196

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.034

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: 870

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: 976

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.214

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: 923

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: 958

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.834

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.500

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

1 2 3 4 5 >