From 6185e448588a236fb3b60b1198277a33b96d287b Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 15:25:16 +0200 Subject: [PATCH 01/28] Revert me (VSCode Bug) --- README.md | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 3cfcff5..8fde6c1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,9 @@ ## Table of contents -- [Software](#software) +- [Awesome Sysadmin](#awesome-sysadmin) + - [Table of contents](#table-of-contents) + - [Software](#software) - [Automation](#automation) - [Backups](#backups) - [Build and software organization tools](#build-and-software-organization-tools) @@ -26,32 +28,32 @@ - [Code Review](#code-review) - [Configuration Management Database](#configuration-management-database) - [Configuration Management](#configuration-management) - - [Continuous Integration & Continuous Deployment](#continuous-integration--continuous-deployment) + - [Continuous Integration \& Continuous Deployment](#continuous-integration--continuous-deployment) - [Control Panels](#control-panels) - [Databases](#databases) - [Deployment Automation](#deployment-automation) - [Diagramming](#diagramming) - [Distributed Filesystems](#distributed-filesystems) - [DNS - Servers](#dns---servers) - - [DNS - Control Panels & Domain Management](#dns---control-panels--domain-management) + - [DNS - Control Panels \& Domain Management](#dns---control-panels--domain-management) - [Editors](#editors) - [Identity Management](#identity-management) - [Identity Management - LDAP](#identity-management---ldap) - [Identity Management - Tools and web interfaces](#identity-management---tools-and-web-interfaces) - - [Identity Management - Single Sign-On SSO](#identity-management---single-sign-on-sso) + - [Identity Management - Single Sign-On (SSO)](#identity-management---single-sign-on-sso) - [IT Asset Management](#it-asset-management) - [Log Management](#log-management) - [Mail Clients](#mail-clients) - [Monitoring](#monitoring) - [Status Pages](#status-pages) - - [Metrics & Metric Collection](#metrics--metric-collection) + - [Metrics \& Metric Collection](#metrics--metric-collection) - [Network Configuration Management](#network-configuration-management) - [Newsletters](#newsletters) - [Packaging](#packaging) - [Project Management](#project-management) - [Queuing](#queuing) - - [Router](#router) - [Remote Desktop Clients](#remote-desktop-clients) + - [Router](#router) - [Service Discovery](#service-discovery) - [Software Containers](#software-containers) - [Troubleshooting](#troubleshooting) @@ -59,15 +61,12 @@ - [Virtualization](#virtualization) - [VPN](#vpn) - [Web](#web) -- [List of Licenses](#list-of-licenses) -- [External links](#external-links) -- [Blogs](#blogs) -- [Books](#books) -- [Communities / Forums](#communities--forums) -- [Newsletters](#newsletters) -- [Repositories](#repositories) -- [Websites](#websites) -- [License](#license) + - [List of Licenses](#list-of-licenses) + - [External links](#external-links) + - [Communities / Forums](#communities--forums) + - [Repositories](#repositories) + - [Websites](#websites) + - [License](#license) -------------------- From 2f726a3e39b3c229197c4a13db904798dd7d8496 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 15:32:38 +0200 Subject: [PATCH 02/28] Add ISC License --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fde6c1..65617e7 100644 --- a/README.md +++ b/README.md @@ -749,6 +749,7 @@ VPN software. - `GFDL-1.2` - [GNU Free Documentation License 1.2](https://spdx.org/licenses/GFDL-1.2.html) - `GPL-2.0` - [GNU General Public License 2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) - `GPL-3.0` - [GNU General Public License 3.0](https://www.gnu.org/licenses/gpl-3.0.en.html) +- `ISC` - [ISC License](https://spdx.org/licenses/ISC.html) - `LGPL-2.0` - [GNU Library General Public License v2 only](https://spdx.org/licenses/LGPL-2.0.html) - `LGPL-2.1` - [GNU Lesser General Public License v2.1 only](https://spdx.org/licenses/LGPL-2.1.html) - `MIT` - [MIT License](https://opensource.org/licenses/MIT) From 64ba65215d011700f2abe584b6459e3066bc2453 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 15:33:39 +0200 Subject: [PATCH 03/28] Add LGPG-3.0 and remove 'only' from name --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65617e7..4f2fe33 100644 --- a/README.md +++ b/README.md @@ -750,8 +750,9 @@ VPN software. - `GPL-2.0` - [GNU General Public License 2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) - `GPL-3.0` - [GNU General Public License 3.0](https://www.gnu.org/licenses/gpl-3.0.en.html) - `ISC` - [ISC License](https://spdx.org/licenses/ISC.html) -- `LGPL-2.0` - [GNU Library General Public License v2 only](https://spdx.org/licenses/LGPL-2.0.html) -- `LGPL-2.1` - [GNU Lesser General Public License v2.1 only](https://spdx.org/licenses/LGPL-2.1.html) +- `LGPL-2.0` - [GNU Lesser General Public License v2](https://spdx.org/licenses/LGPL-2.0.html) +- `LGPL-2.1` - [GNU Lesser General Public License v2.1](https://spdx.org/licenses/LGPL-2.1.html) +- `LGPG-3.0` - [GNU Lesser General Public License v3](https://spdx.org/licenses/LGPL-3.0.html) - `MIT` - [MIT License](https://opensource.org/licenses/MIT) - `MPL-2.0` - [Mozilla Public License](https://www.mozilla.org/MPL/2.0/index.txt) - `NLPL` - [No Limit Public License](https://spdx.org/licenses/NLPL.html) From 10717ab599f03008af8a937e1d6def3d0d2812dc Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 15:35:55 +0200 Subject: [PATCH 04/28] GitHub Repo (mirror) doesn't state other licenses then GPL-2.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f2fe33..254969d 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ _Related: [IT Asset Management](#it-asset-management)_ [Disk cloning](https://en.wikipedia.org/wiki/Disk_cloning) software. -- [Clonezilla](https://clonezilla.org/) - Partition and disk imaging/cloning program. ([Source Code](https://clonezilla.org/downloads/src/)) `GPL-2.0/Other` `Perl/Shell/Other` +- [Clonezilla](https://clonezilla.org/) - Partition and disk imaging/cloning program. ([Source Code](https://clonezilla.org/downloads/src/)) `GPL-2.0` `Perl/Shell/Other` - [Fog](https://www.fogproject.org/) - Cloning/imaging solution/rescue suite. ([Source Code](https://github.com/FOGProject/fogproject)) `GPL-3.0` `PHP/Shell` From 5007aa21daf373e7dbb025b46db3ac52d7402ef2 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 15:36:54 +0200 Subject: [PATCH 05/28] Fixed syntax for Cockpit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 254969d..6af0087 100644 --- a/README.md +++ b/README.md @@ -242,7 +242,7 @@ _Related: [IT Asset Management](#it-asset-management)_ Web hosting and server or service control panels. - [Ajenti](https://ajenti.org/) - Control panel for Linux and BSD. ([Source Code](https://github.com/ajenti/ajenti)) `MIT` `Python/Shell` -- [Cockpit](https://cockpit-project.org/) - web-based graphical interface for servers. ([Source Code](https://github.com/cockpit-project/cockpit)) `LGPL-2.1` `C` +- [Cockpit](https://cockpit-project.org/) - Web-based graphical interface for servers. ([Source Code](https://github.com/cockpit-project/cockpit)) `LGPL-2.1` `C` - [Froxlor](https://froxlor.org/) - Lightweight server management software with Nginx and PHP-FPM support. ([Source Code](https://github.com/Froxlor/Froxlor/)) `GPL-2.0` `PHP` - [ISPConfig](https://www.ispconfig.org) - Manage Linux servers directly through your browser. ([Source Code](https://git.ispconfig.org/ispconfig/ispconfig3)) `BSD-3-Clause` `PHP` - [Sentora](https://sentora.org/) - Open-Source Web hosting control panel for Linux, BSD (fork of ZPanel). ([Source Code](https://github.com/sentora/sentora-core)) `GPL-3.0` `PHP` From 56c54b1cc09ee4662c8fda0578158d36427bfa8d Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 15:41:27 +0200 Subject: [PATCH 06/28] Fix easy-rsa syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6af0087..e0f7781 100644 --- a/README.md +++ b/README.md @@ -406,7 +406,7 @@ Open-source code editors. Miscellaneous utilities and web interfaces for identity management systems. - [BounCA](https://bounca.org/) - A personal SSL Key / Certificate Authority web-based tool for creating self-signed certificates. ([Source Code](https://gitlab.com/bounca/bounca/)) `Apache-2.0` `Python` -- [easy-rsa](https://github.com/OpenVPN/easy-rsa) - bash script to build and manage a PKI CA. `GPL-2.0` `Shell` +- [easy-rsa](https://github.com/OpenVPN/easy-rsa) - Bash script to build and manage a PKI CA. `GPL-2.0` `Shell` - [Fusion Directory](https://www.fusiondirectory.org) - Improve the Management of the services and the company directory based on OpenLDAP. ([Source Code](https://github.com/fusiondirectory/fusiondirectory)) `GPL-2.0` `PHP` - [Indieauth](https://indieauth.com/) - Sign in with your domain name (using the rel-me-auth protocol). ([Source Code](https://github.com/aaronpk/IndieAuth.com)) `Apache-2.0` `Ruby` - [LDAP Account Manager (LAM)](https://www.ldap-account-manager.org/lamcms/) - Web frontend for managing entries (e.g. users, groups, DHCP settings) stored in an LDAP directory. ([Source Code](https://github.com/LDAPAccountManager/lam/)) `GPL-3.0` `PHP` From 082a3d71569735db3c48707cd1c22bcbd1ea329c Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 15:41:46 +0200 Subject: [PATCH 07/28] Fix Errbot syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0f7781..3f74f20 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Conversation-driven development and management. _See also: [/r/chatops](https://old.reddit.com/r/chatops)* - [Eggdrop](https://www.eggheads.org/) - The oldest Internet Relay Chat (IRC) bot still in active development. ([Source Code](https://github.com/eggheads/eggdrop)) `GPL-2.0` `C` -- [Errbot](https://errbot.io/) - a plugin based chatbot designed to be easily deployable, extensible and maintainable. ([Source Code](https://github.com/errbotio/errbot)) `GPL-3.0` `Python` +- [Errbot](https://errbot.io/) - Plugin based chatbot designed to be easily deployable, extensible and maintainable. ([Source Code](https://github.com/errbotio/errbot)) `GPL-3.0` `Python` - [Hubot](https://hubot.github.com/) - A customizable, life embetterment robot. ([Source Code](https://github.com/hubotio/hubot)) `MIT` `Nodejs` From ebd4c5918ae5289f48f27a60b2073586c1effdce Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 15:42:02 +0200 Subject: [PATCH 08/28] fix etcd syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f74f20..7baa178 100644 --- a/README.md +++ b/README.md @@ -633,7 +633,7 @@ Software for management of [router](https://en.wikipedia.org/wiki/Router_(comput [Service discovery](https://en.wikipedia.org/wiki/Service_discovery) is the process of automatically detecting devices and services on a computer network. - [Consul](https://www.consul.io/) - Consul is a tool for service discovery, monitoring and configuration. ([Source Code](https://github.com/hashicorp/consul)) `MPL-2.0` `Go` -- [etcd](https://etcd.io/) - distributed K/V-Store, authenticating via SSL PKI and a REST HTTP Api for shared configuration and service discovery. ([Source Code](https://github.com/coreos/etcd)) `Apache-2.0` `Go` +- [etcd](https://etcd.io/) - Distributed K/V-Store, authenticating via SSL PKI and a REST HTTP Api for shared configuration and service discovery. ([Source Code](https://github.com/coreos/etcd)) `Apache-2.0` `Go` - [ZooKeeper](https://zookeeper.apache.org/) - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. ([Source Code](https://github.com/apache/zookeeper)) `Apache-2.0` `Java/C++` From d54ec72de9451f49945bfc0ea76c91fbcd4c462d Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 15:42:27 +0200 Subject: [PATCH 09/28] fix Flume syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7baa178..254521c 100644 --- a/README.md +++ b/README.md @@ -449,7 +449,7 @@ IT [asset management](https://en.wikipedia.org/wiki/Asset_management) software. Log management tools: collect, parse, visualize... - [Fluentd](https://www.fluentd.org/) - Data collector for unified logging layer. ([Source Code](https://github.com/fluent/fluentd)) `Apache-2.0` `Ruby` -- [Flume](https://flume.apache.org/) - distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log data. ([Source Code](https://github.com/apache/flume)) `Apache-2.0` `Java` +- [Flume](https://flume.apache.org/) - Distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log data. ([Source Code](https://github.com/apache/flume)) `Apache-2.0` `Java` - [GoAccess](https://goaccess.io/) - Real-time web log analyzer and interactive viewer that runs in a terminal or through the browser. ([Source Code](https://github.com/allinurl/goaccess)) `MIT` `C` - [Loki](https://grafana.com/oss/loki/) - Log aggregation system designed to store and query logs from all your applications and infrastructure. ([Source Code](https://github.com/grafana/loki)) `AGPL-3.0` `Go` - [rsyslog](https://www.rsyslog.com/) - Rocket-fast system for log processing. ([Source Code](https://github.com/rsyslog/rsyslog)) `GPL-3.0` `C` From d4238af96256874e63909ed1b8b94647072e56fd Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 15:43:46 +0200 Subject: [PATCH 10/28] fixed Gradle syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 254521c..a40818a 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Build automation. - [Bazel](https://www.bazel.io/) - A fast, scalable, multi-language and extensible build system. Used by Google. ([Source Code](https://github.com/bazelbuild/bazel/)) `Apache-2.0` `Java` - [Bolt](https://puppet.com/products/bolt) - You can use Bolt to run one-off tasks, scripts to automate the provisioning and management of some nodes, you can use Bolt to move a step beyond scripts, and make them shareable. ([Source Code](https://github.com/puppetlabs/bolt)) `Apache-2.0` `Ruby` - [GNU Make](https://www.gnu.org/software/make/) - The most popular automation build tool for many purposes, make is a tool which controls the generation of executables and other non-source files of a program from the program's source files. ([Source Code](https://git.savannah.gnu.org/cgit/make.git)) `GPL-3.0` `C` -- [Gradle](https://gradle.org/) - Another build automation system. ([Source Code](https://github.com/gradle/gradle)) `Groovy/Java` `Apache-2.0` +- [Gradle](https://gradle.org/) - Another build automation system. ([Source Code](https://github.com/gradle/gradle)) `Apache-2.0` `Groovy/Java` - [Rake](https://ruby.github.io/rake/) - Build automation tool similar to Make, written in and extensible in Ruby. ([Source Code](https://github.com/ruby/rake)) `MIT` `Ruby` From f2cab3e1a6b502679eb225b3ddad091313e5265d Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 15:44:01 +0200 Subject: [PATCH 11/28] fix grml syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a40818a..b5f1d64 100644 --- a/README.md +++ b/README.md @@ -660,7 +660,7 @@ Software for management of [router](https://en.wikipedia.org/wiki/Router_(comput Troubleshooting tools. -- [grml](https://grml.org) - bootable Debian Live CD with powerful CLI tools. ([Source Code](https://github.com/grml/)) `GPL-3.0` `Shell` +- [grml](https://grml.org) - Bootable Debian Live CD with powerful CLI tools. ([Source Code](https://github.com/grml/)) `GPL-3.0` `Shell` - [mitmproxy](https://mitmproxy.org/) - A Python tool used for intercepting, viewing and modifying network traffic. Invaluable in troubleshooting certain problems. ([Source Code](https://github.com/mitmproxy/mitmproxy)) `MIT` `Python` - [mtr](https://www.bitwizard.nl/mtr/) - Network utility that combines traceroute and ping. ([Source Code](https://github.com/traviscross/mtr)) `GPL-2.0` `C` - [perf-tools](https://github.com/brendangregg/perf-tools) - Performance analysis tools based on Linux perf_events (aka perf) and ftrace. `GPL-2.0` `Shell` From f332663f80436b6169a07bfb6bbb8f4d7de27977 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 15:45:02 +0200 Subject: [PATCH 12/28] fix Haroopad licenses --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5f1d64..d5ce019 100644 --- a/README.md +++ b/README.md @@ -364,7 +364,7 @@ Open-source code editors. - [Eclipse](https://www.eclipse.org/) - IDE written in Java with an extensible plug-in system. ([Source Code](https://git.eclipse.org/c/)) `EPL-1.0` `Java` - [Geany](https://www.geany.org/) - GTK2 text editor. ([Source Code](https://github.com/geany/geany)) `GPL-2.0` `C/C++` - [GNU Emacs](https://www.gnu.org/software/emacs/) - An extensible, customizable text editor-and more. ([Source Code](https://github.com/emacs-mirror/emacs)) `GPL-3.0` `C` -- [Haroopad](http://pad.haroopress.com/) - Markdown editor with live preview. ([Source Code](https://github.com/rhiokim/haroopad)) `GLP-3.0` `JavaScript` +- [Haroopad](http://pad.haroopress.com/) - Markdown editor with live preview. ([Source Code](https://github.com/rhiokim/haroopad)) `GPL-3.0` `JavaScript` - [ICEcoder](https://icecoder.net/) - Code editor awesomeness, built with common web languages. ([Demo](http://demo.icecoder.net), [Source Code](https://github.com/icecoder/ICEcoder)) `MIT` `PHP` - [jotgit](https://github.com/jdleesmiller/jotgit) - Git-backed real-time collaborative code editing. `MIT` `Nodejs` - [KDevelop](https://www.kdevelop.org/) - IDE by the people behind KDE. ([Source Code](https://invent.kde.org/kdevelop/kdevelop)) `GFDL-1.2` `C++` From 1b0eb33b384d34d4619cbd259386856d3e75a1f1 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 15:45:25 +0200 Subject: [PATCH 13/28] fix syntax for LXD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5ce019..5cde6a1 100644 --- a/README.md +++ b/README.md @@ -647,7 +647,7 @@ Software for management of [router](https://en.wikipedia.org/wiki/Router_(comput - [Docker Swarm](https://docs.docker.com/engine/swarm/) - Manage cluster of Docker Engines. ([Source Code](https://github.com/moby/swarmkit)) `Apache-2.0` `Go` - [Docker](https://www.docker.com/) - Platform for developers and sysadmins to build, ship, and run distributed applications. ([Source Code](https://www.docker.com/community/open-source/)) `Apache-2.0` `Go` - [LXC](https://linuxcontainers.org/lxc/) - Userspace interface for the Linux kernel containment features. ([Source Code](https://github.com/lxc/lxc)) `GPL-2.0` `C` -- [LXD](https://linuxcontainers.org/lxd/) - a container "hypervisor" and a better UX for LXC. ([Source Code](https://github.com/lxc/lxd)) `Apache-2.0` `Go` +- [LXD](https://linuxcontainers.org/lxd/) - Container "hypervisor" and a better UX for LXC. ([Source Code](https://github.com/lxc/lxd)) `Apache-2.0` `Go` - [OpenVZ](https://openvz.org) - Container-based virtualization for Linux. ([Source Code](https://src.openvz.org/projects/OVZ)) `GPL-2.0` `C` - [Podman](https://podman.io) - Daemonless container engine for developing, managing, and running OCI Containers on your Linux System. Containers can either be run as root or in rootless mode. Simply put: `alias docker=podman`. ([Source Code](https://github.com/containers/podman)) `Apache-2.0` `Go` - [Portainer Community Edition](https://www.portainer.io/) - Simple management UI for Docker. ([Source Code](https://github.com/portainer/portainer)) `Zlib` `Go` From 1441a26812f2ba0cf1a244c3360f463c7a1eb4aa Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 15:49:51 +0200 Subject: [PATCH 14/28] Add OLDAP-2.8 licenses --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5cde6a1..2357524 100644 --- a/README.md +++ b/README.md @@ -749,6 +749,7 @@ VPN software. - `GFDL-1.2` - [GNU Free Documentation License 1.2](https://spdx.org/licenses/GFDL-1.2.html) - `GPL-2.0` - [GNU General Public License 2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) - `GPL-3.0` - [GNU General Public License 3.0](https://www.gnu.org/licenses/gpl-3.0.en.html) +- `IPL-1.0` - [IBM Public License v1.0](https://spdx.org/licenses/IPL-1.0.html) - `ISC` - [ISC License](https://spdx.org/licenses/ISC.html) - `LGPL-2.0` - [GNU Lesser General Public License v2](https://spdx.org/licenses/LGPL-2.0.html) - `LGPL-2.1` - [GNU Lesser General Public License v2.1](https://spdx.org/licenses/LGPL-2.1.html) @@ -756,6 +757,7 @@ VPN software. - `MIT` - [MIT License](https://opensource.org/licenses/MIT) - `MPL-2.0` - [Mozilla Public License](https://www.mozilla.org/MPL/2.0/index.txt) - `NLPL` - [No Limit Public License](https://spdx.org/licenses/NLPL.html) +- `OLDAP-2.8` - [Open LDAP Public License v2.8](https://spdx.org/licenses/OLDAP-2.8.html) - `QPL-1.0` - [Q Public License 1.0](https://spdx.org/licenses/QPL-1.0.html) - `Vim` - [Vim License](https://spdx.org/licenses/Vim.html) From 3f515e3c9241e3d8300edc4cfe9d427fb3265dab Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 15:50:26 +0200 Subject: [PATCH 15/28] fix OPNsense syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2357524..d8b7c5a 100644 --- a/README.md +++ b/README.md @@ -622,7 +622,7 @@ Software for management of [router](https://en.wikipedia.org/wiki/Router_(comput - [DD-WRT](https://dd-wrt.com/) - A Linux-based firmware for wireless routers and access points, originally designed for the Linksys WRT54G series. ([Source Code](https://svn.dd-wrt.com/)) `GPL-2.0` `C` - [OpenWrt](https://openwrt.org/) - A Linux-based router featuring Mesh networking, IPS via snort and AQM among many other features. ([Source Code](https://git.openwrt.org/openwrt/openwrt.git)) `GPL-2.0` `C` -- [OPNsense](https://opnsense.org/) - An open source FreeBSD-based firewall and router with traffic shaping, load balancing, and virtual private network capabilities. ([Source Code](https://github.com/opnsense)) `BSD-2-Clause` `C` `PHP` +- [OPNsense](https://opnsense.org/) - An open source FreeBSD-based firewall and router with traffic shaping, load balancing, and virtual private network capabilities. ([Source Code](https://github.com/opnsense)) `BSD-2-Clause` `C/PHP` - [pfSense CE](https://www.pfsense.org/) - Free network firewall distribution, based on the FreeBSD operating system with a custom kernel and including third party free software packages for additional functionality. ([Source Code](https://github.com/pfsense/pfsense)) `Apache-2.0` `Shell/PHP/Other` From a3b237c190133c65769c0b756b89f5823b3bfbc9 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 15:51:49 +0200 Subject: [PATCH 16/28] Add Zlib licenses --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d8b7c5a..e4e195f 100644 --- a/README.md +++ b/README.md @@ -760,6 +760,7 @@ VPN software. - `OLDAP-2.8` - [Open LDAP Public License v2.8](https://spdx.org/licenses/OLDAP-2.8.html) - `QPL-1.0` - [Q Public License 1.0](https://spdx.org/licenses/QPL-1.0.html) - `Vim` - [Vim License](https://spdx.org/licenses/Vim.html) +- `Zlib` - [zlib License](https://spdx.org/licenses/Zlib.html) ------------------- From 1dec9bb5f133b6cb18045b80af3ea2e215b5847c Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 15:52:18 +0200 Subject: [PATCH 17/28] fix Statsd syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4e195f..5cbc2cf 100644 --- a/README.md +++ b/README.md @@ -535,7 +535,7 @@ _Related: [Databases](#databases), [Monitoring](#monitoring)_ - [Grafana](https://grafana.com/) - A Graphite & InfluxDB Dashboard and Graph Editor. ([Source Code](https://github.com/grafana/grafana)) `AGPL-3.0` `Go` - [Graphite](https://graphite.readthedocs.org/en/latest/) - Scalable graphing server. ([Source Code](https://github.com/graphite-project/graphite-web)) `Apache-2.0` `Python` - [RRDtool](https://oss.oetiker.ch/rrdtool/) - Industry standard, high performance data logging and graphing system for time series data. ([Source Code](https://github.com/oetiker/rrdtool-1.x)) `GPL-2.0` `C` -- [Statsd](https://github.com/etsy/statsd/) - Daemon that listens for statistics like counters and timers, sent over UDP or TCP, and sends aggregates to one or more pluggable backend services. `Nodejs` `MIT` +- [Statsd](https://github.com/etsy/statsd/) - Daemon that listens for statistics like counters and timers, sent over UDP or TCP, and sends aggregates to one or more pluggable backend services. `MIT` `Nodejs` - [tcollector](http://opentsdb.net/docs/build/html/user_guide/utilities/tcollector.html) - Gathers data from local collectors and pushes the data to OpenTSDB. ([Source Code](https://github.com/OpenTSDB/tcollector/)) `LGPL-3.0/GPL-3.0` `Python` - [Telegraf](https://github.com/influxdata/telegraf) - Plugin-driven server agent for collecting, processing, aggregating, and writing metrics. `MIT` `Go` From e68f91a17961b8dc0b3cc0cd93de6af1826b4c4d Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 15:53:34 +0200 Subject: [PATCH 18/28] Add GPL-1.0 to Licenses --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5cbc2cf..9394b80 100644 --- a/README.md +++ b/README.md @@ -747,6 +747,7 @@ VPN software. - `CDDL-1.0` - [Common Development and Distribution License 1.0](https://spdx.org/licenses/CDDL-1.0.html) - `EPL-1.0` - [Eclipse Public License 1.0](https://spdx.org/licenses/EPL-1.0.html) - `GFDL-1.2` - [GNU Free Documentation License 1.2](https://spdx.org/licenses/GFDL-1.2.html) +- `GPL-1.0` - [GNU General Public License 1.0](https://spdx.org/licenses/GPL-1.0.html) - `GPL-2.0` - [GNU General Public License 2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) - `GPL-3.0` - [GNU General Public License 3.0](https://www.gnu.org/licenses/gpl-3.0.en.html) - `IPL-1.0` - [IBM Public License v1.0](https://spdx.org/licenses/IPL-1.0.html) From 1a6b2c760d8754fd204b2067fcad23d25ad7fbcd Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 15:56:24 +0200 Subject: [PATCH 19/28] link all licenses to spdx.org --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 9394b80..fb0e52e 100644 --- a/README.md +++ b/README.md @@ -739,24 +739,24 @@ VPN software. ## List of Licenses -- `AGPL-3.0` - [GNU Affero General Public License 3.0](https://www.gnu.org/licenses/agpl-3.0) -- `Apache-2.0` - [Apache, Version 2.0](https://www.apache.org/licenses/) -- `BSD-2-Clause` - [BSD 2-clause "Simplified"](https://opensource.org/licenses/BSD-2-Clause) -- `BSD-3-Clause` - [BSD 3-Clause "New" or "Revised"](https://opensource.org/licenses/BSD-3-Clause) +- `AGPL-3.0` - [GNU Affero General Public License 3.0](https://spdx.org/licenses/AGPL-3.0.html) +- `Apache-2.0` - [Apache, Version 2.0](https://spdx.org/licenses/Apache-2.0.html) +- `BSD-2-Clause` - [BSD 2-clause "Simplified"](https://spdx.org/licenses/BSD-2-Clause.html) +- `BSD-3-Clause` - [BSD 3-Clause "New" or "Revised"](https://spdx.org/licenses/BSD-3-Clause.html) - `BUSL-1.1` - [Business Source License 1.1](https://spdx.org/licenses/BUSL-1.1.html) - `CDDL-1.0` - [Common Development and Distribution License 1.0](https://spdx.org/licenses/CDDL-1.0.html) - `EPL-1.0` - [Eclipse Public License 1.0](https://spdx.org/licenses/EPL-1.0.html) - `GFDL-1.2` - [GNU Free Documentation License 1.2](https://spdx.org/licenses/GFDL-1.2.html) - `GPL-1.0` - [GNU General Public License 1.0](https://spdx.org/licenses/GPL-1.0.html) -- `GPL-2.0` - [GNU General Public License 2.0](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) -- `GPL-3.0` - [GNU General Public License 3.0](https://www.gnu.org/licenses/gpl-3.0.en.html) +- `GPL-2.0` - [GNU General Public License 2.0](https://spdx.org/licenses/GPL-2.0.html) +- `GPL-3.0` - [GNU General Public License 3.0](https://spdx.org/licenses/GPL-3.0.html) - `IPL-1.0` - [IBM Public License v1.0](https://spdx.org/licenses/IPL-1.0.html) - `ISC` - [ISC License](https://spdx.org/licenses/ISC.html) - `LGPL-2.0` - [GNU Lesser General Public License v2](https://spdx.org/licenses/LGPL-2.0.html) - `LGPL-2.1` - [GNU Lesser General Public License v2.1](https://spdx.org/licenses/LGPL-2.1.html) - `LGPG-3.0` - [GNU Lesser General Public License v3](https://spdx.org/licenses/LGPL-3.0.html) -- `MIT` - [MIT License](https://opensource.org/licenses/MIT) -- `MPL-2.0` - [Mozilla Public License](https://www.mozilla.org/MPL/2.0/index.txt) +- `MIT` - [MIT License](https://spdx.org/licenses/MIT.html) +- `MPL-2.0` - [Mozilla Public License](https://spdx.org/licenses/MPL-2.0.html) - `NLPL` - [No Limit Public License](https://spdx.org/licenses/NLPL.html) - `OLDAP-2.8` - [Open LDAP Public License v2.8](https://spdx.org/licenses/OLDAP-2.8.html) - `QPL-1.0` - [Q Public License 1.0](https://spdx.org/licenses/QPL-1.0.html) From b93cc37e6f4c9da04a941a772731dfcda4c7ff8d Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 15:57:01 +0200 Subject: [PATCH 20/28] Revert "Revert me (VSCode Bug)" This reverts commit 6185e448588a236fb3b60b1198277a33b96d287b. --- README.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index fb0e52e..ec366a0 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,7 @@ ## Table of contents -- [Awesome Sysadmin](#awesome-sysadmin) - - [Table of contents](#table-of-contents) - - [Software](#software) +- [Software](#software) - [Automation](#automation) - [Backups](#backups) - [Build and software organization tools](#build-and-software-organization-tools) @@ -28,32 +26,32 @@ - [Code Review](#code-review) - [Configuration Management Database](#configuration-management-database) - [Configuration Management](#configuration-management) - - [Continuous Integration \& Continuous Deployment](#continuous-integration--continuous-deployment) + - [Continuous Integration & Continuous Deployment](#continuous-integration--continuous-deployment) - [Control Panels](#control-panels) - [Databases](#databases) - [Deployment Automation](#deployment-automation) - [Diagramming](#diagramming) - [Distributed Filesystems](#distributed-filesystems) - [DNS - Servers](#dns---servers) - - [DNS - Control Panels \& Domain Management](#dns---control-panels--domain-management) + - [DNS - Control Panels & Domain Management](#dns---control-panels--domain-management) - [Editors](#editors) - [Identity Management](#identity-management) - [Identity Management - LDAP](#identity-management---ldap) - [Identity Management - Tools and web interfaces](#identity-management---tools-and-web-interfaces) - - [Identity Management - Single Sign-On (SSO)](#identity-management---single-sign-on-sso) + - [Identity Management - Single Sign-On SSO](#identity-management---single-sign-on-sso) - [IT Asset Management](#it-asset-management) - [Log Management](#log-management) - [Mail Clients](#mail-clients) - [Monitoring](#monitoring) - [Status Pages](#status-pages) - - [Metrics \& Metric Collection](#metrics--metric-collection) + - [Metrics & Metric Collection](#metrics--metric-collection) - [Network Configuration Management](#network-configuration-management) - [Newsletters](#newsletters) - [Packaging](#packaging) - [Project Management](#project-management) - [Queuing](#queuing) - - [Remote Desktop Clients](#remote-desktop-clients) - [Router](#router) + - [Remote Desktop Clients](#remote-desktop-clients) - [Service Discovery](#service-discovery) - [Software Containers](#software-containers) - [Troubleshooting](#troubleshooting) @@ -61,12 +59,15 @@ - [Virtualization](#virtualization) - [VPN](#vpn) - [Web](#web) - - [List of Licenses](#list-of-licenses) - - [External links](#external-links) - - [Communities / Forums](#communities--forums) - - [Repositories](#repositories) - - [Websites](#websites) - - [License](#license) +- [List of Licenses](#list-of-licenses) +- [External links](#external-links) +- [Blogs](#blogs) +- [Books](#books) +- [Communities / Forums](#communities--forums) +- [Newsletters](#newsletters) +- [Repositories](#repositories) +- [Websites](#websites) +- [License](#license) -------------------- From 4701d349fcb26e9a33cb4942bc9f52c8604f0eb2 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 16:06:54 +0200 Subject: [PATCH 21/28] Revert --- README.md | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index ec366a0..fb0e52e 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,9 @@ ## Table of contents -- [Software](#software) +- [Awesome Sysadmin](#awesome-sysadmin) + - [Table of contents](#table-of-contents) + - [Software](#software) - [Automation](#automation) - [Backups](#backups) - [Build and software organization tools](#build-and-software-organization-tools) @@ -26,32 +28,32 @@ - [Code Review](#code-review) - [Configuration Management Database](#configuration-management-database) - [Configuration Management](#configuration-management) - - [Continuous Integration & Continuous Deployment](#continuous-integration--continuous-deployment) + - [Continuous Integration \& Continuous Deployment](#continuous-integration--continuous-deployment) - [Control Panels](#control-panels) - [Databases](#databases) - [Deployment Automation](#deployment-automation) - [Diagramming](#diagramming) - [Distributed Filesystems](#distributed-filesystems) - [DNS - Servers](#dns---servers) - - [DNS - Control Panels & Domain Management](#dns---control-panels--domain-management) + - [DNS - Control Panels \& Domain Management](#dns---control-panels--domain-management) - [Editors](#editors) - [Identity Management](#identity-management) - [Identity Management - LDAP](#identity-management---ldap) - [Identity Management - Tools and web interfaces](#identity-management---tools-and-web-interfaces) - - [Identity Management - Single Sign-On SSO](#identity-management---single-sign-on-sso) + - [Identity Management - Single Sign-On (SSO)](#identity-management---single-sign-on-sso) - [IT Asset Management](#it-asset-management) - [Log Management](#log-management) - [Mail Clients](#mail-clients) - [Monitoring](#monitoring) - [Status Pages](#status-pages) - - [Metrics & Metric Collection](#metrics--metric-collection) + - [Metrics \& Metric Collection](#metrics--metric-collection) - [Network Configuration Management](#network-configuration-management) - [Newsletters](#newsletters) - [Packaging](#packaging) - [Project Management](#project-management) - [Queuing](#queuing) - - [Router](#router) - [Remote Desktop Clients](#remote-desktop-clients) + - [Router](#router) - [Service Discovery](#service-discovery) - [Software Containers](#software-containers) - [Troubleshooting](#troubleshooting) @@ -59,15 +61,12 @@ - [Virtualization](#virtualization) - [VPN](#vpn) - [Web](#web) -- [List of Licenses](#list-of-licenses) -- [External links](#external-links) -- [Blogs](#blogs) -- [Books](#books) -- [Communities / Forums](#communities--forums) -- [Newsletters](#newsletters) -- [Repositories](#repositories) -- [Websites](#websites) -- [License](#license) + - [List of Licenses](#list-of-licenses) + - [External links](#external-links) + - [Communities / Forums](#communities--forums) + - [Repositories](#repositories) + - [Websites](#websites) + - [License](#license) -------------------- From 50b804aa847cfc7026765c2bfa3476dcdec896dd Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 16:11:51 +0200 Subject: [PATCH 22/28] Add Miscellaneous Section and merge all section that don't have at least 3 items to the Miscellaneous section --- README.md | 48 +++++++++++++----------------------------------- 1 file changed, 13 insertions(+), 35 deletions(-) diff --git a/README.md b/README.md index fb0e52e..d76979c 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,6 @@ - [Backups](#backups) - [Build and software organization tools](#build-and-software-organization-tools) - [ChatOps](#chatops) - - [Client management](#client-management) - - [Cloning](#cloning) - [Cloud Computing](#cloud-computing) - [Code Review](#code-review) - [Configuration Management Database](#configuration-management-database) @@ -44,11 +42,11 @@ - [IT Asset Management](#it-asset-management) - [Log Management](#log-management) - [Mail Clients](#mail-clients) + - [Miscellaneous](#miscellaneous) - [Monitoring](#monitoring) - [Status Pages](#status-pages) - [Metrics \& Metric Collection](#metrics--metric-collection) - [Network Configuration Management](#network-configuration-management) - - [Newsletters](#newsletters) - [Packaging](#packaging) - [Project Management](#project-management) - [Queuing](#queuing) @@ -139,27 +137,6 @@ _See also: [/r/chatops](https://old.reddit.com/r/chatops)* - [Hubot](https://hubot.github.com/) - A customizable, life embetterment robot. ([Source Code](https://github.com/hubotio/hubot)) `MIT` `Nodejs` -### Client management - -**[`^ back to top ^`](#awesome-sysadmin)** - -Managing software on desktop computers. - -_Related: [IT Asset Management](#it-asset-management)_ - -- [Chocolatey](https://chocolatey.org/) - The package manager for Windows. ([Source Code](https://github.com/chocolatey/choco)) `Apache-2.0` `C#/PowerShell` - - -### Cloning - -**[`^ back to top ^`](#awesome-sysadmin)** - -[Disk cloning](https://en.wikipedia.org/wiki/Disk_cloning) software. - -- [Clonezilla](https://clonezilla.org/) - Partition and disk imaging/cloning program. ([Source Code](https://clonezilla.org/downloads/src/)) `GPL-2.0` `Perl/Shell/Other` -- [Fog](https://www.fogproject.org/) - Cloning/imaging solution/rescue suite. ([Source Code](https://github.com/FOGProject/fogproject)) `GPL-3.0` `PHP/Shell` - - ### Cloud Computing **[`^ back to top ^`](#awesome-sysadmin)** @@ -468,6 +445,18 @@ An [email client](https://en.wikipedia.org/wiki/Email_client), email reader or, - [Thunderbird](https://www.thunderbird.net/) - Free email application that's easy to set up and customize. ([Source Code](https://hg.mozilla.org/comm-central/file)) `MPL-2.0` `C/C++` +### Miscellaneous + +**[`^ back to top ^`](#awesome-sysadmin)** + +Software that does not fit in another section. + +- [Chocolatey](https://chocolatey.org/) - The package manager for Windows. ([Source Code](https://github.com/chocolatey/choco)) `Apache-2.0` `C#/PowerShell` +- [Clonezilla](https://clonezilla.org/) - Partition and disk imaging/cloning program. ([Source Code](https://clonezilla.org/downloads/src/)) `GPL-2.0` `Perl/Shell/Other` +- [DadaMail](https://dadamailproject.com/) - Mailing List Manager, written in Perl. ([Source Code](https://sourceforge.net/projects/dadamail/files/)) `GPL-2.0` `Perl` +- [Fog](https://www.fogproject.org/) - Cloning/imaging solution/rescue suite. ([Source Code](https://github.com/FOGProject/fogproject)) `GPL-3.0` `PHP/Shell` +- [phpList](https://www.phplist.org/) - Newsletter and email marketing software. ([Source Code](https://github.com/phpList/phplist3)) `AGPL-3.0` `PHP` + ### Monitoring **[`^ back to top ^`](#awesome-sysadmin)** @@ -554,17 +543,6 @@ Network configuration management tools. - [rConfig](https://www.rconfig.com/) - Network device configuration management tool. ([Source Code](https://github.com/rconfig/rconfig)) `GPL-3.0` `PHP` - -### Newsletters - -**[`^ back to top ^`](#awesome-sysadmin)** - -Newsletter software. - -- [DadaMail](https://dadamailproject.com/) - Mailing List Manager, written in Perl. ([Source Code](https://sourceforge.net/projects/dadamail/files/)) `GPL-2.0` `Perl` -- [phpList](https://www.phplist.org/) - Newsletter and email marketing software. ([Source Code](https://github.com/phpList/phplist3)) `AGPL-3.0` `PHP` - - ### Packaging **[`^ back to top ^`](#awesome-sysadmin)** From f7928074fa1ddb081d072edcd12796c79a266d3d Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 16:12:05 +0200 Subject: [PATCH 23/28] Revert "Revert" This reverts commit 4701d349fcb26e9a33cb4942bc9f52c8604f0eb2. --- README.md | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index d76979c..b2beb72 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,7 @@ ## Table of contents -- [Awesome Sysadmin](#awesome-sysadmin) - - [Table of contents](#table-of-contents) - - [Software](#software) +- [Software](#software) - [Automation](#automation) - [Backups](#backups) - [Build and software organization tools](#build-and-software-organization-tools) @@ -26,32 +24,32 @@ - [Code Review](#code-review) - [Configuration Management Database](#configuration-management-database) - [Configuration Management](#configuration-management) - - [Continuous Integration \& Continuous Deployment](#continuous-integration--continuous-deployment) + - [Continuous Integration & Continuous Deployment](#continuous-integration--continuous-deployment) - [Control Panels](#control-panels) - [Databases](#databases) - [Deployment Automation](#deployment-automation) - [Diagramming](#diagramming) - [Distributed Filesystems](#distributed-filesystems) - [DNS - Servers](#dns---servers) - - [DNS - Control Panels \& Domain Management](#dns---control-panels--domain-management) + - [DNS - Control Panels & Domain Management](#dns---control-panels--domain-management) - [Editors](#editors) - [Identity Management](#identity-management) - [Identity Management - LDAP](#identity-management---ldap) - [Identity Management - Tools and web interfaces](#identity-management---tools-and-web-interfaces) - - [Identity Management - Single Sign-On (SSO)](#identity-management---single-sign-on-sso) + - [Identity Management - Single Sign-On SSO](#identity-management---single-sign-on-sso) - [IT Asset Management](#it-asset-management) - [Log Management](#log-management) - [Mail Clients](#mail-clients) - [Miscellaneous](#miscellaneous) - [Monitoring](#monitoring) - [Status Pages](#status-pages) - - [Metrics \& Metric Collection](#metrics--metric-collection) + - [Metrics & Metric Collection](#metrics--metric-collection) - [Network Configuration Management](#network-configuration-management) - [Packaging](#packaging) - [Project Management](#project-management) - [Queuing](#queuing) - - [Remote Desktop Clients](#remote-desktop-clients) - [Router](#router) + - [Remote Desktop Clients](#remote-desktop-clients) - [Service Discovery](#service-discovery) - [Software Containers](#software-containers) - [Troubleshooting](#troubleshooting) @@ -59,12 +57,15 @@ - [Virtualization](#virtualization) - [VPN](#vpn) - [Web](#web) - - [List of Licenses](#list-of-licenses) - - [External links](#external-links) - - [Communities / Forums](#communities--forums) - - [Repositories](#repositories) - - [Websites](#websites) - - [License](#license) +- [List of Licenses](#list-of-licenses) +- [External links](#external-links) +- [Blogs](#blogs) +- [Books](#books) +- [Communities / Forums](#communities--forums) +- [Newsletters](#newsletters) +- [Repositories](#repositories) +- [Websites](#websites) +- [License](#license) -------------------- From e0d7678f056e27d92730f60f1b9d90ab1e86e98d Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 16:15:40 +0200 Subject: [PATCH 24/28] Added extra space between miscellaneous and monitoring --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b2beb72..bbed19e 100644 --- a/README.md +++ b/README.md @@ -458,6 +458,7 @@ Software that does not fit in another section. - [Fog](https://www.fogproject.org/) - Cloning/imaging solution/rescue suite. ([Source Code](https://github.com/FOGProject/fogproject)) `GPL-3.0` `PHP/Shell` - [phpList](https://www.phplist.org/) - Newsletter and email marketing software. ([Source Code](https://github.com/phpList/phplist3)) `AGPL-3.0` `PHP` + ### Monitoring **[`^ back to top ^`](#awesome-sysadmin)** From a7fc1959516a471b24a295c5d4a623a27cde2807 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 16:17:06 +0200 Subject: [PATCH 25/28] fixed LGPL-3.0 name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbed19e..5fafbba 100644 --- a/README.md +++ b/README.md @@ -734,7 +734,7 @@ VPN software. - `ISC` - [ISC License](https://spdx.org/licenses/ISC.html) - `LGPL-2.0` - [GNU Lesser General Public License v2](https://spdx.org/licenses/LGPL-2.0.html) - `LGPL-2.1` - [GNU Lesser General Public License v2.1](https://spdx.org/licenses/LGPL-2.1.html) -- `LGPG-3.0` - [GNU Lesser General Public License v3](https://spdx.org/licenses/LGPL-3.0.html) +- `LGPL-3.0` - [GNU Lesser General Public License v3](https://spdx.org/licenses/LGPL-3.0.html) - `MIT` - [MIT License](https://spdx.org/licenses/MIT.html) - `MPL-2.0` - [Mozilla Public License](https://spdx.org/licenses/MPL-2.0.html) - `NLPL` - [No Limit Public License](https://spdx.org/licenses/NLPL.html) From d92d40b9fdf583dffeb38acb5a5454c3370e1ee2 Mon Sep 17 00:00:00 2001 From: Rabenherz112 Date: Mon, 4 Sep 2023 17:48:11 +0200 Subject: [PATCH 26/28] add CC0-1.0 and replace licenses of djbdns --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5fafbba..4dfb768 100644 --- a/README.md +++ b/README.md @@ -302,7 +302,7 @@ _Related: [DNS - Control Panels & Domain Management](#dns---control-panels--doma - [Bind](https://www.isc.org/bind/) - Versatile, classic, complete name server software. ([Source Code](https://gitlab.isc.org/isc-projects/bind9)) `MPL-2.0` `C` - [CoreDNS](https://coredns.io/) - Flexible DNS server. ([Source Code](https://github.com/coredns/coredns)) `Apache-2.0` `Go` -- [djbdns](https://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns. ([Source Code](https://salsa.debian.org/debian/djbdns)) `Public Domain` `C` +- [djbdns](https://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns. ([Source Code](https://salsa.debian.org/debian/djbdns)) `CC0-1.0` `C` - [dnsmasq](https://www.thekelleys.org.uk/dnsmasq/doc.html) - Provides network infrastructure for small networks: DNS, DHCP, router advertisement and network boot. ([Source Code](https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=tree)) `GPL-2.0` `C` - [Knot](https://www.knot-dns.cz/) - High performance authoritative-only DNS server. ([Source Code](https://gitlab.nic.cz/knot/knot-dns)) `GPL-3.0` `C` - [NSD](https://www.nlnetlabs.nl/projects/nsd/about/) - Authoritative DNS name server developed speed, reliability, stability and security. ([Source Code](https://github.com/NLnetLabs/nsd)) `BSD-3-Clause` `C` @@ -724,6 +724,7 @@ VPN software. - `BSD-2-Clause` - [BSD 2-clause "Simplified"](https://spdx.org/licenses/BSD-2-Clause.html) - `BSD-3-Clause` - [BSD 3-Clause "New" or "Revised"](https://spdx.org/licenses/BSD-3-Clause.html) - `BUSL-1.1` - [Business Source License 1.1](https://spdx.org/licenses/BUSL-1.1.html) +- `CC0-1.0` - [Public Domain/Creative Common Zero 1.0](https://spdx.org/licenses/CC0-1.0.html) - `CDDL-1.0` - [Common Development and Distribution License 1.0](https://spdx.org/licenses/CDDL-1.0.html) - `EPL-1.0` - [Eclipse Public License 1.0](https://spdx.org/licenses/EPL-1.0.html) - `GFDL-1.2` - [GNU Free Documentation License 1.2](https://spdx.org/licenses/GFDL-1.2.html) From 909639ba67d0714d623a8504be208e772e299a08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20L=C3=89VEIL?= Date: Tue, 5 Sep 2023 00:59:08 +0200 Subject: [PATCH 27/28] Remove Cabot (unmaintained) (#527) Cabot last commit is dated from Jan 2021. Furthermore its code base is not compatible with Python 3.x and requires Python 2.7. Python 2.7 is unmaintained and does no receive security support since 01 Jan 2020 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4dfb768..547ddab 100644 --- a/README.md +++ b/README.md @@ -471,7 +471,6 @@ _Related: [Metrics & Metric Collection](#metrics--metric-collection)_ - [Alerta](https://alerta.io/) - Distributed, scalable and flexible monitoring system. ([Source Code](https://github.com/alerta/alerta)) `Apache-2.0` `Python` - [Bloonix](https://bloonix-monitoring.org/) - Bloonix is a monitoring solution that helps businesses to ensure high availability and performance. ([Source Code](https://github.com/bloonix)) `GPL-3.0` `Perl` - [Bosun](https://bosun.org/) - Monitoring and alerting system by Stack Exchange. ([Source Code](https://github.com/bosun-monitor/bosun)) `MIT` `Go` -- [Cabot](https://cabotapp.com/) - Monitoring and alerts, similar to PagerDuty. ([Source Code](https://github.com/arachnys/cabot)) `MIT` `Python` - [Cacti](https://www.cacti.net) - Web-based network monitoring and graphing tool. ([Source Code](https://github.com/Cacti/cacti)) `GPL-2.0` `PHP` - [cadvisor](https://github.com/google/cadvisor) - Analyzes resource usage and performance characteristics of running containers. ([Source Code](https://github.com/google/cadvisor)) `Apache-2.0` `Go` - [checkmk](https://checkmk.com/) - Comprehensive solution for monitoring of applications, servers, and networks. ([Source Code](https://github.com/Checkmk/checkmk)) `GPL-2.0` `Python/PHP` From b865eec804dcee48f912e97bae476598c4857ab6 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 4 Sep 2023 23:03:35 +0000 Subject: [PATCH 28/28] move remaining Cloud Computing items to Deployment Automation (#528) - fix warning/error 'the first tag Cloud Computing points to a tag which redirects to another list' --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 547ddab..3b7e392 100644 --- a/README.md +++ b/README.md @@ -146,12 +146,6 @@ _See also: [/r/chatops](https://old.reddit.com/r/chatops)* **Please visit [Cloud Native Software Landscape](https://landscape.cncf.io/card-mode?license=open-source&grouping=category)** -- [CloudSlang](https://www.cloudslang.io/) - Flow-based orchestration tool for managing deployed applications, with Docker capabilities. ([Source Code](https://github.com/CloudSlang/score)) `Apache-2.0` `Java` -- [CloudStack](https://cloudstack.apache.org/) - Cloud computing software for creating, managing, and deploying infrastructure cloud services. ([Source Code](https://github.com/apache/cloudstack)) `Apache-2.0` `Java/Python` -- [Cobbler](https://cobbler.github.io/) - Cobbler is a Linux installation server that allows for rapid setup of network installation environments. ([Source Code](https://github.com/cobbler/cobbler)) `GPL-2.0` `Python` -- [Genesis](https://github.com/starkandwayne/genesis) - A template framework for multi-environment BOSH deployments. `MIT` `Perl` -- [Overcast](https://andrewchilds.github.io/overcast/) - Deploy VMs across different cloud providers, and run commands and scripts across any or all of them in parallel via SSH. ([Source Code](https://github.com/andrewchilds/overcast)) `MIT` `Nodejs` - ### Code Review @@ -247,9 +241,14 @@ _See also: [awesome-selfhosted/Database Management](https://github.com/awesome-s Tools and scripts to support deployments to your servers. - [Capistrano](https://capistranorb.com/) - Deploy your application to any number of machines simultaneously, in sequence or as a rolling set via SSH (rake based). ([Source Code](https://github.com/capistrano/capistrano)) `MIT` `Ruby` +- [CloudSlang](https://www.cloudslang.io/) - Flow-based orchestration tool for managing deployed applications, with Docker capabilities. ([Source Code](https://github.com/CloudSlang/score)) `Apache-2.0` `Java` +- [CloudStack](https://cloudstack.apache.org/) - Cloud computing software for creating, managing, and deploying infrastructure cloud services. ([Source Code](https://github.com/apache/cloudstack)) `Apache-2.0` `Java/Python` +- [Cobbler](https://cobbler.github.io/) - Cobbler is a Linux installation server that allows for rapid setup of network installation environments. ([Source Code](https://github.com/cobbler/cobbler)) `GPL-2.0` `Python` - [Fabric](https://www.fabfile.org/) - Python library and cli tool for streamlining the use of SSH for application deployment or systems administration tasks. ([Source Code](https://github.com/fabric/fabric)) `BSD-2-Clause` `Python` +- [Genesis](https://github.com/starkandwayne/genesis) - A template framework for multi-environment BOSH deployments. `MIT` `Perl` - [Mina](http://nadarei.co/mina/) - Really fast deployer and server automation tool (rake based). ([Source Code](https://github.com/mina-deploy/mina)) `MIT` `Ruby` - [munki](https://www.munki.org/munki/) - Webserver-based repository of packages and package metadata, that allows macOS administrators to manage software installs. ([Source Code](https://github.com/munki/munki)) `Apache-2.0` `Python` +- [Overcast](https://andrewchilds.github.io/overcast/) - Deploy VMs across different cloud providers, and run commands and scripts across any or all of them in parallel via SSH. ([Source Code](https://github.com/andrewchilds/overcast)) `MIT` `Nodejs` - [Vlad the Deployer](https://github.com/seattlerb/vlad) - Deployment automation (rake based). `MIT` `Ruby`