From 3a66bd64a7515dda3d7a2496c28d20ad66f61164 Mon Sep 17 00:00:00 2001 From: gryL24 <156138353+gryL24@users.noreply.github.com> Date: Tue, 19 Mar 2024 20:43:22 +1100 Subject: [PATCH 1/4] add Websites::Lecturify --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6172ce..312239e 100644 --- a/README.md +++ b/README.md @@ -782,6 +782,7 @@ VPN software. - [Awesome SysAdmin @ LibHunt](https://sysadmin.libhunt.com) - Your go-to SysAdmin Toolbox. Based on the list here. - [Ops School](https://www.opsschool.org) - Comprehensive program that will help you learn to be an operations engineer. - [Digital Ocean Tutorials](https://www.digitalocean.com/community/tutorials) - 6,000+ tutorials for getting the basics of certain applications/tools/systems administration topics. +- [Lecturify](https://www.lecturify.net) - a tutorials IRC chatbot with classes in unix, system administration, programming, web development, translations. ------------------ From c1d746b8052dd63800c3d6bab6197c2bf77d1810 Mon Sep 17 00:00:00 2001 From: Blue Falcon <130698314+anonhostpi@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:58:22 -0700 Subject: [PATCH 2/4] Fix grammar in Pull Request template (#626) This a fix for the Pull Request template. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4cfd4e1..a14d236 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,7 +5,7 @@ Thank you for taking the time to work on a PR for Awesome-Sysadmin! To ensure your PR is dealt with swiftly please check the following: - [ ] Your additions are [Free software](https://en.wikipedia.org/wiki/Free_software) -- [ ] Software your are submitting is not your own, unless you have a healthy ecosystem with a few contributors (which aren't your sock puppet accounts). +- [ ] Software you are submitting is not your own, unless you have a healthy ecosystem with a few contributors (which aren't your sock puppet accounts). - [ ] Submit one item per pull request. This eases reviewing and speeds up inclusion. - [ ] Format your submission as follows, where `Demo` and `Clients` are optional. Do not add a duplicate `Source code` link if it is the same as the main link. From 1a360fceaf9cb9dc58b52a4111b476ee848bc0f2 Mon Sep 17 00:00:00 2001 From: Irina Date: Sat, 12 Jul 2025 19:10:08 +0200 Subject: [PATCH 3/4] Update Github repository for openITCOCKPIT (#628) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c30f6aa..4021fe5 100644 --- a/README.md +++ b/README.md @@ -497,7 +497,7 @@ _Related: [Metrics & Metric Collection](#metrics--metric-collection)_ - [Netdata](https://www.netdata.cloud/) - Distributed, real-time, performance and health monitoring for systems and applications. Runs on Linux, FreeBSD, and MacOS. ([Source Code](https://github.com/netdata/netdata)) `GPL-3.0` `C` - [NetXMS](https://www.netxms.org/) - Open Source network and infrastructure monitoring and management. ([Source Code](https://github.com/netxms/netxms)) `LGPL-3.0/GPL-3.0` `Java/C++/C` - [Observium Community Edition](http://www.observium.org/) - Network monitoring and management platform that provides real-time insight into network health and performance. `QPL-1.0` `PHP` -- [openITCOCKPIT Community Edition](https://openitcockpit.io/) - Monitoring Suite featuring seamless integrations with Naemon, Checkmk, Grafana and more. ([Demo](https://demo.openitcockpit.io/), [Source Code](https://github.com/it-novum/openITCOCKPIT)) `GPL-3.0` `deb/Docker` +- [openITCOCKPIT Community Edition](https://openitcockpit.io/) - Monitoring Suite featuring seamless integrations with Naemon, Checkmk, Grafana and more. ([Demo](https://demo.openitcockpit.io/), [Source Code](https://github.com/openITCOCKPIT/openITCOCKPIT)) `GPL-3.0` `deb/Docker` - [Performance Co-Pilot](http://pcp.io) - Lightweight, distributed system performance and analysis framework. ([Source Code](https://github.com/performancecopilot/pcp)) `LGPL-2.1/GPL-2.0` `C` - [PHP Server Monitor](https://www.phpservermonitor.org/) - Open source tool to monitor your servers and websites. ([Source Code](https://github.com/phpservermon/phpservermon)) `GPL-3.0` `PHP` - [PhpSysInfo](https://phpsysinfo.github.io/phpsysinfo/) - A customizable PHP script that displays information about your system nicely. ([Source Code](https://github.com/phpsysinfo/phpsysinfo)) `GPL-2.0` `PHP` From 5e7c0480236e67a330f882c0598adb64ef47fecb Mon Sep 17 00:00:00 2001 From: Kairixir <35051006+Kairixir@users.noreply.github.com> Date: Sun, 27 Jul 2025 11:54:58 +0200 Subject: [PATCH 4/4] Add ArgoCD to Continuous Integration & Continuous Deployment (#631) Co-authored-by: nodiscc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4021fe5..6d5cb1c 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,7 @@ _Related: [IT Asset Management](#it-asset-management)_ [Continuous integration](https://en.wikipedia.org/wiki/Continuous_integration)/[deployment](https://en.wikipedia.org/wiki/Continuous_deployment) software. +- [ArgoCD](https://argo-cd.readthedocs.io/en/stable/) - Declarative, GitOps continuous delivery tool for Kubernetes. ([Source Code](https://github.com/argoproj/argo-cd)) `Apache-2.0` `Go` - [Buildbot](https://buildbot.net/) - Python-based toolkit for continuous integration. ([Source Code](https://github.com/buildbot/buildbot)) `GPL-2.0` `Python` - [CDS](https://ovh.github.io/cds/) - Enterprise-Grade Continuous Delivery & DevOps Automation Open Source Platform. ([Source Code](https://github.com/ovh/cds)) `BSD-3-Clause` `Go` - [Concourse](https://concourse-ci.org/) - Concourse is a CI tool that treats pipelines as first class objects and containerizes every step along the way. ([Demo](https://ci.concourse-ci.org/), [Source Code](https://github.com/concourse/concourse)) `Apache-2.0` `Go`