awesome-sysadmin/README.md

413 lines
24 KiB
Markdown
Raw Normal View History

2014-05-23 05:48:18 +06:00
# Awesome Sysadmin
2014-05-23 22:28:19 +06:00
A curated list of amazingly awesome open source sysadmin resources inspired by [Awesome PHP](https://github.com/ziadoz/awesome-php)
2014-02-10 05:50:54 +06:00
2014-05-23 05:48:18 +06:00
* [Awesome Sysadmin](#awesome-sysadmin)
* [Backups](#backups)
* [Cloning](#cloning)
2014-05-23 21:33:27 +06:00
* [Cloud Computing](#cloud-computing)
2014-05-23 22:17:57 +06:00
* [Cloud Storage](#cloud-storage)
2014-05-23 22:05:59 +06:00
* [Configuration Management Database](#configuration-management-database)
* [Configuration Management](#configuration-management)
2014-06-25 02:35:27 +06:00
* [Continuous Integration & Continuous Deployment](#continuous-integration--continuous-deployment)
2014-05-23 16:29:29 +06:00
* [Distributed Filesystems](#distributed-filesystems)
2014-05-23 05:48:18 +06:00
* [DNS](#dns)
2014-05-23 22:05:59 +06:00
* [Hosting Control Panels](#hosting-control-panels)
2014-05-23 05:48:18 +06:00
* [IMAP/POP3](#imappop3)
* [IT Asset Management](#it-asset-management)
2014-05-23 05:48:18 +06:00
* [LDAP](#ldap)
2014-06-24 22:13:40 +06:00
* [Log Management](#log-management)
2014-05-23 05:48:18 +06:00
* [Monitoring](#monitoring)
2014-05-24 18:11:59 +06:00
* [Metric & Metric Collection](#metric--metric-collection)
2014-05-23 22:05:59 +06:00
* [Network Configuration Management](#network-configuration-management)
2014-05-23 05:48:18 +06:00
* [Newsletter](#newsletters)
* [NoSQL](#nosql)
* [RDBMS](#rdbms)
* [SMTP](#smtp)
* [Software Containers](#software-containers)
2014-05-23 05:48:18 +06:00
* [SSH](#ssh)
* [Statistics](#statistics)
* [Ticketing systems](#ticketing-systems)
* [Troubleshooting](#troubleshooting)
* [Project Management](#project-management)
* [Version control](#version-control)
* [Virtualization](#virtualization)
* [VPN](#vpn)
* [XMPP](#xmpp)
2014-05-23 05:48:18 +06:00
* [Web](#web)
* [Webmails](#webmails)
* [Wikis](#wikis)
2014-02-10 05:50:54 +06:00
* [Resources](#resources)
2014-05-23 05:48:18 +06:00
* [Books](#books)
2014-05-22 20:15:42 +06:00
* [Editors](#editors)
2014-02-10 05:50:54 +06:00
* [Websites](#websites)
2014-05-23 05:53:53 +06:00
* [Contributing](#contributing)
2014-02-10 05:50:54 +06:00
2014-05-23 05:48:18 +06:00
## Backups
2014-02-10 05:50:54 +06:00
*Backup software.*
2014-05-23 16:29:29 +06:00
* [Amanda](http://www.amanda.org/) - Client-server model backup tool.
2014-02-10 05:50:54 +06:00
* [Bacula](http://www.bacula.org) - Another Client-server model backup tool.
2014-05-24 22:56:18 +06:00
* [Backuppc](http://backuppc.sourceforge.net/) - Client-server model backup tool with file pooling scheme.
* [Burp](http://burp.grke.org/) - Network backup and restore program.
2014-05-24 22:23:40 +06:00
* [Rsnapshot](http://www.rsnapshot.org/) - Filesystem Snapshotting Utility.
2014-05-25 02:41:30 +06:00
* [SafeKeep](http://safekeep.sourceforge.net/) - Centralized pull-based backup using `rdiff-backup`.
* [TarSnap](https://www.tarsnap.com/) - Secure backup service with an open-source client.
2014-05-23 16:29:29 +06:00
* [UrBackup](http://www.urbackup.org/) - Another client-server backup system.
2014-02-10 05:50:54 +06:00
2014-05-23 05:53:53 +06:00
## Cloning
*Cloning software.*
2014-02-10 05:50:54 +06:00
* [Clonezilla](http://clonezilla.org/) - Partition and disk imaging/cloning program.
* [Fog](http://www.fogproject.org/) - Another computer cloning solution.
2014-05-28 18:21:20 +06:00
* [Redo Backup](http://redobackup.org/) - Easy Backup, Recovery and Restore.
2014-02-10 05:50:54 +06:00
2014-05-23 21:33:27 +06:00
## Cloud Computing
* [CloudStack](http://cloudstack.apache.org/) - Cloud computing software for creating, managing, and deploying infrastructure cloud services.
2014-06-18 18:09:48 +06:00
* [Eucalpytus](https://www.eucalyptus.com/) - Open source private cloud software with AWS compatibility.
2014-05-23 21:33:27 +06:00
* [OpenNebula](http://opennebula.org/) - An user-driven cloud management platform for sysadmins and devops.
* [OpenStack](https://www.openstack.org/) - Open source software for building private and public clouds.
* [The Foreman](http://theforeman.org/) - Foreman is a complete lifecycle management tool for physical and virtual servers. FOSS.
* [Cobbler](http://www.cobblerd.org/) - Cobbler is a Linux installation server that allows for rapid setup of network installation environments.
2014-05-23 21:33:27 +06:00
## Cloud Orchestration
2014-06-24 16:45:01 +06:00
* [Cloudify](http://www.getcloudify.org/) - Open source TOSCA-based cloud orchestration software platform written in Python and YAML.
* [Rundeck](http://rundeck.org/) - Simple orchestration tool.
* [Salt](http://www.saltstack.com/) - It's written in Python.
2014-05-23 22:17:57 +06:00
## Cloud Storage
* [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.
2014-05-23 22:17:57 +06:00
* [ownCloud](http://owncloud.org) - Provides universal access to your files via the web, your computer or your mobile devices.
* [Seafile](http://seafile.com) - Another Open Source Cloud Storage solution.
2014-05-23 22:05:59 +06:00
## Configuration Management Database
*Configuration management database (CMDB) software.*
2014-04-30 04:27:49 +06:00
* [i-doit](http://www.i-doit.org/) - Open Source IT Documentation and CMDB.
* [iTop](http://www.combodo.com/-Overview-.html) - A complete open source, ITIL, web based service management tool.
* [Ralph](https://github.com/allegro/ralph) - Asset management, DCIM and CMDB system for large Data Centers as well as smaller LAN networks.
2014-04-30 04:27:49 +06:00
2014-05-23 22:05:59 +06:00
## Configuration Management
2014-02-10 05:50:54 +06:00
*Configuration management tools.*
* [Ansible](http://www.ansibleworks.com/) - It's written in Python and manages the nodes over SSH.
* [CFEngine](http://cfengine.com/) - Lightweight agent system. Configuration state is specified via a declarative language.
* [Chef](http://www.opscode.com/chef/) - It's written in Ruby and Erlang and uses a pure-Ruby DSL.
2014-06-24 22:26:04 +06:00
* [Fabric](http://www.fabfile.org/) - Python library and cli tool for streamlining the use of SSH for application deployment or systems administration tasks.
2014-02-10 05:50:54 +06:00
* [Puppet](http://puppetlabs.com/) - It's written in Ruby and uses Puppet's declarative language or a Ruby DSL.
* [Salt](http://www.saltstack.com/) - It's written in Python.
2014-05-25 03:33:20 +06:00
* [Slaughter](http://steve.org.uk/Software/slaughter/) - It's written in Perl.
2014-02-10 05:50:54 +06:00
2014-06-25 02:34:44 +06:00
## Continuous Integration & Continuous Deployment
*Continuous integration/deployment software.*
2014-02-10 05:50:54 +06:00
* [Buildbot](http://buildbot.net/) - Python-based toolkit for continuous integration.
* [GitLab CI](https://www.gitlab.com/gitlab-ci/) - Based off of ruby. They also provide GitLab, which manages git repositories.
2014-06-18 18:09:48 +06:00
* [Go](http://www.thoughtworks.com/products/go-continuous-delivery) - Open source agile build and release management software.
2014-05-23 22:05:59 +06:00
* [Jenkins](http://jenkins-ci.org/) - An extendable open source continuous integration server.
* [Vlad the Deployer](http://rubyhitsquad.com/Vlad_the_Deployer.html) - Deployment automation.
2014-02-10 05:50:54 +06:00
2014-05-23 16:29:29 +06:00
## Distributed Filesystems
*Network distributed filesystems.*
* [Ceph](http://ceph.com/) - Distributed object store and file system.
2014-05-24 22:21:08 +06:00
* [DRBD](http://www.drbd.org/) - Disributed Replicated Block Device.
2014-05-23 16:29:29 +06:00
* [GlusterFS](http://www.gluster.org/) - Scale-out network-attached storage file system.
* [HDFS](http://hadoop.apache.org/) - Distributed, scalable, and portable file-system written in Java for the Hadoop framework.
* [Lustre](http://lustre.opensfs.org/) - A type of parallel distributed file system, generally used for large-scale cluster computing.
* [MooseFS](http://www.moosefs.org/) - Fault tolerant, network distributed file system.
* [OpenAFS](http://www.openafs.org/) - Distributed network file system with read-only replicas and multi-OS support.
* [TahoeLAFS](https://tahoe-lafs.org/trac/tahoe-lafs) - secure, decentralized, fault-tolerant, peer-to-peer distributed data store and distributed file system.
2014-05-23 16:29:29 +06:00
* [XtreemFS](http://www.xtreemfs.org/) - XtreemFS is a fault-tolerant distributed file system for all storage needs.
2014-05-23 05:48:18 +06:00
## DNS
2014-05-08 22:58:17 +06:00
*DNS servers.*
* [Bind](https://www.isc.org/downloads/bind/) - The most widely used name server software.
* [djbdns](http://cr.yp.to/djbdns.html) - A collection of DNS applications, including tinydns.
2014-06-16 20:43:07 +06:00
* [Knot](https://www.knot-dns.cz/) - High performance authoritative-only DNS server.
2014-05-08 22:58:17 +06:00
* [NSD](http://www.nlnetlabs.nl/projects/nsd/) - Authoritative only, high performance, simple name server.
* [PowerDNS](https://www.powerdns.com/) - DNS server with a variety of data storage back-ends and load balancing features.
* [Unbound](http://unbound.net/) - Validating, recursive, and caching DNS resolver.
2014-06-16 20:43:07 +06:00
* [Yadifa](http://yadifa.eu/) - Lightweight authoritative Name Server with DNSSEC capabilities powering the .eu top-level domain.
2014-05-08 22:58:17 +06:00
2014-05-23 22:05:59 +06:00
## Hosting Control Panels
2014-02-10 05:50:54 +06:00
*Web hosting control panels*
* [Ajenti](http://ajenti.org/) - Control panel for Linux and BSD.
2014-06-18 18:09:48 +06:00
* [Feathur](http://feathur.com) - VPS Provisioning and Management Software.
2014-02-10 05:50:54 +06:00
* [ISPConfig](http://www.ispconfig.org) - Hosting control panel for Linux.
* [VestaCP](http://www.vestacp.com/) - Hosting panel for Linux but with Nginx.
2014-02-10 05:50:54 +06:00
* [Virtualmin](http://www.virtualmin.com/) - Control panel for Linux based on webmin.
2014-05-23 05:48:18 +06:00
## IMAP/POP3
2014-02-10 05:50:54 +06:00
*IMAP/POP3 mail servers.*
* [Courier IMAP/POP3](http://www.courier-mta.org/imap/) - Fast, scalable, enterprise IMAP and POP3 server.
* [Cyrus IMAP/POP3](http://cyrusimap.org/) - Intended to be run on sealed servers, where normal users are not permitted to log in.
* [Dovecot](http://www.dovecot.org/) - IMAP and POP3 server written primarily with security in mind.
* [Qpopper](http://www.eudora.com/products/unsupported/qpopper/) - One of the oldest and most popular server implementations of POP3.
2014-05-23 22:05:59 +06:00
## IT Asset Management
*IT Assets Management software.*
* [GLPI](http://www.glpi-project.org/spip.php?lang=en) - Information Resource-Manager with an additional Administration Interface.
* [OCS Inventory NG](http://www.ocsinventory-ng.org/en/) - Enables users to inventory their IT assets.
* [Ralph](https://github.com/allegro/ralph) - Asset management, DCIM and CMDB system for large Data Centers as well as smaller LAN networks.
2014-06-24 22:26:04 +06:00
* [Snipe IT](http://snipeitapp.com/) - Asset & license management software.
2014-05-23 22:05:59 +06:00
2014-05-23 05:48:18 +06:00
## LDAP
2014-02-10 05:50:54 +06:00
*LDAP servers.*
* [389 Directory Server](http://port389.org) - Developed by Red Hat.
* [Apache Directory Server](http://directory.apache.org/) - Apache Software Foundation project written in Java.
2014-06-18 18:09:48 +06:00
* [Fusion Directory](http://www.fusiondirectory.org) - Improve the Management of the services and the company directory based on OpenLDAP.
2014-05-25 00:07:58 +06:00
* [OpenDJ](http://opendj.forgerock.org/) - Fork of OpenDS.
2014-02-10 05:50:54 +06:00
* [OpenDS](https://opends.java.net/) - Another directory server written in Java.
* [OpenLDAP](http://openldap.org/) - Developed by the OpenLDAP Project.
2014-06-24 22:13:40 +06:00
## Log Management
*Log management tools: collect, parse, visualize ...*
* [Elasticsearch](http://www.elasticsearch.org/) - A Lucene Based Docuement store mainly used for log indexing, storage and analysis.
* [Fluentd](http://www.fluentd.org/) - Log Collector and Shipper
* [Graylog2](http://graylog2.org/) - Pluggable Log and Event Analysis Server with Alerting options.
* [Kibana](http://www.elasticsearch.org/overview/kibana/) - Visualize logs and time-stamped data.
* [Logstash](http://logstash.net/) - Tool for managing events and logs.
2014-05-23 05:48:18 +06:00
## Monitoring
2014-02-10 05:50:54 +06:00
*Monitoring software.*
* [Cacti](http://www.cacti.net) - Web-based network monitoring and graphing tool.
2014-06-24 23:43:22 +06:00
* [Cabot](http://cabotapp.com/) - Monitoring and alerts, similar to PagerDuty.
* [check_mk](http://mathias-kettner.com/check_mk.html) - Collection of extensions for Nagios.
2014-02-10 05:50:54 +06:00
* [Icinga](https://www.icinga.org/) - Fork of Nagios.
2014-05-25 02:35:25 +06:00
* [LibreNMS](https://github.com/librenms/librenms/) - fork of Observium.
2014-04-30 03:24:28 +06:00
* [Monit](http://mmonit.com/monit/#home) - Small Open Source utility for managing and monitoring Unix systems.
2014-02-10 05:50:54 +06:00
* [Munin](http://munin-monitoring.org/) - Networked resource monitoring tool.
2014-05-25 00:22:17 +06:00
* [Naemon](http://www.naemon.org/) - Network monitoring tool based on the Nagios 4 core with performance enhancements and new features.
2014-02-10 05:50:54 +06:00
* [Nagios](http://www.nagios.org/) - Computer system, network and infrastructure monitoring software application.
2014-06-16 20:32:27 +06:00
* [Observium](http://www.observium.org/) - SNMP monitoring for servers and networking devices. Runs on linux.
* [OMD](http://omdistro.org/) - OMD - The Open Monitoring Distribution.
2014-06-16 20:32:27 +06:00
* [Opsview](http://www.opsview.com/solutions/core) - Based on Nagios 4, Opsview Core is ideal for small IT and test environments.
* [Riemann](http://riemann.io/) - Flexible and fast events processor allowing complex events/metrics analysis.
2014-05-25 00:23:19 +06:00
* [Sensu](http://sensuapp.org/) - Open source monitoring framework.
2014-05-25 00:29:13 +06:00
* [Shinken](http://www.shinken-monitoring.org/) - Another monitoring framework.
2014-05-25 00:27:16 +06:00
* [Thruk](http://www.thruk.org/) - Multibackend monitoring webinterface with support for Naemon, Nagios, Icinga and Shinken.
* [Xymon](http://www.xymon.com/) - Network monitoring inspired by Big Brother.
2014-06-24 22:26:04 +06:00
* [Zabbix](http://www.zabbix.com/) - Eenterprise-class software for monitoring of networks and applications.
2014-02-10 05:50:54 +06:00
* [Zenoss](http://community.zenoss.org) - Application, server, and network management platform based on Zope.
2014-05-24 18:10:15 +06:00
## Metric & Metric Collection
*Metric gathering and display software.*
2014-05-24 18:17:22 +06:00
* [Collectd](http://collectd.org/) - System statistic collection daemon.
2014-06-17 14:24:17 +06:00
* [Collectl](http://collectl.sourceforge.net/) - High precision system performance metrics collecting tool.
2014-06-18 18:09:48 +06:00
* [Diamond](https://github.com/BrightcoveOS/Diamond) - Python based statistic collection daemon.
2014-06-24 22:26:04 +06:00
* [Grafana](http://grafana.org/) - A Graphite & InfluxDB Dashboard and Graph Editor.
2014-06-25 05:14:34 +06:00
* [Ganglia](http://ganglia.sourceforge.net/) - High performance, scalable RRD based monitoring for grids and/or clusters of servers. Compatible with Graphite using a single collection process.
* [Graphite](http://graphite.readthedocs.org/en/latest/) - Open source scaleable graphing server.
2014-06-17 14:21:00 +06:00
* [InfluxDB](http://influxdb.com/) - Open source distributed time series database with no external dependencies.
2014-06-17 14:22:35 +06:00
* [RRDtool](http://oss.oetiker.ch/rrdtool/) - Open source industry standard, high performance data logging and graphing system for time series data.
* [Statsd](https://github.com/etsy/statsd/) - Application statistic listener.
2014-05-24 18:10:15 +06:00
2014-05-23 22:05:59 +06:00
## Network Configuration Management
*Network configuration management tools.*
* [RANCID](http://www.shrubbery.net/rancid/) - Monitors network device's configurarion and maintain history of changes.
* [rConfig](http://www.rconfig.com/) - Another network device configuration management tool.
2014-05-23 05:48:18 +06:00
## Newsletters
2014-02-10 05:50:54 +06:00
*Newsletter software.*
* [DadaMail](http://dadamailproject.com/) - Mailing List Manager, written in Perl.
2014-06-25 05:14:34 +06:00
* [phpList](http://www.phplist.com/) - Newsletter manager written in PHP.
2014-02-10 05:50:54 +06:00
2014-05-23 05:48:18 +06:00
## NoSQL
2014-02-10 05:50:54 +06:00
*NoSQL servers.*
* [Cassandra](http://cassandra.apache.org/) - Distributed DBMS designed to handle large amounts of data across many servers.
* [CouchDB](http://couchdb.apache.org/) - Ease of use, with multi-master replication document-oriented database system.
* [MongoDB](http://www.mongodb.org/) - Another document-oriented database system.
* [Redis](http://redis.io/) - Networked, in-memory, key-value data store with optional durability.
2014-06-23 02:13:12 +06:00
* [RethinkDB](http://rethinkdb.com) - Built to store JSON documents, and scale to multiple machines with very little effort. It supports really useful queries like table joins and group by.
2014-02-10 05:50:54 +06:00
* [Riak](http://basho.com/riak/) - Another fault-tolerant key-value NoSQL database.
Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis
## Packaging
2014-06-25 01:26:36 +06:00
* [fpm](https://github.com/jordansissel/fpm) - Versatile multi format package creator.
2014-06-24 22:26:04 +06:00
* [omnibus-ruby](https://github.com/opscode/omnibus-ruby) - Full stack, cross distro packaging software (Ruby).
* [packman](http://packman.readthedocs.org) - Full stack, cross distro packaging software (Python).
2014-06-24 13:20:22 +06:00
## Queuing
2014-06-24 13:16:18 +06:00
2014-06-24 21:50:17 +06:00
* [BeanstalkD](http://kr.github.io/beanstalkd/) - A simple, fast work queue.
2014-06-24 13:22:19 +06:00
* [RabbitMQ](http://www.rabbitmq.com/) - Robust, fully featured, cross distro queuing system.
* [ZeroMQ](http://zeromq.org/) - Lightweight queuing system.
2014-06-24 13:16:18 +06:00
2014-05-23 05:48:18 +06:00
## RDBMS
2014-02-10 05:50:54 +06:00
*Relational DBMS.*
2014-05-25 22:04:27 +06:00
* [Firebird](http://www.firebirdsql.org/) - True universal open source database.
2014-02-10 05:50:54 +06:00
* [MariaDB](https://mariadb.org/) - Community-developed fork of the MySQL.
* [MySQL](http://dev.mysql.com/) - Most popular RDBMS server.
* [Percona Server](http://www.percona.com/software) - Enhanced, drop-in MySQL replacement.
* [PostgreSQL](http://www.postgresql.org/) - Object-relational database management system (ORDBMS).
* [SQLite](http://sqlite.org/) - Library that implements a self-contained, serverless, zero-configuration, transactional SQL DBS.
2014-05-23 05:48:18 +06:00
## SMTP
2014-02-10 05:50:54 +06:00
*SMTP servers.*
* [Exim](http://www.exim.org/) - Message transfer agent (MTA) developed at the University of Cambridge.
2014-06-16 20:26:16 +06:00
* [OpenSMTPD](https://opensmtpd.org/) - Secure SMTP server implementation from the OpenBSD project.
2014-02-10 05:50:54 +06:00
* [Postfix](http://www.postfix.org/) - Fast, easy to administer, and secure Sendmail replacement.
2014-06-16 20:26:16 +06:00
* [Qmail](http://cr.yp.to/qmail.html) - Secure Sendmail replacement.
2014-02-10 05:50:54 +06:00
* [Sendmail](http://www.sendmail.com/sm/open_source/) - Message transfer agent (MTA).
2014-06-18 18:09:48 +06:00
## Software Containers
*Operating systemlevel virtualization.*
* [Docker](http://www.docker.com/) - Open platform for developers and sysadmins to build, ship, and run distributed applications.
2014-06-10 17:42:11 +06:00
* [OpenVZ](http://openvz.org) - Container-based virtualization for Linux.
2014-05-23 05:48:18 +06:00
## SSH
2014-02-10 05:50:54 +06:00
*SSH tools.*
* [Cluster SSH](http://sourceforge.net/projects/clusterssh/) - Controls a number of xterm windows via a single graphical console.
2014-05-25 22:05:43 +06:00
* [Mosh](http://mosh.mit.edu/) - The mobile shell.
2014-02-10 05:50:54 +06:00
* [parallel-ssh](http://code.google.com/p/parallel-ssh/) - Provides parallel versions of OpenSSH and related tools.
* [SSH Power Tool](http://code.google.com/p/sshpt/) - Execute commands and upload files to many servers simultaneously without using pre-shared keys.
2014-05-23 05:48:18 +06:00
## Statistics
2014-02-10 05:50:54 +06:00
*Analytics software.*
2014-06-24 19:29:37 +06:00
* [Analog](http://www.analog.cx/) - The most popular logfile analyser in the world.
2014-02-10 05:50:54 +06:00
* [Piwik](http://piwik.org/) - Free and open source web analytics application.
2014-06-24 19:29:37 +06:00
* [Webalizer](http://www.webalizer.org/) - Fast, free web server log file analysis program.
2014-02-10 05:50:54 +06:00
2014-05-23 05:48:18 +06:00
## Ticketing systems
2014-02-10 05:50:54 +06:00
*Web-based ticketing system.*
* [Bugzilla](http://www.bugzilla.org/) - General-purpose bugtracker and testing tool originally developed and used by the Mozilla project.
2014-06-18 18:09:48 +06:00
* [Cerb](http://www.cerberusweb.com/) - A group-based e-mail management project built with a commercial open source license.
2014-05-26 16:52:45 +06:00
* [Flyspray](http://flyspray.org) - Web-based bug tracking system written in PHP.
2014-02-10 05:50:54 +06:00
* [MantisBT](http://www.mantisbt.org/) - Another web-based bug tracking system.
2014-04-30 03:24:28 +06:00
* [osTicket](http://osticket.com/) - Open source support ticket system.
2014-02-10 05:50:54 +06:00
* [Request Tracker](http://www.bestpractical.com/rt/) - Ticket-tracking system written in Perl.
2014-06-18 15:03:49 +06:00
* [TheBugGenie](http://www.thebuggenie.com) - Open source ticket system with extremely complete users rights granularity.
2014-02-10 05:50:54 +06:00
2014-05-23 05:48:18 +06:00
## Troubleshooting
2014-04-30 03:31:10 +06:00
*Troubleshooting Tools.*
* [Sysdig](http://www.sysdig.org/) - Capture system state and activity from a running Linux instance, then save, filter and analyze.
2014-05-23 05:48:18 +06:00
## Project Management
2014-02-10 05:50:54 +06:00
*Web-based project management and bug tracking systems.*
2014-06-18 18:11:20 +06:00
* [ChiliProject](https://www.chiliproject.org) - Fork of Redmine.
2014-06-18 18:09:48 +06:00
* [GitLab](https://www.gitlab.com/) - Clone of GitHub written in ruby.
2014-02-10 05:50:54 +06:00
* [Redmine](http://www.redmine.org/) - Written in ruby on rails.
* [The Bug Genie](http://www.thebuggenie.com/) - Written in PHP.
* [Trac](http://trac.edgewall.org/) - Written in python.
2014-05-23 05:48:18 +06:00
## Version control
2014-02-10 05:50:54 +06:00
*Software versioning and revision control.*
* [Fossil](http://www.fossil-scm.org/) - Distributed version control with built-in wiki and bug tracking.
2014-02-10 05:50:54 +06:00
* [Git](http://git-scm.com/) - Distributed revision control and source code management (SCM) with an emphasis on speed.
* [Mercurial](http://mercurial.selenic.com/) - Another distributed revision control.
* [Subversion](http://subversion.apache.org/) - Client-server revision control system.
2014-05-23 05:48:18 +06:00
## Virtualization
2014-02-10 05:50:54 +06:00
*Virtualization software.*
2014-05-25 22:06:33 +06:00
* [Ganeti](https://code.google.com/p/ganeti/) - Cluster virtual server management software tool built on top of KVM and Xen.
2014-02-10 05:50:54 +06:00
* [KVM](http://www.linux-kvm.org) - Linux kernel virtualization infrastructure.
2014-05-25 22:07:21 +06:00
* [oVirt](http://www.ovirt.org/) - Manages virtual machines, storage and virtual networks.
2014-06-23 23:52:54 +06:00
* [Packer](http://www.packer.io/) - A tool for creating identical machine images for multiple platforms from a single source configuration.
2014-06-25 05:14:34 +06:00
* [Vagrant](https://www.vagrantup.com/) - Tool for building complete development environments.
2014-02-10 05:50:54 +06:00
* [VirtualBox](https://www.virtualbox.org/) - Virtualization product from Oracle Corporation.
* [Xen](http://www.xenproject.org/) - Virtual machine monitor for 32/64 bit Intel / AMD (IA 64) and PowerPC 970 architectures.
2014-05-23 05:48:18 +06:00
## VPN
2014-02-10 05:50:54 +06:00
*VPN software.*
* [OpenVPN](https://community.openvpn.net) - Uses a custom security protocol that utilizes SSL/TLS for key exchange.
* [Pritunl](http://pritunl.com/) - OpenVPN based solution. Easy to set up.
2014-05-24 18:04:07 +06:00
* [SoftEther](https://www.softether.org/) - Multi-protocol software VPN with advanced features
* [sshuttle](https://github.com/apenwarr/sshuttle) - Poor man's VPN.
2014-02-10 05:50:54 +06:00
* [strongSwan](http://www.strongswan.org/) - Complete IPsec implementation for Linux.
* [tinc](http://www.tinc-vpn.org/) - Distributed p2p VPN.
2014-02-10 05:50:54 +06:00
## XMPP
*XMPP servers.*
* [ejabberd](http://www.ejabberd.im/) - XMPP instant messaging server written in Erlang/OTP.
* [Metronome IM](http://www.lightwitch.org/metronome) - Fork of Prosody IM.
* [MongooseIM](https://www.erlang-solutions.com/products/mongooseim-massively-scalable-ejabberd-platform) - Fork of ejabberd.
* [Openfire](http://www.igniterealtime.org/projects/openfire/) - Real time collaboration (RTC) server.
* [Prosody IM](http://prosody.im/) - XMPP server written in Lua.
* [Tigase](https://projects.tigase.org/projects/tigase-server) - XMPP server implementation in Java.
2014-05-23 05:48:18 +06:00
## Webmails
2014-02-10 05:50:54 +06:00
*Webmail applications.*
* [RainLoop](http://rainloop.net/) - Simple, modern & fast web-based IMAP client.
* [Roundcube](http://roundcube.net/) - Browser-based IMAP client with an application-like user interface.
2014-05-23 05:48:18 +06:00
## Web
2014-02-10 05:50:54 +06:00
*Web servers.*
* [Apache](http://httpd.apache.org/) - Most popular web server.
* [Cherokee](http://cherokee-project.com/) - Lightweight, high-performance web server/reverse proxy.
* [Lighttpd](http://www.lighttpd.net/) - Web server more optimized for speed-critical environments.
* [Nginx](http://nginx.org/) - Reverse proxy, load balancer, HTTP cache, and web server.
2014-06-22 16:17:04 +06:00
* [uWSGI](https://github.com/unbit/uwsgi/) - The uWSGI project aims at developing a full stack for building hosting services.
2014-06-24 15:47:00 +06:00
* [Varnish](https://www.varnish-cache.org/) - Very popular HTTP cache server.
2014-02-10 05:50:54 +06:00
2014-05-23 05:48:18 +06:00
## Wikis
2014-02-10 05:50:54 +06:00
*Wiki software.*
* [DokuWiki](https://www.dokuwiki.org/dokuwiki) - Simple to use and highly versatile wiki that doesn't require a database.
2014-05-25 22:08:59 +06:00
* [ikiwiki](http://ikiwiki.info/) - A wiki compiler.
2014-02-10 05:50:54 +06:00
* [Mediawiki](http://www.mediawiki.org/wiki/MediaWiki) - Used to power Wikipedia.
* [MoinMoin](http://moinmo.in/) - An advanced, easy to use and extensible WikiEngine with a large community of users.
2014-05-27 14:48:29 +06:00
* [TiddlyWiki](http://tiddlywiki.com) - Complete interactive wiki in JavaScript.
2014-02-10 05:50:54 +06:00
2014-05-23 05:48:18 +06:00
# Resources
2014-02-10 05:50:54 +06:00
Various resources, such as books, websites and articles, for improving your skills and knowledge.
2014-05-23 05:48:18 +06:00
## Books
*Sysadmin related books.*
2014-05-23 17:25:50 +06:00
* [The Linux Command Line](http://linuxcommand.org/tlcl.php) - A book about the Linux command line by William Shotts.
2014-05-23 05:48:18 +06:00
* [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.
2014-05-23 17:25:50 +06:00
* [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.
2014-05-23 06:16:35 +06:00
* [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.
2014-05-23 17:25:50 +06:00
* [UNIX and Linux System Administration Handbook](http://www.admin.com/) - Approaches system administration from a practical perspective.
2014-05-23 05:48:18 +06:00
## Editors
2014-05-22 20:15:42 +06:00
*Open source code editors.*
* [Atom](https://atom.io/) - A hackable text editor from Github.
* [Brackets](http://brackets.io/) - Open source code editor for web designers and front-end developers.
2014-05-25 00:09:51 +06:00
* [Eclipse](http://eclipse.org/) - IDE written in Java with an extensible plug-in system.
2014-05-22 20:15:42 +06:00
* [Geany](http://www.geany.org/) - GTK2 text editor.
2014-06-10 17:28:40 +06:00
* [Haroopad](http://pad.haroopress.com/) - Markdown editor with live preview.
2014-06-24 13:18:26 +06:00
* [Lime](http://limetext.org/) - Aims to provide an open source solution to Sublime Text
2014-06-25 05:14:34 +06:00
* [Vim](http://vim.org) - A highly configurable text editor built to enable efficient editing.
2014-05-22 20:15:42 +06:00
2014-05-23 05:48:18 +06:00
## Websites
2014-02-10 05:50:54 +06:00
*Useful sysadmin related websites.*
* [Ops School](http://www.opsschool.org) - Comprehensive program that will help you learn to be an operations engineer.
2014-06-23 18:30:24 +06:00
* [Dotdeb](http://www.dotdeb.org/) - Repository with LAMP updated packages for Debian.
* [Remi](http://rpms.famillecollet.com/) - Repository with LAMP updated packages for RHEL/Centos/Fedora.
2014-05-23 05:53:53 +06:00
# Contributing
2014-05-25 22:08:59 +06:00
Please see [CONTRIBUTING](https://github.com/kahun/awesome-sysadmin/blob/master/CONTRIBUTING.md) for details.