From 5d3ef3f29bf042fcc2fd27fe29f008b376cd8b8a Mon Sep 17 00:00:00 2001 From: Adrian Lynch Date: Sun, 5 Apr 2015 12:20:47 +0100 Subject: [PATCH 01/10] Link update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6501d7..8bb1f97 100644 --- a/README.md +++ b/README.md @@ -389,7 +389,7 @@ * [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. From ceffae4ff883dd9ccd9f50eb42f872805844accf Mon Sep 17 00:00:00 2001 From: phre4k Date: Sun, 5 Apr 2015 16:30:17 +0200 Subject: [PATCH 02/10] removed Opsmatic (not FLOSS) --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1e64735..599939a 100644 --- a/README.md +++ b/README.md @@ -328,7 +328,6 @@ * [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. * [OMD](http://omdistro.org/) - The Open Monitoring Distribution. -* [Opsmatic](https://opsmatic.com/) - Configuration monitoring software for your infrastructure with automatic drift detection. * [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. From 09cdb400635fb72664394e49ffa8c31e34e3f509 Mon Sep 17 00:00:00 2001 From: phre4k Date: Sun, 5 Apr 2015 20:34:33 +0200 Subject: [PATCH 03/10] added Snebu to Backup - closes #5 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 599939a..5d70878 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ * [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`. +* [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. * [DREBS](https://github.com/dojo4/drebs) - AWS EBS backup script that supports strategies. From c03fc908380553315f7546b7468b22dcc504c808 Mon Sep 17 00:00:00 2001 From: Jaseem Abid Date: Mon, 6 Apr 2015 06:15:22 +0530 Subject: [PATCH 04/10] Add phabricator to code review tools. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5d70878..d37f1c6 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ *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. +* [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/) - Available as free software uner the MIT License. ## Collaborative Software From 3220d06f33bdfa7e6ebf53783e85f0962b62e527 Mon Sep 17 00:00:00 2001 From: Rilindo Foster Date: Sun, 5 Apr 2015 20:40:21 -0500 Subject: [PATCH 05/10] Added Repos --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5d70878..016cf17 100644 --- a/README.md +++ b/README.md @@ -601,6 +601,9 @@ Various resources, such as books, websites and articles, for improving your skil * [AlternativeTo](http://alternativeto.net) - Find alternatives to software you know and discover new software. * [Dotdeb](http://www.dotdeb.org/) - Repository with LAMP updated packages for Debian. * [Remi](http://rpms.famillecollet.com/) - Repository with LAMP updated packages for RHEL/Centos/Fedora. +* [EPEL](https://fedoraproject.org/wiki/EPEL) - Repository for RHEL and compatibles (CentOS, Scientific Linux). +* [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. +* [ElRepo](http://elrepo.org/tiki/tiki-index.php) - Community Repo for Enterprise Linux (RHEL, CentOS, etc). ## Websites *Useful sysadmin related websites.* From 718589d3118bedba5fadfae8e9f2563bb0bcb02f Mon Sep 17 00:00:00 2001 From: Petros Moisiadis Date: Mon, 6 Apr 2015 10:17:07 +0300 Subject: [PATCH 06/10] Add Attic to Backup software Attic is a deduplicating backup program written in Python. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d70878..de00a84 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ *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) - A fork of Bacula backup tool. * [Backupninja](https://labs.riseup.net/code/projects/backupninja) - Lightweight, extensible meta-backup system. @@ -77,7 +78,7 @@ * [TarSnap](https://www.tarsnap.com/) - Secure backup service with an open-source client. * [UrBackup](http://www.urbackup.org/) - Another client-server backup system. * [DREBS](https://github.com/dojo4/drebs) - AWS EBS backup script that supports strategies. -* [ZBackup](http://zbackup.org/) - A versatile deduplicating backup tool +* [ZBackup](http://zbackup.org/) - A versatile deduplicating backup tool. ## Cloning *Cloning software.* From f66aaaaf0a251f127d6e353d6cf55c963f083b80 Mon Sep 17 00:00:00 2001 From: phre4k Date: Mon, 6 Apr 2015 11:10:03 +0200 Subject: [PATCH 07/10] created sub-categories for Repositories --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 016cf17..0937db0 100644 --- a/README.md +++ b/README.md @@ -599,11 +599,15 @@ Various resources, such as books, websites and articles, for improving your skil *Software package repositories.* * [AlternativeTo](http://alternativeto.net) - Find alternatives to software you know and discover new software. + +### Debian-based distributions * [Dotdeb](http://www.dotdeb.org/) - Repository with LAMP updated packages for Debian. -* [Remi](http://rpms.famillecollet.com/) - Repository with LAMP updated packages for RHEL/Centos/Fedora. -* [EPEL](https://fedoraproject.org/wiki/EPEL) - Repository for RHEL and compatibles (CentOS, Scientific Linux). -* [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. + +### 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.* From a86e1ec8a7134db0b67de6cf7ed1d4bbdb6e886f Mon Sep 17 00:00:00 2001 From: doertyDoerte! Date: Mon, 6 Apr 2015 11:30:38 +0200 Subject: [PATCH 08/10] Add Security -> Glastopf [Glastopf](http://glastopf.org/) is a low interaction honeypot system which emulates vulnerabiltiies to gather data and make sense of the attacks that try to get into your system. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a116698..51fedd3 100644 --- a/README.md +++ b/README.md @@ -433,7 +433,8 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [Fail2Ban](http://www.fail2ban.org/wiki/index.php/Main_Page) - Scans log files and takes action on IPs that show malicious behavior. * [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 techniques. +* [SpamAssassin](https://spamassassin.apache.org/) - A powerful and popular email spam filter employing a variety of detection technique. +* [Glastopf](http://glastopf.org/) - A low-interaction web application honeypot to emulate vulnerabilities and gather attack data. ## Service Discovery From 8a43dd824873242b93e39eec1228732073a51e74 Mon Sep 17 00:00:00 2001 From: doertyDoerte! Date: Mon, 6 Apr 2015 11:36:06 +0200 Subject: [PATCH 09/10] Add Security -> Kippo [Kippo](https://github.com/desaster/kippo) is a cool sandbox, a standalone SSH daemon that can stand besides "the real" SSH daemon listening on another port, giving a sysadmin the ability to configure a whole FS sandbox. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51fedd3..11960f6 100644 --- a/README.md +++ b/README.md @@ -435,6 +435,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [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. * [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. ## Service Discovery From 1753ee4c3aa7e8147c7212a2e4d87042249dd8bb Mon Sep 17 00:00:00 2001 From: doertyDoerte! Date: Mon, 6 Apr 2015 11:57:29 +0200 Subject: [PATCH 10/10] Security: Updated to alphabetical Relates to the following additions: * [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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11960f6..984aa06 100644 --- a/README.md +++ b/README.md @@ -431,11 +431,11 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [Blackbox](https://github.com/StackExchange/blackbox) - Safely store secrets in Git/Mercurial. Privides 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. +* [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. * [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. -* [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. ## Service Discovery