From cfab19370a472555e2c43bbd4cf7cff46d924504 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Thu, 30 Nov 2023 21:08:04 +0100 Subject: [PATCH 1/3] move markdown header/foort files to awesoms-sysadmin-data --- markdown/footer.md | 44 -------------------------------------------- markdown/header.md | 6 ------ 2 files changed, 50 deletions(-) delete mode 100644 markdown/footer.md delete mode 100644 markdown/header.md diff --git a/markdown/footer.md b/markdown/footer.md deleted file mode 100644 index 5a269e1..0000000 --- a/markdown/footer.md +++ /dev/null @@ -1,44 +0,0 @@ - --------------------- - -## External links - -## Communities / Forums - -- [ArsTechnica OpenForum](https://arstechnica.com/civis/) - IT Forum which is attached to a large news site. -- [Reddit](https://www.reddit.com) - Really, really large bulletin board system. - - [/r/Linux](https://www.reddit.com/r/linux) - News and information about Linux. - - [/r/LinuxQuestions](https://www.reddit.com/r/linuxquestions) - - [/r/SysAdmin](https://www.reddit.com/r/sysadmin/) -- [Spiceworks Community](https://community.spiceworks.com/start) - General enterprise IT news and small articles. -- [StackExchange Network](https://stackexchange.com/sites#technology) - Q&A communities. - - [Server Fault](https://serverfault.com/) - StackExchange community for system and network administrators. - -## Repositories - -*Software package repositories.* - -- [AlternativeTo](https://alternativeto.net) - Find alternatives to software you know and discover new software. -- [deb.sury.org](https://deb.sury.org/) - Repository with LAMP updated packages for Debian and Ubuntu. -- [ElRepo](https://elrepo.org/tiki/tiki-index.php) - Community Repo for Enterprise Linux (RHEL, CentOS, etc). -- [EPEL](https://fedoraproject.org/wiki/EPEL) - Repository for RHEL and compatibles (CentOS, Scientific Linux). -- [IUS](https://ius.io/) - Community project that provides RPM packages for newer versions of select software for Enterprise Linux distributions. -- [Remi](http://rpms.famillecollet.com/) - Repository with LAMP updated packages for RHEL/Centos/Fedora. -- [Software Collections](https://www.softwarecollections.org) - Community Release of [Red Hat Software Collections](https://access.redhat.com/documentation/en/red-hat-software-collections/). Provides updated packages of Ruby, Python, etc. for CentOS/Scientific Linux 6.x. - -## Websites - -- [Cloud Native Software Landscape](https://landscape.cncf.io/card-mode?license=open-source&grouping=category) - Compilation of software and tools for cloud computing. -- [ArchWiki](https://wiki.archlinux.org/) - Arch Linux Wiki which has really nice written articles valid for other distros. -- [Gentoo Wiki](https://wiki.gentoo.org/) - Gentoo Linux Wiki with a lot in-detail description of Linux components. -- [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. - ------------------- - -## License - -![cc license](http://i.creativecommons.org/l/by-sa/4.0/88x31.png) - -This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/) license. diff --git a/markdown/header.md b/markdown/header.md deleted file mode 100644 index ca5c126..0000000 --- a/markdown/header.md +++ /dev/null @@ -1,6 +0,0 @@ -# Awesome Sysadmin - -[![](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) -[![](https://github.com/awesome-foss/awesome-sysadmin/actions/workflows/ci.yml/badge.svg)](https://github.com/awesome-foss/awesome-sysadmin/issues/416) - -**A curated list of amazingly awesome Free and Open-Source sysadmin resources.** Please read the [Pull Request template](./.github/PULL_REQUEST_TEMPLATE.md) if you wish to add software and consider [donating](https://github.com/n1trux/awesome-donations) to the FLOSS projects you use regularly. Please consider contributing to fix one of the pinned [issues](https://github.com/awesome-foss/awesome-sysadmin/issues) if your time allows. From 1e535cc46519e2f1df65de8182fc7b00bd5718b6 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Thu, 30 Nov 2023 20:10:53 +0000 Subject: [PATCH 2/3] remove GolangCI (the project is archived) (#544) - ref. https://github.com/awesome-foss/awesome-sysadmin/issues/405 - This repository has been archived by the owner on Jun 2, 2023. It is now read-only. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 5460e4a..c08db7d 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,6 @@ _Related: [IT Asset Management](#it-asset-management)_ - [Factor](https://www.factor.io/) - Programmatically define and run workflows to connect configuration management, source code management, build, continuous integration, continuous deployment and communication tools. ([Source Code](https://github.com/factor-io/factor)) `MIT` `Ruby` - [GitLab CI](https://about.gitlab.com/solutions/continuous-integration/) - Gitlab's built-in, full-featured CI/CD solution. ([Source Code](https://gitlab.com/gitlab-org/gitlab-foss)) `MIT` `Ruby` - [GoCD](https://www.go.cd/) - Continuous delivery server. ([Source Code](https://github.com/gocd/gocd)) `Apache-2.0` `Java/Ruby` -- [GolangCI](https://golangci.com/) - Open Source automated code review service for Go integrated with GitHub pull requests. ([Source Code](https://github.com/golangci/golangci)) `AGPL-3.0` `Go` - [Jenkins](https://jenkins-ci.org/) - Continuous Integration Server. ([Source Code](https://github.com/jenkinsci/jenkins/)) `MIT` `Java` - [Laminar](https://laminar.ohwg.net) - Fast, lightweight, simple and flexible Continuous Integration. ([Source Code](https://github.com/ohwgiles/laminar)) `GPL-3.0` `C++` - [PHP Censor](https://github.com/php-censor/php-censor) - Open source self-hosted continuous integration server for PHP projects. `BSD-2-Clause` `PHP` From 60e8b57b91fea5203a113195c45a6516f3eeb213 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Thu, 30 Nov 2023 20:12:47 +0000 Subject: [PATCH 3/3] remove CapsuleCD (the project is archived) (#545) - This repository has been archived by the owner on Aug 9, 2021. It is now read-only. - ref. https://github.com/awesome-foss/awesome-sysadmin/issues/405 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index c08db7d..b434a06 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,6 @@ _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. - [Buildbot](https://buildbot.net/) - Python-based toolkit for continuous integration. ([Source Code](https://github.com/buildbot/buildbot)) `GPL-2.0` `Python` -- [CapsuleCD](https://analogj.github.io/capsulecd-slides/) - CD script for automating package/library releases (npm, cookbooks, gems, pip, jars, etc). ([Source Code](https://github.com/AnalogJ/capsulecd)) `MIT` `Go` - [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` - [drone](https://drone.io/) - Drone is a Continuous Delivery platform built on Docker, written in Go. ([Source Code](https://github.com/drone/drone)) `Apache-2.0` `Go`