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.

214 lines
9.3 KiB

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