Mirror of Awesome Sysadmin
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

712 lines
49 KiB

11 years ago
10 years ago
10 years ago
10 years ago
11 years ago
11 years ago
11 years ago
11 years ago
8 years ago
11 years ago
11 years ago
11 years ago
8 years ago
8 years ago
8 years ago
10 years ago
9 years ago
8 years ago
11 years ago
11 years ago
11 years ago
8 years ago
8 years ago
9 years ago
11 years ago
10 years ago
10 years ago
11 years ago
8 years ago
11 years ago
11 years ago
11 years ago
11 years ago
9 years ago
11 years ago
11 years ago
11 years ago
9 years ago
11 years ago
11 years ago
8 years ago
11 years ago
11 years ago
11 years ago
8 years ago
11 years ago
11 years ago
8 years ago
11 years ago
11 years ago
8 years ago
11 years ago
11 years ago
11 years ago
8 years ago
11 years ago
  1. <!--
  2. Title: Awesome Sysadmin
  3. Description: A curated list of amazingly awesome open source sysadmin resources.
  4. Author: n1trux
  5. -->
  6. # Awesome Sysadmin [![certified awesome!](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
  7. **A curated list of amazingly awesome open source sysadmin resources.** Please read [CONTRIBUTING](./CONTRIBUTING.md) if you wish to add software and consider [donating](https://github.com/n1trux/awesome-donations) to the FLOSS projects you use regularly.
  8. * [Awesome Sysadmin](#awesome-sysadmin)
  9. * [Automation](#automation)
  10. * [Backups](#backups)
  11. * [Build and software organization tools](#build-and-software-organization-tools)
  12. * [ChatOps](#chatops)
  13. * [Client Management](#client-management)
  14. * [Cloning](#cloning)
  15. * [Cloud Computing](#cloud-computing)
  16. * [Cloud Orchestration](#cloud-orchestration)
  17. * Cloud Storage: [see awesome-selfhosted#file-transfersynchronization](https://github.com/Kickball/awesome-selfhosted#file-transfersynchronization)
  18. * [Code Review](#code-review)
  19. * [Collaborative Software](#collaborative-software)
  20. * [Configuration Management Database](#configuration-management-database)
  21. * [Configuration Management](#configuration-management)
  22. * [Continuous Integration & Continuous Deployment](#continuous-integration--continuous-deployment)
  23. * [Control Panels](#control-panels)
  24. * [Deployment Automation](#deployment-automation)
  25. * [Distributed Filesystems](#distributed-filesystems)
  26. * [DNS](#dns)
  27. * [Domains](#domains)
  28. * [Editors](#editors)
  29. * [Identity Management](#identity-management)
  30. * [IT Asset Management](#it-asset-management)
  31. * [Log Management](#log-management)
  32. * [Mail Clients](#mail-clients)
  33. * Mail servers/webmail: [see awesome-selfhosted#email](https://github.com/kickball/awesome-selfhosted#email)
  34. * [Monitoring](#monitoring)
  35. * [Metric & Metric Collection](#metric--metric-collection)
  36. * [Network Configuration Management](#network-configuration-management)
  37. * [Newsletter](#newsletters)
  38. * [NoSQL](#nosql)
  39. * [Packaging](#packaging)
  40. * [Project Management](#project-management)
  41. * [Queuing](#queuing)
  42. * [RDBMS](#rdbms)
  43. * [Remote Management](#remote-management)
  44. * Security: [see awesome-security](https://github.com/sbilly/awesome-security)
  45. * [Service Discovery](#service-discovery)
  46. * [Software Containers](#software-containers)
  47. * SSH: [see awesome-ssh](https://github.com/moul/awesome-ssh)
  48. * Statistics: [see awesome-selfhosted#analytics](https://github.com/Kickball/awesome-selfhosted#analytics)
  49. * [Status Pages](#status-pages)
  50. * Ticketing systems: [see awesome-selfhosted#ticketing](https://github.com/Kickball/awesome-selfhosted#ticketing)
  51. * [Troubleshooting](#troubleshooting)
  52. * [Version control](#version-control)
  53. * [Virtualization](#virtualization)
  54. * [VPN](#vpn)
  55. * XMPP: [see awesome-selfhosted#xmpp](https://github.com/Kickball/awesome-selfhosted#xmpp)
  56. * [Web](#web)
  57. * Wiki Software: [see awesome-selfhosted#wikis](https://github.com/Kickball/awesome-selfhosted#wikis), Sysadmin Wikis: [see #wikis](#wikis)
  58. * [Resources](#resources)
  59. * [Blogs](#blogs)
  60. * [Books](#books)
  61. * [Communities/Forums](#communities--forums)
  62. * [Newsletters](#newsletters)
  63. * [Repositories](#repositories)
  64. * [Websites](#websites)
  65. * [Wikis](#wikis)
  66. ## Automation
  67. *Automation build.*
  68. * [Apache Ant](https://ant.apache.org/) - Automation build tool, similar to make, written in Java.
  69. * [Apache Maven](http://maven.apache.org/) - Build automation tool mainly for Java.
  70. * [Bazel](http://www.bazel.io/) - Google's build system.
  71. * [GNU Make](http://www.gnu.org/software/make/) - The most popular automation build tool for many purposes.
  72. * [Gradle](http://gradle.org/) - Another build automation system.
  73. * [Rake](https://github.com/ruby/rake) - Build automation tool similar to Make, written in and extensible in Ruby.
  74. ## Backups
  75. *Backup software.*
  76. * [Amanda](http://www.amanda.org/) - Client-server model backup tool.
  77. * [Bareos](http://www.bareos.org/en/) - A fork of Bacula backup tool.
  78. * [Backupninja](https://labs.riseup.net/code/projects/backupninja) - Lightweight, extensible meta-backup system.
  79. * [BorgBackup](https://github.com/borgbackup/borg) - A fork of [Attic](https://attic-backup.org) deduplicating backup program written in Python.
  80. * [Brebis](http://brebisproject.org) - A fully automated backup checker
  81. * [Burp](http://burp.grke.org/) - Network backup and restore program.
  82. * [Duplicity](http://duplicity.nongnu.org/) - Encrypted bandwidth-efficient backup using the rsync algorithm.
  83. * [Elkarbackup](https://github.com/elkarbackup/elkarbackup) - Backup solution based on RSnapshot with a simple web interface
  84. * [Lsyncd](https://github.com/axkibe/lsyncd) - File Monitor which spawns a process to synchronize the changes (rsync by default).
  85. * [Obnam](http://obnam.org/) - An easy, secure, snapshots-based backup program with data de-duplication.
  86. * [Rdiff-backup](http://www.nongnu.org/rdiff-backup/) - An easy A remote incremental backup of all your files.
  87. * [Rsnapshot](http://rsnapshot.org/) - Filesystem Snapshotting Utility.
  88. * [Shield](https://github.com/starkandwayne/shield) - A pluggable architecture for backup and restore of database systems.
  89. * [Snebu](http://www.snebu.com/) – Snapshot backup with global multi-client deduplication and transparent compression.
  90. * [UrBackup](http://www.urbackup.org/) - Another client-server backup system.
  91. * [DREBS](https://github.com/dojo4/drebs) - AWS EBS backup script that supports strategies.
  92. * [ZBackup](http://zbackup.org/) - A versatile deduplicating backup tool.
  93. ## Build and software organization tools
  94. *Build and software organization tools.*
  95. * [EasyBuild](https://easybuild.readthedocs.org/en/latest/) - EasyBuild builds software and modulefiles for High Performance Computing (HPC) systems in an efficient way.
  96. * [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.
  97. * [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.
  98. ## ChatOps
  99. *Conversation-driven development and management. See https://www.reddit.com/r/chatops for more information.*
  100. * [CloudBot](https://github.com/CloudBotIRC/CloudBot) - The simple, fast, expandable Python IRC bot.
  101. * [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.
  102. * [Err](http://errbot.io/) - a plugin based chatbot designed to be easily deployable, extensible and maintainable.
  103. * [Hubot](https://hubot.github.com/) - A customizable, life embetterment robot.
  104. * [Lazlo](https://github.com/djosephsen/lazlo) - A chatops automation framework in Go.
  105. * [Lita](https://www.lita.io/) - A robot companion for your company's chat room.
  106. * [Abot](https://github.com/itsabot/abot) - A digital assistant framework in Go.
  107. ## Client management
  108. *Managing software on desktop computers.*
  109. * [Chocolatey](https://chocolatey.org/) – Windows CLI package manager written in .NET/PS, based on [NuGet](https://www.nuget.org/).
  110. * [just-install](http://just-install.it/) – Python script for downloading and silently installing MSI files.
  111. * [OCS Inventory NG](http://www.ocsinventory-ng.org/en/) - Inventory, deployment and network scan.
  112. * [Opsi](http://www.opsi.org/en) (open PC server integration) - Client Management for Windows based on Debian.
  113. * [WAPT](https://dev.tranquil.it/wiki/WAPT_-_apt-get_pour_Windows/en) - Network-wide (un)installation, configuration and upgrades of Windows based software.
  114. * [WPKG](http://wpkg.org/) - Software deployment, upgrade and removal program for Windows.
  115. ## Cloning
  116. *Cloning software.*
  117. * [Clonezilla](http://clonezilla.org/) - Partition and disk imaging/cloning program.
  118. * [Fog](https://www.fogproject.org/) - Another computer cloning solution.
  119. ## Cloud Computing
  120. * [AppScale](https://github.com/AppScale/appscale) - Cloud software with Google App Engine compatibility.
  121. * [Archipel](http://archipelproject.org/) - Manage and supervise virtual machines using Libvirt.
  122. * [CloudStack](http://cloudstack.apache.org/) - Cloud computing software for creating, managing, and deploying infrastructure cloud services.
  123. * [Cobbler](http://cobbler.github.io/) - Cobbler is a Linux installation server that allows for rapid setup of network installation environments.
  124. * [Cracow Cloud One - Polish Private Cloud](http://cc1.ifj.edu.pl/) - The CC1 system provides a complete solution for Private Cloud Computing.
  125. * [HPE Helion Eucalyptus](http://www8.hp.com/us/en/cloud/helion-eucalyptus-overview.html) - Private cloud software with AWS compatibility.
  126. * [Flynn](https://flynn.io) - PaaS
  127. * [Mesos](http://mesos.apache.org/) - Develop and run resource-efficient distributed systems.
  128. * [OpenNebula](http://opennebula.org/) - User-driven cloud management platform for sysadmins and devops.
  129. * [Openshift](http://www.openshift.org) - PaaS product from Red Hat.
  130. * [OpenStack](https://www.openstack.org/) - Build private and public clouds.
  131. * [The Foreman](http://theforeman.org/) - Complete lifecycle management tool for physical and virtual servers. FOSS.
  132. * [Tsuru](https://tsuru.io) - Tsuru is an extensible Platform as a Service software.
  133. ## Cloud Orchestration
  134. * [BOSH](http://bosh.io/docs/) - IaaS orchestration platform originally written for deploying and managing Cloud Foundry PaaS, but also useful for general purpose distributed systems.
  135. * [Cloud Foundry](https://www.cloudfoundry.org/) - A Platform-as-a-Service suite to provide the orchestration services that make distributed apps a powerhouse of awesomeness.
  136. * [Cloudify](http://getcloudify.org/) - TOSCA-based cloud orchestration software platform written in Python and YAML.
  137. * [CloudSlang](http://www.cloudslang.io/) - Flow-based orchestration tool for managing deployed applications, with Docker capabilities.
  138. * [Genesis](https://github.com/starkandwayne/genesis) - A template framework for multi-environment BOSH deployments.
  139. * [Juju](https://jujucharms.com/) - Cloud orchestration tool which manages services as charms, YAML configuration and deployment script bundles.
  140. * [Kubernetes](http://kubernetes.io/) - Orchestration system for Docker containers - ([Source Code](https://github.com/kubernetes/kubernetes), [Documentation](http://kubernetes.io/docs/)) `Apache` `Go`
  141. * [MCollective](https://puppet.com/mcollective) - Ruby framework to manage server orchestration, developed by Puppet labs.
  142. * [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.
  143. * [Rundeck](http://rundeck.org/) - Simple orchestration tool.
  144. * [Salt](http://saltstack.com/) - Fast, scalable and flexible systems management software written in Python/ZeroMQ.
  145. * [Spruce](https://github.com/geofffranks/spruce) - A tool that merges separate YAML files into one. Works well with [Genesis](https://github.com/starkandwayne/genesis).
  146. * [StackStorm](https://stackstorm.com/) - Event Driven Operations and ChatOps platform for infrastructure management. Written in Python
  147. ## Code Review
  148. *Web Based collaborative code review system.*
  149. * [Gerrit](https://www.gerritcodereview.com/) - Based on the Git version control, it facilitates software developers to review modifications to the source code and approve or reject those changes.
  150. * [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.
  151. * [Review Board](https://www.reviewboard.org/) - Available as free software under the MIT License.
  152. ## Collaborative Software
  153. *Collaborative software or groupware suites.*
  154. * [Citadel/UX](http://www.citadel.org/) - Collaboration suite (messaging and groupware) that is descended from the Citadel family of programs.
  155. * [EGroupware](http://www.egroupware.org/start.html) - Groupware software written in PHP.
  156. * [Horde Groupware](http://www.horde.org/apps/groupware) - PHP based collaborative software suite that includes email, calendars, wikis, time tracking and file management.
  157. * [Kolab](https://kolab.org/) - Another groupware suite.
  158. * [SOGo](http://www.sogo.nu/) - Collaborative software server with a focus on simplicity and scalability.
  159. * [Zimbra](http://community.zimbra.com/) - Collaborative software suite, that includes an email server and web client.
  160. ## Configuration Management Database
  161. *Configuration management database (CMDB) software.*
  162. * [i-doit](http://www.i-doit.org/) - IT Documentation and CMDB.
  163. * [iTop](http://www.combodo.com/-Overview-.html) - Complete ITIL web based service management tool.
  164. * [Ralph](https://github.com/allegro/ralph) - Asset management, DCIM and CMDB system for large Data Centers as well as smaller LAN networks.
  165. * [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.
  166. * [Collins](http://tumblr.github.io/collins/) - At Tumblr, it's the infrastructure source of truth and knowledge.
  167. * [netbox](https://github.com/digitalocean/netbox) - IP address management (IPAM) and data center infrastructure management (DCIM) tool
  168. ## Configuration Management
  169. *Configuration management tools.*
  170. * [Ansible](http://www.ansible.com/) - It's written in Python and manages the nodes over SSH.
  171. * [CFEngine](https://cfengine.com/) - Lightweight agent system. Configuration state is specified via a declarative language.
  172. * [Chef](https://www.chef.io/chef/) - It's written in Ruby and Erlang and uses a pure-Ruby DSL.
  173. * [Pallet](http://palletops.com/) - Infrastructure definition, configuration and management via a Clojure DSL.
  174. * [Puppet](https://puppet.com/) - It's written in Ruby and uses Puppet's declarative language or a Ruby DSL.
  175. * [Salt](http://saltstack.com/) - It's written in Python.
  176. * [Slaughter](http://www.steve.org.uk/Software/slaughter/) - It's written in Perl.
  177. ## Continuous Integration & Continuous Deployment
  178. *Continuous integration/deployment software.*
  179. * [Buildbot](http://buildbot.net/) - Python-based toolkit for continuous integration.
  180. * [CapsuleCD](https://github.com/AnalogJ/capsulecd) - CD script for automating package/library releases (npm, cookbooks, gems, pip, jars, etc).
  181. * [concourse](http://concourse.ci/) - A modern tool to gain visibility on the CI/CD pipeline. The flexible, declarative DSL is easy to learn and powerful to use.
  182. * [Drone](https://github.com/drone/drone) - Continuous integration server built on Docker and configured using YAML files.
  183. * [GitLab CI](https://about.gitlab.com/gitlab-ci/) - Based off of ruby. They also provide GitLab, which manages git repositories.
  184. * [Go](http://www.go.cd/) - Continuous delivery server.
  185. * [Jenkins](http://jenkins-ci.org/) - An extendable continuous integration server.
  186. ## Control Panels
  187. *Web hosting and server or service control panels*
  188. * Web hosting
  189. * [Froxlor](https://froxlor.org/) - Easy to use panel for Linux with Nginx and PHP-FPM support.
  190. * [ISPConfig](http://www.ispconfig.org) - Hosting control panel for Linux.
  191. * [Sentora](http://sentora.org/) - Control panel for Linux, BSD, and Windows based on ZPanel.
  192. * [VestaCP](http://vestacp.com/) - Hosting panel for Linux but with Nginx.
  193. * [Virtualmin](http://www.virtualmin.com/) - Hosting panel for Linux based on webmin.
  194. * DNS
  195. * [Atomia DNS](http://atomiadns.com/) - DNS management system.
  196. * [PDNS Gui](https://github.com/odoucet/pdns-gui) - WebGUI which aids in administering domains and records for PowerDNS with MySQL.
  197. * [Poweradmin](http://www.poweradmin.org/) - Friendly web-based DNS administration tool for PowerDNS server.
  198. * Revision Control
  199. * [iF.SVNAdmin](http://svnadmin.insanefactory.com/) - WebGUI to manage Subversion repositories and User/Group permissions.
  200. * [SCM-Manager](https://www.scm-manager.org/) - The easiest way to share and manage your Git, Mercurial and Subversion repositories.
  201. * [WebSVN](http://www.websvn.info/) - Opensource web subversion repository browser.
  202. * Virtualization
  203. * [Feathur](http://feathur.com) - VPS Provisioning and Management Software.
  204. * [Panamax](http://panamax.io/) - Project that makes deploying complex containerized apps as easy as Drag-and-Drop.
  205. * [OpenVZ Web Panel](https://github.com/sibprogrammer/owp) - Web panel to control OpenVZ virtual machines.
  206. * [WebVirtMgr](https://retspen.github.io) - libvirt-based Web interface for managing virtual machines.
  207. * Server
  208. * [Ajenti](http://ajenti.org/) - Control panel for Linux and BSD.
  209. * [Cockpit](http://cockpit-project.org/) - New multi-server web interface for Linux servers written in C.
  210. * [Webmin](http://www.webmin.com/) - Linux server control panel.
  211. ## Deployment Automation
  212. *Tools and scripts to support deployments to your servers.*
  213. * [Capistrano](http://capistranorb.com/) - Deploy your application to any number of machines simultaneously, in sequence or as a rolling set via SSH (rake based).
  214. * [Fabric](http://www.fabfile.org/) - Python library and cli tool for streamlining the use of SSH for application deployment or systems administration tasks.
  215. * [Mina](http://nadarei.co/mina/) - Really fast deployer and server automation tool (rake based).
  216. * [Rocketeer](http://rocketeer.autopergamene.eu/) - PHP task runner and deployment tool.
  217. * [Vlad the Deployer](https://github.com/seattlerb/vlad) - Deployment automation (rake based).
  218. * [munki](https://www.munki.org/munki/) - Webserver-based repository of packages and package metadata, that allows macOS administrators to manage software installs.
  219. ## Distributed Filesystems
  220. *Network distributed filesystems.*
  221. * [Camlistore](https://camlistore.org/) - A set of open source formats, protocols, and software for modeling, storing, searching, sharing and synchronizing data.
  222. * [Ceph](http://ceph.com/) - Distributed object store and file system.
  223. * [DRBD](http://drbd.linbit.com/) - Distributed Replicated Block Device.
  224. * [LeoFS](http://leo-project.net) - Unstructured object/data storage and a highly available, distributed, eventually consistent storage system.
  225. * [GlusterFS](http://www.gluster.org/) - Scale-out network-attached storage file system.
  226. * [Go IPFS](https://github.com/ipfs/go-ipfs) - Implementation of [IPFS](http://ipfs.io/), a global, versioned, peer-to-peer filesystem that seeks to connect all computing devices with the same system of files.
  227. * [HDFS](http://hadoop.apache.org/) - Distributed, scalable, and portable file-system written in Java for the Hadoop framework.
  228. * [Lustre](http://lustre.org/) - Parallel distributed file system, generally used for large-scale cluster computing.
  229. * [MooseFS](http://www.moosefs.org/) - Fault tolerant, network distributed file system.
  230. * [MogileFS](http://mogilefs.org/) - Application level, network distributed file system.
  231. * [OpenAFS](http://www.openafs.org/) - Distributed network file system with read-only replicas and multi-OS support.
  232. * [Ori Filesystem](http://ori.scs.stanford.edu/) - A Secure Distributed File System built for offline operation.
  233. * [Swift](http://docs.openstack.org/developer/swift/) - A highly available, distributed, eventually consistent object/blob store.
  234. * [TahoeLAFS](https://tahoe-lafs.org/trac/tahoe-lafs) - secure, decentralized, fault-tolerant, peer-to-peer distributed data store and distributed file system.
  235. * [XtreemFS](http://www.xtreemfs.org/) - XtreemFS is a fault-tolerant distributed file system for all storage needs.
  236. ## DNS
  237. *DNS servers.*
  238. * [Bind](https://www.isc.org/downloads/bind/) - The most widely used name server software.
  239. * [djbdns](http://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns.
  240. * [Designate](https://wiki.openstack.org/wiki/Designate) - DNS REST API that support several DNS servers as its backend.
  241. * [dnsmasq](http://www.thekelleys.org.uk/dnsmasq/doc.html) - A lightweight service providing DNS, DHCP and TFTP services to small-scale networks.
  242. * [Knot](https://www.knot-dns.cz/) - High performance authoritative-only DNS server.
  243. * [NSD](http://www.nlnetlabs.nl/projects/nsd/) - Authoritative only, high performance, simple name server.
  244. * [PowerDNS](https://www.powerdns.com/) - DNS server with a variety of data storage back-ends and load balancing features.
  245. * [Unbound](http://unbound.net/) - Validating, recursive, and caching DNS resolver.
  246. * [Yadifa](http://www.yadifa.eu/) - Lightweight authoritative Name Server with DNSSEC capabilities powering the .eu top-level domain.
  247. ## Domains
  248. *Domain management.*
  249. * [DomainMOD](https://domainmod.org) - Manage your domains and other internet assets in a central location.
  250. ## Editors
  251. *Open source code editors.*
  252. * [Atom](https://atom.io/) - A hackable text editor from Github.
  253. * [Brackets](http://brackets.io/) - Code editor for web designers and front-end developers.
  254. * [Eclipse](http://www.eclipse.org/) - IDE written in Java with an extensible plug-in system.
  255. * [Geany](http://www.geany.org/) - GTK2 text editor.
  256. * [GNU Emacs](http://www.gnu.org/software/emacs/) - An extensible, customizable text editor-and more.
  257. * [Haroopad](http://pad.haroopress.com/) - Markdown editor with live preview.
  258. * [ICEcoder](https://icecoder.net/) - Code editor awesomeness, built with common web languages.
  259. * [jotgit](https://github.com/jdleesmiller/jotgit) - Git-backed real-time collaborative code editing.
  260. * [KDevelop](https://www.kdevelop.org/) - IDE by the people behind KDE.
  261. * [Light Table](http://lighttable.com/) - The next generation code editor.
  262. * [Lime](http://limetext.org/) - Aims to provide an open source solution to Sublime Text
  263. * [TextMate](https://github.com/textmate/textmate/) - A graphical text editor for OS X.
  264. * [Vim](http://www.vim.org) - A highly configurable text editor built to enable efficient editing.
  265. * [Visual Studio Code](https://code.visualstudio.com/) - An open source cross-platform extensible code editor from Microsoft
  266. * [Nano](http://nano-editor.org) - Easy to use, customizable text editor.
  267. ## Identity Management
  268. *LDAP servers and other tools to manage accounts and identities.*
  269. ### LDAP
  270. * [389 Directory Server](http://www.port389.org/) - Developed by Red Hat.
  271. * [Apache Directory Server](http://directory.apache.org/) - Apache Software Foundation project written in Java.
  272. * [FreeRADIUS](http://freeradius.org/) - High performance and highly configurable multi-protocol policy/authentication server, supporting RADIUS, DHCPv4 and VMPS.
  273. * [OpenDJ](http://opendj.forgerock.org/) - Fork of OpenDS.
  274. * [OpenDS](https://opends.java.net/) - Another directory server written in Java.
  275. * [OpenLDAP](http://www.OpenLDAP.org/) - Developed by the OpenLDAP Project.
  276. ### Tools and web interfaces
  277. * [Fusion Directory](https://www.fusiondirectory.org) - Improve the Management of the services and the company directory based on OpenLDAP.
  278. * [FreeIPA](http://www.freeipa.org/) - Security management solution, can manage LDAP, KRB, DNS, sudo, and more.
  279. * [Indieauth](https://indieauth.com/) - Sign in with your domain name (using the rel-me-auth protocol).
  280. * [Libravatar](https://www.libravatar.org/) - Libravatar is a service which delivers your avatar (profile picture) to other websites.
  281. * [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.
  282. * [OpenID](http://openid.net/developers/libraries/) - A Simple Identity layer on top of OAuth 2.0.
  283. * [OSIAM](http://osiam.github.io/) - Secure identity management solution providing REST based services for authentication and authorization.
  284. * [Samba](https://www.samba.org/) – Active Directory and CIFS protocol implementation.
  285. * [BounCA](https://bounca.org/) - A personal SSL Key / Certificate Authority web-based tool for creating self-signed certificates.
  286. ## IT Asset Management
  287. *IT Assets Management software.*
  288. * [GLPI](http://www.glpi-project.org/spip.php?lang=en) - Information Resource-Manager with an additional Administration Interface.
  289. * [OCS Inventory NG](http://www.ocsinventory-ng.org/en/) - Enables users to inventory their IT assets.
  290. * [OPSI](http://www.opsi.org/en) - Hardware and software inventory, deployment, and patching for Linux and Windows.
  291. * [RackTables](http://racktables.org/) - Datacenter and server room asset management like document hardware assets, network addresses, space in racks, networks configuration.
  292. * [Ralph](https://github.com/allegro/ralph) - Asset management, DCIM and CMDB system for large Data Centers as well as smaller LAN networks.
  293. * [Snipe IT](https://snipeitapp.com/) - Asset & license management software.
  294. ## Log Management
  295. *Log management tools: collect, parse, visualize ...*
  296. * [Elasticsearch](https://www.elastic.co/) - A Lucene Based Document store mainly used for log indexing, storage and analysis.
  297. * [Fluentd](http://www.fluentd.org/) - Log Collector and Shipper.
  298. * [Flume](https://flume.apache.org/) - Distributed log collection and aggregation system.
  299. * [GoAccess](http://goaccess.io/) - Real-time web log analyzer and interactive viewer that runs in a terminal or through the browser. ([Source Code](https://github.com/allinurl/goaccess)) `MIT` `C`
  300. * [Graylog](https://www.graylog.org/) - Pluggable Log and Event Analysis Server with Alerting options.
  301. * [Heka](http://hekad.readthedocs.org/en/latest/) - Stream processing system which may be used for log aggregation.
  302. * [Kibana](https://www.elastic.co/products/kibana) - Visualize logs and time-stamped data.
  303. * [Logstash](https://www.elastic.co/products/logstash) - Tool for managing events and logs.
  304. * [Octopussy](http://www.octopussy.pm) - Log Management Solution (Visualize / Alert / Report).
  305. ## Mail Clients
  306. * [Claws Mail](http://www.claws-mail.org/) - Old school email client (and news reader), based on GTK+.
  307. * [ImapSync](http://imapsync.lamiral.info/) – Simple IMAP migration tool for copying mailboxes to other servers.
  308. * [Mutt](http://www.mutt.org/) - Small but very powerful text-based mail client.
  309. * [N1](https://nylas.com/N1) - Extensible mail client.
  310. * [Sylpheed](http://sylpheed.sraoss.jp/en/) – Still developed predecessor to Claws Mail, lightweight mail client.
  311. * [Thunderbird](https://www.mozilla.org/de/thunderbird/) - Free email application that's easy to set up and customize.
  312. ## Monitoring
  313. *Monitoring software.*
  314. * [Adagios](http://adagios.org/) - Web based Nagios interface for configuration and monitoring (replacement to the standard interface), and a REST interface, [SourceCode](https://github.com/opinkerfi/adagios), [Documentation](https://github.com/opinkerfi/adagios/wiki))
  315. * [Alerta](https://github.com/guardian/alerta) - Distributed, scaleable and flexible monitoring system.
  316. * [Bloonix](https://bloonix.org) - Bloonix is a monitoring solution that helps businesses to ensure high availability and performance. `GPLv3` `Perl`
  317. * [bolo](http://bolo.niftylogic.com/) - A Do-it-Yourself monitoring framework built to gather metrics, mine data and report on the systems in your network.
  318. * [Bosun](http://bosun.org/) - Monitoring and alerting system by Stack Exchange ([Source Code](https://github.com/bosun-monitor/bosun), [Documentation](http://bosun.org/quickstart.html)) `MIT` `Go`
  319. * [Cacti](http://www.cacti.net) - Web-based network monitoring and graphing tool.
  320. * [Cabot](http://cabotapp.com/) - Monitoring and alerts, similar to PagerDuty.
  321. * [cadvisor](https://github.com/google/cadvisor) - Analyzes resource usage and performance characteristics of running containers ([Source Code](https://github.com/google/cadvisor)) `Apache` `Go`
  322. * [check_mk](http://mathias-kettner.com/check_mk.html) - Collection of extensions for Nagios.
  323. * [Dash](https://github.com/afaqurk/linux-dash) - A low-overhead monitoring web dashboard for a GNU/Linux machine.
  324. * [Flapjack](http://flapjack.io/) - Monitoring notification routing & event processing system.
  325. * [Healthchecks](https://healthchecks.io/) - Monitoring for cron jobs, background services and scheduled tasks.
  326. * [Icinga](https://www.icinga.org/) - Nagios fork that has since lapped nagios several times. Comes with the possibility of clustered monitoring - ([Source Code](https://github.com/Icinga)) - `GPLv2`
  327. * [LibreNMS](http://www.librenms.org) - Fully featured network monitoring system that provides a wealth of features and device support.
  328. * [Monit](http://mmonit.com/monit/#home) - Small utility for managing and monitoring Unix systems.
  329. * [Munin](http://munin-monitoring.org/) - Networked resource monitoring tool.
  330. * [Naemon](http://www.naemon.org/) - Network monitoring tool based on the Nagios 4 core with performance enhancements and new features.
  331. * [Nagios](https://www.nagios.org/) - Computer system, network and infrastructure monitoring software application.
  332. * [Node-Bell](https://github.com/eleme/bell.js) - Real-time anomalies detection for periodic time series, metrics monitor.
  333. * [Observium](http://www.observium.org/) - SNMP monitoring for servers and networking devices. Runs on linux.
  334. * [OMD](http://omdistro.org/) - The Open Monitoring Distribution.
  335. * [PhpSysInfo](https://phpsysinfo.github.io/phpsysinfo/) - A customizable PHP script that displays information about your system nicely.
  336. * [psdash](https://github.com/Jahaja/psdash) - A linux system information web dashboard using psut
  337. ils and flask.
  338. * [pyDash](https://k3oni.github.io/pydash/) - Small web-based monitoring dashboard for linux.
  339. * [Riemann](http://riemann.io/) - Flexible and fast events processor allowing complex events/metrics analysis.
  340. * [Sensu](https://sensuapp.org/) - Monitoring framework.
  341. * [Sentry](https://getsentry.com/) - Application monitoring, event logging and aggregation.
  342. * [ServerStatus BotoX](https://github.com/BotoX/ServerStatus) - Display and monitor your servers statistics in a beatiful way.
  343. * [ServerStatus moejda](https://github.com/mojeda/ServerStatus) - Server Status website script, displays uptime (days), free RAM, free HDD
  344. * [Shinken](http://www.shinken-monitoring.org/) - Another monitoring framework.
  345. * [Thruk](http://www.thruk.org/) - Multibackend monitoring web interface with support for Naemon, Nagios, Icinga and Shinken.
  346. * [Uchiwa](https://uchiwa.io/) - Simple dashboard for sensu.
  347. * [Xymon](https://www.xymon.com/) - Network monitoring inspired by Big Brother.
  348. * [Zabbix](http://www.zabbix.com/) - Enterprise-class software for monitoring of networks and applications.
  349. * [Zenoss](http://community.zenoss.org) - Application, server, and network management platform based on Zope.
  350. ## Metric & Metric Collection
  351. *Metric gathering and display software.*
  352. * Collectors only
  353. * [Diamond](https://github.com/BrightcoveOS/Diamond) - Python based statistic collection daemon.
  354. * [Collectd](http://collectd.org/) - System statistic collection daemon.
  355. * [Collectl](http://collectl.sourceforge.net/) - High precision system performance metrics collecting tool.
  356. * [PGObserver](https://github.com/zalando/PGObserver) - Monitoring solution for PostgreSQL databases that also works with AWS RDS.
  357. * [Statsd](https://github.com/etsy/statsd/) - Application statistic listener.
  358. * [tcollector](http://opentsdb.net/docs/build/html/user_guide/utilities/tcollector.html) - System statistic collection daemon written in Python for OpenTSDB
  359. * Dashboards
  360. * [Grafana](http://grafana.org/) - A Graphite & InfluxDB Dashboard and Graph Editor.
  361. * [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.
  362. * [RRDtool](http://oss.oetiker.ch/rrdtool/) - Industry standard, high performance data logging and graphing system for time series data.
  363. * [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.
  364. * [Facette](http://facette.io) - Time series data visualization and graphing software written in Go.
  365. * [Freeboard](https://github.com/Freeboard/freeboard) - A damn-sexy front-end real-time dashboard for the internet of things. Transforms raw JSON into delicious UI.
  366. * [Netdata](http://netdata.firehol.org/) - Real-time performance monitoring for Linux systems with plugin support.
  367. * Storage
  368. * [OpenTSDB](http://opentsdb.net/) - Store and server massive amounts of time series data without losing granularity.
  369. * [KairosDB](https://github.com/kairosdb/kairosdb) - Fast distributed scalable time series database, fork of OpenTSDB 1.x.
  370. * [InfluxDB](https://influxdb.com/) - Distributed time series database with no external dependencies.
  371. * Packages
  372. * [Prometheus](http://prometheus.io/) - Service monitoring system and time series database.
  373. * [Packetbeat](https://www.elastic.co/products/beats) - Captures network traffic and displays it in a custom Kibana dashboard for easy viewing.
  374. * [Graphite](http://graphite.readthedocs.org/en/latest/) - Scalable graphing server.
  375. ## Network Configuration Management
  376. *Network configuration management tools.*
  377. * [GestióIP](http://www.gestioip.net/) - An automated web based IPv4/IPv6 IP Address Management tool.
  378. * [Oxidized](https://github.com/ytti/oxidized) - A modern take on network device configuration monitoring with web interface and GIT storage.
  379. * [RANCID](http://www.shrubbery.net/rancid/) - Monitors network device's configuration and maintain history of changes.
  380. * [rConfig](http://www.rconfig.com/) - Another network device configuration management tool.
  381. * [trigger](https://github.com/trigger/trigger) - Robust network automation toolkit written in Python.
  382. ## Newsletters
  383. *Newsletter software.*
  384. * [DadaMail](http://dadamailproject.com/) - Mailing List Manager, written in Perl.
  385. * [phpList](https://www.phplist.com/) - Newsletter manager written in PHP.
  386. * [LibreMailer](https://github.com/averna-syd/LibreMailer) - Libre Mailer is a modest and simple web based email marketing application.
  387. * [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.
  388. ## NoSQL
  389. *NoSQL databases.*
  390. * Column-Family
  391. * [Apache HBase](http://hbase.apache.org/) - Hadoop database, a distributed, big data store.
  392. * [Cassandra](http://cassandra.apache.org/) - Distributed DBMS designed to handle large amounts of data across many servers.
  393. * [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.
  394. * Document Store
  395. * [CouchDB](http://couchdb.apache.org/) - Ease of use, with multi-master replication document-oriented database system.
  396. * [ElasticSearch](https://www.elastic.co/) - Java based database, popular with log aggregation, and email archiving projects.
  397. * [MongoDB](https://www.mongodb.org/) - Another document-oriented database system.
  398. * [RavenDB](http://ravendb.net/) - Document based database with ACID/Transactional features.
  399. * [RethinkDB](http://www.rethinkdb.com/) - Distributed document store database, focuses on JSON.
  400. * Graph
  401. * [FlockDB](https://github.com/twitter/flockdb) - Twitter's distributed, fault-tolerant graph database.
  402. * [Neo4j](http://neo4j.com/) - Graph database.
  403. * Key-Value
  404. * [LevelDB](https://github.com/google/leveldb) - Google's high performance key/value database.
  405. * [Redis](http://redis.io/) - Networked, in-memory, key-value data store with optional durability.
  406. * [Riak](http://basho.com/riak/) - Another fault-tolerant key-value NoSQL database.
  407. Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis
  408. ## Packaging
  409. * [fpm](https://github.com/jordansissel/fpm) - Versatile multi format package creator.
  410. * [omnibus-ruby](https://github.com/chef/omnibus) - Full stack, cross distro packaging software (Ruby).
  411. * [packman](http://packman.readthedocs.org) - Full stack, cross distro packaging software (Python).
  412. * [tito](https://github.com/dgoodwin/tito) - Builds RPMs for git-based projects.
  413. ## Project Management
  414. *Web-based project management and bug tracking systems*: see https://github.com/Kickball/awesome-selfhosted#project-management
  415. ## Queuing
  416. * [ActiveMQ](https://activemq.apache.org/) - Java message broker.
  417. * [BeanstalkD](http://kr.github.io/beanstalkd/) - A simple, fast work queue.
  418. * [Gearman](http://gearman.org/) - Fast multi-language queuing/job processing platform.
  419. * [Kafka](http://kafka.apache.org) - Extremely high performance publish/subscribe message system.
  420. * [NSQ](http://nsq.io/) - A realtime distributed messaging platform.
  421. * [RabbitMQ](http://www.rabbitmq.com/) - Robust, fully featured, cross distro queuing system.
  422. * [ZeroMQ](http://zeromq.org/) - Lightweight queuing system.
  423. ## RDBMS
  424. *Relational DBMS.*
  425. * [Firebird](http://www.firebirdsql.org/) - True universal database.
  426. * [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.
  427. * [MariaDB](https://mariadb.org/) - Community-developed fork of the MySQL.
  428. * [adminer](https://www.adminer.org/) - Database management in a single PHP file ([Source code](https://github.com/vrana/adminer))
  429. * [Percona Server](https://www.percona.com/software) - Enhanced, drop-in MySQL replacement.
  430. * [PostgreSQL](http://www.postgresql.org/) - Object-relational database management system (ORDBMS).
  431. * [PostgreSQL-XL](http://www.postgres-xl.org/) - Scalable PostgreSQL-based database cluster.
  432. * [SQLite](http://sqlite.org/) - Library that implements a self-contained, serverless, zero-configuration, transactional SQL DBS.
  433. ## Remote Management
  434. * [Tiger VNC](http://tigervnc.org/) - TigerVNC is a high-performance, platform-neutral implementation of VNC (Virtual Network Computing), a client/server application that allows users to launch and interact with graphical applications on remote machines.
  435. * [Remmina](http://www.remmina.org/wp/) - A Feature rich remote desktop application for linux and other unixes.
  436. * [X2go](http://wiki.x2go.org/doku.php) - X2Go is an open source remote desktop software for Linux that uses the NX technology protocol.
  437. ## Service Discovery
  438. * [Consul](https://www.consul.io/) - Consul is a tool for service discovery, monitoring and configuration.
  439. * [Doozerd](https://github.com/ha/doozerd) - Doozer is a highly-available, completely consistent store for small amounts of extremely important data.
  440. * [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.
  441. * [ZooKeeper](http://zookeeper.apache.org/) - ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services.
  442. ## Software Containers
  443. *Operating system–level virtualization.*
  444. * [Docker](http://www.docker.com/) - Platform for developers and sysadmins to build, ship, and run distributed applications.
  445. * [LXC](https://linuxcontainers.org/lxc/) - Userspace interface for the Linux kernel containment features.
  446. * [OpenVZ](http://openvz.org) - Container-based virtualization for Linux.
  447. ## Status Pages
  448. * [Cachet](https://cachethq.io) - Status page system written in PHP.
  449. * [Stashboard](http://www.stashboard.org) - Status page for cloud services and APIs.
  450. * [System Status Dashboard (SSD)](http://www.system-status-dashboard.com/) - Overview about an organization's infrastructure health status.
  451. * [Staytus](http://staytus.co/) - Staytus is a complete solution for publishing the latest information about any issues with your web applications, networks or services.
  452. ## Troubleshooting
  453. *Troubleshooting Tools.*
  454. + [grml](https://grml.org) – bootable Debian Live CD with powerful CLI tools.
  455. * [mitmproxy](http://mitmproxy.org/) - A Python tool used for intercepting, viewing and modifying network traffic. Invaluable in troubleshooting certain problems.
  456. * [perf-tools](https://github.com/brendangregg/perf-tools) - Performance analysis tools based on Linux perf_events (aka perf) and ftrace.
  457. * [Sysdig](http://www.sysdig.org/) - Capture system state and activity from a running Linux instance, then save, filter and analyze.
  458. * [Dripcap](https://github.com/dripcap/dripcap) - Caffeinated Packet Analyzer.
  459. * [Wireshark](https://www.wireshark.org/) - The world's foremost network protocol analyzer.
  460. ## Version control
  461. *Software versioning and revision control.*
  462. * [Fossil](http://www.fossil-scm.org/) - Distributed version control with built-in wiki and bug tracking.
  463. * [Git](http://git-scm.com/) - Distributed revision control and source code management (SCM) with an emphasis on speed.
  464. * [GNU Bazaar](http://bazaar.canonical.com/) - Distributed revision control system sponsored by Canonical.
  465. * [Mercurial](https://www.mercurial-scm.org/) - Another distributed revision control.
  466. * [Subversion](http://subversion.apache.org/) - Client-server revision control system.
  467. ## Virtualization
  468. *Virtualization software.*
  469. * [Archipel](http://archipelproject.org/) - XMPP based virtualization management platform.
  470. * [ConVirt](http://www.convirture.com/products_opensource.php) - Provides the core functionality for centrally managing your KVM or Xen virtualized environment.
  471. * [Ganeti](https://code.google.com/p/ganeti/) - Cluster virtual server management software tool built on top of KVM and Xen.
  472. * [KVM](http://www.linux-kvm.org) - Linux kernel virtualization infrastructure.
  473. * [OpenNebula](http://opennebula.org/) - Flexible enterprise cloud made simple.
  474. * [OpenNode](http://opennodecloud.com) - Builds open-source infrastructure management software and implements cloud systems.
  475. * [Otto](https://www.ottoproject.io/) - Development and deployment system designed as the successor to Vagrant.
  476. * [oVirt](http://www.ovirt.org/) - Manages virtual machines, storage and virtual networks.
  477. * [Packer](https://www.packer.io/) - A tool for creating identical machine images for multiple platforms from a single source configuration.
  478. * [Proxmox VE](https://www.proxmox.com/proxmox-ve) - Virtualization management solution.
  479. * [QEMU](http://www.qemu.org/) - QEMU is a generic machine emulator and virtualizer.
  480. * [Vagrant](https://www.vagrantup.com/) - Tool for building complete development environments.
  481. * [VirtualBox](https://www.virtualbox.org/) - Virtualization product from Oracle Corporation.
  482. * [Xen](http://www.xenproject.org/) - Virtual machine monitor for 32/64 bit Intel / AMD (IA 64) and PowerPC 970 architectures.
  483. * [XenServer](http://xenserver.org/) - Turnkey virtualization platform based on CentOS distribution, using Xen and an extended toolstack/API.
  484. ## VPN
  485. *VPN software.*
  486. * [ocserv](http://www.infradead.org/ocserv/) - Cisco AnyConnect-compatible VPN server
  487. * [OpenVPN](https://community.openvpn.net) - Uses a custom security protocol that utilizes SSL/TLS for key exchange.
  488. * [Pritunl](http://pritunl.com/) - OpenVPN based solution. Easy to set up.
  489. * [SoftEther](https://www.softether.org/) - Multi-protocol software VPN with advanced features
  490. * [sshuttle](https://github.com/apenwarr/sshuttle) - Poor man's VPN.
  491. * [strongSwan](https://www.strongswan.org/) - Complete IPsec implementation for Linux.
  492. * [tinc](http://www.tinc-vpn.org/) - Distributed p2p VPN.
  493. ## Web
  494. *Web servers.*
  495. * [Algernon](http://algernon.roboticoverlords.org/) - Web/application server that supports Lua, live-reload, templates, Sass and HTTP/2.
  496. * [Apache](http://httpd.apache.org/) - Most popular web server.
  497. * [Caddy](https://caddyserver.com/) - Lightweight, general-purpose web server supporting HTTP/2, automatic TLS and easy configuration. Written in Go.
  498. * [Cherokee](http://cherokee-project.com/) - Lightweight, high-performance web server/reverse proxy.
  499. * [Hiawatha](https://www.hiawatha-webserver.org/) - Prioritises security, simplicity and performance.
  500. * [Lighttpd](http://www.lighttpd.net/) - Web server more optimized for speed-critical environments.
  501. * [Nginx](http://nginx.org/) - Reverse proxy, load balancer, HTTP cache, and web server.
  502. * [uWSGI](https://github.com/unbit/uwsgi/) - The uWSGI project aims at developing a full stack for building hosting services.
  503. *Web Performance*
  504. * [HAProxy](http://www.haproxy.org/) - Software based load Balancing, SSL offloading and performance optimization, compression, and general web routing.
  505. * [Varnish](https://www.varnish-cache.org/) - HTTP based web application accelerator focusing on optimizing caching and compression.
  506. # Resources
  507. Various resources, such as books, websites and articles, for improving your skills and knowledge.
  508. ## Blogs
  509. * [Code as Craft](https://codeascraft.com/) - Etsy's Ops blog, lots of technical posts.
  510. * [DevOpsGuys](http://blog.devopsguys.com/) - Devops consultants who blog about operations.
  511. * [Rackspace Developers](https://developer.rackspace.com/blog/) - Slightly biased blog with lots of Devops Topics.
  512. ## Books
  513. *Sysadmin related books.*
  514. * [Codex](https://www.gitbook.com/book/starkandwayne/codex/details) - How to deploy Cloud Foundry PaaS on infrastructures like AWS, OpenStack, Azure by Stark & Wayne, LLC.
  515. * [The Linux Command Line](http://linuxcommand.org/tlcl.php) - A book about the Linux command line by William Shotts.
  516. * [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.
  517. * [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.
  518. * [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.
  519. * UNIX and Linux System Administration Handbook (ISBN-13: 978-0131480056) - Approaches system administration from a practical perspective.
  520. ## Communities / Forums
  521. *For the social people.*
  522. * [ArsTechnica OpenForum](http://arstechnica.com/civis/) – IT Forum which is attached to a large news site.
  523. * [Reddit](https://www.reddit.com) - Really, really large bulletin board system.
  524. * [/r/Linux](https://www.reddit.com/r/linux) - News and information about Linux.
  525. * [/r/LinuxQuestions](https://www.reddit.com/r/linuxquestions)
  526. * [/r/SysAdmin](https://www.reddit.com/r/sysadmin/)
  527. * [Spiceworks Community](https://community.spiceworks.com/start) – General enterprise IT news and small articles.
  528. * [StackExchange Network](https://stackexchange.com/sites#technology) – Q&A communities.
  529. * [Server Fault](https://serverfault.com/) – StackExchange community for system and network administrators.
  530. ## Newsletters
  531. * [Servers for Hackers](https://serversforhackers.com/) - Newsletter for programmers who find themselves needing to know their way around a server.
  532. * [Web Operations Weekly](http://webopsweekly.com/) - A weekly newsletter on Web operations, infrastructure, performance, and tooling, from the browser down to the metal.
  533. ## Repositories
  534. *Software package repositories.*
  535. * [AlternativeTo](http://alternativeto.net) - Find alternatives to software you know and discover new software.
  536. ### Debian-based distributions
  537. * [Dotdeb](https://www.dotdeb.org/) - Repository with LAMP updated packages for Debian.
  538. ### RPM-based distributions
  539. * [ElRepo](http://elrepo.org/tiki/tiki-index.php) - Community Repo for Enterprise Linux (RHEL, CentOS, etc).
  540. * [EPEL](https://fedoraproject.org/wiki/EPEL) - Repository for RHEL and compatibles (CentOS, Scientific Linux).
  541. * [IUS](https://ius.io/) - Community project that provides RPM packages for newer versions of select software for Enterprise Linux distributions.
  542. * [Remi](http://rpms.famillecollet.com/) - Repository with LAMP updated packages for RHEL/Centos/Fedora.
  543. * [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.
  544. ## Websites
  545. *Useful sysadmin related websites.*
  546. * [Ops School](http://www.opsschool.org) - Comprehensive program that will help you learn to be an operations engineer.
  547. * [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.
  548. ## Wikis
  549. *Useful Wikis for Sysadmins – not to be confused with Wiki software.*
  550. * [ArchWiki](https://wiki.archlinux.org/) – Arch Linux Wiki which has really nice written articles valid for other distros.
  551. * [Gentoo Wiki](https://wiki.gentoo.org/) - Gentoo Linux Wiki with a lot in-detail description of Linux components.
  552. ## License
  553. ![cc license](http://i.creativecommons.org/l/by-sa/4.0/88x31.png)
  554. This work is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International](http://creativecommons.org/licenses/by-sa/4.0/) license.