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.

329 lines
17 KiB

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