Added Security Section

Added a section for security with one entry for Fail2Ban to help populate the new section.
This commit is contained in:
krondor 2014-06-26 17:58:32 -04:00
parent 9de6d023a5
commit 97b9ee3256
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)
@ -276,6 +277,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.*