208 projects tagged "Shells"
ldp (LDAP Distributed Profile) will read a user-specific shell profile (.profile) from an LDAP directory server upon login, allowing users (including multiple people operating as root) to always have the same settings irrespective of which machine they are working on. ldp also operates correctly when logging in via SSH via public key auth.
JCons provides a library that bring color to your Java console. The Java console gives no methods to change the foreground or background color. With help of this library, one can make error messages red and success messages green, for example. Most Unix terminals can deal with ESC sequences, so they are used to make the Java console colorful.
Closebracket lets you define multiple shell actions in a single command to speed up the typing of the most repetitive shell commands. It includes ']' and '][' commands, which are located near the "Enter" key and are easy to type quickly. They invoke primary and secondary actions respectively.
phpRemoteShell is an all-in-one Web application to manage servers remotely. It contains a full-featured file manager, the ability to execute shell commands or code written for PHP, SQL, or LDAP, a crontab manager, and a zombie manager. It can also host itself into existing files and auto-deploy during their execution. In case it has been previously encrypted, it is able to self-decrypt on the fly.
DBAShell is a project based around Shell functions and scripts designed to make it easy for DBAs to use databases in a command line environment. It offers automatic setting of environment variables, functions to run scripts, store and provide script passwords, check database status, stop/start databases, run script commands in a parallel, compile all database objects, etc. Currently supported is Oracle with ksh and bash on AIX, Solaris, and Linux. The code base itself is 3 years old and has been in use in production environments the entire time.
This is a simple program to read a string of text from the user. The difference between this program and the bash builtin "read" command is that this program allows you to specify text that will be initially placed into the input edit buffer. That is, you can specify "default" input text that has been "pre-typed" for the user.