2015-05-14 03:03:37 -04:00
<!--
2015-05-14 03:00:17 -04:00
Title: Awesome Sysadmin
Description: A curated list of amazingly awesome open source sysadmin resources.
Author: n1trux
2015-05-14 03:03:37 -04:00
-->
2015-05-14 03:00:17 -04:00
2014-05-22 19:48:18 -04:00
# Awesome Sysadmin
2015-06-29 14:10:57 -04:00
2015-06-23 06:55:38 -04:00
**A curated list of amazingly awesome open source sysadmin resources.** You can check out [other awesome lists ](https://github.com/sindresorhus/awesome ) as well. Please read [CONTRIBUTING ](./CONTRIBUTING.md ) if you wish to add software.
2014-02-09 18:50:54 -05:00
2015-06-29 15:15:53 -04:00
[![Join the chat at https://gitter.im/n1trux/awesome-sysadmin ](https://img.shields.io/badge/gitter%20chat-join-blue.svg )](https://gitter.im/n1trux/awesome-sysadmin)
2014-05-22 19:48:18 -04:00
* [Awesome Sysadmin ](#awesome-sysadmin )
2015-03-04 09:24:18 -05:00
* [Automation ](#automation )
2014-05-22 19:48:18 -04:00
* [Backups ](#backups )
2015-06-19 16:24:59 -04:00
* [Build and software organization tools ](#build-and-software-organization-tools )
2015-04-05 01:29:41 -04:00
* [ChatOps ](#chatops )
2015-06-22 14:01:19 -04:00
* [Client Management ](#client-management )
2014-05-22 19:48:18 -04:00
* [Cloning ](#cloning )
2014-05-23 11:33:27 -04:00
* [Cloud Computing ](#cloud-computing )
2015-06-19 16:24:59 -04:00
* [Cloud Orchestration ](#cloud-orchestration )
2014-05-23 12:17:57 -04:00
* [Cloud Storage ](#cloud-storage )
2014-06-30 09:06:27 -04:00
* [Code Review ](#code-review )
2014-06-24 19:34:04 -04:00
* [Collaborative Software ](#collaborative-software )
2014-05-23 12:05:59 -04:00
* [Configuration Management Database ](#configuration-management-database )
* [Configuration Management ](#configuration-management )
2014-06-24 16:35:27 -04:00
* [Continuous Integration & Continuous Deployment ](#continuous-integration--continuous-deployment )
2015-04-08 04:23:08 -04:00
* [Control Panels ](#control-panels )
2015-06-19 16:24:59 -04:00
* [Deployment Automation ](#deployment-automation )
2014-05-23 06:29:29 -04:00
* [Distributed Filesystems ](#distributed-filesystems )
2014-05-22 19:48:18 -04:00
* [DNS ](#dns )
2015-04-04 00:26:07 -04:00
* [Editors ](#editors )
2015-05-14 02:57:45 -04:00
* [Identity Management ](#identity-management )
2014-05-25 16:28:45 -04:00
* [IT Asset Management ](#it-asset-management )
2014-06-24 12:13:40 -04:00
* [Log Management ](#log-management )
2015-04-04 00:22:31 -04:00
* [Mail Clients ](#mail-clients )
* [Mail Servers ](#mail-servers )
2014-05-22 19:48:18 -04:00
* [Monitoring ](#monitoring )
2014-05-24 08:11:59 -04:00
* [Metric & Metric Collection ](#metric--metric-collection )
2014-05-23 12:05:59 -04:00
* [Network Configuration Management ](#network-configuration-management )
2014-05-22 19:48:18 -04:00
* [Newsletter ](#newsletters )
* [NoSQL ](#nosql )
2014-06-27 05:43:19 -04:00
* [Packaging ](#packaging )
2015-06-19 16:10:37 -04:00
* [Project Management ](#project-management )
2014-06-29 04:11:48 -04:00
* [Queuing ](#queuing )
2014-05-22 19:48:18 -04:00
* [RDBMS ](#rdbms )
2014-06-26 17:58:32 -04:00
* [Security ](#security )
2014-10-03 19:40:47 -04:00
* [Service Discovery ](#service-discovery )
2014-06-10 07:41:17 -04:00
* [Software Containers ](#software-containers )
2014-05-22 19:48:18 -04:00
* [SSH ](#ssh )
* [Statistics ](#statistics )
2015-01-21 14:29:48 -05:00
* [Status Pages ](#status-pages )
2014-05-22 19:48:18 -04:00
* [Ticketing systems ](#ticketing-systems )
* [Troubleshooting ](#troubleshooting )
* [Version control ](#version-control )
* [Virtualization ](#virtualization )
* [VPN ](#vpn )
2014-06-24 18:58:16 -04:00
* [XMPP ](#xmpp )
2014-05-22 19:48:18 -04:00
* [Web ](#web )
2015-05-05 05:37:26 -04:00
* [Wiki Software ](#wiki-software )
2014-02-09 18:50:54 -05:00
* [Resources ](#resources )
2014-06-26 19:10:54 -04:00
* [Blogs ](#blogs )
2014-05-22 19:48:18 -04:00
* [Books ](#books )
2015-05-05 05:38:23 -04:00
* [Communities/Forums ](#communities--forums )
2014-10-03 19:20:11 -04:00
* [Newsletters ](#newsletters )
2014-06-26 19:10:54 -04:00
* [Repositories ](#repositories )
2014-02-09 18:50:54 -05:00
* [Websites ](#websites )
2015-05-05 05:37:26 -04:00
* [Wikis ](#wikis )
2014-02-09 18:50:54 -05:00
2015-03-04 09:24:18 -05:00
## Automation
*Automation build.*
2015-03-04 09:32:19 -05:00
* [Apache Ant ](https://ant.apache.org/ ) - Automation build tool, similar to make, written in Java.
2015-03-04 09:24:18 -05:00
* [Apache Maven ](http://maven.apache.org/ ) - Build automation tool mainly for Java.
2015-06-15 13:25:32 -04:00
* [Bazel ](http://bazel.io/ ) - Google's build system.
2015-03-04 09:32:19 -05:00
* [GNU Make ](http://www.gnu.org/software/make/ ) - The most popular automation build tool for many purposes.
2015-06-15 13:25:32 -04:00
* [Gradle ](http://gradle.org/ ) - Another build automation system.
2015-03-04 09:24:18 -05:00
2014-05-22 19:48:18 -04:00
## Backups
2014-02-09 18:50:54 -05:00
*Backup software.*
2014-05-23 06:29:29 -04:00
* [Amanda ](http://www.amanda.org/ ) - Client-server model backup tool.
2015-04-06 03:17:07 -04:00
* [Attic ](https://attic-backup.org ) - A deduplicating backup program written in Python.
2014-11-12 04:54:22 -05:00
* [Bareos ](http://www.bareos.org ) - A fork of Bacula backup tool.
2014-06-25 09:30:40 -04:00
* [Backupninja ](https://labs.riseup.net/code/projects/backupninja ) - Lightweight, extensible meta-backup system.
2014-05-24 12:56:18 -04:00
* [Backuppc ](http://backuppc.sourceforge.net/ ) - Client-server model backup tool with file pooling scheme.
2014-10-07 03:10:01 -04:00
* [Brebis ](http://brebisproject.org ) - A fully automated backup checker
2014-05-27 04:55:17 -04:00
* [Burp ](http://burp.grke.org/ ) - Network backup and restore program.
2014-06-25 09:34:30 -04:00
* [Duplicity ](http://duplicity.nongnu.org/ ) - Encrypted bandwidth-efficient backup using the rsync algorithm.
2015-04-13 14:52:14 -04:00
* [Elkarbackup ](https://github.com/elkarbackup/elkarbackup ) - Backup solution based on RSnapshot with a simple web interface
2015-04-04 12:20:28 -04:00
* [Lsyncd ](https://github.com/axkibe/lsyncd ) - File Monitor which spawns a process to synchronize the changes (rsync by default).
2014-05-24 12:23:40 -04:00
* [Rsnapshot ](http://www.rsnapshot.org/ ) - Filesystem Snapshotting Utility.
2014-05-24 16:41:30 -04:00
* [SafeKeep ](http://safekeep.sourceforge.net/ ) - Centralized pull-based backup using `rdiff-backup` .
2015-04-05 14:34:33 -04:00
* [Snebu ](http://www.snebu.com/ ) – Snapshot backup with global multi-client deduplication and transparent compression.
2014-05-23 06:29:29 -04:00
* [UrBackup ](http://www.urbackup.org/ ) - Another client-server backup system.
2014-06-26 13:20:16 -04:00
* [DREBS ](https://github.com/dojo4/drebs ) - AWS EBS backup script that supports strategies.
2015-04-06 03:17:07 -04:00
* [ZBackup ](http://zbackup.org/ ) - A versatile deduplicating backup tool.
2014-02-09 18:50:54 -05:00
2015-06-19 16:24:59 -04:00
## Build and software organization tools
*Build and software organization tools.*
* [EasyBuild ](https://easybuild.readthedocs.org/en/latest/ ) - EasyBuild builds software and modulefiles for High Performance Computing (HPC) systems in an efficient way.
* [environment-modules Lmod ](https://www.tacc.utexas.edu/research-development/tacc-projects/lmod ) - Lmod is a Lua based module system that easily handles the MODULEPATH Hierarchical problem.
* [environment-modules Tcl/C ](http://modules.sourceforge.net/ ) - The Environment Modules package provides for the dynamic modification of a user's environment via modulefiles.
* [HPCBIOS ](hpcbios.readthedocs.org/en/latest/ ) - HPCBIOS is an effort to setup a common, well-documented and reproducible, environment spanning across multiple HPC systems & sites, *inclusive* of documentation.
2015-04-05 01:29:41 -04:00
## ChatOps
*Conversation-driven development and management. See http://www.reddit.com/r/chatops for more information.*
2015-06-15 13:25:32 -04:00
* [CloudBot ](https://github.com/CloudBotIRC/CloudBot ) - The simple, fast, expandable Python IRC bot.
* [Eggdrop ](http://www.eggheads.org/ ) - the world's most popular IRC bot, designed for flexibility and ease of use, and is freely distributable under the GNU GPL.
2015-04-05 01:29:41 -04:00
* [Err ](http://errbot.net/ ) - a plugin based chatbot designed to be easily deployable, extensible and maintainable.
* [Hubot ](https://hubot.github.com/ ) - A customizable, life embetterment robot.
2015-04-05 01:33:15 -04:00
* [Lazlo ](https://github.com/djosephsen/lazlo ) - A chatops automation framework in Go.
2015-04-05 01:29:41 -04:00
* [Lita ](https://www.lita.io/ ) - A robot companion for your company's chat room.
2015-06-17 12:57:25 -04:00
## Client management
*Managing software on desktop computers.*
2015-06-17 13:06:41 -04:00
* [OCS Inventory NG ](http://www.ocsinventory-ng.org/en/ ) - Inventory, deployment and network scan.
* [Opsi ](http://www.opsi.org/en ) (open PC server integration) - Client Management for Windows based on Debian.
2015-06-27 16:35:13 -04:00
* [WAPT ](http://dev.tranquil.it/wiki/WAPT_-_apt-get_pour_Windows/en ) - Network-wide (un)installation, configuration and upgrades of Windows based software.
* [WPKG ](http://wpkg.org/ ) - Software deployment, upgrade and removal program for Windows.
2015-06-17 12:57:25 -04:00
2014-05-22 19:53:53 -04:00
## Cloning
*Cloning software.*
2014-02-09 18:50:54 -05:00
* [Clonezilla ](http://clonezilla.org/ ) - Partition and disk imaging/cloning program.
* [Fog ](http://www.fogproject.org/ ) - Another computer cloning solution.
2014-05-23 11:33:27 -04:00
## Cloud Computing
2015-06-15 13:25:32 -04:00
* [AppScale ](http:/github.com/AppScale/appscale ) - Cloud software with Google App Engine compatibility.
2014-06-26 17:16:38 -04:00
* [Archipel ](http://archipelproject.org/ ) - Manage and supervise virtual machines using Libvirt.
2014-05-23 11:33:27 -04:00
* [CloudStack ](http://cloudstack.apache.org/ ) - Cloud computing software for creating, managing, and deploying infrastructure cloud services.
2014-10-03 20:09:22 -04:00
* [Cobbler ](http://www.cobblerd.org/ ) - Cobbler is a Linux installation server that allows for rapid setup of network installation environments.
2015-05-27 09:34:58 -04:00
* [Cracow Cloud One - Polish Private Cloud ](http://cc1.ifj.edu.pl/ ) - The CC1 system provides a complete solution for Private Cloud Computing.
2015-06-15 13:25:32 -04:00
* [Eucalyptus ](https://www.eucalyptus.com/ ) - Private cloud software with AWS compatibility.
* [Flynn ](https://flynn.io ) - PaaS
2014-10-03 20:09:22 -04:00
* [Mesos ](http://mesos.apache.org/ ) - Develop and run resource-efficient distributed systems.
2015-06-27 16:39:36 -04:00
* [OpenNebula ](http://opennebula.org/ ) - User-driven cloud management platform for sysadmins and devops.
* [Openshift ](http://www.openshift.org ) - PaaS product from Red Hat.
* [OpenStack ](https://www.openstack.org/ ) - Build private and public clouds.
* [The Foreman ](http://theforeman.org/ ) - Complete lifecycle management tool for physical and virtual servers. FOSS.
2015-06-15 13:25:32 -04:00
* [Tsuru ](https://tsuru.io ) - Tsuru is an extensible Platform as a Service software.
2014-05-23 11:33:27 -04:00
2014-06-24 03:15:51 -04:00
## Cloud Orchestration
2014-06-27 14:12:09 -04:00
* [BOSH ](http://docs.cloudfoundry.org/bosh/ ) - IaaS orchestration platform originally written for deploying and managing Cloud Foundry PaaS, but also useful for general purpose distributed systems.
2015-06-15 13:25:32 -04:00
* [Cloudify ](http://www.getcloudify.org/ ) - TOSCA-based cloud orchestration software platform written in Python and YAML.
2015-04-12 15:17:43 -04:00
* [CloudSlang ](http://www.cloudslang.io/ ) - Flow-based orchestration tool for managing deployed applications, with Docker capabilities.
2015-06-27 16:39:36 -04:00
* [Juju ](https://juju.ubuntu.com/ ) - Cloud orchestration tool which manages services as charms, YAML configuration and deployment script bundles.
2014-06-26 13:54:53 -04:00
* [MCollective ](http://puppetlabs.com/mcollective ) - Ruby framework to manage server orchestration, developed by Puppet labs.
2014-06-26 18:32:45 -04:00
* [Overcast ](http://andrewchilds.github.io/overcast/ ) - Deploy VMs across different cloud providers, and run commands and scripts across any or all of them in parallel via SSH.
2014-06-24 16:32:13 -04:00
* [Rundeck ](http://rundeck.org/ ) - Simple orchestration tool.
2014-10-07 03:17:00 -04:00
* [Salt ](http://www.saltstack.com/ ) - Fast, scalable and flexible systems management software written in Python/ZeroMQ.
2014-11-20 13:44:37 -05:00
* [StackStorm ](http://stackstorm.com/ ) - Event Driven Operations and ChatOps platform for infrastructure management. Written in Python
2014-06-24 03:15:51 -04:00
2014-05-23 12:17:57 -04:00
## Cloud Storage
2014-05-25 12:03:46 -04:00
* [git-annex assistant ](http://git-annex.branchable.com/assistant/ ) - A synchronised folder on each of your OSX and Linux computers, Android devices, removable drives, NAS appliances, and cloud services.
2014-06-27 03:43:52 -04:00
* [ownCloud ](https://owncloud.org ) - Provides universal access to your files via the web, your computer or your mobile devices.
2015-06-15 13:25:32 -04:00
* [Pydio ](https://pyd.io ) - Pydio (formerly AjaXplorer) is a mature solution for file sharing and synchronization.
* [Seafile ](http://seafile.com ) - Another Cloud Storage solution.
2014-06-26 19:10:54 -04:00
* [SparkleShare ](http://sparkleshare.org/ ) - Provides cloud storage and file synchronization services. By default, it uses Git as a storage backend.
2014-06-25 06:03:57 -04:00
* [Swift ](http://docs.openstack.org/developer/swift/ ) - A highly available, distributed, eventually consistent object/blob store.
2015-06-15 13:25:32 -04:00
* [Syncthing ](http://syncthing.net/ ) - System for private, encrypted and authenticated distribution of data.
2014-05-23 12:17:57 -04:00
2014-06-30 09:06:27 -04:00
## Code Review
*Web Based collaborative code review system.*
* [Gerrit ](https://code.google.com/p/gerrit/ ) - Based on the Git version control, it facilitates software developers to review modifications to the source code and approve or reject those changes.
2015-04-05 20:45:22 -04:00
* [Phabricator ](http://phabricator.org/ ) - Code review tool build by facebook and used by WikiMedia, FB, dropbox etc. Comes with an integrated wiki, bug tracker, VC integration and a CLI tool called arcanist.
2015-04-06 15:26:53 -04:00
* [Review Board ](https://www.reviewboard.org/ ) - Available as free software under the MIT License.
2014-06-30 09:06:27 -04:00
2014-06-24 19:34:04 -04:00
## Collaborative Software
2014-06-24 19:33:04 -04:00
*Collaborative software or groupware suites.*
* [Citadel/UX ](http://www.citadel.org/ ) - Collaboration suite (messaging and groupware) that is descended from the Citadel family of programs.
* [EGroupware ](http://www.egroupware.org/ ) - Groupware software written in PHP.
2014-10-03 19:44:10 -04:00
* [Horde Groupware ](http://www.horde.org/apps/groupware ) - PHP based collaborative software suite that includes email, calendars, wikis, time tracking and file management.
2014-06-27 03:43:52 -04:00
* [Kolab ](https://www.kolab.org ) - Another groupware suite.
2014-10-03 19:44:10 -04:00
* [SOGo ](https://www.sogo.nu/ ) - Collaborative software server with a focus on simplicity and scalability.
2014-06-27 03:43:52 -04:00
* [Zimbra ](https://www.zimbra.com/community/ ) - Collaborative software suite, that includes an email server and web client.
2014-06-24 19:33:04 -04:00
2014-05-23 12:05:59 -04:00
## Configuration Management Database
*Configuration management database (CMDB) software.*
2014-04-29 18:27:49 -04:00
2015-06-15 13:25:32 -04:00
* [i-doit ](http://www.i-doit.org/ ) - IT Documentation and CMDB.
* [iTop ](http://www.combodo.com/-Overview-.html ) - Complete ITIL web based service management tool.
2014-06-23 07:31:42 -04:00
* [Ralph ](https://github.com/allegro/ralph ) - Asset management, DCIM and CMDB system for large Data Centers as well as smaller LAN networks.
2015-04-06 15:26:53 -04:00
* [Sicekit ](https://github.com/sicekit/sicekit ) - The systems & infrastructure encyclopaedia toolkit (based on mediawiki).
2014-06-26 13:50:26 -04:00
* [Clusto ](https://github.com/clusto/clusto ) - Helps you keep track of your inventory, where it is, how it's connected, and provides an abstracted interface for interacting with the elements of the infrastructure.
2014-12-20 20:32:48 -05:00
* [Collins ](http://tumblr.github.io/collins ) - At Tumblr, it's the infrastructure source of truth and knowledge.
2014-04-29 18:27:49 -04:00
2014-05-23 12:05:59 -04:00
## Configuration Management
2014-02-09 18:50:54 -05:00
*Configuration management tools.*
* [Ansible ](http://www.ansibleworks.com/ ) - It's written in Python and manages the nodes over SSH.
* [CFEngine ](http://cfengine.com/ ) - Lightweight agent system. Configuration state is specified via a declarative language.
* [Chef ](http://www.opscode.com/chef/ ) - It's written in Ruby and Erlang and uses a pure-Ruby DSL.
2014-06-27 10:03:41 -04:00
* [Pallet ](http://palletops.com/ ) - Infrastructure definition, configuration and management via a Clojure DSL.
2014-02-09 18:50:54 -05:00
* [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.
2014-05-24 17:33:20 -04:00
* [Slaughter ](http://steve.org.uk/Software/slaughter/ ) - It's written in Perl.
2014-02-09 18:50:54 -05:00
2014-06-24 16:34:44 -04:00
## Continuous Integration & Continuous Deployment
*Continuous integration/deployment software.*
2014-02-09 18:50:54 -05:00
2014-06-23 10:33:42 -04:00
* [Buildbot ](http://buildbot.net/ ) - Python-based toolkit for continuous integration.
2014-10-03 19:47:35 -04:00
* [Drone ](https://github.com/drone/drone ) - Continuous integration server built on Docker and configured using YAML files.
2014-05-23 20:30:35 -04:00
* [GitLab CI ](https://www.gitlab.com/gitlab-ci/ ) - Based off of ruby. They also provide GitLab, which manages git repositories.
2015-06-15 13:25:32 -04:00
* [Go ](http://www.go.cd/ ) - Continuous delivery server.
* [Jenkins ](http://jenkins-ci.org/ ) - An extendable continuous integration server.
2014-12-22 00:39:06 -05:00
2015-04-08 04:23:08 -04:00
## Control Panels
2015-06-16 09:23:01 -04:00
*Web hosting and server or service control panels*
2015-04-08 04:23:08 -04:00
2015-06-16 09:19:30 -04:00
* Web hosting
* [Froxlor ](http://www.froxlor.org/ ) - Easy to use panel for Linux with Nginx and PHP-FPM support.
* [ISPConfig ](http://www.ispconfig.org ) - Hosting control panel for Linux.
* [Sentora ](http://sentora.org/ ) - Control panel for Linux, BSD, and Windows based on ZPanel.
* [VestaCP ](http://www.vestacp.com/ ) - Hosting panel for Linux but with Nginx.
* E-mail
2015-06-17 13:37:06 -04:00
* [Postfix Admin ](http://postfixadmin.sourceforge.net/ ) - web interface to manage postfix mailboxes, virtual domains and aliases.
2015-06-16 09:19:30 -04:00
* DNS
* [Atomia DNS ](http://atomiadns.com/ ) - DNS management system.
2015-06-16 09:21:18 -04:00
* [PDNS Gui ](https://github.com/odoucet/pdns-gui ) - WebGUI which aids in administering domains and records for PowerDNS with MySQL.
2015-06-16 09:19:30 -04:00
* [Poweradmin ](http://www.poweradmin.org/ ) - Friendly web-based DNS administration tool for PowerDNS server.
* Revision Control
2015-06-19 07:30:19 -04:00
* [iF.SVNAdmin ](http://svnadmin.insanefactory.com/ ) - WebGUI to manage Subversion repositories and User/Group permissions.
2015-06-18 08:03:31 -04:00
* [SCM-Manager ](https://www.scm-manager.org/ ) - The easiest way to share and manage your Git, Mercurial and Subversion repositories.
2015-06-25 07:48:30 -04:00
* [WebSVN ](http://www.websvn.info/ ) - Opensource web subversion repository browser.
2015-06-16 09:19:30 -04:00
* Virtualization
* [Feathur ](http://feathur.com ) - VPS Provisioning and Management Software.
* [Panamax ](http://panamax.io/ ) - Project that makes deploying complex containerized apps as easy as Drag-and-Drop.
2015-06-22 13:57:28 -04:00
* [OpenVZ Web Panel ](http://owp.softunity.com.ru/ ) - Web panel to control your OpenVZ servers.
2015-06-16 09:19:30 -04:00
* [Virtkick ](https://www.virtkick.com/ ) - A simple orchestrator. Manage virtual machines or Docker containers easily.
* [WebVirtMgr ](https://retspen.github.io ) - libvirt-based Web interface for managing virtual machines.
* Server
* [Ajenti ](http://ajenti.org/ ) - Control panel for Linux and BSD.
* [Cockpit ](http://cockpit-project.org/ ) - New multi-server web interface for Linux servers written in C.
* [Virtualmin ](http://www.virtualmin.com/ ) - Control panel for Linux based on webmin.
* [Webmin ](http://www.webmin.com/ ) - Linux server control panel.
* Others
2015-04-08 04:23:08 -04:00
2014-12-22 00:39:06 -05:00
## Deployment Automation
*Tools and scripts to support deployments to your servers.*
* [Capistrano ](http://www.capistranorb.com ) - Deploy your application to any number of machines simultaneously, in sequence or as a rolling set via SSH (rake based).
* [Fabric ](http://www.fabfile.org/ ) - Python library and cli tool for streamlining the use of SSH for application deployment or systems administration tasks.
* [Mina ](http://nadarei.co/mina/ ) - Really fast deployer and server automation tool (rake based).
* [Rocketeer ](http://rocketeer.autopergamene.eu/ ) - PHP task runner and deployment tool.
* [Vlad the Deployer ](http://rubyhitsquad.com/Vlad_the_Deployer.html ) - Deployment automation (rake based).
2014-02-09 18:50:54 -05:00
2014-05-23 06:29:29 -04:00
## Distributed Filesystems
*Network distributed filesystems.*
* [Ceph ](http://ceph.com/ ) - Distributed object store and file system.
2015-04-06 15:26:53 -04:00
* [DRBD ](http://www.drbd.org/ ) - Distributed Replicated Block Device.
2014-06-27 01:35:34 -04:00
* [LeoFS ](http://leo-project.net ) - Unstructured object/data storage and a highly available, distributed, eventually consistent storage system.
2014-05-23 06:29:29 -04:00
* [GlusterFS ](http://www.gluster.org/ ) - Scale-out network-attached storage file system.
* [HDFS ](http://hadoop.apache.org/ ) - Distributed, scalable, and portable file-system written in Java for the Hadoop framework.
2015-06-15 13:25:32 -04:00
* [Lustre ](http://lustre.opensfs.org/ ) - Parallel distributed file system, generally used for large-scale cluster computing.
2014-05-23 06:29:29 -04:00
* [MooseFS ](http://www.moosefs.org/ ) - Fault tolerant, network distributed file system.
2014-06-26 14:40:44 -04:00
* [MogileFS ](http://mogilefs.org/ ) - Application level, network distributed file system.
2014-06-23 10:29:25 -04:00
* [OpenAFS ](http://www.openafs.org/ ) - Distributed network file system with read-only replicas and multi-OS support.
2014-06-24 19:16:03 -04:00
* [TahoeLAFS ](https://tahoe-lafs.org/trac/tahoe-lafs ) - secure, decentralized, fault-tolerant, peer-to-peer distributed data store and distributed file system.
2014-05-23 06:29:29 -04:00
* [XtreemFS ](http://www.xtreemfs.org/ ) - XtreemFS is a fault-tolerant distributed file system for all storage needs.
2014-05-22 19:48:18 -04:00
## DNS
2014-05-08 12:58:17 -04:00
*DNS servers.*
* [Bind ](https://www.isc.org/downloads/bind/ ) - The most widely used name server software.
* [djbdns ](http://cr.yp.to/djbdns.html ) - A collection of DNS applications, including tinydns.
2014-06-26 15:10:13 -04:00
* [Designate ](https://wiki.openstack.org/wiki/Designate ) - DNS REST API that support several DNS servers as its backend.
2014-06-27 10:32:03 -04:00
* [dnsmasq ](http://www.thekelleys.org.uk/dnsmasq/doc.html ) - A lightweight service providing DNS, DHCP and TFTP services to small-scale networks.
2014-06-16 10:43:07 -04:00
* [Knot ](https://www.knot-dns.cz/ ) - High performance authoritative-only DNS server.
2014-05-08 12:58:17 -04:00
* [NSD ](http://www.nlnetlabs.nl/projects/nsd/ ) - Authoritative only, high performance, simple name server.
* [PowerDNS ](https://www.powerdns.com/ ) - DNS server with a variety of data storage back-ends and load balancing features.
2014-05-27 05:00:49 -04:00
* [Unbound ](http://unbound.net/ ) - Validating, recursive, and caching DNS resolver.
2014-06-16 10:43:07 -04:00
* [Yadifa ](http://yadifa.eu/ ) - Lightweight authoritative Name Server with DNSSEC capabilities powering the .eu top-level domain.
2014-05-08 12:58:17 -04:00
2015-04-04 00:26:07 -04:00
## Editors
*Open source code editors.*
* [Atom ](https://atom.io/ ) - A hackable text editor from Github.
2015-06-15 13:25:32 -04:00
* [Brackets ](http://brackets.io/ ) - Code editor for web designers and front-end developers.
2015-04-04 00:26:07 -04:00
* [Eclipse ](http://eclipse.org/ ) - IDE written in Java with an extensible plug-in system.
* [Geany ](http://www.geany.org/ ) - GTK2 text editor.
* [GNU Emacs ](http://www.gnu.org/software/emacs/ ) - An extensible, customizable text editor-and more.
* [Haroopad ](http://pad.haroopress.com/ ) - Markdown editor with live preview.
* [ICEcoder ](http://icecoder.net ) - Code editor awesomeness, built with common web languages.
* [jotgit ](https://github.com/jdleesmiller/jotgit ) - Git-backed real-time collaborative code editing.
2015-06-15 13:25:32 -04:00
* [KDevelop ](https://www.kdevelop.org/ ) - IDE by the people behind KDE.
2015-04-04 00:26:07 -04:00
* [Light Table ](http://www.lighttable.com/ ) - The next generation code editor.
* [Lime ](http://limetext.org/ ) - Aims to provide an open source solution to Sublime Text
* [TextMate ](https://github.com/textmate/textmate/ ) - A graphical text editor for OS X.
* [Vim ](http://www.vim.org ) - A highly configurable text editor built to enable efficient editing.
2015-05-14 02:57:45 -04:00
## Identity Management
*LDAP servers and other tools to manage accounts and identities.*
### LDAP
* [389 Directory Server ](http://port389.org ) - Developed by Red Hat.
* [Apache Directory Server ](http://directory.apache.org/ ) - Apache Software Foundation project written in Java.
* [OpenDJ ](http://opendj.forgerock.org/ ) - Fork of OpenDS.
* [OpenDS ](https://opends.java.net/ ) - Another directory server written in Java.
* [OpenLDAP ](http://openldap.org/ ) - Developed by the OpenLDAP Project.
### Tools and web interfaces
* [Fusion Directory ](http://www.fusiondirectory.org ) - Improve the Management of the services and the company directory based on OpenLDAP.
* [FreeIPA ](http://www.freeipa.org/ ) - Security management solution, can manage LDAP, KRB, DNS, sudo, and more
* [LDAP Account Manager (LAM) ](https://www.ldap-account-manager.org/lamcms/ ) - Web frontend for managing entries (e.g. users, groups, DHCP settings) stored in an LDAP directory.
2015-06-15 13:25:32 -04:00
* [Samba ](https://www.samba.org/ ) – Active Directory and CIFS protocol implementation.
2015-05-14 02:57:45 -04:00
2014-05-23 12:05:59 -04:00
## IT Asset Management
*IT Assets Management software.*
* [GLPI ](http://www.glpi-project.org/spip.php?lang=en ) - Information Resource-Manager with an additional Administration Interface.
* [OCS Inventory NG ](http://www.ocsinventory-ng.org/en/ ) - Enables users to inventory their IT assets.
2014-06-27 07:33:27 -04:00
* [RackTables ](http://racktables.org/ ) - Datacenter and server room asset management like document hardware assets, network addresses, space in racks, networks configuration.
2014-06-23 07:31:42 -04:00
* [Ralph ](https://github.com/allegro/ralph ) - Asset management, DCIM and CMDB system for large Data Centers as well as smaller LAN networks.
2014-06-24 12:26:04 -04:00
* [Snipe IT ](http://snipeitapp.com/ ) - Asset & license management software.
2014-05-23 12:05:59 -04:00
2014-06-24 12:13:40 -04:00
## Log Management
*Log management tools: collect, parse, visualize ...*
2014-06-26 02:01:28 -04:00
* [Elasticsearch ](http://www.elasticsearch.org/ ) - A Lucene Based Document store mainly used for log indexing, storage and analysis.
2014-06-26 16:06:38 -04:00
* [Fluentd ](http://www.fluentd.org/ ) - Log Collector and Shipper.
* [Flume ](https://flume.apache.org/ ) - Distributed log collection and aggregation system.
2014-06-24 12:13:40 -04:00
* [Graylog2 ](http://graylog2.org/ ) - Pluggable Log and Event Analysis Server with Alerting options.
2014-06-26 16:06:38 -04:00
* [Heka ](http://hekad.readthedocs.org/en/latest/ ) - Stream processing system which may be used for log aggregation.
2014-06-24 12:13:40 -04:00
* [Kibana ](http://www.elasticsearch.org/overview/kibana/ ) - Visualize logs and time-stamped data.
* [Logstash ](http://logstash.net/ ) - Tool for managing events and logs.
2014-06-28 17:23:50 -04:00
* [Octopussy ](http://www.octopussy.pm ) - Log Management Solution (Visualize / Alert / Report).
2014-06-24 12:13:40 -04:00
2015-04-04 00:22:31 -04:00
## Mail Clients
* [Claws Mail ](http://www.claws-mail.org/ ) - Old school email client (and news reader), based on GTK+.
* [Mutt ](http://www.mutt.org/ ) - Small but very powerful text-based mail client.
* [Thunderbird ](https://www.mozilla.org/de/thunderbird/ ) - Free email application that's easy to set up and customize.
### Webmail
*Webmail applications.*
* [Roundcube ](http://roundcube.net/ ) - Browser-based IMAP client with an application-like user interface.
* [SquirrelMail ](http://squirrelmail.org ) - Another browser-based IMAP client.
Add a lot of applications
Add Horde - Webmail and groupware client
Add Rainloop - Very nice webmail with IMAP/SMTP Support and multi accounting
Add Modoboa - Modoboa is a mail hosting and management platform including a modern and simplified Web User Interface.
Add Fufix - Fufix is a mailserver installer based on Dovecot, Postfix, Postfixadmin, Nginx, PHP, MySQL and Fail2ban.
Add Stashboard - The open source status page for cloud services and APIs.
Add System Status Dashboard - SSD is a status dashboard designed to provide an easy to understand view into an organization's infrastructure health status.
Add Staytus - Staytus is a complete solution for publishing the latest information about any issues with your web applications, networks or services.
Add LibreMailer - LibreMailer is a modest and simple web based email marketing application.
Add Lewsnetter - E-mail marketing application (create and send e-mail newsletter via SES). Includes subscription management, delivery, bounce and complaint notification, templates, and some stats.
2015-05-28 09:44:54 -04:00
* [Horde ](http://www.horde.org ) - Webmail and groupware client
* [Rainloop ](http://www.rainloop.net ) - Very nice webmail with IMAP/SMTP Support and multi accounting
2015-04-04 00:22:31 -04:00
## Mail Servers
*Software for setting up mail servers.*
### MDA (IMAP/POP3)
*Mail Delivery Agents (IMAP/POP3 software).*
* [Courier IMAP/POP3 ](http://www.courier-mta.org/imap/ ) - Fast, scalable, enterprise IMAP and POP3 server.
* [Cyrus IMAP/POP3 ](http://cyrusimap.org/ ) - Intended to be run on sealed servers, where normal users are not permitted to log in.
* [Dovecot ](http://www.dovecot.org/ ) - IMAP and POP3 server written primarily with security in mind.
### MTA (SMTP)
*Mail Transfer Agents (SMTP servers).*
* [Exim ](http://www.exim.org/ ) - Message transfer agent (MTA) developed at the University of Cambridge.
* [Haraka ](http://haraka.github.io/ ) - A high-performance, pluginable SMTP server written in JavaScript.
* [MailCatcher ](http://mailcatcher.me/ ) - Ruby gem that deploys a simply SMTP MTA gateway that accepts all mail and displays in web interface. Useful for debugging or development.
2015-06-15 13:25:32 -04:00
* [Maildrop ](https://github.com/m242/maildrop ) - Disposable email SMTP server, also useful for development.
2015-04-04 00:22:31 -04:00
* [OpenSMTPD ](https://opensmtpd.org/ ) - Secure SMTP server implementation from the OpenBSD project.
* [Postfix ](http://www.postfix.org/ ) - Fast, easy to administer, and secure Sendmail replacement.
* [Qmail ](http://cr.yp.to/qmail.html ) - Secure Sendmail replacement.
* [Sendmail ](http://www.sendmail.com/sm/open_source/ ) - Message transfer agent (MTA).
### complete solutions
*Software for simple deployment of a mail server, e.g. for inexperienced or impatient admins.*
2015-06-23 08:06:42 -04:00
* [hMailServer ](https://www.hmailserver.com ) - Open source e-mail server for Microsoft Windows
2015-04-04 00:22:31 -04:00
* [Mail-in-a-Box ](https://mailinabox.email/ ) - Take back control of your email with this easy-to-deploy mail server in a box.
* [iRedMail ](http://www.iredmail.org/ ) - Full-featured mail server solution based on Postfix and Dovecot.
2015-04-12 16:04:14 -04:00
* [Citadel ](http://www.citadel.org/ ) - Feature packed, easy, versatile, and powerful mail server, thanks to exclusive "rooms" based architecture.
Add a lot of applications
Add Horde - Webmail and groupware client
Add Rainloop - Very nice webmail with IMAP/SMTP Support and multi accounting
Add Modoboa - Modoboa is a mail hosting and management platform including a modern and simplified Web User Interface.
Add Fufix - Fufix is a mailserver installer based on Dovecot, Postfix, Postfixadmin, Nginx, PHP, MySQL and Fail2ban.
Add Stashboard - The open source status page for cloud services and APIs.
Add System Status Dashboard - SSD is a status dashboard designed to provide an easy to understand view into an organization's infrastructure health status.
Add Staytus - Staytus is a complete solution for publishing the latest information about any issues with your web applications, networks or services.
Add LibreMailer - LibreMailer is a modest and simple web based email marketing application.
Add Lewsnetter - E-mail marketing application (create and send e-mail newsletter via SES). Includes subscription management, delivery, bounce and complaint notification, templates, and some stats.
2015-05-28 09:44:54 -04:00
* [Modoboa ](http://modoboa.org/en/ ) - Modoboa is a mail hosting and management platform including a modern and simplified Web User Interface.
* [Fufix ](https://www.debinux.de/fufix/ ) - Fufix is a mailserver installer based on Dovecot, Postfix, Postfixadmin, Nginx, PHP, MySQL and Fail2ban.
2015-04-04 00:22:31 -04:00
2014-05-22 19:48:18 -04:00
## Monitoring
2014-02-09 18:50:54 -05:00
*Monitoring software.*
2015-06-10 06:55:42 -04:00
* [Alerta ](https://github.com/guardian/alerta ) - Distributed, scaleable and flexible monitoring system.
* [BandwidthD ](http://bandwidthd.sourceforge.net/ ) - BandwidthD tracks usage of TCP/IP network subnets and builds html files with graphs to display utilization.
2014-02-09 18:50:54 -05:00
* [Cacti ](http://www.cacti.net ) - Web-based network monitoring and graphing tool.
2014-06-24 13:43:22 -04:00
* [Cabot ](http://cabotapp.com/ ) - Monitoring and alerts, similar to PagerDuty.
2014-05-25 16:28:45 -04:00
* [check_mk ](http://mathias-kettner.com/check_mk.html ) - Collection of extensions for Nagios.
2014-06-27 11:22:27 -04:00
* [Dash ](https://github.com/afaqurk/linux-dash ) - A low-overhead monitoring web dashboard for a GNU/Linux machine.
2014-07-02 06:46:02 -04:00
* [Flapjack ](http://flapjack.io/ ) - Monitoring notification routing & event processing system.
2014-02-09 18:50:54 -05:00
* [Icinga ](https://www.icinga.org/ ) - Fork of Nagios.
2015-06-03 10:59:26 -04:00
* [LibreNMS ](http://www.librenms.org ) - Fully featured network monitoring system that provides a wealth of features and device support.
2015-06-15 13:25:32 -04:00
* [Monit ](http://mmonit.com/monit/#home ) - Small utility for managing and monitoring Unix systems.
2014-02-09 18:50:54 -05:00
* [Munin ](http://munin-monitoring.org/ ) - Networked resource monitoring tool.
2014-05-24 14:22:17 -04:00
* [Naemon ](http://www.naemon.org/ ) - Network monitoring tool based on the Nagios 4 core with performance enhancements and new features.
2014-02-09 18:50:54 -05:00
* [Nagios ](http://www.nagios.org/ ) - Computer system, network and infrastructure monitoring software application.
2014-10-15 10:53:49 -04:00
* [Node-Bell ](https://github.com/eleme/node-bell ) - Real-time anomalies detection for periodic time series, metrics monitor.
2014-06-16 10:32:27 -04:00
* [Observium ](http://www.observium.org/ ) - SNMP monitoring for servers and networking devices. Runs on linux.
2014-06-26 19:10:54 -04:00
* [OMD ](http://omdistro.org/ ) - The Open Monitoring Distribution.
2015-06-02 10:35:29 -04:00
* [PhpSysInfo ](https://phpsysinfo.github.io/phpsysinfo/ ) - A customizable PHP script that displays information about your system nicely
2014-06-16 10:32:27 -04:00
* [Riemann ](http://riemann.io/ ) - Flexible and fast events processor allowing complex events/metrics analysis.
2015-06-15 13:25:32 -04:00
* [Sensu ](http://sensuapp.org/ ) - Monitoring framework.
2014-06-26 16:46:56 -04:00
* [Sentry ](https://getsentry.com/ ) - Application monitoring, event logging and aggregation.
2015-06-05 10:08:27 -04:00
* [ServerStatus BotoX ](https://github.com/BotoX/ServerStatus ) - Display and monitor your servers statistics in a beatiful way.
* [ServerStatus moejda ](https://github.com/mojeda/ServerStatus ) - Server Status website script, displays uptime (days), free RAM, free HDD
2014-05-24 14:29:13 -04:00
* [Shinken ](http://www.shinken-monitoring.org/ ) - Another monitoring framework.
2015-04-06 15:26:53 -04:00
* [Thruk ](http://www.thruk.org/ ) - Multibackend monitoring web interface with support for Naemon, Nagios, Icinga and Shinken.
2014-05-24 14:27:16 -04:00
* [Xymon ](http://www.xymon.com/ ) - Network monitoring inspired by Big Brother.
2014-06-27 01:45:33 -04:00
* [Zabbix ](http://www.zabbix.com/ ) - Enterprise-class software for monitoring of networks and applications.
2014-02-09 18:50:54 -05:00
* [Zenoss ](http://community.zenoss.org ) - Application, server, and network management platform based on Zope.
2014-05-24 08:10:15 -04:00
## Metric & Metric Collection
2014-05-27 05:07:08 -04:00
*Metric gathering and display software.*
2014-05-24 08:17:22 -04:00
2014-05-27 05:07:08 -04:00
* [Collectd ](http://collectd.org/ ) - System statistic collection daemon.
2014-06-17 04:24:17 -04:00
* [Collectl ](http://collectl.sourceforge.net/ ) - High precision system performance metrics collecting tool.
2014-06-26 19:10:54 -04:00
* [Dashing ](http://dashing.io/ ) - Ruby gem that allows for rapid statistical dashboard development. An all HTML5 approach allows for big screen displays in data centers or conference rooms.
2014-06-18 08:09:48 -04:00
* [Diamond ](https://github.com/BrightcoveOS/Diamond ) - Python based statistic collection daemon.
2014-10-07 03:21:30 -04:00
* [Facette ](http://facette.io ) - Time series data visualization and graphing software written in Go.
2015-04-04 04:47:30 -04:00
* [Freeboard ](https://github.com/Freeboard/freeboard ) - A damn-sexy front-end real-time dashboard. Transforms raw JSON into delicious UI.
2014-06-24 19:14:34 -04:00
* [Ganglia ](http://ganglia.sourceforge.net/ ) - High performance, scalable RRD based monitoring for grids and/or clusters of servers. Compatible with Graphite using a single collection process.
2014-06-29 04:20:31 -04:00
* [Grafana ](http://grafana.org/ ) - A Graphite & InfluxDB Dashboard and Graph Editor.
2015-06-15 13:25:32 -04:00
* [Graphite ](http://graphite.readthedocs.org/en/latest/ ) - Scalable graphing server.
* [InfluxDB ](http://influxdb.com/ ) - Distributed time series database with no external dependencies.
2014-06-29 04:20:31 -04:00
* [KairosDB ](https://code.google.com/p/kairosdb/ ) - Fast distributed scalable time series database, fork of OpenTSDB 1.x.
2014-06-26 19:10:54 -04:00
* [OpenTSDB ](http://opentsdb.net/ ) - Store and server massive amounts of time series data without losing granularity.
2015-04-12 17:20:00 -04:00
* [Packetbeat ](http://packetbeat.com/ ) - Captures network traffic and displays it in a custom Kibana dashboard for easy viewing.
2015-06-15 13:25:32 -04:00
* [Prometheus ](http://prometheus.io/ ) - Service monitoring system and time series database.
* [RRDtool ](http://oss.oetiker.ch/rrdtool/ ) - Industry standard, high performance data logging and graphing system for time series data.
2014-05-27 05:07:08 -04:00
* [Statsd ](https://github.com/etsy/statsd/ ) - Application statistic listener.
2014-05-24 08:10:15 -04:00
2014-05-23 12:05:59 -04:00
## Network Configuration Management
*Network configuration management tools.*
2014-06-26 18:20:19 -04:00
* [GestióIP ](http://www.gestioip.net/ ) - An automated web based IPv4/IPv6 IP Address Management tool.
2015-04-06 15:26:53 -04:00
* [Oxidized ](https://github.com/ytti/oxidized ) - A modern take on network device configuration monitoring with web interface and GIT storage.
* [RANCID ](http://www.shrubbery.net/rancid/ ) - Monitors network device's configuration and maintain history of changes.
2014-05-23 12:05:59 -04:00
* [rConfig ](http://www.rconfig.com/ ) - Another network device configuration management tool.
2014-12-27 17:44:59 -05:00
* [trigger ](https://github.com/trigger/trigger ) - Robust network automation toolkit written in Python.
2014-05-23 12:05:59 -04:00
2014-05-22 19:48:18 -04:00
## Newsletters
2014-02-09 18:50:54 -05:00
*Newsletter software.*
2014-06-24 11:45:15 -04:00
* [DadaMail ](http://dadamailproject.com/ ) - Mailing List Manager, written in Perl.
2014-06-24 19:14:34 -04:00
* [phpList ](http://www.phplist.com/ ) - Newsletter manager written in PHP.
Add a lot of applications
Add Horde - Webmail and groupware client
Add Rainloop - Very nice webmail with IMAP/SMTP Support and multi accounting
Add Modoboa - Modoboa is a mail hosting and management platform including a modern and simplified Web User Interface.
Add Fufix - Fufix is a mailserver installer based on Dovecot, Postfix, Postfixadmin, Nginx, PHP, MySQL and Fail2ban.
Add Stashboard - The open source status page for cloud services and APIs.
Add System Status Dashboard - SSD is a status dashboard designed to provide an easy to understand view into an organization's infrastructure health status.
Add Staytus - Staytus is a complete solution for publishing the latest information about any issues with your web applications, networks or services.
Add LibreMailer - LibreMailer is a modest and simple web based email marketing application.
Add Lewsnetter - E-mail marketing application (create and send e-mail newsletter via SES). Includes subscription management, delivery, bounce and complaint notification, templates, and some stats.
2015-05-28 09:44:54 -04:00
* [LibreMailer ](https://github.com/averna-syd/LibreMailer ) - Libre Mailer is a modest and simple web based email marketing application.
* [Lewsnetter ](https://github.com/bborn/lewsnetter ) - E-mail marketing application (create and send e-mail newsletter via SES). Includes subscription management, delivery, bounce and complaint notification, templates, and some stats.
2014-02-09 18:50:54 -05:00
2014-05-22 19:48:18 -04:00
## NoSQL
2014-06-26 19:10:54 -04:00
*NoSQL databases.*
2014-02-09 18:50:54 -05:00
2014-06-26 19:10:54 -04:00
* Column-Family
* [Apache HBase ](http://hbase.apache.org/ ) - Hadoop database, a distributed, big data store.
* [Cassandra ](http://cassandra.apache.org/ ) - Distributed DBMS designed to handle large amounts of data across many servers.
2014-07-01 05:00:06 -04:00
* [Hypertable ](http://hypertable.org/ ) - C++ based BigTable-like DBMS, communicates through Thrift and runs either as stand-alone or on distributed FS such as Hadoop.
2014-06-22 10:15:14 -04:00
* Document Store
* [CouchDB ](http://couchdb.apache.org/ ) - Ease of use, with multi-master replication document-oriented database system.
2014-06-26 19:10:54 -04:00
* [ElasticSearch ](http://www.elasticsearch.org/ ) - Java based database, popular with log aggregation, and email archiving projects.
2014-06-22 10:15:14 -04:00
* [MongoDB ](http://www.mongodb.org/ ) - Another document-oriented database system.
2014-06-26 19:10:54 -04:00
* [RavenDB ](http://ravendb.net/ ) - Document based database with ACID/Transactional features.
2015-06-15 13:25:32 -04:00
* [RethinkDB ](http://www.rethinkdb.com/ ) - Distributed document store database, focuses on JSON.
2014-06-22 10:15:14 -04:00
* Graph
2014-06-26 19:10:54 -04:00
* [FlockDB ](https://github.com/twitter/flockdb ) - Twitter's distributed, fault-tolerant graph database.
2015-06-15 13:25:32 -04:00
* [Neo4j ](http://www.neo4j.org/ ) - Graph database.
2014-06-22 10:15:14 -04:00
* Key-Value
2015-04-05 07:20:47 -04:00
* [LevelDB ](https://github.com/google/leveldb ) - Google's high performance key/value database.
2014-06-22 10:15:14 -04:00
* [Redis ](http://redis.io/ ) - Networked, in-memory, key-value data store with optional durability.
* [Riak ](http://basho.com/riak/ ) - Another fault-tolerant key-value NoSQL database.
2014-02-09 18:50:54 -05:00
Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis
2014-06-24 03:16:41 -04:00
## Packaging
2014-06-24 15:26:36 -04:00
* [fpm ](https://github.com/jordansissel/fpm ) - Versatile multi format package creator.
2014-06-24 12:26:04 -04:00
* [omnibus-ruby ](https://github.com/opscode/omnibus-ruby ) - Full stack, cross distro packaging software (Ruby).
* [packman ](http://packman.readthedocs.org ) - Full stack, cross distro packaging software (Python).
2014-06-27 05:43:19 -04:00
* [tito ](https://github.com/dgoodwin/tito ) - Builds RPMs for git-based projects.
2014-06-24 03:16:41 -04:00
2015-06-19 16:10:37 -04:00
## Project Management
*Web-based project management and bug tracking systems.*
2015-06-24 08:07:47 -04:00
* [CaseBox ](https://www.casebox.org ) - Manage all your organisation's information in one system.
2015-06-19 16:10:37 -04:00
* [ChiliProject ](https://www.chiliproject.org ) - Fork of Redmine.
* [GitBucket ](https://github.com/takezoe/gitbucket ) Clone of GitHub written in Scala; single jar install.
* [GitLab ](https://www.gitlab.com/ ) - Clone of GitHub written in Ruby.
* [Gogs ](http://gogs.io/ ) - Self-hosted Git service written in Go.
* [OpenProject ](https://www.openproject.org ) - Project collaboration.
* [Phabricator ](http://phabricator.org/ ) Written in PHP.
* [Redmine ](http://www.redmine.org/ ) - Written in ruby on rails.
* [Taiga ](https://taiga.io/ ) - Agile Project Management Tool based on the Kanban and Scrum methods.
* [The Bug Genie ](http://www.thebuggenie.com/ ) - Written in PHP.
* [Trac ](http://trac.edgewall.org/ ) - Written in python.
2014-06-24 03:20:22 -04:00
## Queuing
2014-06-24 03:16:18 -04:00
2015-06-15 13:25:32 -04:00
* [ActiveMQ ](https://activemq.apache.org/ ) - Java message broker.
2014-06-24 11:50:17 -04:00
* [BeanstalkD ](http://kr.github.io/beanstalkd/ ) - A simple, fast work queue.
2014-06-29 04:15:59 -04:00
* [Gearman ](http://gearman.org/ ) - Fast multi-language queuing/job processing platform.
2015-04-06 15:26:53 -04:00
* [Kafka ](http://kafka.apache.org ) - Extremely high performance publish/subscribe message system.
2014-06-27 03:49:33 -04:00
* [NSQ ](http://nsq.io/ ) - A realtime distributed messaging platform.
2014-06-24 03:22:19 -04:00
* [RabbitMQ ](http://www.rabbitmq.com/ ) - Robust, fully featured, cross distro queuing system.
* [ZeroMQ ](http://zeromq.org/ ) - Lightweight queuing system.
2014-06-24 03:16:18 -04:00
2014-05-22 19:48:18 -04:00
## RDBMS
2014-02-09 18:50:54 -05:00
*Relational DBMS.*
2015-06-15 13:25:32 -04:00
* [Firebird ](http://www.firebirdsql.org/ ) - True universal database.
2014-06-26 05:19:52 -04:00
* [Galera ](http://galeracluster.com/ ) - Galera Cluster for MySQL is an easy-to-use high-availability solution with high system up-time, no data loss, and scalability for future growth.
2014-02-09 18:50:54 -05:00
* [MariaDB ](https://mariadb.org/ ) - Community-developed fork of the MySQL.
* [MySQL ](http://dev.mysql.com/ ) - Most popular RDBMS server.
* [Percona Server ](http://www.percona.com/software ) - Enhanced, drop-in MySQL replacement.
* [PostgreSQL ](http://www.postgresql.org/ ) - Object-relational database management system (ORDBMS).
2015-06-15 13:25:32 -04:00
* [PostgreSQL-XL ](http://www.postgres-xl.org/ ) - Scalable PostgreSQL-based database cluster.
2014-02-09 18:50:54 -05:00
* [SQLite ](http://sqlite.org/ ) - Library that implements a self-contained, serverless, zero-configuration, transactional SQL DBS.
2014-06-26 17:58:32 -04:00
## Security
*Security tools.*
2015-04-06 15:26:53 -04:00
* [Blackbox ](https://github.com/StackExchange/blackbox ) - Safely store secrets in Git/Mercurial. Provides tooling to automatically encrypt secrets like passwords.
2015-05-06 07:19:32 -04:00
* [Bro ](http://www.bro.org ) - Bro is a powerful framework for network analysis and security monitoring.
2014-06-29 04:09:49 -04:00
* [Denyhosts ](http://denyhosts.sourceforge.net/ ) - Thwart SSH dictionary based attacks and brute force attacks.
2014-06-26 17:58:32 -04:00
* [Fail2Ban ](http://www.fail2ban.org/wiki/index.php/Main_Page ) - Scans log files and takes action on IPs that show malicious behavior.
2015-04-08 02:14:16 -04:00
* [fwknop ](https://www.cipherdyne.org/fwknop/ ) - Protects ports via Single Packet Authorization in your firewall.
2015-04-06 05:57:29 -04:00
* [Glastopf ](http://glastopf.org/ ) - A low-interaction web application honeypot to emulate vulnerabilities and gather attack data.
* [Kippo ](https://github.com/desaster/kippo ) - A medium-interaction SSH honeypot, mostly used as a standalone SSH daemon with a configurable Filesystem sandbox.
2015-04-14 21:08:02 -04:00
* [Linux Malware Detect ](https://www.rfxn.com/projects/linux-malware-detect/ ) - A malware scanner for Linux designed around the threats faced in shared hosted environments.
2015-04-06 08:52:43 -04:00
* [OSSEC ](http://ossec.net ) - OSSEC is a HIDS that performs log analysis, FIM, rootkit detection, and much more.
2015-04-12 17:13:45 -04:00
* [OSQuery ](https://osquery.io/ ) - Query your servers status and info using a SQL like interface.
2015-04-04 00:42:58 -04:00
* [pfSense ](https://www.pfsense.org/ ) - Firewall and Router FreeBSD distribution.
2015-06-15 13:25:32 -04:00
* [Snort ](https://www.snort.org/ ) - Network intrusion prevention system (NIPS) and network intrusion detection system (NIDS).
2015-04-06 05:30:38 -04:00
* [SpamAssassin ](https://spamassassin.apache.org/ ) - A powerful and popular email spam filter employing a variety of detection technique.
2014-06-26 17:58:32 -04:00
2014-10-03 19:40:47 -04:00
## Service Discovery
* [Consul ](http://www.consul.io/ ) - Consul is a tool for service discovery, monitoring and configuration.
* [Doozerd ](https://github.com/ha/doozerd ) - Doozer is a highly-available, completely consistent store for small amounts of extremely important data.
2015-05-04 04:09:49 -04:00
* [etcd ](https://github.com/coreos/etcd ) - distributed K/V-Store, authenticating via SSL PKI and a REST HTTP Api for shared configuration and service discovery.
2014-10-03 19:40:47 -04:00
* [ZooKeeper ](http://zookeeper.apache.org/ ) - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.
2014-06-18 08:09:48 -04:00
## Software Containers
2014-06-10 07:41:17 -04:00
*Operating system– level virtualization.*
2015-06-15 13:25:32 -04:00
* [Docker ](http://www.docker.com/ ) - Platform for developers and sysadmins to build, ship, and run distributed applications.
2015-04-04 02:45:19 -04:00
* [LXC ](https://linuxcontainers.org/lxc/ ) - Userspace interface for the Linux kernel containment features.
2014-06-10 07:42:11 -04:00
* [OpenVZ ](http://openvz.org ) - Container-based virtualization for Linux.
2014-06-10 07:41:17 -04:00
2014-05-22 19:48:18 -04:00
## SSH
2014-02-09 18:50:54 -05:00
*SSH tools.*
2015-04-09 09:04:44 -04:00
* [Advanced SSH config ](https://pypi.python.org/pypi/advanced-ssh-config/ ) - Enhances ssh_config file capabilities, completely transparent.
2014-06-26 22:58:20 -04:00
* [autossh ](http://www.harding.motd.ca/autossh/ ) - Automatically respawn ssh session after network interruption.
2014-02-09 18:50:54 -05:00
* [Cluster SSH ](http://sourceforge.net/projects/clusterssh/ ) - Controls a number of xterm windows via a single graphical console.
2014-06-27 08:51:48 -04:00
* [DSH ](http://www.netfort.gr.jp/~dancer/software/dsh.html.en ) - Dancer's shell / distributed shell - Wrapper for executing multiple remote shell commands from one command line.
2014-05-25 12:05:43 -04:00
* [Mosh ](http://mosh.mit.edu/ ) - The mobile shell.
2014-02-09 18:50:54 -05:00
* [parallel-ssh ](http://code.google.com/p/parallel-ssh/ ) - Provides parallel versions of OpenSSH and related tools.
2015-05-23 01:20:52 -04:00
* [ssh-cert-authority ](https://github.com/cloudtools/ssh-cert-authority ) - A democratic SSH certificate authority.
2014-07-01 16:45:15 -04:00
* [ssh-ca ](https://github.com/cloudtools/ssh-ca/ ) - Allows giving ssh access to servers without putting a users key on the server, as well as expiring access.
2014-02-09 18:50:54 -05:00
* [SSH Power Tool ](http://code.google.com/p/sshpt/ ) - Execute commands and upload files to many servers simultaneously without using pre-shared keys.
2015-04-06 04:53:53 -04:00
* [sshrc ](https://github.com/Russell91/sshrc ) - sources ~/.sshrc on your local computer after logging in remotely.
2015-04-03 23:38:21 -04:00
* [stormssh ](http://stormssh.readthedocs.org ) - A command line tool to manage SSH connections.
2014-02-09 18:50:54 -05:00
2014-05-22 19:48:18 -04:00
## Statistics
2014-02-09 18:50:54 -05:00
*Analytics software.*
2015-04-05 08:00:25 -04:00
* [Analog ](http://www.analog.cx/ ) - Logfile Analyser.
* [AWStats ](http://www.awstats.org/ ) - Generates web, streaming, ftp or mail server statistics graphically.
* [GoAccess ](http://goaccess.io/ ) - Real-time web log analyzer and interactive viewer that runs in a terminal.
* [Open Web Analytics ](http://www.openwebanalytics.com/ ) - Add web analytics to websites using JS, PHP or REST APIs.
* [Piwik ](http://piwik.org/ ) - Web analytics application.
* [Webalizer ](http://www.webalizer.org/ ) - Fast web server log file analysis.
2014-02-09 18:50:54 -05:00
2015-01-21 14:28:07 -05:00
## Status Pages
2015-06-15 13:25:32 -04:00
* [Cachet ](https://cachethq.io ) - Status page system written in PHP.
* [Stashboard ](http://www.stashboard.org ) - Status page for cloud services and APIs.
* [System Status Dashboard (SSD) ](http://www.system-status-dashboard.com/ ) - Overview about an organization's infrastructure health status.
Add a lot of applications
Add Horde - Webmail and groupware client
Add Rainloop - Very nice webmail with IMAP/SMTP Support and multi accounting
Add Modoboa - Modoboa is a mail hosting and management platform including a modern and simplified Web User Interface.
Add Fufix - Fufix is a mailserver installer based on Dovecot, Postfix, Postfixadmin, Nginx, PHP, MySQL and Fail2ban.
Add Stashboard - The open source status page for cloud services and APIs.
Add System Status Dashboard - SSD is a status dashboard designed to provide an easy to understand view into an organization's infrastructure health status.
Add Staytus - Staytus is a complete solution for publishing the latest information about any issues with your web applications, networks or services.
Add LibreMailer - LibreMailer is a modest and simple web based email marketing application.
Add Lewsnetter - E-mail marketing application (create and send e-mail newsletter via SES). Includes subscription management, delivery, bounce and complaint notification, templates, and some stats.
2015-05-28 09:44:54 -04:00
* [Staytus ](http://staytus.co/ ) - Staytus is a complete solution for publishing the latest information about any issues with your web applications, networks or services.
2015-01-21 14:28:07 -05:00
2014-05-22 19:48:18 -04:00
## Ticketing systems
2014-02-09 18:50:54 -05:00
*Web-based ticketing system.*
* [Bugzilla ](http://www.bugzilla.org/ ) - General-purpose bugtracker and testing tool originally developed and used by the Mozilla project.
2015-04-05 08:05:12 -04:00
* [Cerb ](http://www.cerberusweb.com/ ) - Group-based e-mail management project.
2014-05-26 06:52:45 -04:00
* [Flyspray ](http://flyspray.org ) - Web-based bug tracking system written in PHP.
2015-04-05 08:05:12 -04:00
* [MantisBT ](http://www.mantisbt.org/ ) - Web-based bug tracking system.
* [osTicket ](http://osticket.com/ ) - Simple support ticket system.
* [OTRS ](http://www.otrs.com/ ) - Trouble ticket system for assigning tickets to incoming queries and tracking further communications.
2014-02-09 18:50:54 -05:00
* [Request Tracker ](http://www.bestpractical.com/rt/ ) - Ticket-tracking system written in Perl.
2015-04-05 08:05:12 -04:00
* [TheBugGenie ](http://www.thebuggenie.com ) - Ticket system with extensive user rights system.
2014-02-09 18:50:54 -05:00
2014-05-22 19:48:18 -04:00
## Troubleshooting
2014-04-29 17:31:10 -04:00
*Troubleshooting Tools.*
2015-07-09 23:43:33 -04:00
+ [grml ](https://grml.org ) – bootable Debian Live CD with powerful CLI tools.
2014-06-26 22:00:19 -04:00
* [mitmproxy ](http://mitmproxy.org/ ) - A Python tool used for intercepting, viewing and modifying network traffic. Invaluable in troubleshooting certain problems.
2014-04-29 17:31:10 -04:00
* [Sysdig ](http://www.sysdig.org/ ) - Capture system state and activity from a running Linux instance, then save, filter and analyze.
2014-06-27 02:54:15 -04:00
* [Wireshark ](http://www.wireshark.org/ ) - The world's foremost network protocol analyzer.
2014-04-29 17:31:10 -04:00
2014-05-22 19:48:18 -04:00
## Version control
2014-02-09 18:50:54 -05:00
*Software versioning and revision control.*
2014-06-22 12:22:05 -04:00
* [Fossil ](http://www.fossil-scm.org/ ) - Distributed version control with built-in wiki and bug tracking.
2014-02-09 18:50:54 -05:00
* [Git ](http://git-scm.com/ ) - Distributed revision control and source code management (SCM) with an emphasis on speed.
2014-06-27 02:26:33 -04:00
* [GNU Bazaar ](http://bazaar.canonical.com/ ) - Distributed revision control system sponsored by Canonical.
2014-02-09 18:50:54 -05:00
* [Mercurial ](http://mercurial.selenic.com/ ) - Another distributed revision control.
* [Subversion ](http://subversion.apache.org/ ) - Client-server revision control system.
2014-05-22 19:48:18 -04:00
## Virtualization
2014-02-09 18:50:54 -05:00
*Virtualization software.*
2015-04-12 17:21:32 -04:00
* [Archipel ](http://archipelproject.org/ ) - XMPP based virtualization management platform.
2015-06-15 13:25:32 -04:00
* [ConVirt ](http://www.convirture.com/products_opensource.php ) - Provides the core functionality for centrally managing your KVM or Xen virtualized environment.
2014-05-25 12:06:33 -04:00
* [Ganeti ](https://code.google.com/p/ganeti/ ) - Cluster virtual server management software tool built on top of KVM and Xen.
2014-02-09 18:50:54 -05:00
* [KVM ](http://www.linux-kvm.org ) - Linux kernel virtualization infrastructure.
2014-07-02 06:46:02 -04:00
* [OpenNebula ](http://opennebula.org/ ) - Flexible enterprise cloud made simple.
2015-04-12 17:21:32 -04:00
* [oVirt ](http://www.ovirt.org/ ) - Manages virtual machines, storage and virtual networks.
2014-06-23 13:52:54 -04:00
* [Packer ](http://www.packer.io/ ) - A tool for creating identical machine images for multiple platforms from a single source configuration.
2015-06-15 13:25:32 -04:00
* [Proxmox VE ](https://www.proxmox.com/proxmox-ve ) - Virtualization management solution.
* [QEMU ](http://www.qemu.org/ ) - QEMU is a generic machine emulator and virtualizer.
2014-06-24 19:14:34 -04:00
* [Vagrant ](https://www.vagrantup.com/ ) - Tool for building complete development environments.
2014-02-09 18:50:54 -05:00
* [VirtualBox ](https://www.virtualbox.org/ ) - Virtualization product from Oracle Corporation.
* [Xen ](http://www.xenproject.org/ ) - Virtual machine monitor for 32/64 bit Intel / AMD (IA 64) and PowerPC 970 architectures.
2014-05-22 19:48:18 -04:00
## VPN
2014-02-09 18:50:54 -05:00
*VPN software.*
* [OpenVPN ](https://community.openvpn.net ) - Uses a custom security protocol that utilizes SSL/TLS for key exchange.
2014-05-25 16:32:34 -04:00
* [Pritunl ](http://pritunl.com/ ) - OpenVPN based solution. Easy to set up.
2014-05-24 08:04:07 -04:00
* [SoftEther ](https://www.softether.org/ ) - Multi-protocol software VPN with advanced features
2014-05-25 12:08:12 -04:00
* [sshuttle ](https://github.com/apenwarr/sshuttle ) - Poor man's VPN.
2014-02-09 18:50:54 -05:00
* [strongSwan ](http://www.strongswan.org/ ) - Complete IPsec implementation for Linux.
2014-05-25 16:32:34 -04:00
* [tinc ](http://www.tinc-vpn.org/ ) - Distributed p2p VPN.
2014-02-09 18:50:54 -05:00
2014-06-24 18:58:16 -04:00
## XMPP
*XMPP servers.*
* [ejabberd ](http://www.ejabberd.im/ ) - XMPP instant messaging server written in Erlang/OTP.
* [Metronome IM ](http://www.lightwitch.org/metronome ) - Fork of Prosody IM.
* [MongooseIM ](https://www.erlang-solutions.com/products/mongooseim-massively-scalable-ejabberd-platform ) - Fork of ejabberd.
* [Openfire ](http://www.igniterealtime.org/projects/openfire/ ) - Real time collaboration (RTC) server.
* [Prosody IM ](http://prosody.im/ ) - XMPP server written in Lua.
* [Tigase ](https://projects.tigase.org/projects/tigase-server ) - XMPP server implementation in Java.
2015-04-12 17:07:14 -04:00
*XMPP Web Clients*
2015-04-12 17:13:45 -04:00
* [Candy ](http://candy-chat.github.io/candy/ ) - Multi user XMPP client written in Javascript.
* [Kaiwa ](http://getkaiwa.com/ ) - Web based chat client in the style of common paid alternatives.
* [Lets-Chat ](http://sdelements.github.io/lets-chat/ ) - A self hosted chat suite written in Node.
2015-04-12 17:07:14 -04:00
2014-05-22 19:48:18 -04:00
## Web
2014-02-09 18:50:54 -05:00
*Web servers.*
* [Apache ](http://httpd.apache.org/ ) - Most popular web server.
* [Cherokee ](http://cherokee-project.com/ ) - Lightweight, high-performance web server/reverse proxy.
2014-06-26 19:10:54 -04:00
* [Lighttpd ](http://www.lighttpd.net/ ) - Web server more optimized for speed-critical environments.
* [Nginx ](http://nginx.org/ ) - Reverse proxy, load balancer, HTTP cache, and web server.
2014-06-22 06:17:04 -04:00
* [uWSGI ](https://github.com/unbit/uwsgi/ ) - The uWSGI project aims at developing a full stack for building hosting services.
2014-02-09 18:50:54 -05:00
2014-06-22 10:15:14 -04:00
*Web Performance*
2014-06-26 19:10:54 -04:00
* [HAProxy ](http://www.haproxy.org/ ) - Software based load Balancing, SSL offloading and performance optimization, compression, and general web routing.
* [Varnish ](https://www.varnish-cache.org/ ) - HTTP based web application accelerator focusing on optimizing caching and compression.
2014-06-22 10:15:14 -04:00
2014-02-09 18:50:54 -05:00
2015-05-05 05:37:26 -04:00
## Wiki Software
2014-02-09 18:50:54 -05:00
* [DokuWiki ](https://www.dokuwiki.org/dokuwiki ) - Simple to use and highly versatile wiki that doesn't require a database.
2014-06-28 13:40:27 -04:00
* [Gollum ](https://github.com/gollum/gollum ) - A simple, Git-powered wiki with a sweet API and local frontend.
2014-05-25 12:08:59 -04:00
* [ikiwiki ](http://ikiwiki.info/ ) - A wiki compiler.
2015-04-09 09:14:51 -04:00
* [MDwiki ](http://dynalon.github.io/mdwiki/#!index.md ) - Wiki completely built in HTML5/Javascript and runs 100% on the client
2014-02-09 18:50:54 -05:00
* [Mediawiki ](http://www.mediawiki.org/wiki/MediaWiki ) - Used to power Wikipedia.
2014-06-22 07:14:27 -04:00
* [MoinMoin ](http://moinmo.in/ ) - An advanced, easy to use and extensible WikiEngine with a large community of users.
2015-06-26 13:11:22 -04:00
* [Ōlelo Wiki ](https://github.com/minad/olelo ) - A wiki that stores pages in a Git repository.
* [PmWiki ](http://www.pmwiki.org ) - Wiki-based system for collaborative creation and maintenance of websites.
2014-05-27 04:48:29 -04:00
* [TiddlyWiki ](http://tiddlywiki.com ) - Complete interactive wiki in JavaScript.
2014-02-09 18:50:54 -05:00
2014-05-22 19:48:18 -04:00
# Resources
2014-02-09 18:50:54 -05:00
Various resources, such as books, websites and articles, for improving your skills and knowledge.
2014-06-26 19:10:54 -04:00
## Blogs
2014-06-27 02:26:33 -04:00
* [Code as Craft ](http://codeascraft.com/ ) - Etsy's Ops blog, lots of technical posts.
2014-06-26 19:10:54 -04:00
* [DevOpsGuys ](http://blog.devopsguys.com/ ) - Devops consultants who blog about operations.
* [Rackspace Developers ](http://developer.rackspace.com/blog/ ) - Slightly biased blog with lots of Devops Topics.
2014-05-22 19:48:18 -04:00
## Books
*Sysadmin related books.*
2014-05-23 07:25:50 -04:00
* [The Linux Command Line ](http://linuxcommand.org/tlcl.php ) - A book about the Linux command line by William Shotts.
2014-05-22 19:48:18 -04:00
* [The Phoenix Project: A Novel about IT, DevOps, and Helping Your Business Win ](http://itrevolution.com/books/phoenix-project-devops-book/ ) - How DevOps techniques can fix the problems that happen in IT organizations.
2014-05-23 07:25:50 -04:00
* [The Practice of System and Network Administration ](http://everythingsysadmin.com/books.html ) - The first and second editions describes the best practices of system and network administration, independent of specific platforms or technologies.
2014-05-22 20:16:35 -04:00
* [The Visible Ops Handbook: Implementing ITIL in 4 Practical and Auditable Steps ](http://www.itpi.org/the-visible-ops-handbook-review.html ) - Is a methodology designed to jumpstart implementation of controls and process improvement.
2014-05-23 07:25:50 -04:00
* [UNIX and Linux System Administration Handbook ](http://www.admin.com/ ) - Approaches system administration from a practical perspective.
2014-05-22 19:48:18 -04:00
2015-05-05 05:34:42 -04:00
## Communities / Forums
*For the social people.*
* [ArsTechnica OpenForum ](http://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.
2014-10-03 19:20:11 -04:00
## Newsletters
* [Servers for Hackers ](http://serversforhackers.com/ ) - Newsletter for programmers who find themselves needing to know their way around a server.
2015-04-14 12:01:45 -04:00
* [Web Operations Weekly ](http://webopsweekly.com/ ) - A weekly newsletter on Web operations, infrastructure, performance, and tooling, from the browser down to the metal.
2014-10-03 19:20:11 -04:00
2014-06-26 19:10:54 -04:00
## Repositories
*Software package repositories.*
2014-06-22 10:15:14 -04:00
2015-04-04 00:26:07 -04:00
* [AlternativeTo ](http://alternativeto.net ) - Find alternatives to software you know and discover new software.
2015-04-06 05:10:03 -04:00
### Debian-based distributions
2014-06-26 19:10:54 -04:00
* [Dotdeb ](http://www.dotdeb.org/ ) - Repository with LAMP updated packages for Debian.
2015-04-06 05:10:03 -04:00
### RPM-based distributions
* [ElRepo ](http://elrepo.org/tiki/tiki-index.php ) - Community Repo for Enterprise Linux (RHEL, CentOS, etc).
2015-04-05 21:40:21 -04:00
* [EPEL ](https://fedoraproject.org/wiki/EPEL ) - Repository for RHEL and compatibles (CentOS, Scientific Linux).
2014-06-26 19:10:54 -04:00
* [Remi ](http://rpms.famillecollet.com/ ) - Repository with LAMP updated packages for RHEL/Centos/Fedora.
2015-04-05 21:40:21 -04:00
* [Software Collections ](https://www.softwarecollections.org ) - Community Release of [Red Hat Software Collections ](https://access.redhat.com/documentation/en-US/Red_Hat_Software_Collections/ ). Provides updated packages of Ruby, Python, etc. for CentOS/Scientific Linux 6.x.
2014-05-22 10:15:42 -04:00
2014-05-22 19:48:18 -04:00
## Websites
2014-02-09 18:50:54 -05:00
*Useful sysadmin related websites.*
* [Ops School ](http://www.opsschool.org ) - Comprehensive program that will help you learn to be an operations engineer.
2014-10-03 19:20:11 -04:00
* [Digital Ocean Tutorials ](https://www.digitalocean.com/community/tutorials ) - A surprisingly vast resource for getting the basics of certain applications, tools, or even systems administration topics.
2015-04-09 07:05:50 -04:00
2015-05-05 05:34:42 -04:00
## Wikis
*Useful Wikis for Sysadmins – not to be confused with Wiki software.*
* [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.
2015-04-09 07:05:50 -04:00
## 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.