Simple Project List Software Map

12263 projects in result set
LastUpdate: 2011-08-17 10:44

BusyBox

BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for most of the utilities you usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. BusyBox provides a fairly complete POSIX environment for any small or embedded system.

LastUpdate: 2013-11-09 00:11

Slackware

Slackware is the longest-running distribution of the Linux operating system. Slackware offers a stable and secure version of Linux that is perfect for home, office, or educational use. Slackware is easy for beginners to install, but contains all the advanced features required by the experienced UNIX power-user.

LastUpdate: 2009-12-26 21:38

CheckInstall

CheckInstall keeps track of all files installed by a "make install" or equivalent, creates a Slackware, RPM, or Debian package with those files, and adds it to the installed packages database, allowing for easy package removal or distribution.

LastUpdate: 2014-06-02 00:55

Burp

Burp is a program that backs up and restores data. It uses librsync in order to save on the amount of space that is used by each backup. It also uses VSS (Volume Shadow Copy Service) to make snapshots when backing up Windows computers.

LastUpdate: 2014-06-16 23:16

Pen

Pen is a load balancer for "simple" TCP-based protocols such as HTTP or SMTP. It allows several servers to appear as one to the outside. It automatically detects servers that are down and distributes clients among the available servers. This gives high availability and scalable performance.

LastUpdate: 2012-02-02 21:42

Simple Groupware

Simple Groupware is a complete enterprise application offering email, calendaring, contacts, tasks, document management, synchronization with cell phones and Outlook, full-text search, and much more. Simple Groupware combines standards like RSS, iCalendar, vCard, IMAP, POP3, SMTP, CIFS, CSV, WebDAV, LDAP, and SyncML under one platform. Unlike other groupware software, Simple Groupware contains the programming language sgsML to enable the quick customization and creation of powerful Web applications.

LastUpdate: 2012-05-09 22:15

GOsa

GOsa² provides a powerful framework for managing
accounts and systems in LDAP databases. Using
GOsa² allows system administrators to easily
manage users and groups, fat and thin clients,
applications, phones and faxes, mail distribution
lists, and many other parameters. In conjunction
with FAI (Fully Automatic Installation), GOsa²
allows the highly automated installation of
preconfigured systems. GOsa² therefore provides a
single, LDAP-based point of administration for
large and small environments, thus making the
administration of users and systems and all
related parameters manageable and easy.

(Machine Translation)
LastUpdate: 2013-09-14 00:56

VirtualBox

Oracle VM VirtualBox, formerly Sun xVM VirtualBox and innotek VirtualBox, is a family of x86 virtualization products for enterprise and home use.

LastUpdate: 2011-07-11 02:53

CentOS

CentOS is an enterprise Linux distribution based
on the sources from Red Hat Enterprise Linux.
CentOS conforms with Red Hat's redistribution
policy and aims to be 100% binary compatible. Each
CentOS version is supported for 7 years (by means
of security updates). A new CentOS version is
released every 2 years and each CentOS version is
regularly updated (every 6 months) to support
newer hardware. Currently, there are 4 different
supported CentOS releases: CentOS-5 is based on
Red Hat Enterprise Linux 5, CentOS-4 is based on
RHEL4, CentOS-3 is based on RHEL3, and CentOS-2 is
based on RHAS2.1.

(Machine Translation)
LastUpdate: 2014-04-14 16:25

BIRD

BIRD is a dynamic routing daemon for UNIX-like systems. It should support all routing protocols used in the contemporary Internet, such as BGP, OSPF, RIP, and their IPv6 variants. It also features a very flexible configuration mechanism, and a route filtering language.

LastUpdate: 2014-05-22 23:47

GNU Parallel

GNU parallel is a shell tool for executing jobs in parallel locally or using remote computers. A job is typically a single command or a small script that has to be run for each of the lines in the input. The typical input is a list of files, a list of hosts, a list of users, a list of URLs, or a list of tables. If you use xargs today you will find GNU parallel very easy to use, as GNU parallel is written to have the same options as xargs. If you write loops in shell, you will find GNU parallel may be able to replace most of the loops and make them run faster by running several jobs in parallel. GNU parallel makes sure output from the commands is the same output as you would get had you run the commands sequentially. This makes it possible to use output from GNU parallel as input for other programs.

LastUpdate: 2014-04-01 11:25

Aircrack-ng

aircrack-ng is a set of tools for auditing wireless networks. It's an enhanced/reborn version of aircrack. It consists of airodump (an 802.11 packet capture program), aireplay (an 802.11 packet injection program), aircrack (static WEP and WPA-PSK cracking), airdecap (decrypts WEP/WPA capture files), and some tools to handle capture files (merge, convert, etc.).

LastUpdate: 2014-05-07 22:32

GNU Gatekeeper

The GNU Gatekeeper is a free H.323 gatekeeper based on the OpenH323 project. You can use it to manage a Voice-over-IP network and let endpoints (e.g., Netmeeting) communicate through symbolic names. It also has an external interface for billing and other applications. It runs on a number of Unix versions (including Linux and Solaris) and Windows.

LastUpdate: 2014-03-30 16:50

S3QL

S3QL is a file system that stores all its data online. It supports Amazon S3, Google Storage, and OpenStack and effectively provides you with a hard disk of dynamic, infinite capacity that can be accessed from any computer with Internet access. S3QL provides a standard, full featured Unix file system that is conceptually indistinguishable from any local file system. Additional features include compression, encryption, data de-duplication, immutable trees, and snapshotting, which make it especially suitable for online backup and archiving. The design favors simplicity and elegance over performance and feature-creep. Care has been taken to make the source code as readable and serviceable as possible. Solid error detection, error handling, and extensive automated test cases are provided.

LastUpdate: 2014-03-23 15:39

Tcpreplay

Tcpreplay is a set of Unix tools which allows the editing and replaying of captured network traffic in pcap (tcpdump) format. It can be used to test a variety of passive and inline network devices, including IPS's, UTM's, routers, firewalls, and NIDS.