RSS 47 projects tagged "Shells"

Download Website Updated 16 Feb 2002 new_script

Screenshot
Pop 78.31
Vit 2.15

new_script is a program that creates shell script templates. It was developed to facilitate rapid creation of well-formed shell scripts containing the features expected in a production quality script, including traps for signal handling, command line option and argument processing, help messages invoked with the "-h" or "--help" options, and a framework for internal documentation.

Download Website Updated 20 May 2013 PHP Shell

Screenshot
Pop 252.78
Vit 10.01

PHP Shell is a shell wrapped in a PHP script. It's a tool you can use to execute arbiritary shell-commands or browse the filesystem on your remote Web server. This replaces, to a degree, a normal telnet-connection. You can use it for administration and maintenance of your Web site using commands like ps, free, du, df, and more.

Download Website Updated 22 May 2011 CLEX

Screenshot
Pop 109.98
Vit 15.24

CLEX is a file manager with a full-screen user interface written in C with the curses library. It displays directory contents (including file status details) and provides features like command history, filename insertion, or name completion in order to help the user to construct commands to be executed by the shell (there are no built-in commands). CLEX is easily configurable and all its features are explained in the on-line help.

No download Website Updated 16 Jan 2011 bash programmable completion

Screenshot
Pop 1,432.20
Vit 24.80

Since v2.04, bash has allowed you to intelligently program and extend its standard completion behavior to achieve complex command lines with just a few keystrokes. Imagine typing ssh [Tab] and being able to complete on hosts from your ~/.ssh/known_hosts files. Or typing man 3 str [Tab] and getting a list of all string handling functions in the UNIX manual. mount system: [Tab] would complete on all exported file-systems from the host called system, while make [Tab] would complete on all targets in Makefile. This project was conceived to produce programmable completion routines for the most common Linux/UNIX commands, reducing the amount of typing sysadmins and programmers need to do on a daily basis.

No download Website Updated 11 Dec 2001 Ch

Screenshot
Pop 49.48
Vit 64.67

Ch is an embeddable C/C++ interpreter for cross-platform scripting, shell programming, 2D/3D plotting, numerical computing, and embedded scripting. It is the simplest solution to numerical computing and visualization in the domain of C/C++. It supports the ISO 1990 C Standard (C90), major features in C99 (complex numbers, variable length arrays or VLAs, type generic functions, long long data type, etc), classes in C++, and extensions to the C language like nested functions, string types, etc. It can be embedded in other applications and hardware and used as a scripting language. C/C++ code is interpreted directly with no compilation to intermediate code. It supports Linux, Windows, MacOS X, Solaris, HP-UX, and FreeBSD.

Download Website Updated 17 Nov 2002 Account Services Manager

Screenshot
Pop 136.77
Vit 3.13

The Account Services Manager allows Web hosting companies to easily automate the time consuming tasks of managing mail, FTP accounts, and more by giving the power to individual clients via a Web-based interface.

Download Website Updated 23 Nov 2004 Sudoscript

Screenshot
Pop 118.49
Vit 4.72

Sudoscript is a pair of Perl scripts (sudoscriptd/sudoshell) that provide an audited shell using sudo.

Download Website Updated 24 Apr 2002 Reaper Scripts

Screenshot
Pop 26.15
Vit 1.73

Reaper is a set of tcl/bash scripts designed to aid eggdrop/bnc shell providers in process maintenance (limiting the number of background processes, memory usage, CPU usage, and priority).

Download Website Updated 17 Apr 2012 mail2sh

Screenshot
Pop 82.49
Vit 5.74

Mail2sh makes it possible to carry out shell commands by email. Email is sent to a particular user on your host and the commands will be carried out if the user and password given matches ones in /etc/passwd. Commands are executed with the user's privileges, and combined with a PGP module ensures a certain level of security for use. Note that the system is not natively encrypted, so use of an encryption mechanism is highly recommended for security reasons.

Download Website Updated 06 Jul 2010 ded

Screenshot
Pop 59.09
Vit 3.87

ded, the directory editor, allows you to navigate multiple file lists or a directory tree, viewing or changing file attributes rapidly. In addition to conventional file information, it operates on files' RCS or SCCS archives, making it useful for source control as well as system administration. It is curses-based.

Screenshot

Project Spotlight

check_updates

A Nagios plugin to check if a Red Hat system is up to date.

Screenshot

Project Spotlight

HTTPTunnel

A program to tunnel arbitrary TCP connections over HTTP.