From f0b8c87f1b8c60cd3e279c3d8ee6b79722fdb2c2 Mon Sep 17 00:00:00 2001 From: virtual-tdf Date: Wed, 4 Mar 2015 15:24:18 +0100 Subject: [PATCH 1/4] New category - Automation I've added new category - automation and added 4 open source automation build tools. Some of them are should be know by sysadmins. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 4b8f9cb..5c1246e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [Awesome PHP](https://github.com/ziadoz/awesome-php) * [Awesome Sysadmin](#awesome-sysadmin) + * [Automation](#automation) * [Backups](#backups) * [Cloning](#cloning) * [Cloud Computing](#cloud-computing) @@ -51,6 +52,14 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Websites](#websites) * [Contributing](#contributing) +## Automation +*Automation build.* + +* [GNU Make](http://www.amanda.org/) - The most popular automation build tool for many purposes. +* [Apache Maven](http://maven.apache.org/) - Build automation tool mainly for Java. +* [Apache Ant](http://www.bacula.org/) - Automation build tool, similar to make, written in Java. +* [Gradle](http://gradle.org/) - Another open source build automation system. + ## Backups *Backup software.* From 2a42fcde53e95e3b3d5bcc0b428f3b1afb3ca771 Mon Sep 17 00:00:00 2001 From: virtual-tdf Date: Wed, 4 Mar 2015 15:32:19 +0100 Subject: [PATCH 2/4] Update to Automation category Improved links and sorted list. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c1246e..0e99524 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ ## Automation *Automation build.* -* [GNU Make](http://www.amanda.org/) - The most popular automation build tool for many purposes. +* [Apache Ant](https://ant.apache.org/) - Automation build tool, similar to make, written in Java. * [Apache Maven](http://maven.apache.org/) - Build automation tool mainly for Java. -* [Apache Ant](http://www.bacula.org/) - Automation build tool, similar to make, written in Java. +* [GNU Make](http://www.gnu.org/software/make/) - The most popular automation build tool for many purposes. * [Gradle](http://gradle.org/) - Another open source build automation system. ## Backups From 5809e3d938dfe4953a7a909cf46bcb5b4b5631ab Mon Sep 17 00:00:00 2001 From: Thomas Date: Thu, 5 Mar 2015 00:01:04 +0100 Subject: [PATCH 3/4] New app in WebMail category I've added SquirellMail web-based IMAP client. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0e99524..7121413 100644 --- a/README.md +++ b/README.md @@ -468,6 +468,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [Mailpile](https://www.mailpile.is/) - A modern, fast web-mail client with user-friendly encryption and privacy features. * [Roundcube](http://roundcube.net/) - Browser-based IMAP client with an application-like user interface. +* [SquirellMail](http://squirrelmail.org) - Another browser-based IMAP client. ## Web *Web servers.* From 5da1d0c155e559ab5091f8417681a98c4fb4b096 Mon Sep 17 00:00:00 2001 From: phre4k Date: Sat, 4 Apr 2015 04:33:56 +0200 Subject: [PATCH 4/4] fixed typo in Webmails/Squirrelmail --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f4f95d..af7eea7 100644 --- a/README.md +++ b/README.md @@ -478,7 +478,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v * [Mailpile](https://www.mailpile.is/) - A modern, fast web-mail client with user-friendly encryption and privacy features. * [Roundcube](http://roundcube.net/) - Browser-based IMAP client with an application-like user interface. -* [SquirellMail](http://squirrelmail.org) - Another browser-based IMAP client. +* [SquirrelMail](http://squirrelmail.org) - Another browser-based IMAP client. ## Web *Web servers.*