From 7ed09fe26d7fe95380d490ea83ca3175bf81ee1e Mon Sep 17 00:00:00 2001 From: Benjamin Dos Santos Date: Sun, 22 Jun 2014 12:37:03 +0200 Subject: [PATCH 01/31] Add backup gem. Provides an elegant DSL in Ruby for performing backups on UNIX-like systems. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98b4b1a4..84eafc5c 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [SafeKeep](http://safekeep.sourceforge.net/) - Centralized pull-based backup using `rdiff-backup`. * [TarSnap](https://www.tarsnap.com/) - Secure backup service with an open-source client. * [UrBackup](http://www.urbackup.org/) - Another client-server backup system. +* [Backup](https://github.com/meskyanichi/backup) - Provides an elegant DSL in Ruby for performing backups on UNIX-like systems. ## Cloning *Cloning software.* From 274e205a68a5663587394dbdd0077e4a5a6ac1ac Mon Sep 17 00:00:00 2001 From: citydweller1985 Date: Fri, 27 Jun 2014 12:13:37 +0200 Subject: [PATCH 02/31] Update README.md FreeFileSync under Backups --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1fa58a7..84212dee 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Backuppc](http://backuppc.sourceforge.net/) - Client-server model backup tool with file pooling scheme. * [Burp](http://burp.grke.org/) - Network backup and restore program. * [Duplicity](http://duplicity.nongnu.org/) - Encrypted bandwidth-efficient backup using the rsync algorithm. +* [FreeFileSync](http://sourceforge.net/projects/freefilesync/) - Folder comparison and synchronization tool providing highly optimized performance and usability without a needlessly complex user interface. * [Lsyncd](https://github.com/axkibe/lsyncd) - Watches a local directory trees for changes, and then spawns a process to synchronize the changes. Uses rsync by default. * [Rsnapshot](http://www.rsnapshot.org/) - Filesystem Snapshotting Utility. * [SafeKeep](http://safekeep.sourceforge.net/) - Centralized pull-based backup using `rdiff-backup`. From 061d2e95d7831f8190f0da6de8d28c15f9022c92 Mon Sep 17 00:00:00 2001 From: yimeng Date: Sat, 28 Jun 2014 02:42:31 +0800 Subject: [PATCH 03/31] add zookeeper etcd serf consul --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 63815508..12241881 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,11 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Overcast](http://andrewchilds.github.io/overcast/) - Deploy VMs across different cloud providers, and run commands and scripts across any or all of them in parallel via SSH. * [Rundeck](http://rundeck.org/) - Simple orchestration tool. * [Salt](http://www.saltstack.com/) - It's written in Python. +* [serf](http://www.serfdom.io/) - Serf is a tool for cluster membership +* [consul](http://www.consul.io/) - It is a tool for discovering and configuring services in your infrastructure. +* [zookeeper](http://zookeeper.apache.org/) - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. +* [etcd](https://github.com/coreos/etcd) - A highly-available key value store for shared configuration and service discovery +* [doozerd](https://github.com/ha/doozerd) - Doozer is a highly-available, completely consistent store for small amounts of extremely important data. ## Cloud Storage From b4ff1ac79f45e686791169aa11b4f0aba3a4e0a7 Mon Sep 17 00:00:00 2001 From: Shini31 Date: Fri, 27 Jun 2014 21:10:21 +0200 Subject: [PATCH 04/31] Adding Centreon to Monitoring --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63815508..036e0a71 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Cacti](http://www.cacti.net) - Web-based network monitoring and graphing tool. * [Cabot](http://cabotapp.com/) - Monitoring and alerts, similar to PagerDuty. +* [Centreon](http://www.centreon.com) - IT infrastructure and application monitoring for service performance. * [check_mk](http://mathias-kettner.com/check_mk.html) - Collection of extensions for Nagios. * [Icinga](https://www.icinga.org/) - Fork of Nagios. * [LibreNMS](https://github.com/librenms/librenms/) - fork of Observium. From 85f2017885b8d279eca9532356b65abe7de43753 Mon Sep 17 00:00:00 2001 From: Wes Turner Date: Sat, 28 Jun 2014 10:08:53 -0500 Subject: [PATCH 05/31] Update README.md: Backups > Bup --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63815508..1e9deb74 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Bacula](http://www.bacula.org) - Another Client-server model backup tool. * [Backupninja](https://labs.riseup.net/code/projects/backupninja) - Lightweight, extensible meta-backup system. * [Backuppc](http://backuppc.sourceforge.net/) - Client-server model backup tool with file pooling scheme. +* [Bup](https://github.com/bup/bup) - Incremental backups with rolling checksums, git packfiles, de-duplication, and a FUSE filesystem. * [Burp](http://burp.grke.org/) - Network backup and restore program. * [Duplicity](http://duplicity.nongnu.org/) - Encrypted bandwidth-efficient backup using the rsync algorithm. * [Lsyncd](https://github.com/axkibe/lsyncd) - Watches a local directory trees for changes, and then spawns a process to synchronize the changes. Uses rsync by default. From 18325e6a7cdf43c8838254954cf245803798c016 Mon Sep 17 00:00:00 2001 From: wingsfree Date: Sun, 29 Jun 2014 14:54:42 +0800 Subject: [PATCH 06/31] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 63815508..b32ad2d7 100644 --- a/README.md +++ b/README.md @@ -297,6 +297,9 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [NSQ](http://nsq.io/) - A realtime distributed messaging platform. * [RabbitMQ](http://www.rabbitmq.com/) - Robust, fully featured, cross distro queuing system. * [ZeroMQ](http://zeromq.org/) - Lightweight queuing system. +* [Kafka](http://kafka.apache.org/) - A high-throughput distributed messaging system. +* [ActiveMQ](http://activemq.apache.org/) - An open source message broker written in Java together with a full JMS client + ## RDBMS *Relational DBMS.* From 25721c9b5a9aebfe1153d13a564de622406255e7 Mon Sep 17 00:00:00 2001 From: wingsfree Date: Sun, 29 Jun 2014 15:14:55 +0800 Subject: [PATCH 07/31] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b32ad2d7..87d167ed 100644 --- a/README.md +++ b/README.md @@ -380,6 +380,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [Redmine](http://www.redmine.org/) - Written in ruby on rails. * [The Bug Genie](http://www.thebuggenie.com/) - Written in PHP. * [Trac](http://trac.edgewall.org/) - Written in python. +* [Jira](http://www.projectmanagesoft.com/software/) - Written in Java ## Version control *Software versioning and revision control.* From ff22a30d09fa753b50d890bb7ff27ef9eec156e2 Mon Sep 17 00:00:00 2001 From: Selivanov Pavel Date: Sun, 29 Jun 2014 19:12:48 +0400 Subject: [PATCH 08/31] Update README.md Added Bareos to Backup section. Bareos is Bacula fork, started because open source version of Bacula almost stopped progress. Details: https://www.bareos.org/en/faq/items/why_fork.html --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63815508..a0ab37ce 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Amanda](http://www.amanda.org/) - Client-server model backup tool. * [Bacula](http://www.bacula.org) - Another Client-server model backup tool. +* [Bareos](http://www.bareos.org) - Bacula fork, made because open-source Bacula version almost stopped progress. * [Backupninja](https://labs.riseup.net/code/projects/backupninja) - Lightweight, extensible meta-backup system. * [Backuppc](http://backuppc.sourceforge.net/) - Client-server model backup tool with file pooling scheme. * [Burp](http://burp.grke.org/) - Network backup and restore program. From a3a5fcdd79de075757a23435c268df44be7d4221 Mon Sep 17 00:00:00 2001 From: nbuihner Date: Mon, 30 Jun 2014 15:52:23 -0700 Subject: [PATCH 09/31] Added TRK --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63815508..dc72b994 100644 --- a/README.md +++ b/README.md @@ -367,6 +367,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [mitmproxy](http://mitmproxy.org/) - A Python tool used for intercepting, viewing and modifying network traffic. Invaluable in troubleshooting certain problems. * [Sysdig](http://www.sysdig.org/) - Capture system state and activity from a running Linux instance, then save, filter and analyze. +* [TRK](http://trinityhome.org) - CPR for your computer! Trinity Rescue Kit is a linux toolkit as a livecd for general computer troubleshooting. Useful for Win, Linux, and OSX. ## Project Management *Web-based project management and bug tracking systems.* From b02f3d67d42178ddaa3e701c263715ae56c13832 Mon Sep 17 00:00:00 2001 From: Michael Benardis Date: Tue, 1 Jul 2014 12:53:27 +0300 Subject: [PATCH 10/31] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63815508..35b65ac2 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ ## Log Management *Log management tools: collect, parse, visualize ...* +* [Echofish](http://www.echothrust.com/projects/echofish) - A web based real-time event log aggregation, analysis, monitoring and management system. * [Elasticsearch](http://www.elasticsearch.org/) - A Lucene Based Document store mainly used for log indexing, storage and analysis. * [Fluentd](http://www.fluentd.org/) - Log Collector and Shipper. * [Flume](https://flume.apache.org/) - Distributed log collection and aggregation system. From e0ee17f03f57d140f4e917c7eee1992c666ffc18 Mon Sep 17 00:00:00 2001 From: ojab Date: Tue, 1 Jul 2014 16:42:23 +0400 Subject: [PATCH 11/31] Add NOC Project to Network Configuration Management --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63815508..02c985ce 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ *Network configuration management tools.* * [GestióIP](http://www.gestioip.net/) - An automated web based IPv4/IPv6 IP Address Management tool. +* [NOC Project](http://nocproject.org/) - Scalable, high-performance and open-source [OSS](http://en.wikipedia.org/wiki/Operations_support_system) system for ISP, service and content providers. * [RANCID](http://www.shrubbery.net/rancid/) - Monitors network device's configurarion and maintain history of changes. * [rConfig](http://www.rconfig.com/) - Another network device configuration management tool. From 5090ff6b09c27308d9c6a72cb9dd1fc92fd5df34 Mon Sep 17 00:00:00 2001 From: Juan Lulkin Date: Wed, 2 Jul 2014 12:17:41 +0300 Subject: [PATCH 12/31] Add Tsuru --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63815508..93d5c4e4 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [The Foreman](http://theforeman.org/) - Foreman is a complete lifecycle management tool for physical and virtual servers. FOSS. * [Cobbler](http://www.cobblerd.org/) - Cobbler is a Linux installation server that allows for rapid setup of network installation environments. * [Mesos](http://mesos.apache.org/) - Develop and run resource-efficient distributed systems. +* [Tsuru](http://www.tsuru.io/) - Tsuru is an extensible and open source Platform as a Service software. ## Cloud Orchestration From 5efa48b3ed94b195ea242c69d6eb64cf301e6518 Mon Sep 17 00:00:00 2001 From: Marc Angco Date: Wed, 2 Jul 2014 19:21:49 +0800 Subject: [PATCH 13/31] Added Squid on Web Performance category Added Squid which is widely used as forward and reverse proxy. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63815508..9a10c6bc 100644 --- a/README.md +++ b/README.md @@ -437,7 +437,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [HAProxy](http://www.haproxy.org/) - Software based load Balancing, SSL offloading and performance optimization, compression, and general web routing. * [Varnish](https://www.varnish-cache.org/) - HTTP based web application accelerator focusing on optimizing caching and compression. - +* [Squid](https://http://www.squid-cache.org/) - Caching proxy for the web supporting HTTP, HTTPS, FTP, and more. ## Wikis *Wiki software.* From 43a0cecb00d4df7b5ac2b3969065c3fc9b9c84cb Mon Sep 17 00:00:00 2001 From: mac10 Date: Wed, 2 Jul 2014 19:27:20 +0800 Subject: [PATCH 14/31] URL cleanup --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a10c6bc..9ede5c80 100644 --- a/README.md +++ b/README.md @@ -437,7 +437,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [HAProxy](http://www.haproxy.org/) - Software based load Balancing, SSL offloading and performance optimization, compression, and general web routing. * [Varnish](https://www.varnish-cache.org/) - HTTP based web application accelerator focusing on optimizing caching and compression. -* [Squid](https://http://www.squid-cache.org/) - Caching proxy for the web supporting HTTP, HTTPS, FTP, and more. +* [Squid](http://www.squid-cache.org/) - Caching proxy for the web supporting HTTP, HTTPS, FTP, and more. ## Wikis *Wiki software.* From 61ba20a358ca9445257b81454cf9528d1d53e767 Mon Sep 17 00:00:00 2001 From: Marc Angco Date: Wed, 2 Jul 2014 19:31:48 +0800 Subject: [PATCH 15/31] URL Cleanup --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9ede5c80..c5e427f7 100644 --- a/README.md +++ b/README.md @@ -423,6 +423,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [RainLoop](http://rainloop.net/) - Simple, modern & fast web-based IMAP client. * [Roundcube](http://roundcube.net/) - Browser-based IMAP client with an application-like user interface. +* [Squirrelmail](http://squirrelmail.org/) - Lightweight and standards-based webmail package written in PHP. ## Web *Web servers.* From d72069fca66d4461bd0d745c98eb79e8a28f3bba Mon Sep 17 00:00:00 2001 From: Marc Angco Date: Wed, 2 Jul 2014 19:41:47 +0800 Subject: [PATCH 16/31] Added Squirrelmail on Webmails and reordered Squid --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5e427f7..942c64c0 100644 --- a/README.md +++ b/README.md @@ -437,8 +437,8 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v *Web Performance* * [HAProxy](http://www.haproxy.org/) - Software based load Balancing, SSL offloading and performance optimization, compression, and general web routing. -* [Varnish](https://www.varnish-cache.org/) - HTTP based web application accelerator focusing on optimizing caching and compression. * [Squid](http://www.squid-cache.org/) - Caching proxy for the web supporting HTTP, HTTPS, FTP, and more. +* [Varnish](https://www.varnish-cache.org/) - HTTP based web application accelerator focusing on optimizing caching and compression. ## Wikis *Wiki software.* From ce06f6e599d4c7d6e9f1f0b5e5cdb75ab6cd5d3a Mon Sep 17 00:00:00 2001 From: Javier Palomo Almena Date: Mon, 7 Jul 2014 21:38:35 +0200 Subject: [PATCH 17/31] Added Seyren to monitoring tools. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63815508..e87cba11 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Riemann](http://riemann.io/) - Flexible and fast events processor allowing complex events/metrics analysis. * [Sensu](http://sensuapp.org/) - Open source monitoring framework. * [Sentry](https://getsentry.com/) - Application monitoring, event logging and aggregation. +* [Seyren](https://github.com/scobal/seyren) - An alerting dashboard for Graphite. * [Shinken](http://www.shinken-monitoring.org/) - Another monitoring framework. * [Thruk](http://www.thruk.org/) - Multibackend monitoring webinterface with support for Naemon, Nagios, Icinga and Shinken. * [Xymon](http://www.xymon.com/) - Network monitoring inspired by Big Brother. From cde501bc957fc1248dc8fc0d7cc6b10143827c08 Mon Sep 17 00:00:00 2001 From: sarvesh279 Date: Tue, 8 Jul 2014 12:43:13 +0530 Subject: [PATCH 18/31] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63815508..f5e73b50 100644 --- a/README.md +++ b/README.md @@ -332,6 +332,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [Docker](http://www.docker.com/) - Open platform for developers and sysadmins to build, ship, and run distributed applications. * [OpenVZ](http://openvz.org) - Container-based virtualization for Linux. +* [Fig](http://orchardup.github.io/fig/) - Fast, isolated development environments using Docker. ## SSH *SSH tools.* From 46b7ff675b355de708bf3323e0d306c01c3c9ca3 Mon Sep 17 00:00:00 2001 From: Winston Weinert Date: Mon, 14 Jul 2014 20:17:39 -0500 Subject: [PATCH 19/31] Tarsnap is not actually Open Source Software The source code is available for the sole use of the tarsnap backup service, proper. Full license text from COPYING as follows: Unless specified otherwise in individual files or directories, the contents of this package is covered by the following copyright, license, and disclaimer: Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Colin Percival All rights reserved. Redistribution and use in source and binary forms, without modification, is permitted for the sole purpose of using the "tarsnap" backup service provided by Colin Percival. THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63815508..dcf5714c 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Lsyncd](https://github.com/axkibe/lsyncd) - Watches a local directory trees for changes, and then spawns a process to synchronize the changes. Uses rsync by default. * [Rsnapshot](http://www.rsnapshot.org/) - Filesystem Snapshotting Utility. * [SafeKeep](http://safekeep.sourceforge.net/) - Centralized pull-based backup using `rdiff-backup`. -* [TarSnap](https://www.tarsnap.com/) - Secure backup service with an open-source client. +* [TarSnap](https://www.tarsnap.com/) - Secure backup service with a portable client in C. * [UrBackup](http://www.urbackup.org/) - Another client-server backup system. * [DREBS](https://github.com/dojo4/drebs) - AWS EBS backup script that supports strategies. From 6c0ee9f0745c920cef0c8b076f3d1ef6f36d6190 Mon Sep 17 00:00:00 2001 From: Maciej Stromich Date: Sun, 23 Aug 2015 23:34:23 +0200 Subject: [PATCH 20/31] updated url for Vlad the Deployer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b8f9cb1..1dc0e7ca 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [GitLab CI](https://www.gitlab.com/gitlab-ci/) - Based off of ruby. They also provide GitLab, which manages git repositories. * [Go](http://www.go.cd/) - Open source continuous delivery server. * [Jenkins](http://jenkins-ci.org/) - An extendable open source continuous integration server. -* [Vlad the Deployer](http://rubyhitsquad.com/Vlad_the_Deployer.html) - Deployment automation. +* [Vlad the Deployer](https://github.com/seattlerb/vlad) - Deployment automation. ## Distributed Filesystems *Network distributed filesystems.* From 6bd3d173d65c9f25dae0d31b23d9ebc8bb92669c Mon Sep 17 00:00:00 2001 From: iamkarlson Date: Sat, 5 Sep 2015 12:17:31 +0400 Subject: [PATCH 21/31] Apache Directory Studio --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4b8f9cb1..e9537341 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,10 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [OpenDS](https://opends.java.net/) - Another directory server written in Java. * [OpenLDAP](http://openldap.org/) - Developed by the OpenLDAP Project. +*LDAP management* + +* [Apache Directory Studio](https://directory.apache.org/studio/) - The Eclipse-based LDAP browser and directory client + ## Log Management *Log management tools: collect, parse, visualize ...* From 1e3e4b1ec2e96e65b2026224c3ffdd5bba788e44 Mon Sep 17 00:00:00 2001 From: Xiong Dezhi Date: Sun, 6 Sep 2015 16:43:57 +0800 Subject: [PATCH 22/31] update analog link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b8f9cb1..e98de3de 100644 --- a/README.md +++ b/README.md @@ -377,7 +377,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v ## Statistics *Analytics software.* -* [Analog](http://www.analog.cx/) - The most popular logfile analyser in the world. +* [Analog](http://www.web42.com/analog/) - The most popular logfile analyser in the world. * [GoAccess](http://goaccess.io/) - Open source real-time web log analyzer and interactive viewer that runs in a terminal. * [Piwik](http://piwik.org/) - Free and open source web analytics application. * [Webalizer](http://www.webalizer.org/) - Fast, free web server log file analysis program. From ec41034b774a2fc970a2e109e4a297230a517e34 Mon Sep 17 00:00:00 2001 From: Francisco Augusto Date: Wed, 9 Sep 2015 18:00:08 +0200 Subject: [PATCH 23/31] Changed FreeFileSync url and description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a89e065..1f4abef3 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Backuppc](http://backuppc.sourceforge.net/) - Client-server model backup tool with file pooling scheme. * [Burp](http://burp.grke.org/) - Network backup and restore program. * [Duplicity](http://duplicity.nongnu.org/) - Encrypted bandwidth-efficient backup using the rsync algorithm. -* [FreeFileSync](http://sourceforge.net/projects/freefilesync/) - Folder comparison and synchronization tool providing highly optimized performance and usability without a needlessly complex user interface. +* [FreeFileSync](http://www.freefilesync.org) - Folder comparison and synchronization tool. * [Lsyncd](https://github.com/axkibe/lsyncd) - Watches a local directory trees for changes, and then spawns a process to synchronize the changes. Uses rsync by default. * [Rsnapshot](http://www.rsnapshot.org/) - Filesystem Snapshotting Utility. * [SafeKeep](http://safekeep.sourceforge.net/) - Centralized pull-based backup using `rdiff-backup`. From bfd20801d779b52703d40d5028477e4beb609ff8 Mon Sep 17 00:00:00 2001 From: Francisco Augusto Date: Wed, 9 Sep 2015 18:04:40 +0200 Subject: [PATCH 24/31] Changed ZeroMQ category and description --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f4abef3..fdb2a667 100644 --- a/README.md +++ b/README.md @@ -324,11 +324,16 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v ## Queuing +*Queuing software* + * [BeanstalkD](http://kr.github.io/beanstalkd/) - A simple, fast work queue. * [Gearman](http://gearman.org/) - Fast multi-language queuing/job processing platform. * [NSQ](http://nsq.io/) - A realtime distributed messaging platform. * [RabbitMQ](http://www.rabbitmq.com/) - Robust, fully featured, cross distro queuing system. -* [ZeroMQ](http://zeromq.org/) - Lightweight queuing system. + +*Queuing libraries* + +* [ZeroMQ](http://zeromq.org/) - High-performance asynchronous messaging library. ## RDBMS *Relational DBMS.* From 3096ced50cf112a0155d29e6dbea294f7cb8ff1a Mon Sep 17 00:00:00 2001 From: Morton Fox Date: Sat, 12 Dec 2015 00:41:10 -0500 Subject: [PATCH 25/31] Fix cobbler link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d497d4b..500637e4 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [AppScale](http:/github.com/AppScale/appscale) - Open source cloud software with Google App Engine compatibility. * [Archipel](http://archipelproject.org/) - Manage and supervise virtual machines using Libvirt. * [CloudStack](http://cloudstack.apache.org/) - Cloud computing software for creating, managing, and deploying infrastructure cloud services. -* [Cobbler](http://www.cobblerd.org/) - Cobbler is a Linux installation server that allows for rapid setup of network installation environments. +* [Cobbler](http://cobbler.github.io) - Cobbler is a Linux installation server that allows for rapid setup of network installation environments. * [Eucalyptus](https://www.eucalyptus.com/) - Open source private cloud software with AWS compatibility. * [Mesos](http://mesos.apache.org/) - Develop and run resource-efficient distributed systems. * [OpenNebula](http://opennebula.org/) - An user-driven cloud management platform for sysadmins and devops. From f3c7860d8d81f45f610757e491387e50b8f11e53 Mon Sep 17 00:00:00 2001 From: Terry Zheng Date: Thu, 31 Dec 2015 14:04:11 +0800 Subject: [PATCH 26/31] Add Rex in Configuration Management. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d497d4b..be55a060 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Fabric](http://www.fabfile.org/) - Python library and cli tool for streamlining the use of SSH for application deployment or systems administration tasks. * [Pallet](http://palletops.com/) - Infrastructure definition, configuration and management via a Clojure DSL. * [Puppet](http://puppetlabs.com/) - It's written in Ruby and uses Puppet's declarative language or a Ruby DSL. +* [(R)?ex](https://www.rexify.org/) - It's written in Perl and use plain Perl, over SSH without agent. * [Salt](http://www.saltstack.com/) - It's written in Python. * [Slaughter](http://steve.org.uk/Software/slaughter/) - It's written in Perl. From 30ac47e5128e08df2953cedd805e793e48c249f2 Mon Sep 17 00:00:00 2001 From: Dzikri Syawali Date: Tue, 1 Jul 2014 14:04:03 +0700 Subject: [PATCH 27/31] Update README.md Add "Openshift Origin" to Cloud Computing. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9d3bc28f..b2161991 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Eucalyptus](https://www.eucalyptus.com/) - Open source private cloud software with AWS compatibility. * [Mesos](http://mesos.apache.org/) - Develop and run resource-efficient distributed systems. * [OpenNebula](http://opennebula.org/) - An user-driven cloud management platform for sysadmins and devops. +* [Openshift Origin](https://openshift.github,io) - Open source upstream of OpenShift, the next generation application hosting platform developed by Red Hat. * [OpenStack](https://www.openstack.org/) - Open source software for building private and public clouds. * [The Foreman](http://theforeman.org/) - Foreman is a complete lifecycle management tool for physical and virtual servers. FOSS. From 78f7d1d4a0e1b6942452f2cc378d0def5a83a8e5 Mon Sep 17 00:00:00 2001 From: Francisco Augusto Date: Sat, 23 Jan 2016 16:05:39 +0100 Subject: [PATCH 28/31] Merge branch 'ghost-patch-1' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2161991..0f100335 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Eucalyptus](https://www.eucalyptus.com/) - Open source private cloud software with AWS compatibility. * [Mesos](http://mesos.apache.org/) - Develop and run resource-efficient distributed systems. * [OpenNebula](http://opennebula.org/) - An user-driven cloud management platform for sysadmins and devops. -* [Openshift Origin](https://openshift.github,io) - Open source upstream of OpenShift, the next generation application hosting platform developed by Red Hat. +* [Openshift Origin](https://www.openshift.org/) - Open source upstream of OpenShift, the next generation application hosting platform developed by Red Hat. * [OpenStack](https://www.openstack.org/) - Open source software for building private and public clouds. * [The Foreman](http://theforeman.org/) - Foreman is a complete lifecycle management tool for physical and virtual servers. FOSS. From e9ffea8410a798cfca3d251448458cf60b87a47a Mon Sep 17 00:00:00 2001 From: Francisco Augusto Date: Sat, 23 Jan 2016 16:19:48 +0100 Subject: [PATCH 29/31] Minor fixes. --- README.md | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 0f100335..14e810f5 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Amanda](http://www.amanda.org/) - Client-server model backup tool. * [Bacula](http://www.bacula.org) - Another Client-server model backup tool. -* [Bareos](http://www.bareos.org) - Bacula fork, made because open-source Bacula version almost stopped progress. +* [Bareos](http://www.bareos.org) - Open Source Data Protection. Fork of Bacula. * [Backupninja](https://labs.riseup.net/code/projects/backupninja) - Lightweight, extensible meta-backup system. * [Backuppc](http://backuppc.sourceforge.net/) - Client-server model backup tool with file pooling scheme. * [Bup](https://github.com/bup/bup) - Incremental backups with rolling checksums, git packfiles, de-duplication, and a FUSE filesystem. @@ -99,16 +99,16 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [BOSH](http://docs.cloudfoundry.org/bosh/) - IaaS orchestration platform originally written for deploying and managing Cloud Foundry PaaS, but also useful for general purpose distributed systems. * [Cloudify](http://www.getcloudify.org/) - Open source TOSCA-based cloud orchestration software platform written in Python and YAML. +* [consul](http://www.consul.io/) - It is a tool for discovering and configuring services in your infrastructure. +* [doozerd](https://github.com/ha/doozerd) - Doozer is a highly-available, completely consistent store for small amounts of extremely important data. +* [etcd](https://github.com/coreos/etcd) - A highly-available key value store for shared configuration and service discovery. * [Juju](https://juju.ubuntu.com/) - Cloud orechestration tool which manages services as charms, YAML configuration and deployment script bundles. * [MCollective](http://puppetlabs.com/mcollective) - Ruby framework to manage server orchestration, developed by Puppet labs. * [Overcast](http://andrewchilds.github.io/overcast/) - Deploy VMs across different cloud providers, and run commands and scripts across any or all of them in parallel via SSH. * [Rundeck](http://rundeck.org/) - Simple orchestration tool. * [Salt](http://www.saltstack.com/) - It's written in Python. -* [serf](http://www.serfdom.io/) - Serf is a tool for cluster membership -* [consul](http://www.consul.io/) - It is a tool for discovering and configuring services in your infrastructure. +* [serf](http://www.serfdom.io/) - Serf is a tool for cluster membership. * [zookeeper](http://zookeeper.apache.org/) - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. -* [etcd](https://github.com/coreos/etcd) - A highly-available key value store for shared configuration and service discovery -* [doozerd](https://github.com/ha/doozerd) - Doozer is a highly-available, completely consistent store for small amounts of extremely important data. ## Cloud Storage @@ -138,10 +138,10 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ ## Configuration Management Database *Configuration management database (CMDB) software.* +* [Clusto](https://github.com/clusto/clusto) - Helps you keep track of your inventory, where it is, how it's connected, and provides an abstracted interface for interacting with the elements of the infrastructure. * [i-doit](http://www.i-doit.org/) - Open Source IT Documentation and CMDB. * [iTop](http://www.combodo.com/-Overview-.html) - A complete open source, ITIL, web based service management tool. * [Ralph](https://github.com/allegro/ralph) - Asset management, DCIM and CMDB system for large Data Centers as well as smaller LAN networks. -* [Clusto](https://github.com/clusto/clusto) - Helps you keep track of your inventory, where it is, how it's connected, and provides an abstracted interface for interacting with the elements of the infrastructure. ## Configuration Management *Configuration management tools.* @@ -253,7 +253,6 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Cabot](http://cabotapp.com/) - Monitoring and alerts, similar to PagerDuty. * [Centreon](http://www.centreon.com) - IT infrastructure and application monitoring for service performance. * [check_mk](http://mathias-kettner.com/check_mk.html) - Collection of extensions for Nagios. -* [Dash](https://github.com/afaqurk/linux-dash) - A low-overhead monitoring web dashboard for a GNU/Linux machine. * [Icinga](https://www.icinga.org/) - Fork of Nagios. * [LibreNMS](https://github.com/librenms/librenms/) - fork of Observium. * [Monit](http://mmonit.com/monit/#home) - Small Open Source utility for managing and monitoring Unix systems. @@ -261,17 +260,24 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Naemon](http://www.naemon.org/) - Network monitoring tool based on the Nagios 4 core with performance enhancements and new features. * [Nagios](http://www.nagios.org/) - Computer system, network and infrastructure monitoring software application. * [Observium](http://www.observium.org/) - SNMP monitoring for servers and networking devices. Runs on linux. -* [OMD](http://omdistro.org/) - The Open Monitoring Distribution. * [Opsview](http://www.opsview.com/solutions/core) - Based on Nagios 4, Opsview Core is ideal for small IT and test environments. * [Riemann](http://riemann.io/) - Flexible and fast events processor allowing complex events/metrics analysis. * [Sensu](http://sensuapp.org/) - Open source monitoring framework. * [Sentry](https://getsentry.com/) - Application monitoring, event logging and aggregation. * [Shinken](http://www.shinken-monitoring.org/) - Another monitoring framework. -* [Thruk](http://www.thruk.org/) - Multibackend monitoring webinterface with support for Naemon, Nagios, Icinga and Shinken. * [Xymon](http://www.xymon.com/) - Network monitoring inspired by Big Brother. * [Zabbix](http://www.zabbix.com/) - Enterprise-class software for monitoring of networks and applications. * [Zenoss](http://community.zenoss.org) - Application, server, and network management platform based on Zope. +*Monitoring dashboards.* + +* [Dash](https://github.com/afaqurk/linux-dash) - A low-overhead monitoring web dashboard for a GNU/Linux machine. +* [Thruk](http://www.thruk.org/) - Multibackend monitoring webinterface with support for Naemon, Nagios, Icinga and Shinken. + +*Monitoring distributions.* + +* [OMD](http://omdistro.org/) - The Open Monitoring Distribution. + ## Metric & Metric Collection *Metric gathering and display software.* @@ -333,7 +339,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v ## Queuing -*Queuing software* +*Queuing software.* * [ActiveMQ](http://activemq.apache.org/) - An open source message broker written in Java together with a full JMS client. * [BeanstalkD](http://kr.github.io/beanstalkd/) - A simple, fast work queue. @@ -342,7 +348,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [NSQ](http://nsq.io/) - A realtime distributed messaging platform. * [RabbitMQ](http://www.rabbitmq.com/) - Robust, fully featured, cross distro queuing system. -*Queuing libraries* +*Queuing libraries.* * [ZeroMQ](http://zeromq.org/) - High-performance asynchronous messaging library. From 51ec6391f75fbbe0177582a83aac0efad94808f4 Mon Sep 17 00:00:00 2001 From: Francisco Augusto Date: Sun, 24 Jan 2016 00:34:48 +0100 Subject: [PATCH 30/31] Merge branch 'master' of https://github.com/jaxxstorm/awesome-sysadmin --- CONTRIBUTING.md | 34 +++-- LICENSE.txt | 104 +++++++++++++++ README.md | 346 ++++++++++++++++++++++++++++++++++-------------- 3 files changed, 369 insertions(+), 115 deletions(-) create mode 100644 LICENSE.txt diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index db4b3d5f..5727980e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,14 +1,22 @@ # Contribution Guidelines -Please ensure your pull request adheres to the following guidelines: - -* This is an open source compilation, please check that the license of the software is suitable. -* Please search previous suggestions before making a new one, as yours may be a duplicate. -* Please make an individual pull request for each suggestion. -* Use the following format: \[RESOURCE\]\(LINK\) - DESCRIPTION. -* Keep descriptions short and simple. -* End all descriptions with a full stop/period. -* Order projects alphabetically within each category. -* Check your spelling and grammar. -* New categories, or improvements to the existing categorisation are welcome. - -Thank you for your suggestions! + +This is a compilation of **Free and Libre Open Source Software ([FLOSS](https://en.wikipedia.org/wiki/Free_and_open-source_software))**. Restrictive licenses (aka Freeware, Shareware) are *not awesome*. + +## Commits +* Search previous suggestions before making a new one. +* Use the following format: `[RESOURCE](LINK) - DESCRIPTION.` + * Keep descriptions short (<80 characters). + * End descriptions with a full stop. +* Make an individual commit for each category. + * Order projects alphabetically. + * Consolidate multiple commits. + +## Pull Requests +* Use imperative (e.g. add instead of added/adding) in the PR title. +* Include application names, categories and a link to the open source project page in the description. + +## Issues +* Discussion, questions and bug reports only. +* If you are sure software meets the guidelines, create a Pull Request (see above). +* Check spelling and grammar. +* Suggestions for improvements to existing structure are welcome. diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100644 index 00000000..92de3a92 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,104 @@ +## Creative Commons Attribution-ShareAlike 4.0 International Public License + + +By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution-ShareAlike 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. + +Section 1 – Definitions. + + Adapted Material means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. + Adapter's License means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. + BY-SA Compatible License means a license listed at creativecommons.org/compatiblelicenses, approved by Creative Commons as essentially the equivalent of this Public License. + Copyright and Similar Rights means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. + Effective Technological Measures means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. + Exceptions and Limitations means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. + License Elements means the license attributes listed in the name of a Creative Commons Public License. The License Elements of this Public License are Attribution and ShareAlike. + Licensed Material means the artistic or literary work, database, or other material to which the Licensor applied this Public License. + Licensed Rights means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. + Licensor means the individual(s) or entity(ies) granting rights under this Public License. + Share means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. + Sui Generis Database Rights means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. + You means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. + +Section 2 – Scope. + + License grant. + Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: + reproduce and Share the Licensed Material, in whole or in part; and + produce, reproduce, and Share Adapted Material. + Exceptions and Limitations. For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. + Term. The term of this Public License is specified in Section 6(a). + Media and formats; technical modifications allowed. The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. + Downstream recipients. + Offer from the Licensor – Licensed Material. Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. + Additional offer from the Licensor – Adapted Material. Every recipient of Adapted Material from You automatically receives an offer from the Licensor to exercise the Licensed Rights in the Adapted Material under the conditions of the Adapter’s License You apply. + No downstream restrictions. You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. + No endorsement. Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). + + Other rights. + Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. + Patent and trademark rights are not licensed under this Public License. + To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. + +Section 3 – License Conditions. + +Your exercise of the Licensed Rights is expressly made subject to the following conditions. + + Attribution. + + If You Share the Licensed Material (including in modified form), You must: + retain the following if it is supplied by the Licensor with the Licensed Material: + identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); + a copyright notice; + a notice that refers to this Public License; + a notice that refers to the disclaimer of warranties; + a URI or hyperlink to the Licensed Material to the extent reasonably practicable; + indicate if You modified the Licensed Material and retain an indication of any previous modifications; and + indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. + You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. + If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. + ShareAlike. + + In addition to the conditions in Section 3(a), if You Share Adapted Material You produce, the following conditions also apply. + The Adapter’s License You apply must be a Creative Commons license with the same License Elements, this version or later, or a BY-SA Compatible License. + You must include the text of, or the URI or hyperlink to, the Adapter's License You apply. You may satisfy this condition in any reasonable manner based on the medium, means, and context in which You Share Adapted Material. + You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, Adapted Material that restrict exercise of the rights granted under the Adapter's License You apply. + +Section 4 – Sui Generis Database Rights. + +Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: + + for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; + if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material, including for purposes of Section 3(b); and + You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. + +For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. + +Section 5 – Disclaimer of Warranties and Limitation of Liability. + + Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You. + To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You. + + The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. + +Section 6 – Term and Termination. + + This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. + + Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: + automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or + upon express reinstatement by the Licensor. + For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. + For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. + Sections 1, 5, 6, 7, and 8 survive termination of this Public License. + +Section 7 – Other Terms and Conditions. + + The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. + Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. + +Section 8 – Interpretation. + + For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. + To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. + No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. + Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. diff --git a/README.md b/README.md index a520080e..9cb0cb2c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ # Awesome Sysadmin -A curated list of amazingly awesome open source sysadmin resources inspired by [Awesome PHP](https://github.com/ziadoz/awesome-php) +A curated list of amazingly awesome open source sysadmin resources. +## Contributing +Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software. + +## Table of Contents * [Awesome Sysadmin](#awesome-sysadmin) * [Backups](#backups) + * [Build Automation](#build-automation) + * [ChatOps](#chatops) * [Cloning](#cloning) * [Cloud Computing](#cloud-computing) * [Cloud Storage](#cloud-storage) @@ -11,13 +17,16 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Configuration Management Database](#configuration-management-database) * [Configuration Management](#configuration-management) * [Continuous Integration & Continuous Deployment](#continuous-integration--continuous-deployment) + * [Control Panels](#control-panels) + * [Deployment Automation](#deployment-automation) * [Distributed Filesystems](#distributed-filesystems) * [DNS](#dns) - * [Hosting Control Panels](#hosting-control-panels) - * [IMAP/POP3](#imappop3) + * [Editors](#editors) * [IT Asset Management](#it-asset-management) * [LDAP](#ldap) * [Log Management](#log-management) + * [Mail Servers](#mail-servers) + * [Messaging](#messaging) * [Monitoring](#monitoring) * [Metric & Metric Collection](#metric--metric-collection) * [Network Configuration Management](#network-configuration-management) @@ -28,54 +37,77 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [RDBMS](#rdbms) * [Security](#security) * [Service Discovery](#service-discovery) - * [SMTP](#smtp) * [Software Containers](#software-containers) * [SSH](#ssh) * [Statistics](#statistics) + * [Status Pages](#status-pages) * [Ticketing systems](#ticketing-systems) * [Troubleshooting](#troubleshooting) * [Project Management](#project-management) * [Version control](#version-control) * [Virtualization](#virtualization) * [VPN](#vpn) - * [XMPP](#xmpp) * [Web](#web) * [Webmails](#webmails) * [Wikis](#wikis) * [Resources](#resources) * [Blogs](#blogs) * [Books](#books) - * [Editors](#editors) * [Newsletters](#newsletters) * [Repositories](#repositories) * [Websites](#websites) -* [Contributing](#contributing) + ## Backups *Backup software.* * [Amanda](http://www.amanda.org/) - Client-server model backup tool. +* [Attic](https://attic-backup.org) - A deduplicating backup program written in Python. * [Bacula](http://www.bacula.org) - Another Client-server model backup tool. -* [Bareos](http://www.bareos.org) - Open Source Data Protection. Fork of Bacula. +* [Bareos](http://www.bareos.org) - A fork of Bacula backup tool. * [Backupninja](https://labs.riseup.net/code/projects/backupninja) - Lightweight, extensible meta-backup system. * [Backuppc](http://backuppc.sourceforge.net/) - Client-server model backup tool with file pooling scheme. +* [Brebis](http://brebisproject.org) - A fully automated backup checker. * [Bup](https://github.com/bup/bup) - Incremental backups with rolling checksums, git packfiles, de-duplication, and a FUSE filesystem. * [Burp](http://burp.grke.org/) - Network backup and restore program. * [Duplicity](http://duplicity.nongnu.org/) - Encrypted bandwidth-efficient backup using the rsync algorithm. * [FreeFileSync](http://www.freefilesync.org) - Folder comparison and synchronization tool. -* [Lsyncd](https://github.com/axkibe/lsyncd) - Watches a local directory trees for changes, and then spawns a process to synchronize the changes. Uses rsync by default. +* [Lsyncd](https://github.com/axkibe/lsyncd) - File Monitor which spawns a process to synchronize the changes (rsync by default). * [Rsnapshot](http://www.rsnapshot.org/) - Filesystem Snapshotting Utility. * [SafeKeep](http://safekeep.sourceforge.net/) - Centralized pull-based backup using `rdiff-backup`. +* [Snebu](http://www.snebu.com/) – Snapshot backup with global multi-client deduplication and transparent compression. * [TarSnap](https://www.tarsnap.com/) - Secure backup service with an open-source client. * [UrBackup](http://www.urbackup.org/) - Another client-server backup system. +* [ZBackup](http://zbackup.org/) - A versatile deduplicating backup tool. *Backup libraries.* * [Backup](https://github.com/meskyanichi/backup) - Provides an elegant DSL in Ruby for performing backups on UNIX-like systems. * [DREBS](https://github.com/dojo4/drebs) - AWS EBS backup script that supports strategies. +## Build Automation + +*Build automation tools.* + +* [Apache Ant](https://ant.apache.org/) - Automation build tool, similar to make, written in Java. +* [Apache Maven](http://maven.apache.org/) - Build automation tool mainly for Java. +* [GNU Make](http://www.gnu.org/software/make/) - The most popular automation build tool for many purposes. +* [Gradle](http://gradle.org/) - Another open source build automation system. + +## ChatOps + +*Conversation-driven development & management.* + +* [CloudBot](https://github.com/CloudBotIRC/CloudBot) - The simple, fast, expandable, open-source Python IRC bot. +* [Eggdrop](http://www.eggheads.org/) - The world's most popular Open Source IRC bot, designed for flexibility and ease of use. +* [Err](http://errbot.net/) - A plugin based chatbot designed to be easily deployable, extensible and maintainable. +* [Hubot](https://hubot.github.com/) - A customizable, life embetterment robot. +* [Lazlo](https://github.com/djosephsen/lazlo) - A chatops automation framework in Go. +* [Lita](https://www.lita.io/) - A robot companion for your company's chat room. + ## Cloning + *Cloning software.* * [Clonezilla](http://clonezilla.org/) - Partition and disk imaging/cloning program. @@ -107,8 +139,9 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [MCollective](http://puppetlabs.com/mcollective) - Ruby framework to manage server orchestration, developed by Puppet labs. * [Overcast](http://andrewchilds.github.io/overcast/) - Deploy VMs across different cloud providers, and run commands and scripts across any or all of them in parallel via SSH. * [Rundeck](http://rundeck.org/) - Simple orchestration tool. -* [Salt](http://www.saltstack.com/) - It's written in Python. +* [Salt](http://www.saltstack.com/) - Fast, scalable and flexible systems management software written in Python/ZeroMQ. * [serf](http://www.serfdom.io/) - Serf is a tool for cluster membership. +* [StackStorm](http://stackstorm.com/) - Event Driven Operations and ChatOps platform for infrastructure management. Written in Python. * [zookeeper](http://zookeeper.apache.org/) - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. ## Cloud Storage @@ -118,15 +151,18 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Seafile](http://seafile.com) - Another Open Source Cloud Storage solution. * [SparkleShare](http://sparkleshare.org/) - Provides cloud storage and file synchronization services. By default, it uses Git as a storage backend. * [Swift](http://docs.openstack.org/developer/swift/) - A highly available, distributed, eventually consistent object/blob store. -* [Syncthing](http://syncthing.net/) - Open Source system for private, encrypted and authenticated distrobution of data. +* [Syncthing](http://syncthing.net/) - Open Source system for private, encrypted and authenticated distribution of data. ## Code Review + *Web Based collaborative code review system.* * [Gerrit](https://code.google.com/p/gerrit/) - Based on the Git version control, it facilitates software developers to review modifications to the source code and approve or reject those changes. -* [Review Board](https://www.reviewboard.org/) - Available as free software uner the MIT License. +* [Phabricator](http://phabricator.org/) - Code review tool build by facebook and used by WikiMedia, FB, dropbox etc. Comes with an integrated wiki, bug tracker, VC integration and a CLI tool called arcanist. +* [Review Board](https://www.reviewboard.org/) - Web-based collaborative code review tool. ## Collaborative Software + *Collaborative software or groupware suites.* * [Citadel/UX](http://www.citadel.org/) - Collaboration suite (messaging and groupware) that is descended from the Citadel family of programs. @@ -137,26 +173,30 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Zimbra](https://www.zimbra.com/community/) - Collaborative software suite, that includes an email server and web client. ## Configuration Management Database + *Configuration management database (CMDB) software.* * [Clusto](https://github.com/clusto/clusto) - Helps you keep track of your inventory, where it is, how it's connected, and provides an abstracted interface for interacting with the elements of the infrastructure. +* [Collins](http://tumblr.github.io/collins) - At Tumblr, it's the infrastructure source of truth and knowledge. * [i-doit](http://www.i-doit.org/) - Open Source IT Documentation and CMDB. -* [iTop](http://www.combodo.com/-Overview-.html) - A complete open source, ITIL, web based service management tool. +* [iTop](http://www.combodo.com/-Overview-.html) - Complete open source, ITIL, web based service management tool. * [Ralph](https://github.com/allegro/ralph) - Asset management, DCIM and CMDB system for large Data Centers as well as smaller LAN networks. +* [Sicekit](https://github.com/sicekit/sicekit) - The systems & infrastructure encyclopaedia toolkit (based on mediawiki). ## Configuration Management + *Configuration management tools.* * [Ansible](http://www.ansibleworks.com/) - It's written in Python and manages the nodes over SSH. * [CFEngine](http://cfengine.com/) - Lightweight agent system. Configuration state is specified via a declarative language. * [Chef](http://www.opscode.com/chef/) - It's written in Ruby and Erlang and uses a pure-Ruby DSL. -* [Fabric](http://www.fabfile.org/) - Python library and cli tool for streamlining the use of SSH for application deployment or systems administration tasks. * [Pallet](http://palletops.com/) - Infrastructure definition, configuration and management via a Clojure DSL. * [Puppet](http://puppetlabs.com/) - It's written in Ruby and uses Puppet's declarative language or a Ruby DSL. * [Salt](http://www.saltstack.com/) - It's written in Python. * [Slaughter](http://steve.org.uk/Software/slaughter/) - It's written in Perl. ## Continuous Integration & Continuous Deployment + *Continuous integration/deployment software.* * [Buildbot](http://buildbot.net/) - Python-based toolkit for continuous integration. @@ -164,13 +204,38 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [GitLab CI](https://www.gitlab.com/gitlab-ci/) - Based off of ruby. They also provide GitLab, which manages git repositories. * [Go](http://www.go.cd/) - Open source continuous delivery server. * [Jenkins](http://jenkins-ci.org/) - An extendable open source continuous integration server. -* [Vlad the Deployer](https://github.com/seattlerb/vlad) - Deployment automation. + +## Control Panels + +*Web hosting and server control panels.* + +* [Ajenti](http://ajenti.org/) - Control panel for Linux and BSD. +* [Cockpit](http://cockpit-project.org/) - New multi-server web interface for Linux servers written in C. +* [Feathur](http://feathur.com) - VPS Provisioning and Management Software. +* [Froxlor](http://www.froxlor.org/) - Easy to use panel for Linux with Nginx and PHP-FPM support. +* [ISPConfig](http://www.ispconfig.org) - Hosting control panel for Linux. +* [Sentora](http://sentora.org/) - Control panel for Linux, BSD, and Windows based on ZPanel. +* [VestaCP](http://www.vestacp.com/) - Hosting panel for Linux but with Nginx. +* [Virtualmin](http://www.virtualmin.com/) - Control panel for Linux based on webmin. +* [Webmin](http://www.webmin.com/) - Linux server control panel. +* [ZPanel](http://www.zpanelcp.com/) - Control panel for Linux, BSD, and Windows. + +## Deployment Automation + +*Tools and scripts to support deployments to your servers.* + +* [Capistrano](http://www.capistranorb.com) - Deploy your application to any number of machines simultaneously, in sequence or as a rolling set via SSH (rake based). +* [Fabric](http://www.fabfile.org/) - Python library and cli tool for streamlining the use of SSH for application deployment or systems administration tasks. +* [Mina](http://nadarei.co/mina/) - Really fast deployer and server automation tool (rake based). +* [Rocketeer](http://rocketeer.autopergamene.eu/) - PHP task runner and deployment tool. +* [Vlad the Deployer](http://rubyhitsquad.com/Vlad_the_Deployer.html) - Deployment automation (rake based). ## Distributed Filesystems + *Network distributed filesystems.* * [Ceph](http://ceph.com/) - Distributed object store and file system. -* [DRBD](http://www.drbd.org/) - Disributed Replicated Block Device. +* [DRBD](http://www.drbd.org/) - Distributed Replicated Block Device. * [LeoFS](http://leo-project.net) - Unstructured object/data storage and a highly available, distributed, eventually consistent storage system. * [GlusterFS](http://www.gluster.org/) - Scale-out network-attached storage file system. * [HDFS](http://hadoop.apache.org/) - Distributed, scalable, and portable file-system written in Java for the Hadoop framework. @@ -182,6 +247,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [XtreemFS](http://www.xtreemfs.org/) - XtreemFS is a fault-tolerant distributed file system for all storage needs. ## DNS + *DNS servers.* * [Bind](https://www.isc.org/downloads/bind/) - The most widely used name server software. @@ -194,25 +260,25 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Unbound](http://unbound.net/) - Validating, recursive, and caching DNS resolver. * [Yadifa](http://yadifa.eu/) - Lightweight authoritative Name Server with DNSSEC capabilities powering the .eu top-level domain. -## Hosting Control Panels -*Web hosting control panels* - -* [Ajenti](http://ajenti.org/) - Control panel for Linux and BSD. -* [Feathur](http://feathur.com) - VPS Provisioning and Management Software. -* [ISPConfig](http://www.ispconfig.org) - Hosting control panel for Linux. -* [VestaCP](http://www.vestacp.com/) - Hosting panel for Linux but with Nginx. -* [Virtualmin](http://www.virtualmin.com/) - Control panel for Linux based on webmin. -* [ZPanel](http://www.zpanelcp.com/) - Control panel for Linux, BSD, and Windows. +## Editors -## IMAP/POP3 -*IMAP/POP3 mail servers.* +*Open source code editors.* -* [Courier IMAP/POP3](http://www.courier-mta.org/imap/) - Fast, scalable, enterprise IMAP and POP3 server. -* [Cyrus IMAP/POP3](http://cyrusimap.org/) - Intended to be run on sealed servers, where normal users are not permitted to log in. -* [Dovecot](http://www.dovecot.org/) - IMAP and POP3 server written primarily with security in mind. -* [Qpopper](http://www.eudora.com/products/unsupported/qpopper/) - One of the oldest and most popular server implementations of POP3. +* [Atom](https://atom.io/) - A hackable text editor from Github. +* [Brackets](http://brackets.io/) - Open source code editor for web designers and front-end developers. +* [Eclipse](http://eclipse.org/) - IDE written in Java with an extensible plug-in system. +* [Geany](http://www.geany.org/) - GTK2 text editor. +* [GNU Emacs](http://www.gnu.org/software/emacs/) - An extensible, customizable text editor-and more. +* [Haroopad](http://pad.haroopress.com/) - Markdown editor with live preview. +* [ICEcoder](http://icecoder.net) - Code editor awesomeness, built with common web languages. +* [jotgit](https://github.com/jdleesmiller/jotgit) - Git-backed real-time collaborative code editing. +* [Light Table](http://www.lighttable.com/) - The next generation code editor. +* [Lime](http://limetext.org/) - Aims to provide an open source solution to Sublime Text +* [TextMate](https://github.com/textmate/textmate/) - A graphical text editor for OS X. +* [Vim](http://www.vim.org) - A highly configurable text editor built to enable efficient editing. ## IT Asset Management + *IT Assets Management software.* * [GLPI](http://www.glpi-project.org/spip.php?lang=en) - Information Resource-Manager with an additional Administration Interface. @@ -222,6 +288,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Snipe IT](http://snipeitapp.com/) - Asset & license management software. ## LDAP + *LDAP servers.* * [389 Directory Server](http://port389.org) - Developed by Red Hat. @@ -236,6 +303,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Apache Directory Studio](https://directory.apache.org/studio/) - The Eclipse-based LDAP browser and directory client ## Log Management + *Log management tools: collect, parse, visualize ...* * [Echofish](http://www.echothrust.com/projects/echofish) - A web based real-time event log aggregation, analysis, monitoring and management system. @@ -248,19 +316,68 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Logstash](http://logstash.net/) - Tool for managing events and logs. * [Octopussy](http://www.octopussy.pm) - Log Management Solution (Visualize / Alert / Report). +## Mail Servers + +*Mail Delivery Agents (IMAP/POP3 software).* + +* [Courier IMAP/POP3](http://www.courier-mta.org/imap/) - Fast, scalable, enterprise IMAP and POP3 server. +* [Cyrus IMAP/POP3](http://cyrusimap.org/) - Intended to be run on sealed servers, where normal users are not permitted to log in. +* [Dovecot](http://www.dovecot.org/) - IMAP and POP3 server written primarily with security in mind. +* [Qpopper](http://www.eudora.com/products/unsupported/qpopper/) - One of the oldest and most popular server implementations of POP3. + +*Mail Transfer Agents (SMTP servers).* + +* [Exim](http://www.exim.org/) - Message transfer agent (MTA) developed at the University of Cambridge. +* [Haraka](http://haraka.github.io/) - A high-performance, pluginable SMTP server written in JavaScript. +* [MailCatcher](http://mailcatcher.me/) - Ruby gem that deploys a simply SMTP MTA gateway that accepts all mail and displays in web interface. Useful for debugging or development. +* [Maildrop](https://github.com/m242/maildrop) - Open Source disposable email SMTP server, also useful for development. +* [OpenSMTPD](https://opensmtpd.org/) - Secure SMTP server implementation from the OpenBSD project. +* [Postfix](http://www.postfix.org/) - Fast, easy to administer, and secure Sendmail replacement. +* [Qmail](http://cr.yp.to/qmail.html) - Secure Sendmail replacement. +* [Sendmail](http://www.sendmail.com/sm/open_source/) - Message transfer agent (MTA). + +*Complete solutions.* + +* [Mail-in-a-Box](https://mailinabox.email/) - Take back control of your email with this easy-to-deploy mail server in a box. +* [iRedMail](http://www.iredmail.org/) - Full-featured mail server solution based on Postfix and Dovecot. + +## Messaging + +*XMPP servers.* + +* [ejabberd](http://www.ejabberd.im/) - XMPP instant messaging server written in Erlang/OTP. +* [Metronome IM](http://www.lightwitch.org/metronome) - Fork of Prosody IM. +* [MongooseIM](https://www.erlang-solutions.com/products/mongooseim-massively-scalable-ejabberd-platform) - Fork of ejabberd. +* [Openfire](http://www.igniterealtime.org/projects/openfire/) - Real time collaboration (RTC) server. +* [Prosody IM](http://prosody.im/) - XMPP server written in Lua. +* [Tigase](https://projects.tigase.org/projects/tigase-server) - XMPP server implementation in Java. + +*XMPP web clients.* + +* [Candy](http://candy-chat.github.io/candy/) - Multi user XMPP client written in Javascript. +* [Kaiwa](http://getkaiwa.com/) - Web based chat client in the style of common paid alternatives. + +*Webchats.* + +* [Lets-Chat](http://sdelements.github.io/lets-chat/) - A self hosted chat suite written in Node. + ## Monitoring + *Monitoring software.* +* [Alerta](https://github.com/guardian/alerta) - Distributed, scaleable and flexible monitoring system. * [Cacti](http://www.cacti.net) - Web-based network monitoring and graphing tool. * [Cabot](http://cabotapp.com/) - Monitoring and alerts, similar to PagerDuty. * [Centreon](http://www.centreon.com) - IT infrastructure and application monitoring for service performance. * [check_mk](http://mathias-kettner.com/check_mk.html) - Collection of extensions for Nagios. +* [Flapjack](http://flapjack.io/) - Monitoring notification routing & event processing system. * [Icinga](https://www.icinga.org/) - Fork of Nagios. * [LibreNMS](https://github.com/librenms/librenms/) - fork of Observium. * [Monit](http://mmonit.com/monit/#home) - Small Open Source utility for managing and monitoring Unix systems. * [Munin](http://munin-monitoring.org/) - Networked resource monitoring tool. * [Naemon](http://www.naemon.org/) - Network monitoring tool based on the Nagios 4 core with performance enhancements and new features. * [Nagios](http://www.nagios.org/) - Computer system, network and infrastructure monitoring software application. +* [Node-Bell](https://github.com/eleme/node-bell) - Real-time anomalies detection for periodic time series, metrics monitor. * [Observium](http://www.observium.org/) - SNMP monitoring for servers and networking devices. Runs on linux. * [Opsview](http://www.opsview.com/solutions/core) - Based on Nagios 4, Opsview Core is ideal for small IT and test environments. * [Riemann](http://riemann.io/) - Flexible and fast events processor allowing complex events/metrics analysis. @@ -273,66 +390,79 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ *Monitoring dashboards.* +* [Adagios](http://adagios.org/) - Web based Nagios configuration interface. * [Dash](https://github.com/afaqurk/linux-dash) - A low-overhead monitoring web dashboard for a GNU/Linux machine. -* [Thruk](http://www.thruk.org/) - Multibackend monitoring webinterface with support for Naemon, Nagios, Icinga and Shinken. +* [Thruk](http://www.thruk.org/) - Multibackend monitoring web interface with support for Naemon, Nagios, Icinga and Shinken. +* [Uchiwa](https://uchiwa.io) - Simple dashboard for the Sensu monitoring framework. *Monitoring distributions.* * [OMD](http://omdistro.org/) - The Open Monitoring Distribution. ## Metric & Metric Collection + *Metric gathering and display software.* * [Collectd](http://collectd.org/) - System statistic collection daemon. * [Collectl](http://collectl.sourceforge.net/) - High precision system performance metrics collecting tool. * [Dashing](http://dashing.io/) - Ruby gem that allows for rapid statistical dashboard development. An all HTML5 approach allows for big screen displays in data centers or conference rooms. * [Diamond](https://github.com/BrightcoveOS/Diamond) - Python based statistic collection daemon. +* [Facette](http://facette.io) - Time series data visualization and graphing software written in Go. +* [Freeboard](https://github.com/Freeboard/freeboard) - A damn-sexy front-end real-time dashboard. Transforms raw JSON into delicious UI. * [Ganglia](http://ganglia.sourceforge.net/) - High performance, scalable RRD based monitoring for grids and/or clusters of servers. Compatible with Graphite using a single collection process. * [Grafana](http://grafana.org/) - A Graphite & InfluxDB Dashboard and Graph Editor. -* [Graphite](http://graphite.readthedocs.org/en/latest/) - Open source scaleable graphing server. +* [Graphite](http://graphite.readthedocs.org/en/latest/) - Open source scalable graphing server. * [InfluxDB](http://influxdb.com/) - Open source distributed time series database with no external dependencies. * [KairosDB](https://code.google.com/p/kairosdb/) - Fast distributed scalable time series database, fork of OpenTSDB 1.x. * [OpenTSDB](http://opentsdb.net/) - Store and server massive amounts of time series data without losing granularity. +* [Packetbeat](http://packetbeat.com/) - Captures network traffic and displays it in a custom Kibana dashboard for easy viewing. +* [Prometheus](http://prometheus.io/) - Service monitoring system and time series database. * [RRDtool](http://oss.oetiker.ch/rrdtool/) - Open source industry standard, high performance data logging and graphing system for time series data. * [Statsd](https://github.com/etsy/statsd/) - Application statistic listener. ## Network Configuration Management + *Network configuration management tools.* * [GestióIP](http://www.gestioip.net/) - An automated web based IPv4/IPv6 IP Address Management tool. * [NOC Project](http://nocproject.org/) - Scalable, high-performance and open-source [OSS](http://en.wikipedia.org/wiki/Operations_support_system) system for ISP, service and content providers. -* [RANCID](http://www.shrubbery.net/rancid/) - Monitors network device's configurarion and maintain history of changes. +* [Oxidized](https://github.com/ytti/oxidized) - A modern take on network device configuration monitoring with web interface and GIT storage. +* [RANCID](http://www.shrubbery.net/rancid/) - Monitors network device's configuration and maintain history of changes. * [rConfig](http://www.rconfig.com/) - Another network device configuration management tool. +* [trigger](https://github.com/trigger/trigger) - Robust network automation toolkit written in Python. ## Newsletters + *Newsletter software.* * [DadaMail](http://dadamailproject.com/) - Mailing List Manager, written in Perl. * [phpList](http://www.phplist.com/) - Newsletter manager written in PHP. ## NoSQL -*NoSQL databases.* -* Column-Family +*Column-Family.* + * [Apache HBase](http://hbase.apache.org/) - Hadoop database, a distributed, big data store. * [Cassandra](http://cassandra.apache.org/) - Distributed DBMS designed to handle large amounts of data across many servers. * [Hypertable](http://hypertable.org/) - C++ based BigTable-like DBMS, communicates through Thrift and runs either as stand-alone or on distributed FS such as Hadoop. -* Document Store + +*Document Store.* + * [CouchDB](http://couchdb.apache.org/) - Ease of use, with multi-master replication document-oriented database system. * [ElasticSearch](http://www.elasticsearch.org/) - Java based database, popular with log aggregation, and email archiving projects. * [MongoDB](http://www.mongodb.org/) - Another document-oriented database system. * [RavenDB](http://ravendb.net/) - Document based database with ACID/Transactional features. * [RethinkDB](http://www.rethinkdb.com/) - Open source distributed document store database, focuses on JSON. -* Graph + +*Graph.* + * [FlockDB](https://github.com/twitter/flockdb) - Twitter's distributed, fault-tolerant graph database. * [Neo4j](http://www.neo4j.org/) - Open source graph database. * Key-Value - * [LevelDB](https://code.google.com/p/leveldb/) - Google's high performance key/value database. + * [LevelDB](https://github.com/google/leveldb) - Google's high performance key/value database. * [Redis](http://redis.io/) - Networked, in-memory, key-value data store with optional durability. * [Riak](http://basho.com/riak/) - Another fault-tolerant key-value NoSQL database. -Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis - ## Packaging * [fpm](https://github.com/jordansissel/fpm) - Versatile multi format package creator. @@ -368,11 +498,20 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [SQLite](http://sqlite.org/) - Library that implements a self-contained, serverless, zero-configuration, transactional SQL DBS. ## Security + *Security tools.* +* [Blackbox](https://github.com/StackExchange/blackbox) - Safely store secrets in Git/Mercurial. Provides tooling to automatically encrypt secrets like passwords. * [Denyhosts](http://denyhosts.sourceforge.net/) - Thwart SSH dictionary based attacks and brute force attacks. * [Fail2Ban](http://www.fail2ban.org/wiki/index.php/Main_Page) - Scans log files and takes action on IPs that show malicious behavior. -* [SpamAssassin](https://spamassassin.apache.org/) - A powerful and popular email spam filter employing a variety of detection techniques. +* [fwknop](https://www.cipherdyne.org/fwknop/) - Protects ports via Single Packet Authorization in your firewall. +* [Glastopf](http://glastopf.org/) - A low-interaction web application honeypot to emulate vulnerabilities and gather attack data. +* [Kippo](https://github.com/desaster/kippo) - A medium-interaction SSH honeypot, mostly used as a standalone SSH daemon with a configurable Filesystem sandbox. +* [OSSEC](http://ossec.net) - OSSEC is a HIDS that performs log analysis, FIM, rootkit detection, and much more. +* [OSQuery](https://osquery.io/) - Query your servers status and info using a SQL like interface. +* [pfSense](https://www.pfsense.org/) - Firewall and Router FreeBSD distribution. +* [Snort](https://www.snort.org/) - Snort is a free and open source network intrusion prevention system (NIPS) and network intrusion detection system (NIDS) created by Martin Roesch in 1998. +* [SpamAssassin](https://spamassassin.apache.org/) - A powerful and popular email spam filter employing a variety of detection technique. ## Service Discovery @@ -380,56 +519,59 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [Doozerd](https://github.com/ha/doozerd) - Doozer is a highly-available, completely consistent store for small amounts of extremely important data. * [ZooKeeper](http://zookeeper.apache.org/) - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. -## SMTP -*SMTP servers.* - -* [Exim](http://www.exim.org/) - Message transfer agent (MTA) developed at the University of Cambridge. -* [Haraka](http://haraka.github.io/) - A high-performance, pluginable SMTP server written in JavaScript. -* [MailCatcher](http://mailcatcher.me/) - Ruby gem that deploys a simply SMTP MTA gateway that accepts all mail and displays in web interface. Useful for debugging or development. -* [Maildrop](https://github.com/m242/maildrop) - Open Source disposable email SMTP server, also useful for development. -* [OpenSMTPD](https://opensmtpd.org/) - Secure SMTP server implementation from the OpenBSD project. -* [Postfix](http://www.postfix.org/) - Fast, easy to administer, and secure Sendmail replacement. -* [Qmail](http://cr.yp.to/qmail.html) - Secure Sendmail replacement. -* [Sendmail](http://www.sendmail.com/sm/open_source/) - Message transfer agent (MTA). - ## Software Containers + *Operating system–level virtualization.* * [Bitnami](https://bitnami.com/) - Produces open source installers or software packages for web applications and development stacks as well as virtual appliances. * [Docker](http://www.docker.com/) - Open platform for developers and sysadmins to build, ship, and run distributed applications. +* [LXC](https://linuxcontainers.org/lxc/) - Userspace interface for the Linux kernel containment features. * [OpenVZ](http://openvz.org) - Container-based virtualization for Linux. ## SSH + *SSH tools.* +* [Advanced SSH config](https://pypi.python.org/pypi/advanced-ssh-config/) - Enhances ssh_config file capabilities, completely transparent. * [autossh](http://www.harding.motd.ca/autossh/) - Automatically respawn ssh session after network interruption. * [Cluster SSH](http://sourceforge.net/projects/clusterssh/) - Controls a number of xterm windows via a single graphical console. * [DSH](http://www.netfort.gr.jp/~dancer/software/dsh.html.en) - Dancer's shell / distributed shell - Wrapper for executing multiple remote shell commands from one command line. * [Mosh](http://mosh.mit.edu/) - The mobile shell. * [parallel-ssh](http://code.google.com/p/parallel-ssh/) - Provides parallel versions of OpenSSH and related tools. * [SSH Power Tool](http://code.google.com/p/sshpt/) - Execute commands and upload files to many servers simultaneously without using pre-shared keys. +* [sshrc](https://github.com/Russell91/sshrc) - sources ~/.sshrc on your local computer after logging in remotely. +* [stormssh](http://stormssh.readthedocs.org) - A command line tool to manage SSH connections. ## Statistics + *Analytics software.* -* [Analog](http://www.web42.com/analog/) - The most popular logfile analyser in the world. -* [GoAccess](http://goaccess.io/) - Open source real-time web log analyzer and interactive viewer that runs in a terminal. -* [Piwik](http://piwik.org/) - Free and open source web analytics application. +* [Analog](http://www.web42.com/analog/) - Logfile Analyser. +* [AWStats](http://www.awstats.org/) - Generates web, streaming, ftp or mail server statistics graphically. +* [GoAccess](http://goaccess.io/) - Real-time web log analyzer and interactive viewer that runs in a terminal. +* [Open Web Analytics](http://www.openwebanalytics.com/) - Add web analytics to websites using JS, PHP or REST APIs. +* [Piwik](http://piwik.org/) - Web analytics application. * [Webalizer](http://www.webalizer.org/) - Fast, free web server log file analysis program. +## Status Pages + +* [Cachet](https://cachethq.io) - An open source status page system written in PHP. + ## Ticketing systems + *Web-based ticketing system.* * [Bugzilla](http://www.bugzilla.org/) - General-purpose bugtracker and testing tool originally developed and used by the Mozilla project. -* [Cerb](http://www.cerberusweb.com/) - A group-based e-mail management project built with a commercial open source license. +* [Cerb](http://www.cerberusweb.com/) - Group-based e-mail management project. * [Flyspray](http://flyspray.org) - Web-based bug tracking system written in PHP. -* [MantisBT](http://www.mantisbt.org/) - Another web-based bug tracking system. -* [osTicket](http://osticket.com/) - Open source support ticket system. -* [Otrs](http://www.otrs.com/) - A free and open-source trouble ticket system software package that a company, organization, or other entity can use to assign tickets to incoming queries and track further communications about them. +* [MantisBT](http://www.mantisbt.org/) - Web-based bug tracking system. +* [osTicket](http://osticket.com/) - Simple support ticket system. +* [OTRS](http://www.otrs.com/) - Trouble ticket system for assigning tickets to incoming queries and tracking further communications. * [Request Tracker](http://www.bestpractical.com/rt/) - Ticket-tracking system written in Perl. -* [TheBugGenie](http://www.thebuggenie.com) - Open source ticket system with extremely complete users rights granularity. +* [TheBugGenie](http://www.thebuggenie.com) - Ticket system with extensive user rights system. ## Troubleshooting + *Troubleshooting tools.* * [mitmproxy](http://mitmproxy.org/) - A Python tool used for intercepting, viewing and modifying network traffic. Invaluable in troubleshooting certain problems. @@ -438,22 +580,25 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v *Troubleshooting distributions.* -* [TRK](http://trinityhome.org) - Linux toolkit as a livecd for general computer troubleshooting. Useful for Win, Linux, and OSX. +* [Trinity Rescue Kit](http://trinityhome.org) - Linux Live CD for general computer troubleshooting. ## Project Management + *Web-based project management and bug tracking systems.* * [ChiliProject](https://www.chiliproject.org) - Fork of Redmine. * [GitBucket](https://github.com/takezoe/gitbucket) Clone of GitHub written in Scala; single jar install. * [GitLab](https://www.gitlab.com/) - Clone of GitHub written in Ruby. -* [Gogs](http://gogs.io/) - Written in Go. +* [Gogs](http://gogs.io/) - Self-hosted Git service written in Go. * [OpenProject](https://www.openproject.org) - Project collaboration with open source. * [Phabricator](http://phabricator.org/) Written in PHP. * [Redmine](http://www.redmine.org/) - Written in ruby on rails. +* [Taiga](https://taiga.io/) - Agile, Free, Open Source Project Management Tool based on the Kanban and Scrum methods. * [The Bug Genie](http://www.thebuggenie.com/) - Written in PHP. * [Trac](http://trac.edgewall.org/) - Written in python. ## Version control + *Software versioning and revision control.* * [Fossil](http://www.fossil-scm.org/) - Distributed version control with built-in wiki and bug tracking. @@ -463,17 +608,23 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [Subversion](http://subversion.apache.org/) - Client-server revision control system. ## Virtualization + *Virtualization software.* +* [Archipel](http://archipelproject.org/) - XMPP based virtualization management platform. * [Ganeti](https://code.google.com/p/ganeti/) - Cluster virtual server management software tool built on top of KVM and Xen. * [KVM](http://www.linux-kvm.org) - Linux kernel virtualization infrastructure. +* [OpenNebula](http://opennebula.org/) - Flexible enterprise cloud made simple. * [oVirt](http://www.ovirt.org/) - Manages virtual machines, storage and virtual networks. * [Packer](http://www.packer.io/) - A tool for creating identical machine images for multiple platforms from a single source configuration. +* [Proxmox VE](https://www.proxmox.com/proxmox-ve) - Complete open source virtualization management solution. +* [QEMU](http://www.qemu.org/) - QEMU is a generic and open source machine emulator and virtualizer. * [Vagrant](https://www.vagrantup.com/) - Tool for building complete development environments. * [VirtualBox](https://www.virtualbox.org/) - Virtualization product from Oracle Corporation. * [Xen](http://www.xenproject.org/) - Virtual machine monitor for 32/64 bit Intel / AMD (IA 64) and PowerPC 970 architectures. ## VPN + *VPN software.* * [OpenVPN](https://community.openvpn.net) - Uses a custom security protocol that utilizes SSL/TLS for key exchange. @@ -483,24 +634,8 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [strongSwan](http://www.strongswan.org/) - Complete IPsec implementation for Linux. * [tinc](http://www.tinc-vpn.org/) - Distributed p2p VPN. -## XMPP -*XMPP servers.* - -* [ejabberd](http://www.ejabberd.im/) - XMPP instant messaging server written in Erlang/OTP. -* [Metronome IM](http://www.lightwitch.org/metronome) - Fork of Prosody IM. -* [MongooseIM](https://www.erlang-solutions.com/products/mongooseim-massively-scalable-ejabberd-platform) - Fork of ejabberd. -* [Openfire](http://www.igniterealtime.org/projects/openfire/) - Real time collaboration (RTC) server. -* [Prosody IM](http://prosody.im/) - XMPP server written in Lua. -* [Tigase](https://projects.tigase.org/projects/tigase-server) - XMPP server implementation in Java. - -## Webmails -*Webmail applications.* - -* [Mailpile](https://www.mailpile.is/) - A modern, fast web-mail client with user-friendly encryption and privacy features. -* [Roundcube](http://roundcube.net/) - Browser-based IMAP client with an application-like user interface. -* [Squirrelmail](http://squirrelmail.org/) - Lightweight and standards-based webmail package written in PHP. - ## Web + *Web servers.* * [Apache](http://httpd.apache.org/) - Most popular web server. @@ -509,24 +644,35 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [Nginx](http://nginx.org/) - Reverse proxy, load balancer, HTTP cache, and web server. * [uWSGI](https://github.com/unbit/uwsgi/) - The uWSGI project aims at developing a full stack for building hosting services. -*Web Performance* +*Web Performance.* * [HAProxy](http://www.haproxy.org/) - Software based load Balancing, SSL offloading and performance optimization, compression, and general web routing. * [Squid](http://www.squid-cache.org/) - Caching proxy for the web supporting HTTP, HTTPS, FTP, and more. * [Varnish](https://www.varnish-cache.org/) - HTTP based web application accelerator focusing on optimizing caching and compression. +## Webmails + +*Webmail applications.* + +* [Mailpile](https://www.mailpile.is/) - A modern, fast web-mail client with user-friendly encryption and privacy features. +* [Roundcube](http://roundcube.net/) - Browser-based IMAP client with an application-like user interface. +* [SquirrelMail](http://squirrelmail.org) - Another browser-based IMAP client. + ## Wikis + *Wiki software.* * [DokuWiki](https://www.dokuwiki.org/dokuwiki) - Simple to use and highly versatile wiki that doesn't require a database. * [Gollum](https://github.com/gollum/gollum) - A simple, Git-powered wiki with a sweet API and local frontend. * [ikiwiki](http://ikiwiki.info/) - A wiki compiler. +* [MDwiki](http://dynalon.github.io/mdwiki/#!index.md) - Wiki completely built in HTML5/Javascript and runs 100% on the client. * [Mediawiki](http://www.mediawiki.org/wiki/MediaWiki) - Used to power Wikipedia. * [MoinMoin](http://moinmo.in/) - An advanced, easy to use and extensible WikiEngine with a large community of users. - * [Ōlelo Wiki](https://github.com/minad/olelo) - A a wiki that stores pages in a Git repository. +* [Ōlelo Wiki](https://github.com/minad/olelo) - A a wiki that stores pages in a Git repository. * [TiddlyWiki](http://tiddlywiki.com) - Complete interactive wiki in JavaScript. # Resources + Various resources, such as books, websites and articles, for improving your skills and knowledge. ## Blogs @@ -536,6 +682,7 @@ Various resources, such as books, websites and articles, for improving your skil * [Rackspace Developers](http://developer.rackspace.com/blog/) - Slightly biased blog with lots of Devops Topics. ## Books + *Sysadmin related books.* * [The Linux Command Line](http://linuxcommand.org/tlcl.php) - A book about the Linux command line by William Shotts. @@ -544,37 +691,32 @@ Various resources, such as books, websites and articles, for improving your skil * [The Visible Ops Handbook: Implementing ITIL in 4 Practical and Auditable Steps](http://www.itpi.org/the-visible-ops-handbook-review.html) - Is a methodology designed to jumpstart implementation of controls and process improvement. * [UNIX and Linux System Administration Handbook](http://www.admin.com/) - Approaches system administration from a practical perspective. -## Editors -*Open source code editors.* - -* [Atom](https://atom.io/) - A hackable text editor from Github. -* [Brackets](http://brackets.io/) - Open source code editor for web designers and front-end developers. -* [Eclipse](http://eclipse.org/) - IDE written in Java with an extensible plug-in system. -* [Geany](http://www.geany.org/) - GTK2 text editor. -* [GNU Emacs](http://www.gnu.org/software/emacs/) - An extensible, customizable text editor-and more. -* [Haroopad](http://pad.haroopress.com/) - Markdown editor with live preview. -* [ICEcoder](http://icecoder.net) - Code editor awesomeness, built with common web languages. -* [jotgit](https://github.com/jdleesmiller/jotgit) - Git-backed real-time collaborative code editing. -* [Light Table](http://www.lighttable.com/) - The next generation code editor. -* [Lime](http://limetext.org/) - Aims to provide an open source solution to Sublime Text -* [TextMate](https://github.com/textmate/textmate/) - A graphical text editor for OS X. -* [Vim](http://www.vim.org) - A highly configurable text editor built to enable efficient editing. - ## Newsletters * [Servers for Hackers](http://serversforhackers.com/) - Newsletter for programmers who find themselves needing to know their way around a server. ## Repositories -*Software package repositories.* + +*Debian-based distributions.* * [Dotdeb](http://www.dotdeb.org/) - Repository with LAMP updated packages for Debian. + +*RPM-based distributions.* + +* [ElRepo](http://elrepo.org/tiki/tiki-index.php) - Community Repo for Enterprise Linux (RHEL, CentOS, etc). +* [EPEL](https://fedoraproject.org/wiki/EPEL) - Repository for RHEL and compatibles (CentOS, Scientific Linux). * [Remi](http://rpms.famillecollet.com/) - Repository with LAMP updated packages for RHEL/Centos/Fedora. +* [Software Collections](https://www.softwarecollections.org) - Community Release of [Red Hat Software Collections](https://access.redhat.com/documentation/en-US/Red_Hat_Software_Collections/). Provides updated packages of Ruby, Python, etc. for CentOS/Scientific Linux 6.x. ## Websites + *Useful sysadmin related websites.* * [Ops School](http://www.opsschool.org) - Comprehensive program that will help you learn to be an operations engineer. * [Digital Ocean Tutorials](https://www.digitalocean.com/community/tutorials) - A surprisingly vast resource for getting the basics of certain applications, tools, or even systems administration topics. -# Contributing -Please see [CONTRIBUTING](https://github.com/kahun/awesome-sysadmin/blob/master/CONTRIBUTING.md) for details. +## License + +![cc license](http://i.creativecommons.org/l/by-sa/4.0/88x31.png) + +This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/) license. From d4f654cf769b9004094148f8f688b1bf8a4f1b98 Mon Sep 17 00:00:00 2001 From: Aaron Zauner Date: Sun, 6 Jul 2014 22:56:14 +0200 Subject: [PATCH 31/31] add pdsh --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9cb0cb2c..f3b8b0a0 100644 --- a/README.md +++ b/README.md @@ -538,6 +538,7 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software. * [DSH](http://www.netfort.gr.jp/~dancer/software/dsh.html.en) - Dancer's shell / distributed shell - Wrapper for executing multiple remote shell commands from one command line. * [Mosh](http://mosh.mit.edu/) - The mobile shell. * [parallel-ssh](http://code.google.com/p/parallel-ssh/) - Provides parallel versions of OpenSSH and related tools. +* [pdsh](https://code.google.com/p/pdsh/) - Pdsh is a high-performance, parallel remote shell utility. * [SSH Power Tool](http://code.google.com/p/sshpt/) - Execute commands and upload files to many servers simultaneously without using pre-shared keys. * [sshrc](https://github.com/Russell91/sshrc) - sources ~/.sshrc on your local computer after logging in remotely. * [stormssh](http://stormssh.readthedocs.org) - A command line tool to manage SSH connections.