208 projects tagged "Shells"
Psdfposter can be used to create a large poster by building it from multple pages and/or printing it on large media. It expects as input a PS or a PDF file, printing on a single page. The output is again a PS or PDF file, which may contain multiple pages that together build the poster. The input page will be scaled to obtain the desired size. It is much like poster for Postscript files, but works with PS and PDF, since sometimes pspdfposter does not like your PS files. Psdfposter is a bash script with a Zenity GUI, and requires pspdftool.
VanDyke ClientPack is a set of commandline utilities for securely automating file transfer, shell, and public-key administration tasks on Windows, Linux, and Unix platforms. It includes vsftp, an interactive SFTP commandline utility providing quick, easy, and secure file transfer operations, vsh, a commandline shell utility, vcp, a commandline file transfer utility, vkeygen, a public/private key generator utility, and vpka, a commandline tool for uploading keys to a Secure Shell server.
Bombardier is a software system that delivers visibility, control, and automation to data center environments. Bombardier provides a means for changes to be rolled out to a network of Linux and Windows servers in a highly controlled way, providing optimum security, logging, and centralized change control.
The sniffy project can trace/log the data of any pseudo terminal in the system. Due to the way the terminal works, such a terminal trace provides complete information of what happened on the terminal screen, and sniffy is able to display/replay this information. It consists of a kernel module able to connect/hook on the pseudo terminal, a program to display the contents of any pseudo terminal on the fly, a daemon process tracing the pseudo terminal content into the file, and a replay program to replay any stored pseudo terminal session.
acolor (Ada/ANSI color) is a simple Ada program that makes it easy to color and format output from shell scripts. It does this by converting combinations of readable arguments (bold, red, green, underline, etc.) into an ANSI escape sequence that your terminal emulator or console may understand. It is Moshe Jacobson's color rewritten in Ada.
The Middleman System (mdm) is a set of utilities that help you parallelize your shell scripts. Its design is based on ideas from superscalar computer processors: it fetches commands as your script is running, detects potential interference between commands on the fly, and issues commands for execution in parallel as appropriate.