Simple Project List Software Map

System Shells
609 projects in result set
LastUpdate: 2014-03-20 23:03

bashstyle-ng

BashStyle-NG is a graphical tool for changing
Bash's behavior and look and feel. It can also
style Readline, Nano, and Vim. It ships with a huge functionchain, which is used by the 16 default prompt styles, but may also be used separately.

(Machine Translation)
LastUpdate: 2014-02-28 18:31

check_ssl_cert

check_ssl_cert is a Nagios plugin to check X.509
certificates. It checks if the server is running
and delivers a valid certificate. It also checks
if the CA matches a given pattern, and checks the
validity.

(Machine Translation)
LastUpdate: 2013-05-20 10:34

PHP Shell

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.

LastUpdate: 2008-10-31 04:01

BashDiff

Bash.Diff is a patch against Bash shell. In the
main core, it adds the following syntax: {a..b};
${var|...}; then-else-fi to for/while/until/case
statements; try-block with string exception;
<&lt+; and, <<<<. As builtin, it
adds the following: sscanf(3), <string.h>,
<ctype.h> wrappers; array, regex(3), stack,
queue operations; GDBM, SQLite, PostgreSQL, MySQL
database interfaces; HTML template engine (BASP);
Expat XML parser interface; x-y char plot; DOS,
CSV, Awk support; Libwebserver interface; RPN
calculator with <math.h> functions; and,
GTK+2 interface for GUI dialog.

(Machine Translation)
LastUpdate: 2005-07-02 02:16

Groovy

Groovy is an agile, dynamic language for the JVM which combines many features from languages like Python, Ruby, and Smalltalk and makes them available to Java developers using a Java-like syntax. It is designed to help get things done on the Java platform in a quicker, more concise, and fun way. It can be used as an alternative compiler to javac to generate standard Java bytecode to be used by any Java project or it can be used dynamically as an alternative language, such as for scripting Java objects, templating, or writing unit test cases.

LastUpdate: 2014-05-07 22:32

Luksus

Luksus makes it quick and easy to create encrypted volumes such as hard drives, USB sticks, and SD cards on Linux, FreeBSD, and DragonFlyBSD. It can also create encrypted file containers. It is a wrapper for Crypsetup (DM-LUKS), tcplay, and geli. It can also encrypt single files using GnuPG.

(Machine Translation)
LastUpdate: 2013-09-10 14:10

Laptop Mode Tools

Laptop Mode Tools allows you to control various
power management settings based on AC/battery
power state. Among other things, it controls
Linux's "Laptop Mode" feature that allows your
hard drive to spin down for extended periods. It
can also control CPU frequency scaling and screen
blanking timeouts (both terminal and X). It
supports automatic hibernation when battery is
low.

(Machine Translation)
LastUpdate: 2004-08-12 20:52

NARC

NARC (Netfilter Automatic Rules Configurator) is a free firewalling package for Netfilter/Iptables, released under the BSD license. It attempts to simplify the setup of a firewall (stateful packet filter) via the iptables tools. It is a bash shellscript that generates (hopefully) sensible and secure rules for Netfilter based on a simple configuration file. It features quick setup via a simple configuration file, connection tracking (and fragmentation reassembly), customized logging, probe detection (TCP & UDP), and much more.

(Machine Translation)
LastUpdate: 2011-09-11 20:48

sous-marin tools

Sous-marin tools are bash scripts for analyzing and maintaining a minimized Slackware installation. They can all be used on normal Slackware installations as well.

(Machine Translation)
LastUpdate: 2011-05-19 07:00

bashdb, kshdb, and zshdb

bashdb, kshdb, and zshdb are debuggers for Bash, ksh, and zsh scripts respectively. The debugger command interface is modeled on the gdb command interface. Front-ends supporting bashdb include GNU-Emacs and ddd.

LastUpdate: 2005-11-11 22:41

audio convert

audio convert is a script that converts between WAV, Ogg, MP3, MPC, FLAC, APE, AAC, and WMA files. It has an easy-to-use interface that makes it possible to fill in the tags for a few formats, copy the tags from input files into the new files, and choose the quality of compression. The script was initially designed for the Nautilus file browser and can be easily installed into Nautilus by using the installer provided with the script. You can then right-click on files and choose "audio-convert" from the "scripts" menu. The script is also known to work on rox or directly from a shell.

LastUpdate: 2013-02-11 23:04

OpenBSD Network Shell

NSH is a CLI intended for OpenBSD-based network appliances. It replaces ifconfig, sysctl, and route with its own simple command language, and consolidates configuration for other daemons into one place, effectively replacing /etc/netstart and parts of /etc/rc for appliance-style usage. NSH presents the user with a vaguely Cisco-like interface with all configuration in one easy to read text list. It also gives the user access to system information and diagnostics. NSH replaces the userland commands that handle these functions, and talks directly to the OpenBSD kernel or control utility for daemon functionality. Supported external utilities: pf, ospfd, ospf6d, bgpd, ripd, ldpd, relayd, ipsecctl, iked, rtadvd, dvmrpd, sasyncd, dhcpd, snmpd, sshd, ntpd, ifstated, tftp-proxy, ftp-proxy, tftpd, npppd, resolv.conf, inetd, smtpd, ldapd, and ifstated.

(Machine Translation)
LastUpdate: 2013-07-05 20:53

CacheGuard Web Security Gateway

CacheGuard Appliance is an all-in-one OS appliance providing firewall, antivirus, caching, compression, bandwidth allocation, load balancing, reverse and forward proxy, high availability, Web application firewall, URL guarding, and more. It can be purchased as an OS to install on your server, as an OS to run in a virtual machine, or as a hardware appliance.

LastUpdate: 2012-12-26 00:38

Forban

Forban is a P2P file sharing application for link-local and local area networks. Forban works independently from the Internet and uses only the local area capabilities to announce, discover, search, or share files. Forban relies on HTTP and is opportunistic, meaning that it replicates any files of interest seen in its proximity. The Forban protocols are minimalistic to ease the production of other implementations.

(Machine Translation)
LastUpdate: 2010-05-29 00:45

MT-write

MT-write is a binary patch for multi-threaded
writing. It comes in the form of a shared object
that can be preloaded to programs like tar to make
their write operations multi-threaded.
Multi-threaded writing can improve performance on
RAM based filesystems and highly scalable
filesystems with multiple spindles.

(Machine Translation)