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.

245 lines
11 KiB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
10 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
  1. # Awesome Sysadmin
  2. A curated list of amazingly awesome sysadmin open source resources inspired by [Awesome PHP](https://github.com/ziadoz/awesome-php)
  3. * [Awesome Sysadmin](#awesome-sysadmin)
  4. * [Backups](#backups)
  5. * [Cloning](#cloning)
  6. * [CMDB](#cmdb)
  7. * [Continuous integration](#continuous-integration)
  8. * [DevOps Tools](#devops-tools)
  9. * [DNS](#dns)
  10. * [Hosting](#hosting)
  11. * [IMAP/POP3](#imappop3)
  12. * [LDAP](#ldap)
  13. * [Monitoring](#monitoring)
  14. * [Newsletter](#newsletters)
  15. * [NoSQL](#nosql)
  16. * [RDBMS](#rdbms)
  17. * [SMTP](#smtp)
  18. * [SSH](#ssh)
  19. * [Statistics](#statistics)
  20. * [Ticketing systems](#ticketing-systems)
  21. * [Troubleshooting](#troubleshooting)
  22. * [Project Management](#project-management)
  23. * [Version control](#version-control)
  24. * [Virtualization](#virtualization)
  25. * [VPN](#vpn)
  26. * [Web](#web)
  27. * [Webmails](#webmails)
  28. * [Wikis](#wikis)
  29. * [Resources](#resources)
  30. * [Books](#books)
  31. * [Editors](#editors)
  32. * [Websites](#websites)
  33. * [Contributing](#contributing)
  34. ## Backups
  35. *Backup software.*
  36. * [Amanda](http://www.amanda.org/) - Client–server model backup tool.
  37. * [Bacula](http://www.bacula.org) - Another Client-server model backup tool.
  38. * [UrBackup](http://www.urbackup.org/) - Another client/server backup system.
  39. ## Cloning
  40. *Cloning software.*
  41. * [Clonezilla](http://clonezilla.org/) - Partition and disk imaging/cloning program.
  42. * [Fog](http://www.fogproject.org/) - Another computer cloning solution.
  43. ## CMDB
  44. *Configuration management database.*
  45. * [i-doit](http://www.i-doit.org/) - Open Source IT Documentation and CMDB.
  46. * [iTop](http://www.combodo.com/-Overview-.html) - A complete open source, ITIL, web based service management tool.
  47. ## Continuous integration
  48. *Continuous integration software.*
  49. * [Go](http://www.thoughtworks.com/products/go-continuous-delivery) - Open source agile build and release management software.
  50. * [Jenkins](http://jenkins-ci.org/) - An extendable open source continuous integration server.
  51. ## DevOPs Tools
  52. *Configuration management tools.*
  53. * [Ansible](http://www.ansibleworks.com/) - It's written in Python and manages the nodes over SSH.
  54. * [CFEngine](http://cfengine.com/) - Lightweight agent system. Configuration state is specified via a declarative language.
  55. * [Chef](http://www.opscode.com/chef/) - It's written in Ruby and Erlang and uses a pure-Ruby DSL.
  56. * [Puppet](http://puppetlabs.com/) - It's written in Ruby and uses Puppet's declarative language or a Ruby DSL.
  57. * [Salt](http://www.saltstack.com/) - It's written in Python.
  58. *Network configuration management tools.*
  59. * [RANCID](http://www.shrubbery.net/rancid/) - Monitors network device's configurarion and maintain history of changes.
  60. * [rConfig](http://www.rconfig.com/) - Another network device configuration management tool.
  61. ## DNS
  62. *DNS servers.*
  63. * [Bind](https://www.isc.org/downloads/bind/) - The most widely used name server software.
  64. * [djbdns](http://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns.
  65. * [NSD](http://www.nlnetlabs.nl/projects/nsd/) - Authoritative only, high performance, simple name server.
  66. * [PowerDNS](https://www.powerdns.com/) - DNS server with a variety of data storage back-ends and load balancing features.
  67. ## Hosting
  68. *Web hosting control panels*
  69. * [ISPConfig](http://www.ispconfig.org) - Hosting control panel for Linux.
  70. * [Virtualmin](http://www.virtualmin.com/) - Control panel for Linux based on webmin.
  71. ## IMAP/POP3
  72. *IMAP/POP3 mail servers.*
  73. * [Courier IMAP/POP3](http://www.courier-mta.org/imap/) - Fast, scalable, enterprise IMAP and POP3 server.
  74. * [Cyrus IMAP/POP3](http://cyrusimap.org/) - Intended to be run on sealed servers, where normal users are not permitted to log in.
  75. * [Dovecot](http://www.dovecot.org/) - IMAP and POP3 server written primarily with security in mind.
  76. * [Qpopper](http://www.eudora.com/products/unsupported/qpopper/) - One of the oldest and most popular server implementations of POP3.
  77. ## LDAP
  78. *LDAP servers.*
  79. * [389 Directory Server](http://port389.org) - Developed by Red Hat.
  80. * [Apache Directory Server](http://directory.apache.org/) - Apache Software Foundation project written in Java.
  81. * [OpenDS](https://opends.java.net/) - Another directory server written in Java.
  82. * [OpenLDAP](http://openldap.org/) - Developed by the OpenLDAP Project.
  83. ## Monitoring
  84. *Monitoring software.*
  85. * [Cacti](http://www.cacti.net) - Web-based network monitoring and graphing tool.
  86. * [Icinga](https://www.icinga.org/) - Fork of Nagios.
  87. * [Monit](http://mmonit.com/monit/#home) - Small Open Source utility for managing and monitoring Unix systems.
  88. * [Munin](http://munin-monitoring.org/) - Networked resource monitoring tool.
  89. * [Nagios](http://www.nagios.org/) - Computer system, network and infrastructure monitoring software application.
  90. * [Zabbix](http://www.zabbix.com/) - Eenterprise-class software for monitoring of networks and applications
  91. * [Zenoss](http://community.zenoss.org) - Application, server, and network management platform based on Zope.
  92. * [Xymon](http://www.xymon.com/) - Network monitoring inspired by Big Brother.
  93. ## Newsletters
  94. *Newsletter software.*
  95. * [phpList](http://www.phplist.com/) - Newsletter manager.
  96. ## NoSQL
  97. *NoSQL servers.*
  98. * [Cassandra](http://cassandra.apache.org/) - Distributed DBMS designed to handle large amounts of data across many servers.
  99. * [CouchDB](http://couchdb.apache.org/) - Ease of use, with multi-master replication document-oriented database system.
  100. * [MongoDB](http://www.mongodb.org/) - Another document-oriented database system.
  101. * [Redis](http://redis.io/) - Networked, in-memory, key-value data store with optional durability.
  102. * [Riak](http://basho.com/riak/) - Another fault-tolerant key-value NoSQL database.
  103. Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis
  104. ## RDBMS
  105. *Relational DBMS.*
  106. * [MariaDB](https://mariadb.org/) - Community-developed fork of the MySQL.
  107. * [MySQL](http://dev.mysql.com/) - Most popular RDBMS server.
  108. * [Percona Server](http://www.percona.com/software) - Enhanced, drop-in MySQL replacement.
  109. * [PostgreSQL](http://www.postgresql.org/) - Object-relational database management system (ORDBMS).
  110. * [SQLite](http://sqlite.org/) - Library that implements a self-contained, serverless, zero-configuration, transactional SQL DBS.
  111. ## SMTP
  112. *SMTP servers.*
  113. * [Exim](http://www.exim.org/) - Message transfer agent (MTA) developed at the University of Cambridge.
  114. * [Qmail](http://cr.yp.to/qmail.html) - Secure Sendmail replacement.
  115. * [Postfix](http://www.postfix.org/) - Fast, easy to administer, and secure Sendmail replacement.
  116. * [Sendmail](http://www.sendmail.com/sm/open_source/) - Message transfer agent (MTA).
  117. ## SSH
  118. *SSH tools.*
  119. * [Cluster SSH](http://sourceforge.net/projects/clusterssh/) - Controls a number of xterm windows via a single graphical console.
  120. * [parallel-ssh](http://code.google.com/p/parallel-ssh/) - Provides parallel versions of OpenSSH and related tools.
  121. * [SSH Power Tool](http://code.google.com/p/sshpt/) - Execute commands and upload files to many servers simultaneously without using pre-shared keys.
  122. ## Statistics
  123. *Analytics software.*
  124. * [Piwik](http://piwik.org/) - Free and open source web analytics application.
  125. ## Ticketing systems
  126. *Web-based ticketing system.*
  127. * [Bugzilla](http://www.bugzilla.org/) - General-purpose bugtracker and testing tool originally developed and used by the Mozilla project.
  128. * [MantisBT](http://www.mantisbt.org/) - Another web-based bug tracking system.
  129. * [osTicket](http://osticket.com/) - Open source support ticket system.
  130. * [Request Tracker](http://www.bestpractical.com/rt/) - Ticket-tracking system written in Perl.
  131. ## Troubleshooting
  132. *Troubleshooting Tools.*
  133. * [Sysdig](http://www.sysdig.org/) - Capture system state and activity from a running Linux instance, then save, filter and analyze.
  134. ## Project Management
  135. *Web-based project management and bug tracking systems.*
  136. * [Redmine](http://www.redmine.org/) - Written in ruby on rails.
  137. * [The Bug Genie](http://www.thebuggenie.com/) - Written in PHP.
  138. * [Trac](http://trac.edgewall.org/) - Written in python.
  139. ## Version control
  140. *Software versioning and revision control.*
  141. * [Git](http://git-scm.com/) - Distributed revision control and source code management (SCM) with an emphasis on speed.
  142. * [Mercurial](http://mercurial.selenic.com/) - Another distributed revision control.
  143. * [Subversion](http://subversion.apache.org/) - Client-server revision control system.
  144. ## Virtualization
  145. *Virtualization software.*
  146. * [KVM](http://www.linux-kvm.org) - Linux kernel virtualization infrastructure.
  147. * [OpenVZ](http://openvz.org) - Container-based virtualization for Linux
  148. * [VirtualBox](https://www.virtualbox.org/) - Virtualization product from Oracle Corporation.
  149. * [Xen](http://www.xenproject.org/) - Virtual machine monitor for 32/64 bit Intel / AMD (IA 64) and PowerPC 970 architectures.
  150. ## VPN
  151. *VPN software.*
  152. * [OpenVPN](https://community.openvpn.net) - Uses a custom security protocol that utilizes SSL/TLS for key exchange.
  153. * [strongSwan](http://www.strongswan.org/) - Complete IPsec implementation for Linux.
  154. ## Webmails
  155. *Webmail applications.*
  156. * [RainLoop](http://rainloop.net/) - Simple, modern & fast web-based IMAP client.
  157. * [Roundcube](http://roundcube.net/) - Browser-based IMAP client with an application-like user interface.
  158. ## Web
  159. *Web servers.*
  160. * [Apache](http://httpd.apache.org/) - Most popular web server.
  161. * [Cherokee](http://cherokee-project.com/) - Lightweight, high-performance web server/reverse proxy.
  162. * [Lighttpd](http://www.lighttpd.net/) - Web server more optimized for speed-critical environments.
  163. * [Nginx](http://nginx.org/) - Reverse proxy, load balancer, HTTP cache, and web server.
  164. ## Wikis
  165. *Wiki software.*
  166. * [DokuWiki](https://www.dokuwiki.org/dokuwiki) - Simple to use and highly versatile wiki that doesn't require a database.
  167. * [Mediawiki](http://www.mediawiki.org/wiki/MediaWiki) - Used to power Wikipedia.
  168. # Resources
  169. Various resources, such as books, websites and articles, for improving your skills and knowledge.
  170. ## Books
  171. *Sysadmin related books.*
  172. * [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.
  173. * [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.
  174. ## Editors
  175. *Open source code editors.*
  176. * [Atom](https://atom.io/) - A hackable text editor from Github.
  177. * [Brackets](http://brackets.io/) - Open source code editor for web designers and front-end developers.
  178. * [Geany](http://www.geany.org/) - GTK2 text editor.
  179. ## Websites
  180. *Useful sysadmin related websites.*
  181. * [Ops School](http://www.opsschool.org) - Comprehensive program that will help you learn to be an operations engineer.
  182. * [Dotdeb](http://www.dotdeb.org/) - Repository with LAMP updated packages.
  183. # Contributing
  184. Please see [CONTRIBUTING](https://github.com/kahun/awesome-sysadmin/blob/master/CONTRIBUTING.md) for details.