Resource Books added

This commit is contained in:
Francisco Augusto 2014-05-23 01:48:18 +02:00
parent 7cc32339ed
commit 577fd39000

View file

@ -1,10 +1,7 @@
Awesome Sysadmin # Awesome Sysadmin
================
A curated list of amazingly awesome sysadmin open source resources inspired by [Awesome PHP](https://github.com/ziadoz/awesome-php) A curated list of amazingly awesome sysadmin open source resources inspired by [Awesome PHP](https://github.com/ziadoz/awesome-php)
### Categories * [Awesome Sysadmin](#awesome-sysadmin)
* [Backups](#backups) * [Backups](#backups)
* [Cloning](#cloning) * [Cloning](#cloning)
* [CMDB](#cmdb) * [CMDB](#cmdb)
@ -31,35 +28,36 @@ A curated list of amazingly awesome sysadmin open source resources inspired by [
* [Webmails](#webmails) * [Webmails](#webmails)
* [Wikis](#wikis) * [Wikis](#wikis)
* [Resources](#resources) * [Resources](#resources)
* [Books](#books)
* [Editors](#editors) * [Editors](#editors)
* [Websites](#websites) * [Websites](#websites)
### Backups ## Backups
*Backup software.* *Backup software.*
* [Amanda](http://www.amanda.org/) - Clientserver model backup tool. * [Amanda](http://www.amanda.org/) - Clientserver model backup tool.
* [Bacula](http://www.bacula.org) - Another Client-server model backup tool. * [Bacula](http://www.bacula.org) - Another Client-server model backup tool.
* [UrBackup](http://www.urbackup.org/) - Another client/server backup system. * [UrBackup](http://www.urbackup.org/) - Another client/server backup system.
### Cloning. ## Cloning.
*Cloning software* *Cloning software*
* [Clonezilla](http://clonezilla.org/) - Partition and disk imaging/cloning program. * [Clonezilla](http://clonezilla.org/) - Partition and disk imaging/cloning program.
* [Fog](http://www.fogproject.org/) - Another computer cloning solution. * [Fog](http://www.fogproject.org/) - Another computer cloning solution.
### CMDB ## CMDB
*Configuration management database.* *Configuration management database.*
* [i-doit](http://www.i-doit.org/) - Open Source IT Documentation and CMDB. * [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. * [iTop](http://www.combodo.com/-Overview-.html) - A complete open source, ITIL, web based service management tool.
### Continuous integration ## Continuous integration
*Continuous integration software.* *Continuous integration software.*
* [Go](http://www.thoughtworks.com/products/go-continuous-delivery) - Open source agile build and release management software. * [Go](http://www.thoughtworks.com/products/go-continuous-delivery) - Open source agile build and release management software.
* [Jenkins](http://jenkins-ci.org/) - An extendable open source continuous integration server. * [Jenkins](http://jenkins-ci.org/) - An extendable open source continuous integration server.
### DevOPs Tools ## DevOPs Tools
*Configuration management tools.* *Configuration management tools.*
* [Ansible](http://www.ansibleworks.com/) - It's written in Python and manages the nodes over SSH. * [Ansible](http://www.ansibleworks.com/) - It's written in Python and manages the nodes over SSH.
@ -73,7 +71,7 @@ A curated list of amazingly awesome sysadmin open source resources inspired by [
* [RANCID](http://www.shrubbery.net/rancid/) - Monitors network device's configurarion and maintain history of changes. * [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. * [rConfig](http://www.rconfig.com/) - Another network device configuration management tool.
### DNS ## DNS
*DNS servers.* *DNS servers.*
* [Bind](https://www.isc.org/downloads/bind/) - The most widely used name server software. * [Bind](https://www.isc.org/downloads/bind/) - The most widely used name server software.
@ -81,13 +79,13 @@ A curated list of amazingly awesome sysadmin open source resources inspired by [
* [NSD](http://www.nlnetlabs.nl/projects/nsd/) - Authoritative only, high performance, simple name server. * [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. * [PowerDNS](https://www.powerdns.com/) - DNS server with a variety of data storage back-ends and load balancing features.
### Hosting ## Hosting
*Web hosting control panels* *Web hosting control panels*
* [ISPConfig](http://www.ispconfig.org) - Hosting control panel for Linux. * [ISPConfig](http://www.ispconfig.org) - Hosting control panel for Linux.
* [Virtualmin](http://www.virtualmin.com/) - Control panel for Linux based on webmin. * [Virtualmin](http://www.virtualmin.com/) - Control panel for Linux based on webmin.
### IMAP/POP3 ## IMAP/POP3
*IMAP/POP3 mail servers.* *IMAP/POP3 mail servers.*
* [Courier IMAP/POP3](http://www.courier-mta.org/imap/) - Fast, scalable, enterprise IMAP and POP3 server. * [Courier IMAP/POP3](http://www.courier-mta.org/imap/) - Fast, scalable, enterprise IMAP and POP3 server.
@ -95,7 +93,7 @@ A curated list of amazingly awesome sysadmin open source resources inspired by [
* [Dovecot](http://www.dovecot.org/) - IMAP and POP3 server written primarily with security in mind. * [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. * [Qpopper](http://www.eudora.com/products/unsupported/qpopper/) - One of the oldest and most popular server implementations of POP3.
### LDAP ## LDAP
*LDAP servers.* *LDAP servers.*
* [389 Directory Server](http://port389.org) - Developed by Red Hat. * [389 Directory Server](http://port389.org) - Developed by Red Hat.
@ -103,7 +101,7 @@ A curated list of amazingly awesome sysadmin open source resources inspired by [
* [OpenDS](https://opends.java.net/) - Another directory server written in Java. * [OpenDS](https://opends.java.net/) - Another directory server written in Java.
* [OpenLDAP](http://openldap.org/) - Developed by the OpenLDAP Project. * [OpenLDAP](http://openldap.org/) - Developed by the OpenLDAP Project.
### Monitoring ## Monitoring
*Monitoring software.* *Monitoring software.*
* [Cacti](http://www.cacti.net) - Web-based network monitoring and graphing tool. * [Cacti](http://www.cacti.net) - Web-based network monitoring and graphing tool.
@ -115,12 +113,12 @@ A curated list of amazingly awesome sysadmin open source resources inspired by [
* [Zenoss](http://community.zenoss.org) - Application, server, and network management platform based on Zope. * [Zenoss](http://community.zenoss.org) - Application, server, and network management platform based on Zope.
* [Xymon](http://www.xymon.com/) - Network monitoring inspired by Big Brother. * [Xymon](http://www.xymon.com/) - Network monitoring inspired by Big Brother.
### Newsletters ## Newsletters
*Newsletter software.* *Newsletter software.*
* [phpList](http://www.phplist.com/) - Newsletter manager. * [phpList](http://www.phplist.com/) - Newsletter manager.
### NoSQL ## NoSQL
*NoSQL servers.* *NoSQL servers.*
* [Cassandra](http://cassandra.apache.org/) - Distributed DBMS designed to handle large amounts of data across many servers. * [Cassandra](http://cassandra.apache.org/) - Distributed DBMS designed to handle large amounts of data across many servers.
@ -131,7 +129,7 @@ A curated list of amazingly awesome sysadmin open source resources inspired by [
Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-vs-redis
### RDBMS ## RDBMS
*Relational DBMS.* *Relational DBMS.*
* [MariaDB](https://mariadb.org/) - Community-developed fork of the MySQL. * [MariaDB](https://mariadb.org/) - Community-developed fork of the MySQL.
@ -140,7 +138,7 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
* [PostgreSQL](http://www.postgresql.org/) - Object-relational database management system (ORDBMS). * [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. * [SQLite](http://sqlite.org/) - Library that implements a self-contained, serverless, zero-configuration, transactional SQL DBS.
### SMTP ## SMTP
*SMTP servers.* *SMTP servers.*
* [Exim](http://www.exim.org/) - Message transfer agent (MTA) developed at the University of Cambridge. * [Exim](http://www.exim.org/) - Message transfer agent (MTA) developed at the University of Cambridge.
@ -148,19 +146,19 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
* [Postfix](http://www.postfix.org/) - Fast, easy to administer, and secure Sendmail replacement. * [Postfix](http://www.postfix.org/) - Fast, easy to administer, and secure Sendmail replacement.
* [Sendmail](http://www.sendmail.com/sm/open_source/) - Message transfer agent (MTA). * [Sendmail](http://www.sendmail.com/sm/open_source/) - Message transfer agent (MTA).
### SSH ## SSH
*SSH tools.* *SSH tools.*
* [Cluster SSH](http://sourceforge.net/projects/clusterssh/) - Controls a number of xterm windows via a single graphical console. * [Cluster SSH](http://sourceforge.net/projects/clusterssh/) - Controls a number of xterm windows via a single graphical console.
* [parallel-ssh](http://code.google.com/p/parallel-ssh/) - Provides parallel versions of OpenSSH and related tools. * [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. * [SSH Power Tool](http://code.google.com/p/sshpt/) - Execute commands and upload files to many servers simultaneously without using pre-shared keys.
### Statistics ## Statistics
*Analytics software.* *Analytics software.*
* [Piwik](http://piwik.org/) - Free and open source web analytics application. * [Piwik](http://piwik.org/) - Free and open source web analytics application.
### Ticketing systems ## Ticketing systems
*Web-based ticketing system.* *Web-based ticketing system.*
* [Bugzilla](http://www.bugzilla.org/) - General-purpose bugtracker and testing tool originally developed and used by the Mozilla project. * [Bugzilla](http://www.bugzilla.org/) - General-purpose bugtracker and testing tool originally developed and used by the Mozilla project.
@ -168,26 +166,26 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
* [osTicket](http://osticket.com/) - Open source support ticket system. * [osTicket](http://osticket.com/) - Open source support ticket system.
* [Request Tracker](http://www.bestpractical.com/rt/) - Ticket-tracking system written in Perl. * [Request Tracker](http://www.bestpractical.com/rt/) - Ticket-tracking system written in Perl.
### Troubleshooting ## Troubleshooting
*Troubleshooting Tools.* *Troubleshooting Tools.*
* [Sysdig](http://www.sysdig.org/) - Capture system state and activity from a running Linux instance, then save, filter and analyze. * [Sysdig](http://www.sysdig.org/) - Capture system state and activity from a running Linux instance, then save, filter and analyze.
### Project Management ## Project Management
*Web-based project management and bug tracking systems.* *Web-based project management and bug tracking systems.*
* [Redmine](http://www.redmine.org/) - Written in ruby on rails. * [Redmine](http://www.redmine.org/) - Written in ruby on rails.
* [The Bug Genie](http://www.thebuggenie.com/) - Written in PHP. * [The Bug Genie](http://www.thebuggenie.com/) - Written in PHP.
* [Trac](http://trac.edgewall.org/) - Written in python. * [Trac](http://trac.edgewall.org/) - Written in python.
### Version control ## Version control
*Software versioning and revision control.* *Software versioning and revision control.*
* [Git](http://git-scm.com/) - Distributed revision control and source code management (SCM) with an emphasis on speed. * [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. * [Mercurial](http://mercurial.selenic.com/) - Another distributed revision control.
* [Subversion](http://subversion.apache.org/) - Client-server revision control system. * [Subversion](http://subversion.apache.org/) - Client-server revision control system.
### Virtualization ## Virtualization
*Virtualization software.* *Virtualization software.*
* [KVM](http://www.linux-kvm.org) - Linux kernel virtualization infrastructure. * [KVM](http://www.linux-kvm.org) - Linux kernel virtualization infrastructure.
@ -195,19 +193,19 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
* [VirtualBox](https://www.virtualbox.org/) - Virtualization product from Oracle Corporation. * [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. * [Xen](http://www.xenproject.org/) - Virtual machine monitor for 32/64 bit Intel / AMD (IA 64) and PowerPC 970 architectures.
### VPN ## VPN
*VPN software.* *VPN software.*
* [OpenVPN](https://community.openvpn.net) - Uses a custom security protocol that utilizes SSL/TLS for key exchange. * [OpenVPN](https://community.openvpn.net) - Uses a custom security protocol that utilizes SSL/TLS for key exchange.
* [strongSwan](http://www.strongswan.org/) - Complete IPsec implementation for Linux. * [strongSwan](http://www.strongswan.org/) - Complete IPsec implementation for Linux.
### Webmails ## Webmails
*Webmail applications.* *Webmail applications.*
* [RainLoop](http://rainloop.net/) - Simple, modern & fast web-based IMAP client. * [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. * [Roundcube](http://roundcube.net/) - Browser-based IMAP client with an application-like user interface.
### Web ## Web
*Web servers.* *Web servers.*
* [Apache](http://httpd.apache.org/) - Most popular web server. * [Apache](http://httpd.apache.org/) - Most popular web server.
@ -215,23 +213,28 @@ Comparison of NoSQL servers: http://kkovacs.eu/cassandra-vs-mongodb-vs-couchdb-v
* [Lighttpd](http://www.lighttpd.net/) - Web server more optimized for speed-critical environments. * [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. * [Nginx](http://nginx.org/) - Reverse proxy, load balancer, HTTP cache, and web server.
### Wikis ## Wikis
*Wiki software.* *Wiki software.*
* [DokuWiki](https://www.dokuwiki.org/dokuwiki) - Simple to use and highly versatile wiki that doesn't require a database. * [DokuWiki](https://www.dokuwiki.org/dokuwiki) - Simple to use and highly versatile wiki that doesn't require a database.
* [Mediawiki](http://www.mediawiki.org/wiki/MediaWiki) - Used to power Wikipedia. * [Mediawiki](http://www.mediawiki.org/wiki/MediaWiki) - Used to power Wikipedia.
## Resources # Resources
Various resources, such as books, websites and articles, for improving your skills and knowledge. Various resources, such as books, websites and articles, for improving your skills and knowledge.
### Editors ## Books
*Sysadmin related books.*
* [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.
## Editors
*Open source code editors.* *Open source code editors.*
* [Atom](https://atom.io/) - A hackable text editor from Github. * [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. * [Brackets](http://brackets.io/) - Open source code editor for web designers and front-end developers.
* [Geany](http://www.geany.org/) - GTK2 text editor. * [Geany](http://www.geany.org/) - GTK2 text editor.
### Websites ## Websites
*Useful sysadmin related websites.* *Useful sysadmin related websites.*
* [Ops School](http://www.opsschool.org) - Comprehensive program that will help you learn to be an operations engineer. * [Ops School](http://www.opsschool.org) - Comprehensive program that will help you learn to be an operations engineer.