Merge pull request #3 from nathanthorpe/patch-1
This commit is contained in:
commit
3224f04bb2
10
README.md
10
README.md
@ -8,7 +8,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [
|
|||||||
* [Cloud Storage](#cloud-storage)
|
* [Cloud Storage](#cloud-storage)
|
||||||
* [Configuration Management Database](#configuration-management-database)
|
* [Configuration Management Database](#configuration-management-database)
|
||||||
* [Configuration Management](#configuration-management)
|
* [Configuration Management](#configuration-management)
|
||||||
* [Continuous integration](#continuous-integration)
|
* [Continuous Integration](#continuous-integration)
|
||||||
* [Distributed Filesystems](#distributed-filesystems)
|
* [Distributed Filesystems](#distributed-filesystems)
|
||||||
* [DNS](#dns)
|
* [DNS](#dns)
|
||||||
* [Hosting Control Panels](#hosting-control-panels)
|
* [Hosting Control Panels](#hosting-control-panels)
|
||||||
@ -77,10 +77,11 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [
|
|||||||
* [Puppet](http://puppetlabs.com/) - It's written in Ruby and uses Puppet's declarative language or a Ruby DSL.
|
* [Puppet](http://puppetlabs.com/) - It's written in Ruby and uses Puppet's declarative language or a Ruby DSL.
|
||||||
* [Salt](http://www.saltstack.com/) - It's written in Python.
|
* [Salt](http://www.saltstack.com/) - It's written in Python.
|
||||||
|
|
||||||
## Continuous integration
|
## Continuous Integration
|
||||||
*Continuous integration software.*
|
*Continuous integration software.*
|
||||||
|
|
||||||
* [Go](http://www.thoughtworks.com/products/go-continuous-delivery) - Open source agile build and release management software.
|
* [Go](http://www.thoughtworks.com/products/go-continuous-delivery) - Open source agile build and release management software.
|
||||||
|
* [GitLab CI](https://www.gitlab.com/gitlab-ci/) - Based off of ruby. They also provide GitLab, which manages git repositories.
|
||||||
* [Jenkins](http://jenkins-ci.org/) - An extendable open source continuous integration server.
|
* [Jenkins](http://jenkins-ci.org/) - An extendable open source continuous integration server.
|
||||||
|
|
||||||
## Distributed Filesystems
|
## Distributed Filesystems
|
||||||
@ -105,6 +106,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [
|
|||||||
*Web hosting control panels*
|
*Web hosting control panels*
|
||||||
|
|
||||||
* [ISPConfig](http://www.ispconfig.org) - Hosting control panel for Linux.
|
* [ISPConfig](http://www.ispconfig.org) - Hosting control panel for Linux.
|
||||||
|
* [VestaCP](http://www.vestacp.com/) - Hosting panel for Linux but with Nginx.
|
||||||
* [Virtualmin](http://www.virtualmin.com/) - Control panel for Linux based on webmin.
|
* [Virtualmin](http://www.virtualmin.com/) - Control panel for Linux based on webmin.
|
||||||
|
|
||||||
## IMAP/POP3
|
## IMAP/POP3
|
||||||
@ -134,7 +136,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [
|
|||||||
*Monitoring software.*
|
*Monitoring software.*
|
||||||
|
|
||||||
* [Cacti](http://www.cacti.net) - Web-based network monitoring and graphing tool.
|
* [Cacti](http://www.cacti.net) - Web-based network monitoring and graphing tool.
|
||||||
* [check_mk](http://mathias-kettner.com/check_mk.html) - Collection of extensions for Nagios,
|
* [check_mk](http://mathias-kettner.com/check_mk.html) - Collection of extensions for Nagios.
|
||||||
* [Icinga](https://www.icinga.org/) - Fork of Nagios.
|
* [Icinga](https://www.icinga.org/) - Fork of Nagios.
|
||||||
* [Monit](http://mmonit.com/monit/#home) - Small Open Source utility for managing and monitoring Unix systems.
|
* [Monit](http://mmonit.com/monit/#home) - Small Open Source utility for managing and monitoring Unix systems.
|
||||||
* [Munin](http://munin-monitoring.org/) - Networked resource monitoring tool.
|
* [Munin](http://munin-monitoring.org/) - Networked resource monitoring tool.
|
||||||
@ -143,6 +145,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [
|
|||||||
* [Sensu](http://sensuapp.org/) - Open source monitoring framework.
|
* [Sensu](http://sensuapp.org/) - Open source monitoring framework.
|
||||||
* [Shinken](http://www.shinken-monitoring.org/) - Another monitoring framework.
|
* [Shinken](http://www.shinken-monitoring.org/) - Another monitoring framework.
|
||||||
* [Thruk](http://www.thruk.org/) - Multibackend monitoring webinterface with support for Naemon, Nagios, Icinga and Shinken.
|
* [Thruk](http://www.thruk.org/) - Multibackend monitoring webinterface with support for Naemon, Nagios, Icinga and Shinken.
|
||||||
|
* [Observium](http://www.observium.org/) - SNMP monitoring for servers and networking devices. Runs on linux.
|
||||||
* [Xymon](http://www.xymon.com/) - Network monitoring inspired by Big Brother.
|
* [Xymon](http://www.xymon.com/) - Network monitoring inspired by Big Brother.
|
||||||
* [Zabbix](http://www.zabbix.com/) - Eenterprise-class software for monitoring of networks and applications
|
* [Zabbix](http://www.zabbix.com/) - Eenterprise-class software for monitoring of networks and applications
|
||||||
* [Zenoss](http://community.zenoss.org) - Application, server, and network management platform based on Zope.
|
* [Zenoss](http://community.zenoss.org) - Application, server, and network management platform based on Zope.
|
||||||
@ -239,6 +242,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
|
|||||||
* [OpenVPN](https://community.openvpn.net) - Uses a custom security protocol that utilizes SSL/TLS for key exchange.
|
* [OpenVPN](https://community.openvpn.net) - Uses a custom security protocol that utilizes SSL/TLS for key exchange.
|
||||||
* [SoftEther VPN](https://www.softether.org/) - Alternative to OpenVPN.
|
* [SoftEther VPN](https://www.softether.org/) - Alternative to OpenVPN.
|
||||||
* [strongSwan](http://www.strongswan.org/) - Complete IPsec implementation for Linux.
|
* [strongSwan](http://www.strongswan.org/) - Complete IPsec implementation for Linux.
|
||||||
|
* [Pritunl](http://pritunl.com/) - OpenVPN based solution. Easy to set up.
|
||||||
|
|
||||||
## Webmails
|
## Webmails
|
||||||
*Webmail applications.*
|
*Webmail applications.*
|
||||||
|
Loading…
Reference in New Issue
Block a user