Merge pull request #96 from krondor/patch-3

Added Security Section
This commit is contained in:
Francisco Augusto 2014-06-27 16:58:26 +02:00
commit 8be9283075
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [
* [Newsletter](#newsletters)
* [NoSQL](#nosql)
* [RDBMS](#rdbms)
* [Security](#security)
* [SMTP](#smtp)
* [Software Containers](#software-containers)
* [SSH](#ssh)
@ -308,6 +309,11 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
* [PostgreSQL-XL](http://www.postgres-xl.org/) - Scalable Open Source PostgreSQL-based database cluster.
* [SQLite](http://sqlite.org/) - Library that implements a self-contained, serverless, zero-configuration, transactional SQL DBS.
## Security
*Security tools.*
* [Fail2Ban](http://www.fail2ban.org/wiki/index.php/Main_Page) - Scans log files and takes action on IPs that show malicious behavior.
## SMTP
*SMTP servers.*