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

Unix Commands Softwares freeware
Filter: All | Freeware | Demo
 

Unix Commands Softwares

< 1 2 3 4 5 > 
Added: April 02, 2010 | Visits: 822

Shelisp Shelisp is a very short program that provides mechanisms for composing and running Unix shell (particularly bash) commands and constructs from Common Lisp. To run shelisp, say at the command prompt: lisp -load shelisp.lisp This should start CMU Common Lisp and provide the prompt, *. A more... Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Shelisp Download

Added: November 14, 2010 | Visits: 1.195

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: 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.212

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

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

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: August 25, 2010 | Visits: 1.777

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: September 08, 2010 | Visits: 794

Commands::Guarded Commands::Guarded Perl package provides better scripts through guarded commands. SYNOPSIS use Commands::Guarded; my $var = 0; step something => ensure { $var == 1 } using { $var = 1 } ; # $var is now 1 step nothing => ensure { $var == 1 } using { $var = 2 } # bug! ; # $var is... Platforms: *nix

License: Freeware Size: 12.29 KB Download (94): Commands::Guarded Download

Released: September 14, 2012  |  Added: September 14, 2012 | Visits: 588

Search Commands Search Commands was designed to help you find commands, options, wizards, and galleries in Microsoft Office 2007 Word, Excel and PowerPoint. Just type what you're looking for in your own words and click the command you need. Search Commands also includes Guided Help, which acts as a tour guide... Platforms: Windows, Windows Vista, XPX64, 7, 7x64

License: Freeware Download (51): Search Commands Download

Released: September 14, 2012  |  Added: September 14, 2012 | Visits: 1.086

Utilities and SDK for Subsystem for UNIX-based Applications Utilities and SDK for UNIX-Based Applications was developed to be an add-on to the Subsystem for UNIX-Based Applications (referred to as SUA, hence forth) component that shipped in Microsoft Windows 7/ Windows Server 2008 R2. This consists of the following components: - Base Utilities - SVR-5... Platforms: Windows, 7x64, 2008R2


Added: June 21, 2013 | Visits: 451

Mysql Commands Mysql Commands is a very simple MySQL database access wrapper.Mysql Commands can establish the database connection and execute an SQL query and retrieve the data of a result set in a single array containing all the rows. Platforms: PHP

License: Freeware Size: 10 KB Download (42): Mysql Commands Download

Added: October 09, 2013 | Visits: 694

Oracle PL/SQL executing OS Commands Oracle PL/SQL executing OS Commands project contains the PL/SQL packages OS_COMMAND, FILE_TYPE and FILE_PKG which enable an Oracle database developer to interact with the operating system or with ordinary files. Oracle provides out-of-the-box only limited functionality for accessing the file... Platforms: *nix

License: Freeware Size: 51.2 KB Download (39): Oracle PL/SQL executing OS Commands 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

Added: October 30, 2013 | Visits: 351

AGROS AGROS is a Unix shell that restricts the user to a limited number of commands. It is a port to C of the limited shell (lshell) by Ghantoos. Platforms: *nix

License: Freeware Size: 20.48 KB Download (37): AGROS Download

Added: August 02, 2008 | Visits: 2.341

Younicate Speech Recognition Commands Powered by a sophisticated algorithm, Younicate launches commands from speech recognition without mistake nor training. Add songs automatically to the organized collection to start. User-friendly sound feedback, acknoledges and automatically recognizes website links for internet explorer voice... Platforms: Windows Vista

License: Freeware Size: 963.87 KB Download (778): Younicate Speech Recognition Commands Download

Added: January 25, 2010 | Visits: 2.404

Unix Time Stamp Converter A simple Widget for converting between Local Times and Unix Time Stamps. Platforms: Mac

License: Freeware Download (225): Unix Time Stamp Converter Download

Added: August 18, 2008 | Visits: 2.464

Unix <-> Windows Text Converter Unix Windows Text Converter is a simple Windows Shell Extension that converts text files from DOS to Unix format (New Line format from CRLF to LF) and vice versa. Platforms: Windows

License: Freeware Size: 285 KB Download (467): Unix <-> Windows Text Converter Download

Added: July 12, 2010 | Visits: 2.658

Web shell Wsh, "Web Shell" is a remote UNIX/WIN shell, that works via HTTP/HTTPS. The package contains two perl scripts for server and client hosts, one C source code and one Java servlet code for the server host : the client script is for console usage and the server scripts run as CGI/Servlet scripts on... Platforms: *nix

License: Freeware Size: 24.58 KB Download (213): Web shell Download

< 1 2 3 4 5 >