From 80d9397207607aa599cc45cedb65784fa8e3cbe3 Mon Sep 17 00:00:00 2001 From: aquister Date: Thu, 23 Mar 2017 13:45:30 +0100 Subject: [PATCH 01/12] added mgmt to configuration management section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c17b33f..af31813 100644 --- a/README.md +++ b/README.md @@ -190,6 +190,7 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software. * [Ansible](http://www.ansible.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. +* [mgmt](https://github.com/purpleidea/mgmt) - Next generation config management written in Go. * [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. From be6cc7037e7e853128496ffd147f160b74fa7a54 Mon Sep 17 00:00:00 2001 From: Stefan Zi Date: Fri, 26 May 2017 00:02:48 +0200 Subject: [PATCH 02/12] Add Duplicati to Backups Add awesome Duplicati (http://www.duplicati.com) to the Backups section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c17b33f..7733ec8 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software. * [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. +* [Duplicati](http://www.duplicati.com) - Multiple backends, encryption, web-ui and multi-OS backup tool. * [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) - File Monitor which spawns a process to synchronize the changes (rsync by default). From 44bf22ea7b7b15c24c454c7d8b8a77b7bd6901c5 Mon Sep 17 00:00:00 2001 From: Marco De Donno Date: Thu, 29 Jun 2017 14:17:36 +0200 Subject: [PATCH 03/12] Update README.md Add Barman in the backup section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c17b33f..35d71ed 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,7 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software. * [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) - A fork of Bacula backup tool. +* [Barman](http://www.pgbarman.org) - Backup and Recovery Manager for disaster recovery of PostgreSQL servers. * [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. From a975bd179cbf88740aa92a2b4fc9b80ad879702a Mon Sep 17 00:00:00 2001 From: raytry Date: Fri, 30 Jun 2017 16:54:16 +0100 Subject: [PATCH 04/12] Serverstats added Serverstats is a simple tool for creating graphs using rrdtool. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c17b33f..574a2c7 100644 --- a/README.md +++ b/README.md @@ -384,6 +384,7 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software. * [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. +* [Serverstats](https://sourceforge.net/projects/serverstats.berlios/) - A simple tool for creating graphs using rrdtool. ([source on github](https://github.com/ddanier/serverstats)) * [Seyren](https://github.com/scobal/seyren) - An alerting dashboard for Graphite. * [Shinken](http://www.shinken-monitoring.org/) - Another monitoring framework. * [Xymon](http://www.xymon.com/) - Network monitoring inspired by Big Brother. From 82b43179cc6a19f795bbabb18bf2e8a767cea2fa Mon Sep 17 00:00:00 2001 From: Colin Davenport Date: Sat, 5 Aug 2017 22:48:14 +0200 Subject: [PATCH 05/12] Add singularity container tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c17b33f..af0d6dd 100644 --- a/README.md +++ b/README.md @@ -533,6 +533,7 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software. * [LXC](https://linuxcontainers.org/lxc/) - Userspace interface for the Linux kernel containment features. * [OpenVZ](http://openvz.org) - Container-based virtualization for Linux. * [Fig](http://orchardup.github.io/fig/) - Fast, isolated development environments using Docker. +* [Singularity](http://singularity.lbl.gov/) - Flexible containers without root. ## SSH From 3703e94bde818ac9e594574c3f1fd739e3981ec7 Mon Sep 17 00:00:00 2001 From: Denys Stroebel Date: Wed, 16 Aug 2017 19:49:15 +0200 Subject: [PATCH 06/12] Add Concourse CI https://github.com/concourse/concourse --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c17b33f..efc4b5e 100644 --- a/README.md +++ b/README.md @@ -205,6 +205,7 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software. * [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. +* [Concourse CI](https://concourse.ci/) - A pipeline-based CI system written in Go. ## Control Panels From ab942cc62e03271bd1bdee50de07710df655dd1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20H=C3=BCgel?= Date: Sat, 26 Aug 2017 19:54:18 +0200 Subject: [PATCH 07/12] add Netbox IP address management (IPAM) and data center infrastructure management (DCIM) tool. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c17b33f..35b7c2f 100644 --- a/README.md +++ b/README.md @@ -428,6 +428,7 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software. * [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. +* [Netbox](https://github.com/digitalocean/netbox) - IP address management (IPAM) and data center infrastructure management (DCIM) tool. * [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. From b6ccd93f8588f924755ba724e202f896f3433c32 Mon Sep 17 00:00:00 2001 From: TheFugu Date: Thu, 5 Oct 2017 11:51:19 +0200 Subject: [PATCH 08/12] Update README.md Add KeyBase --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c17b33f..dacebbe 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software. * [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. +* [KeyBase](https://www.keybase.io/) - Encrypted chat, cloud and git. ## Cloning From afbd78918d323f1057ef6ceb8520c8718040faa5 Mon Sep 17 00:00:00 2001 From: Buvanesh Kumar Date: Tue, 17 Oct 2017 01:54:58 +0530 Subject: [PATCH 09/12] Added nano text editor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c17b33f..6d20c5c 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,7 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software. * [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. +* [Nano](http://https://www.nano-editor.org/) - A popular text editor, by default comes with most Linux distributions. ## IT Asset Management From c515e6234bfd3766d9115e6d619956d03abb00b6 Mon Sep 17 00:00:00 2001 From: Buvanesh Kumar Date: Tue, 17 Oct 2017 01:57:31 +0530 Subject: [PATCH 10/12] Added opendcim entry --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c17b33f..4e9d967 100644 --- a/README.md +++ b/README.md @@ -287,6 +287,7 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software. * [RackTables](http://racktables.org/) - Datacenter and server room asset management like document hardware assets, network addresses, space in racks, networks configuration. * [Ralph](https://github.com/allegro/ralph) - Asset management, DCIM and CMDB system for large Data Centers as well as smaller LAN networks. * [Snipe IT](http://snipeitapp.com/) - Asset & license management software. +* [OpenDCIM](http://www.opendcim.org/) - A web based Data Center Infrastructure Management application. ## LDAP From 14a780e90e880b0aa3a17983351c2452b90274ed Mon Sep 17 00:00:00 2001 From: Optic00 Date: Thu, 26 Oct 2017 14:07:47 +0200 Subject: [PATCH 11/12] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c17b33f..fbcb5cf 100644 --- a/README.md +++ b/README.md @@ -641,6 +641,7 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software. * [sshuttle](https://github.com/apenwarr/sshuttle) - Poor man's VPN. * [strongSwan](http://www.strongswan.org/) - Complete IPsec implementation for Linux. * [tinc](http://www.tinc-vpn.org/) - Distributed p2p VPN. +* [wireguard](https://www.wireguard.com/) - New minimal VPN Solution that is very fast. ## Web From f0e1f20724a74ea9b959da586b480291c2759245 Mon Sep 17 00:00:00 2001 From: Ilan Date: Wed, 6 Dec 2017 10:34:33 +0200 Subject: [PATCH 12/12] update URL for Cloudify Updated to the new Cloudify URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c17b33f..858d88a 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software. * [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. * [Ansible](http://www.ansible.com) - Contains modules for controlling many types of cloud resources. -* [Cloudify](http://www.getcloudify.org/) - Open source TOSCA-based cloud orchestration software platform written in Python and YAML. +* [Cloudify](http://cloudify.co/) - 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.