From 542c2f248f84f9195f563c89eb096eb19d04729a Mon Sep 17 00:00:00 2001 From: Michael Beasley Date: Tue, 4 Aug 2015 19:48:05 -0400 Subject: [PATCH 1/2] Add: Security - Nmap --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 88e598d..e67285f 100644 --- a/README.md +++ b/README.md @@ -515,7 +515,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v *Security tools.* * [Blackbox](https://github.com/StackExchange/blackbox) - Safely store secrets in Git/Mercurial. Provides tooling to automatically encrypt secrets like passwords. -* [Bro](http://www.bro.org) - Bro is a powerful framework for network analysis and security monitoring. +* [Bro](http://www.bro.org) - Bro is a powerful framework for network analysis and security monitoring. * [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. * [fwknop](https://www.cipherdyne.org/fwknop/) - Protects ports via Single Packet Authorization in your firewall. @@ -527,6 +527,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [pfSense](https://www.pfsense.org/) - Firewall and Router FreeBSD distribution. * [Snort](https://www.snort.org/) - Network intrusion prevention system (NIPS) and network intrusion detection system (NIDS). * [SpamAssassin](https://spamassassin.apache.org/) - A powerful and popular email spam filter employing a variety of detection technique. +* [Nmap](https://nmap.org) - Nmap is a free and open source utility for network discovery and security auditing. ## Service Discovery @@ -539,7 +540,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v *Operating system–level virtualization.* * [Docker](http://www.docker.com/) - Platform for developers and sysadmins to build, ship, and run distributed applications. -* [LXC](https://linuxcontainers.org/lxc/) - Userspace interface for the Linux kernel containment features. +* [LXC](https://linuxcontainers.org/lxc/) - Userspace interface for the Linux kernel containment features. * [OpenVZ](http://openvz.org) - Container-based virtualization for Linux. ## SSH @@ -571,7 +572,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [Cachet](https://cachethq.io) - Status page system written in PHP. * [Stashboard](http://www.stashboard.org) - Status page for cloud services and APIs. * [System Status Dashboard (SSD)](http://www.system-status-dashboard.com/) - Overview about an organization's infrastructure health status. -* [Staytus](http://staytus.co/) - Staytus is a complete solution for publishing the latest information about any issues with your web applications, networks or services. +* [Staytus](http://staytus.co/) - Staytus is a complete solution for publishing the latest information about any issues with your web applications, networks or services. ## Ticketing systems *Web-based ticketing system.* From 1518b202767d93e57e0e9b8545593b89711d3fe6 Mon Sep 17 00:00:00 2001 From: Michael Beasley Date: Tue, 4 Aug 2015 20:03:44 -0400 Subject: [PATCH 2/2] Add: Editors - Nano --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e67285f..8f3d87a 100644 --- a/README.md +++ b/README.md @@ -293,6 +293,7 @@ * [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://nano-editor.org) - Easy to use, customizable text editor. ## Identity Management *LDAP servers and other tools to manage accounts and identities.*