Simple Project List Software Map

System Shells
609 projects in result set
LastUpdate: 2012-09-22 23:07

fli4l

fli4l is a single-floppy Linux-based ISDN/DSL/ethernet-router. It features configuration with some simple ASCII-files, several possible connection-flavors (in/out/callback, and raw IP/PPP), channel bundling (an extra channel can be added through a Windows/Unix-client), configuration of multiple networks, least-cost routing, automatic choice of provider, display/calculation of connection times and costs, and a Windows/Unix client to control dial/hangup, monitor traffic and monitor incoming calls on ISDN (see screenshot).

LastUpdate: 2011-05-17 13:51

burnCDDA

burnCDDA is a console frontend to cdrdao,
cdrecord, MPlayer, mpg321, oggdec, mppdec, flac, normalize, and mp3_check. It can be used to create audio CDs from an M3U playlist (the playlist format of XMMS
and amaroK) or from files inside a directory. It supports MP3, OGG Vorbis, Musepack, FLAC, WMA, M4A, and WAV files, and it might be the easiest way to copy an audio CD.

(Machine Translation)
LastUpdate: 2014-05-16 18:42

Docx to Text Converter (docx2txt)

docx2txt is a tool that attempts to generate equivalent text files from (even corrupted) Microsoft .docx documents, preserving some formatting and document information (which MS text conversion drops) along with appropriate character conversions for a good (ASCII) text experience.

It is a platform independent solution consisting of (core) Perl and (wrapper) Unix/Windows shell scripts and a configuration file to control the output text appearance to fair extent. It depends upon a commandline unzipping program (like unzip, 7z, pkzipc, or wzunzip) that can silently extract single files from zip archives to console/standard output/pipe.

It can very conveniently be used to build a Web based docx document conversion service. Some Makefiles and Windows batch files are provided for easy installation of the scripts. With unzippers like CakeCmd that can deal with corrupt Zip archives, this tool can extract text from corrupt docx documents in many cases, where MS word processor fails to even open them.

(Machine Translation)
LastUpdate: 2014-05-19 17:12

Video Contact Sheet *NIX

Video Contact Sheet *NIX creates a contact sheet (preview) from videos by taking still captures distributed over the length of the video. The output image contains useful information on the video such as codecs, file size, screen size, frame rate, and length. It requires MPlayer or FFmpeg and ImageMagick. It is confirmed to work on Linux and FreeBSD, and possibly other POSIX/UNIX systems.

(Machine Translation)
LastUpdate: 2013-10-13 20:02

Paludis

Paludis is a package manager for Gentoo (and
derived distributions) and Exherbo. It consists of
a core library and a number of console-based
clients. Package formats supported include Gentoo
ebuilds and kdebuilds (as defined by the Package
Manager Specification), the Exherbo exheres-0
format, and various miscellaneous utility
pseudo-formats for managing accounts, unwritten
and unavailable packages, and packages for which
no package exists.

(Machine Translation)
LastUpdate: 2014-05-14 22:47

execline

execline is a very light, non-interactive scripting language, which is similar to a shell. Simple shell scripts can be easily rewritten in the execline language, improving performance and memory usage. execline was designed for use in embedded systems, but works on most Unix flavors.

LastUpdate: 2010-12-18 19:05

GUIShell

The GUIShell project is a collection of utilities facilitating the use of the GTK+ toolkit in shell scripts through the gtkshell utility. The ACE configuration environment provides sample scripts utilizing gtkshell for desktop utilities. rootcat provides the ability to display messages to the root window using Xft, allowing one to write status display scripts.

(Machine Translation)
LastUpdate: 2009-07-30 13:45

Git

Git is a "directory content manager" that was designed to handle massive projects such as the Linux kernel with speed and efficiency. It falls in the category of distributed source code management tools and is similar to GNU Arch, Monotone, and BitKeeper. Every Git working directory is a fully-fledged repository with full revision tracking capabilities and is not dependent on network access to a central server.

LastUpdate: 2007-12-31 10:10

Zenity

Zenity is a tool that allows you to display Gtk+ dialog boxes from the command line and through shell scripts. It is similar to gdialog, but is intended to be saner. It comes from the same family as dialog, Xdialog, and cdialog, but it surpasses those projects by having a cooler name.

LastUpdate: 2011-11-02 22:58

ISPConfig

ISPConfig is an ISP management and hosting control panel. It manages your Web server, email server, BIND DNS, proftpd + vsftpd FTP server, MySQL databases, SpamAssassin, and disk quotas with an easy to use Web interface for administrators, resellers, and clients.

LastUpdate: 2014-01-04 00:32

Jailkit

Jailkit is a set of utilities to allow quick creation of
limited user accounts in a chroot jail. It contains a safe logging daemon, shells that can restrict users, utilities to start daemons in a chroot jail, and utilities for easy setup of chroot jails.

(Machine Translation)
LastUpdate: 2013-07-18 02:39

XMLStarlet

XMLStarlet is a set of command line XML utilities which can be used to transform, query, validate, and edit XML documents and files using a simple set of shell commands, similar to the way it is done for plain text files using grep/sed/awk/tr/diff/patch.

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: 2013-07-28 13:42

MXE (M cross environment)

MXE (M cross environment) is a Makefile that compiles a cross compiler and cross compiles many free libraries such as SDL and Qt. Thus, it provides a nice cross compiling environment for various target platforms.

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.