From a59ee9c70f1f9edf36586c89a44389ee18b0c1c7 Mon Sep 17 00:00:00 2001 From: Marc Falzon Date: Tue, 7 Oct 2014 09:10:01 +0200 Subject: [PATCH 1/5] Add Brebis in Backups --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aaa78d9..2258707 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,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. +* [Brebis](http://brebisproject.org) - A fully automated backup checker * [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 5e19c2f23d204b24709ac23fe7ffb6df417ccdaa Mon Sep 17 00:00:00 2001 From: Marc Falzon Date: Tue, 7 Oct 2014 09:15:29 +0200 Subject: [PATCH 2/5] Improve Gogs description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2258707..3771c22 100644 --- a/README.md +++ b/README.md @@ -407,7 +407,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [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/) - A self-hosted Git service written in Go. * [Phabricator](http://phabricator.org/) Written in PHP. * [Redmine](http://www.redmine.org/) - Written in ruby on rails. * [The Bug Genie](http://www.thebuggenie.com/) - Written in PHP. From eb4b2b99cb333d9c9048ce74cdbde9a4a54f9b3c Mon Sep 17 00:00:00 2001 From: Marc Falzon Date: Tue, 7 Oct 2014 09:17:00 +0200 Subject: [PATCH 3/5] Improve Salt description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3771c22..5558c45 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ 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. ## Cloud Storage From f5b2e489d57ec2e0d80d3638a7ce74df053404fd Mon Sep 17 00:00:00 2001 From: Marc Falzon Date: Tue, 7 Oct 2014 09:21:30 +0200 Subject: [PATCH 4/5] Add Facette to Metrics & Metric Collection --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5558c45..220b92b 100644 --- a/README.md +++ b/README.md @@ -260,6 +260,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [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. * [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. From cbd5ffc4fb41a077a27b04df36ecccae9de9c374 Mon Sep 17 00:00:00 2001 From: Marc Falzon Date: Tue, 7 Oct 2014 09:23:45 +0200 Subject: [PATCH 5/5] Add LXC to Software Containers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 220b92b..ce9822b 100644 --- a/README.md +++ b/README.md @@ -363,6 +363,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [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 - Linux Containers](https://linuxcontainers.org/) - Userspace interface for the Linux kernel containment features. * [OpenVZ](http://openvz.org) - Container-based virtualization for Linux. ## SSH