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.

316 lines
16 KiB

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