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.

299 lines
15 KiB

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
10 years ago
10 years ago
10 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
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
10 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
10 years ago
10 years ago
10 years ago
11 years ago
  1. # Awesome Sysadmin
  2. A curated list of amazingly awesome open source sysadmin resources inspired by [Awesome PHP](https://github.com/ziadoz/awesome-php)
  3. * [Awesome Sysadmin](#awesome-sysadmin)
  4. * [Backups](#backups)
  5. * [Cloning](#cloning)
  6. * [Cloud Computing](#cloud-computing)
  7. * [Cloud Storage](#cloud-storage)
  8. * [Configuration Management Database](#configuration-management-database)
  9. * [Configuration Management](#configuration-management)
  10. * [Continuous integration](#continuous-integration)
  11. * [Distributed Filesystems](#distributed-filesystems)
  12. * [DNS](#dns)
  13. * [Hosting Control Panels](#hosting-control-panels)
  14. * [IMAP/POP3](#imappop3)
  15. * [IT Asset Management](#it-asset-management)
  16. * [LDAP](#ldap)
  17. * [Monitoring](#monitoring)
  18. * [Network Configuration Management](#network-configuration-management)
  19. * [Newsletter](#newsletters)
  20. * [NoSQL](#nosql)
  21. * [RDBMS](#rdbms)
  22. * [SMTP](#smtp)
  23. * [SSH](#ssh)
  24. * [Statistics](#statistics)
  25. * [Ticketing systems](#ticketing-systems)
  26. * [Troubleshooting](#troubleshooting)
  27. * [Project Management](#project-management)
  28. * [Version control](#version-control)
  29. * [Virtualization](#virtualization)
  30. * [VPN](#vpn)
  31. * [Web](#web)
  32. * [Webmails](#webmails)
  33. * [Wikis](#wikis)
  34. * [Resources](#resources)
  35. * [Books](#books)
  36. * [Editors](#editors)
  37. * [Websites](#websites)
  38. * [Contributing](#contributing)
  39. ## Backups
  40. *Backup software.*
  41. * [Amanda](http://www.amanda.org/) - Client-server model backup tool.
  42. * [Bacula](http://www.bacula.org) - Another Client-server model backup tool.
  43. * [UrBackup](http://www.urbackup.org/) - Another client-server backup system.
  44. * [SafeKeep](http://safekeep.sourceforge.net/) - Centralized pull-based backup using `rdiff-backup`.
  45. ## Cloning
  46. *Cloning software.*
  47. * [Clonezilla](http://clonezilla.org/) - Partition and disk imaging/cloning program.
  48. * [Fog](http://www.fogproject.org/) - Another computer cloning solution.
  49. ## Cloud Computing
  50. * [CloudStack](http://cloudstack.apache.org/) - Cloud computing software for creating, managing, and deploying infrastructure cloud services.
  51. * [OpenNebula](http://opennebula.org/) - An user-driven cloud management platform for sysadmins and devops.
  52. * [OpenStack](https://www.openstack.org/) - Open source software for building private and public clouds.
  53. ## Cloud Storage
  54. * [ownCloud](http://owncloud.org) - Provides universal access to your files via the web, your computer or your mobile devices.
  55. * [Seafile](http://seafile.com) - Another Open Source Cloud Storage solution.
  56. ## Configuration Management Database
  57. *Configuration management database (CMDB) software.*
  58. * [i-doit](http://www.i-doit.org/) - Open Source IT Documentation and CMDB.
  59. * [iTop](http://www.combodo.com/-Overview-.html) - A complete open source, ITIL, web based service management tool.
  60. ## Configuration Management
  61. *Configuration management tools.*
  62. * [Ansible](http://www.ansibleworks.com/) - It's written in Python and manages the nodes over SSH.
  63. * [CFEngine](http://cfengine.com/) - Lightweight agent system. Configuration state is specified via a declarative language.
  64. * [Chef](http://www.opscode.com/chef/) - It's written in Ruby and Erlang and uses a pure-Ruby DSL.
  65. * [Puppet](http://puppetlabs.com/) - It's written in Ruby and uses Puppet's declarative language or a Ruby DSL.
  66. * [Salt](http://www.saltstack.com/) - It's written in Python.
  67. ## Continuous integration
  68. *Continuous integration software.*
  69. * [Go](http://www.thoughtworks.com/products/go-continuous-delivery) - Open source agile build and release management software.
  70. * [Jenkins](http://jenkins-ci.org/) - An extendable open source continuous integration server.
  71. ## Distributed Filesystems
  72. *Network distributed filesystems.*
  73. * [Ceph](http://ceph.com/) - Distributed object store and file system.
  74. * [GlusterFS](http://www.gluster.org/) - Scale-out network-attached storage file system.
  75. * [HDFS](http://hadoop.apache.org/) - Distributed, scalable, and portable file-system written in Java for the Hadoop framework.
  76. * [Lustre](http://lustre.opensfs.org/) - A type of parallel distributed file system, generally used for large-scale cluster computing.
  77. * [MooseFS](http://www.moosefs.org/) - Fault tolerant, network distributed file system.
  78. * [XtreemFS](http://www.xtreemfs.org/) - XtreemFS is a fault-tolerant distributed file system for all storage needs.
  79. ## DNS
  80. *DNS servers.*
  81. * [Bind](https://www.isc.org/downloads/bind/) - The most widely used name server software.
  82. * [djbdns](http://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns.
  83. * [NSD](http://www.nlnetlabs.nl/projects/nsd/) - Authoritative only, high performance, simple name server.
  84. * [PowerDNS](https://www.powerdns.com/) - DNS server with a variety of data storage back-ends and load balancing features.
  85. * [Unbound](https://unbound.net/) - Validating, recursive, and caching DNS resolver.
  86. ## Hosting Control Panels
  87. *Web hosting control panels*
  88. * [ISPConfig](http://www.ispconfig.org) - Hosting control panel for Linux.
  89. * [Virtualmin](http://www.virtualmin.com/) - Control panel for Linux based on webmin.
  90. * [Feathur](http://feathur.com) - VPS Provisioning and Management Software
  91. ## IMAP/POP3
  92. *IMAP/POP3 mail servers.*
  93. * [Courier IMAP/POP3](http://www.courier-mta.org/imap/) - Fast, scalable, enterprise IMAP and POP3 server.
  94. * [Cyrus IMAP/POP3](http://cyrusimap.org/) - Intended to be run on sealed servers, where normal users are not permitted to log in.
  95. * [Dovecot](http://www.dovecot.org/) - IMAP and POP3 server written primarily with security in mind.
  96. * [Qpopper](http://www.eudora.com/products/unsupported/qpopper/) - One of the oldest and most popular server implementations of POP3.
  97. ## IT Asset Management
  98. *IT Assets Management software.*
  99. * [GLPI](http://www.glpi-project.org/spip.php?lang=en) - Information Resource-Manager with an additional Administration Interface.
  100. * [OCS Inventory NG](http://www.ocsinventory-ng.org/en/) - Enables users to inventory their IT assets.
  101. ## LDAP
  102. *LDAP servers.*
  103. * [389 Directory Server](http://port389.org) - Developed by Red Hat.
  104. * [Apache Directory Server](http://directory.apache.org/) - Apache Software Foundation project written in Java.
  105. * [OpenDJ](http://opendj.forgerock.org/) - Fork of OpenDS.
  106. * [OpenDS](https://opends.java.net/) - Another directory server written in Java.
  107. * [OpenLDAP](http://openldap.org/) - Developed by the OpenLDAP Project.
  108. ## Monitoring
  109. *Monitoring software.*
  110. * [Cacti](http://www.cacti.net) - Web-based network monitoring and graphing tool.
  111. * [check_mk](http://mathias-kettner.com/check_mk.html) - Collection of extensions for Nagios,
  112. * [Icinga](https://www.icinga.org/) - Fork of Nagios.
  113. * [LibreNMS](https://github.com/librenms/librenms/) - fork of Observium.
  114. * [Monit](http://mmonit.com/monit/#home) - Small Open Source utility for managing and monitoring Unix systems.
  115. * [Munin](http://munin-monitoring.org/) - Networked resource monitoring tool.
  116. * [Naemon](http://www.naemon.org/) - Network monitoring tool based on the Nagios 4 core with performance enhancements and new features.
  117. * [Nagios](http://www.nagios.org/) - Computer system, network and infrastructure monitoring software application.
  118. * [Sensu](http://sensuapp.org/) - Open source monitoring framework.
  119. * [Shinken](http://www.shinken-monitoring.org/) - Another monitoring framework.
  120. * [Thruk](http://www.thruk.org/) - Multibackend monitoring webinterface with support for Naemon, Nagios, Icinga and Shinken.
  121. * [Xymon](http://www.xymon.com/) - Network monitoring inspired by Big Brother.
  122. * [Zabbix](http://www.zabbix.com/) - Eenterprise-class software for monitoring of networks and applications
  123. * [Zenoss](http://community.zenoss.org) - Application, server, and network management platform based on Zope.
  124. ## Network Configuration Management
  125. *Network configuration management tools.*
  126. * [RANCID](http://www.shrubbery.net/rancid/) - Monitors network device's configurarion and maintain history of changes.
  127. * [rConfig](http://www.rconfig.com/) - Another network device configuration management tool.
  128. ## Newsletters
  129. *Newsletter software.*
  130. * [phpList](http://www.phplist.com/) - Newsletter manager.
  131. ## NoSQL
  132. *NoSQL servers.*
  133. * [Cassandra](http://cassandra.apache.org/) - Distributed DBMS designed to handle large amounts of data across many servers.
  134. * [CouchDB](http://couchdb.apache.org/) - Ease of use, with multi-master replication document-oriented database system.
  135. * [MongoDB](http://www.mongodb.org/) - Another document-oriented database system.
  136. * [Redis](http://redis.io/) - Networked, in-memory, key-value data store with optional durability.
  137. * [Riak](http://basho.com/riak/) - Another fault-tolerant key-value NoSQL database.
  138. Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis
  139. ## RDBMS
  140. *Relational DBMS.*
  141. * [Firebird](http://www.firebirdsql.org/) - True universal open source database.
  142. * [MariaDB](https://mariadb.org/) - Community-developed fork of the MySQL.
  143. * [MySQL](http://dev.mysql.com/) - Most popular RDBMS server.
  144. * [Percona Server](http://www.percona.com/software) - Enhanced, drop-in MySQL replacement.
  145. * [PostgreSQL](http://www.postgresql.org/) - Object-relational database management system (ORDBMS).
  146. * [SQLite](http://sqlite.org/) - Library that implements a self-contained, serverless, zero-configuration, transactional SQL DBS.
  147. ## SMTP
  148. *SMTP servers.*
  149. * [Exim](http://www.exim.org/) - Message transfer agent (MTA) developed at the University of Cambridge.
  150. * [Qmail](http://cr.yp.to/qmail.html) - Secure Sendmail replacement.
  151. * [Postfix](http://www.postfix.org/) - Fast, easy to administer, and secure Sendmail replacement.
  152. * [Sendmail](http://www.sendmail.com/sm/open_source/) - Message transfer agent (MTA).
  153. ## SSH
  154. *SSH tools.*
  155. * [Cluster SSH](http://sourceforge.net/projects/clusterssh/) - Controls a number of xterm windows via a single graphical console.
  156. * [Mosh](http://mosh.mit.edu/) - The mobile shell.
  157. * [parallel-ssh](http://code.google.com/p/parallel-ssh/) - Provides parallel versions of OpenSSH and related tools.
  158. * [SSH Power Tool](http://code.google.com/p/sshpt/) - Execute commands and upload files to many servers simultaneously without using pre-shared keys.
  159. ## Statistics
  160. *Analytics software.*
  161. * [Piwik](http://piwik.org/) - Free and open source web analytics application.
  162. ## Ticketing systems
  163. *Web-based ticketing system.*
  164. * [Bugzilla](http://www.bugzilla.org/) - General-purpose bugtracker and testing tool originally developed and used by the Mozilla project.
  165. * [MantisBT](http://www.mantisbt.org/) - Another web-based bug tracking system.
  166. * [osTicket](http://osticket.com/) - Open source support ticket system.
  167. * [Request Tracker](http://www.bestpractical.com/rt/) - Ticket-tracking system written in Perl.
  168. ## Troubleshooting
  169. *Troubleshooting Tools.*
  170. * [Sysdig](http://www.sysdig.org/) - Capture system state and activity from a running Linux instance, then save, filter and analyze.
  171. ## Project Management
  172. *Web-based project management and bug tracking systems.*
  173. * [Redmine](http://www.redmine.org/) - Written in ruby on rails.
  174. * [The Bug Genie](http://www.thebuggenie.com/) - Written in PHP.
  175. * [Trac](http://trac.edgewall.org/) - Written in python.
  176. * [Flyspray](http://flyspray.org) - Written in PHP.
  177. ## Version control
  178. *Software versioning and revision control.*
  179. * [Git](http://git-scm.com/) - Distributed revision control and source code management (SCM) with an emphasis on speed.
  180. * [Mercurial](http://mercurial.selenic.com/) - Another distributed revision control.
  181. * [Subversion](http://subversion.apache.org/) - Client-server revision control system.
  182. ## Virtualization
  183. *Virtualization software.*
  184. * [KVM](http://www.linux-kvm.org) - Linux kernel virtualization infrastructure.
  185. * [OpenVZ](http://openvz.org) - Container-based virtualization for Linux
  186. * [VirtualBox](https://www.virtualbox.org/) - Virtualization product from Oracle Corporation.
  187. * [Xen](http://www.xenproject.org/) - Virtual machine monitor for 32/64 bit Intel / AMD (IA 64) and PowerPC 970 architectures.
  188. ## VPN
  189. *VPN software.*
  190. * [OpenVPN](https://community.openvpn.net) - Uses a custom security protocol that utilizes SSL/TLS for key exchange.
  191. * [SoftEther VPN](https://www.softether.org/) - Alternative to OpenVPN.
  192. * [sshuttle](https://github.com/apenwarr/sshuttle) - Poor man's VPN.
  193. * [strongSwan](http://www.strongswan.org/) - Complete IPsec implementation for Linux.
  194. ## Webmails
  195. *Webmail applications.*
  196. * [RainLoop](http://rainloop.net/) - Simple, modern & fast web-based IMAP client.
  197. * [Roundcube](http://roundcube.net/) - Browser-based IMAP client with an application-like user interface.
  198. ## Web
  199. *Web servers.*
  200. * [Apache](http://httpd.apache.org/) - Most popular web server.
  201. * [Cherokee](http://cherokee-project.com/) - Lightweight, high-performance web server/reverse proxy.
  202. * [Lighttpd](http://www.lighttpd.net/) - Web server more optimized for speed-critical environments.
  203. * [Nginx](http://nginx.org/) - Reverse proxy, load balancer, HTTP cache, and web server.
  204. ## Wikis
  205. *Wiki software.*
  206. * [DokuWiki](https://www.dokuwiki.org/dokuwiki) - Simple to use and highly versatile wiki that doesn't require a database.
  207. * [ikiwiki](http://ikiwiki.info/) - A wiki compiler.
  208. * [Mediawiki](http://www.mediawiki.org/wiki/MediaWiki) - Used to power Wikipedia.
  209. # Resources
  210. Various resources, such as books, websites and articles, for improving your skills and knowledge.
  211. ## Books
  212. *Sysadmin related books.*
  213. * [The Linux Command Line](http://linuxcommand.org/tlcl.php) - A book about the Linux command line by William Shotts.
  214. * [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.
  215. * [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.
  216. * [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.
  217. * [UNIX and Linux System Administration Handbook](http://www.admin.com/) - Approaches system administration from a practical perspective.
  218. ## Editors
  219. *Open source code editors.*
  220. * [Atom](https://atom.io/) - A hackable text editor from Github.
  221. * [Brackets](http://brackets.io/) - Open source code editor for web designers and front-end developers.
  222. * [Eclipse](http://eclipse.org/) - IDE written in Java with an extensible plug-in system.
  223. * [Geany](http://www.geany.org/) - GTK2 text editor.
  224. ## Websites
  225. *Useful sysadmin related websites.*
  226. * [Ops School](http://www.opsschool.org) - Comprehensive program that will help you learn to be an operations engineer.
  227. * [Dotdeb](http://www.dotdeb.org/) - Repository with LAMP updated packages.
  228. # Contributing
  229. Please see [CONTRIBUTING](https://github.com/kahun/awesome-sysadmin/blob/master/CONTRIBUTING.md) for details.