mirror of
https://github.com/awesome-foss/awesome-sysadmin.git
synced 2025-12-17 14:38:47 +01:00
Compare commits
No commits in common. "60e8b57b91fea5203a113195c45a6516f3eeb213" and "6f51f9ea904ef6911faea1ee731271ca2e40179e" have entirely different histories.
60e8b57b91
...
6f51f9ea90
3 changed files with 52 additions and 0 deletions
|
|
@ -183,12 +183,14 @@ _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`
|
||||
- [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`
|
||||
|
|
|
|||
44
markdown/footer.md
Normal file
44
markdown/footer.md
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
|
||||
--------------------
|
||||
|
||||
## 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
|
||||
|
||||

|
||||
|
||||
This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/) license.
|
||||
6
markdown/header.md
Normal file
6
markdown/header.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Awesome Sysadmin
|
||||
|
||||
[](https://github.com/sindresorhus/awesome)
|
||||
[](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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue