From edbacdba22ef1be2d08d5bf94e4a86226e2535cf Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 6 May 2023 15:39:24 +0200 Subject: [PATCH 1/8] remote management: use HTTPS URLs, add source code links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 42df384..7bbf09a 100644 --- a/README.md +++ b/README.md @@ -617,9 +617,9 @@ _See also: [Databases](#databases), [Monitoring](#monitoring)_ **[`^ back to top ^`](#awesome-sysadmin)** -- [Remmina](http://www.remmina.org/) - A Feature rich remote desktop application for linux and other unixes. -- [Tiger VNC](http://tigervnc.org/) - TigerVNC is a high-performance, platform-neutral implementation of VNC (Virtual Network Computing), a client/server application that allows users to launch and interact with graphical applications on remote machines. -- [X2go](http://wiki.x2go.org/doku.php) - X2Go is an open source remote desktop software for Linux that uses the NX technology protocol. +- [Remmina](https://www.remmina.org/) - Feature-rich remote desktop application for linux and other unixes. ([Source Code](https://gitlab.com/Remmina/Remmina)) +- [Tiger VNC](https://tigervnc.org/) - High-performance, multi-platform VNC client and server. ([Source Code](https://github.com/TigerVNC/tigervnc)) +- [X2go](https://wiki.x2go.org/doku.php) - X2Go is an open source remote desktop software for Linux that uses the NoMachine/NX technology protocol. ([Source Code](https://code.x2go.org/gitweb)) ### Router From 518d684e110cb06a1b758cfd4b25c4a9aeede5a3 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 6 May 2023 15:40:56 +0200 Subject: [PATCH 2/8] queuing: use HTTPS URLs --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7bbf09a..8c069ff 100644 --- a/README.md +++ b/README.md @@ -605,12 +605,12 @@ _See also: [Databases](#databases), [Monitoring](#monitoring)_ **[`^ back to top ^`](#awesome-sysadmin)** - [ActiveMQ](https://activemq.apache.org/) - Java message broker. -- [BeanstalkD](http://kr.github.io/beanstalkd/) - A simple, fast work queue. +- [BeanstalkD](https://beanstalkd.github.io/) - A simple, fast work queue. - [Gearman](http://gearman.org/) - Fast multi-language queuing/job processing platform. -- [Kafka](http://kafka.apache.org) - Extremely high performance publish/subscribe message system. -- [NSQ](http://nsq.io/) - A realtime distributed messaging platform. -- [RabbitMQ](http://www.rabbitmq.com/) - Robust, fully featured, cross distro queuing system. -- [ZeroMQ](http://zeromq.org/) - Lightweight queuing system. +- [Kafka](https://kafka.apache.org) - Extremely high performance publish/subscribe message system. +- [NSQ](https://nsq.io/) - A realtime distributed messaging platform. +- [RabbitMQ](https://www.rabbitmq.com/) - Robust, fully featured, cross distro queuing system. +- [ZeroMQ](https://zeromq.org/) - Lightweight queuing system. ### Remote Management From 57be66cb4c9fdf51724229440eac485438798eaa Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 6 May 2023 15:46:03 +0200 Subject: [PATCH 3/8] queuing: add source code links --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8c069ff..be41017 100644 --- a/README.md +++ b/README.md @@ -604,13 +604,13 @@ _See also: [Databases](#databases), [Monitoring](#monitoring)_ **[`^ back to top ^`](#awesome-sysadmin)** -- [ActiveMQ](https://activemq.apache.org/) - Java message broker. -- [BeanstalkD](https://beanstalkd.github.io/) - A simple, fast work queue. -- [Gearman](http://gearman.org/) - Fast multi-language queuing/job processing platform. -- [Kafka](https://kafka.apache.org) - Extremely high performance publish/subscribe message system. -- [NSQ](https://nsq.io/) - A realtime distributed messaging platform. -- [RabbitMQ](https://www.rabbitmq.com/) - Robust, fully featured, cross distro queuing system. -- [ZeroMQ](https://zeromq.org/) - Lightweight queuing system. +- [ActiveMQ](https://activemq.apache.org/) - Java message broker. ([Source Code](https://github.com/apache/activemq)) +- [BeanstalkD](https://beanstalkd.github.io/) - A simple, fast work queue. ([Source Code](https://github.com/beanstalkd/beanstalkd)) +- [Gearman](http://gearman.org/) - Fast multi-language queuing/job processing platform. ([Source Code](https://github.com/gearman/gearmand)) +- [Kafka](https://kafka.apache.org) - Extremely high performance publish/subscribe message system. ([Source Code](https://github.com/apache/kafka)) +- [NSQ](https://nsq.io/) - A realtime distributed messaging platform. ([Source Code](https://github.com/nsqio/nsq)) +- [RabbitMQ](https://www.rabbitmq.com/) - Robust, fully featured, cross distro queuing system. ([Source Code](https://github.com/rabbitmq/rabbitmq-server)) +- [ZeroMQ](https://zeromq.org/) - Lightweight queuing system. ([Source Code](https://github.com/zeromq)) ### Remote Management From 5dec2311c97624c8dd393763cf5af6a38ec8c3f3 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 6 May 2023 15:47:19 +0200 Subject: [PATCH 4/8] packaging: add fpm website/source code link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be41017..cf95d28 100644 --- a/README.md +++ b/README.md @@ -585,7 +585,7 @@ _See also: [Databases](#databases), [Monitoring](#monitoring)_ **[`^ back to top ^`](#awesome-sysadmin)** - [aptly](https://www.aptly.info/) - Swiss army knife for Debian repository management. ([Source Code](https://github.com/aptly-dev/aptly)) `MIT` `Go` -- [fpm](https://github.com/jordansissel/fpm) - Versatile multi format package creator. +- [fpm](https://fpm.readthedocs.io/en/latest/) - Versatile multi format package creator. ([Source Code](https://github.com/jordansissel/fpm)) - [omnibus-ruby](https://github.com/chef/omnibus) - Full stack, cross distro packaging software (Ruby). - [packman](http://packman.readthedocs.org) - Full stack, cross distro packaging software (Python). - [tito](https://github.com/dgoodwin/tito) - Builds RPMs for git-based projects. From ad427c851e12a752424ff50647ff3b971d769e30 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 6 May 2023 15:47:44 +0200 Subject: [PATCH 5/8] packaging: remove packman (unmaintained since 2016, archived) - https://github.com/cloudify-cosmo/packman --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cf95d28..8d87a43 100644 --- a/README.md +++ b/README.md @@ -587,7 +587,6 @@ _See also: [Databases](#databases), [Monitoring](#monitoring)_ - [aptly](https://www.aptly.info/) - Swiss army knife for Debian repository management. ([Source Code](https://github.com/aptly-dev/aptly)) `MIT` `Go` - [fpm](https://fpm.readthedocs.io/en/latest/) - Versatile multi format package creator. ([Source Code](https://github.com/jordansissel/fpm)) - [omnibus-ruby](https://github.com/chef/omnibus) - Full stack, cross distro packaging software (Ruby). -- [packman](http://packman.readthedocs.org) - Full stack, cross distro packaging software (Python). - [tito](https://github.com/dgoodwin/tito) - Builds RPMs for git-based projects. From 2a5531588fd773fb13f20c5a7a23a0d99628580a Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 6 May 2023 15:50:21 +0200 Subject: [PATCH 6/8] packaging: add licenses, language tags, update descriptions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d87a43..674ad7a 100644 --- a/README.md +++ b/README.md @@ -585,9 +585,9 @@ _See also: [Databases](#databases), [Monitoring](#monitoring)_ **[`^ back to top ^`](#awesome-sysadmin)** - [aptly](https://www.aptly.info/) - Swiss army knife for Debian repository management. ([Source Code](https://github.com/aptly-dev/aptly)) `MIT` `Go` -- [fpm](https://fpm.readthedocs.io/en/latest/) - Versatile multi format package creator. ([Source Code](https://github.com/jordansissel/fpm)) -- [omnibus-ruby](https://github.com/chef/omnibus) - Full stack, cross distro packaging software (Ruby). -- [tito](https://github.com/dgoodwin/tito) - Builds RPMs for git-based projects. +- [fpm](https://fpm.readthedocs.io/en/latest/) - Versatile multi format package creator. ([Source Code](https://github.com/jordansissel/fpm)) `MIT` `Ruby` +- [omnibus-ruby](https://github.com/chef/omnibus) - Easily create full-stack installers for your project across a variety of platforms. `Apache-2.0` `Ruby` +- [tito](https://github.com/dgoodwin/tito) - Builds RPMs for git-based projects. `GPL-2.0` `Python` ### Project Management From 565a6dc4e121346f310032e3256f28e7a1bcb6aa Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 6 May 2023 15:53:10 +0200 Subject: [PATCH 7/8] queuing: add language tags --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 674ad7a..4becf2a 100644 --- a/README.md +++ b/README.md @@ -603,13 +603,13 @@ _See also: [Databases](#databases), [Monitoring](#monitoring)_ **[`^ back to top ^`](#awesome-sysadmin)** -- [ActiveMQ](https://activemq.apache.org/) - Java message broker. ([Source Code](https://github.com/apache/activemq)) -- [BeanstalkD](https://beanstalkd.github.io/) - A simple, fast work queue. ([Source Code](https://github.com/beanstalkd/beanstalkd)) -- [Gearman](http://gearman.org/) - Fast multi-language queuing/job processing platform. ([Source Code](https://github.com/gearman/gearmand)) -- [Kafka](https://kafka.apache.org) - Extremely high performance publish/subscribe message system. ([Source Code](https://github.com/apache/kafka)) -- [NSQ](https://nsq.io/) - A realtime distributed messaging platform. ([Source Code](https://github.com/nsqio/nsq)) -- [RabbitMQ](https://www.rabbitmq.com/) - Robust, fully featured, cross distro queuing system. ([Source Code](https://github.com/rabbitmq/rabbitmq-server)) -- [ZeroMQ](https://zeromq.org/) - Lightweight queuing system. ([Source Code](https://github.com/zeromq)) +- [ActiveMQ](https://activemq.apache.org/) - Java message broker. ([Source Code](https://github.com/apache/activemq)) `Java` +- [BeanstalkD](https://beanstalkd.github.io/) - A simple, fast work queue. ([Source Code](https://github.com/beanstalkd/beanstalkd)) `C` +- [Gearman](http://gearman.org/) - Fast multi-language queuing/job processing platform. ([Source Code](https://github.com/gearman/gearmand)) `C++` +- [Kafka](https://kafka.apache.org) - Extremely high performance publish/subscribe message system. ([Source Code](https://github.com/apache/kafka)) `Java` +- [NSQ](https://nsq.io/) - A realtime distributed messaging platform. ([Source Code](https://github.com/nsqio/nsq)) `Go` +- [RabbitMQ](https://www.rabbitmq.com/) - Robust, fully featured, cross distro queuing system. ([Source Code](https://github.com/rabbitmq/rabbitmq-server)) `Erlang` +- [ZeroMQ](https://zeromq.org/) - Lightweight queuing system. ([Source Code](https://github.com/zeromq)) `C++` ### Remote Management From 7bc45281388cb690c57222c335e7eb75aafe8046 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Sat, 6 May 2023 15:55:28 +0200 Subject: [PATCH 8/8] queuing: add licenses --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4becf2a..abdceaa 100644 --- a/README.md +++ b/README.md @@ -603,13 +603,13 @@ _See also: [Databases](#databases), [Monitoring](#monitoring)_ **[`^ back to top ^`](#awesome-sysadmin)** -- [ActiveMQ](https://activemq.apache.org/) - Java message broker. ([Source Code](https://github.com/apache/activemq)) `Java` -- [BeanstalkD](https://beanstalkd.github.io/) - A simple, fast work queue. ([Source Code](https://github.com/beanstalkd/beanstalkd)) `C` -- [Gearman](http://gearman.org/) - Fast multi-language queuing/job processing platform. ([Source Code](https://github.com/gearman/gearmand)) `C++` -- [Kafka](https://kafka.apache.org) - Extremely high performance publish/subscribe message system. ([Source Code](https://github.com/apache/kafka)) `Java` -- [NSQ](https://nsq.io/) - A realtime distributed messaging platform. ([Source Code](https://github.com/nsqio/nsq)) `Go` +- [ActiveMQ](https://activemq.apache.org/) - Java message broker. ([Source Code](https://github.com/apache/activemq)) `Apache-2.0` `Java` +- [BeanstalkD](https://beanstalkd.github.io/) - A simple, fast work queue. ([Source Code](https://github.com/beanstalkd/beanstalkd)) `MIT` `C` +- [Gearman](http://gearman.org/) - Fast multi-language queuing/job processing platform. ([Source Code](https://github.com/gearman/gearmand)) `BSD-3-Clause` `C++` +- [Kafka](https://kafka.apache.org) - Extremely high performance publish/subscribe message system. ([Source Code](https://github.com/apache/kafka)) `Apache-2.0` `Java` +- [NSQ](https://nsq.io/) - A realtime distributed messaging platform. ([Source Code](https://github.com/nsqio/nsq)) `MPL-2.0` `Go` - [RabbitMQ](https://www.rabbitmq.com/) - Robust, fully featured, cross distro queuing system. ([Source Code](https://github.com/rabbitmq/rabbitmq-server)) `Erlang` -- [ZeroMQ](https://zeromq.org/) - Lightweight queuing system. ([Source Code](https://github.com/zeromq)) `C++` +- [ZeroMQ](https://zeromq.org/) - Lightweight queuing system. ([Source Code](https://github.com/zeromq)) `GPL-3.0` `C++` ### Remote Management