Skip to content

Commit 369d24b

Browse files
authored
tools: move all CI workflows and automation to separate repository (awesome-foss#542)
- https://github.com/nodiscc/awesome-sysadmin-data (will be transferred back awesome-foss when ready)
1 parent f10f3c2 commit 369d24b

File tree

8 files changed

+51
-77
lines changed

8 files changed

+51
-77
lines changed

.github/workflows/ci.yml

-19
This file was deleted.

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.venv/

.hecat/awesome-lint.yml

-7
This file was deleted.

.hecat/import.yml

-6
This file was deleted.

.hecat/url-check.yml

-12
This file was deleted.

Makefile

-33
This file was deleted.

markdown/footer.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
2+
--------------------
3+
4+
## External links
5+
6+
## Communities / Forums
7+
8+
- [ArsTechnica OpenForum](https://arstechnica.com/civis/) - IT Forum which is attached to a large news site.
9+
- [Reddit](https://www.reddit.com) - Really, really large bulletin board system.
10+
- [/r/Linux](https://www.reddit.com/r/linux) - News and information about Linux.
11+
- [/r/LinuxQuestions](https://www.reddit.com/r/linuxquestions)
12+
- [/r/SysAdmin](https://www.reddit.com/r/sysadmin/)
13+
- [Spiceworks Community](https://community.spiceworks.com/start) - General enterprise IT news and small articles.
14+
- [StackExchange Network](https://stackexchange.com/sites#technology) - Q&A communities.
15+
- [Server Fault](https://serverfault.com/) - StackExchange community for system and network administrators.
16+
17+
## Repositories
18+
19+
*Software package repositories.*
20+
21+
- [AlternativeTo](https://alternativeto.net) - Find alternatives to software you know and discover new software.
22+
- [deb.sury.org](https://deb.sury.org/) - Repository with LAMP updated packages for Debian and Ubuntu.
23+
- [ElRepo](https://elrepo.org/tiki/tiki-index.php) - Community Repo for Enterprise Linux (RHEL, CentOS, etc).
24+
- [EPEL](https://fedoraproject.org/wiki/EPEL) - Repository for RHEL and compatibles (CentOS, Scientific Linux).
25+
- [IUS](https://ius.io/) - Community project that provides RPM packages for newer versions of select software for Enterprise Linux distributions.
26+
- [Remi](http://rpms.famillecollet.com/) - Repository with LAMP updated packages for RHEL/Centos/Fedora.
27+
- [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.
28+
29+
## Websites
30+
31+
- [Cloud Native Software Landscape](https://landscape.cncf.io/card-mode?license=open-source&grouping=category) - Compilation of software and tools for cloud computing.
32+
- [ArchWiki](https://wiki.archlinux.org/) - Arch Linux Wiki which has really nice written articles valid for other distros.
33+
- [Gentoo Wiki](https://wiki.gentoo.org/) - Gentoo Linux Wiki with a lot in-detail description of Linux components.
34+
- [Awesome SysAdmin @ LibHunt](https://sysadmin.libhunt.com) - Your go-to SysAdmin Toolbox. Based on the list here.
35+
- [Ops School](https://www.opsschool.org) - Comprehensive program that will help you learn to be an operations engineer.
36+
- [Digital Ocean Tutorials](https://www.digitalocean.com/community/tutorials) - 6,000+ tutorials for getting the basics of certain applications/tools/systems administration topics.
37+
38+
------------------
39+
40+
## License
41+
42+
![cc license](http://i.creativecommons.org/l/by-sa/4.0/88x31.png)
43+
44+
This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/) license.

markdown/header.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Awesome Sysadmin
2+
3+
[![](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
4+
[![](https://github.com/awesome-foss/awesome-sysadmin/actions/workflows/ci.yml/badge.svg)](https://github.com/awesome-foss/awesome-sysadmin/issues/416)
5+
6+
**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.

0 commit comments

Comments
 (0)