Difference between revisions of "System Software"

From Free Open Source Software
Jump to navigationJump to search
(Basic page)
 
(101 intermediate revisions by 15 users not shown)
Line 1: Line 1:
[[Main Page]] >
[[Main Page]] >


FOSS system software includes the underlying non-user facing components - operating systems, middleware, and utilities. The following system software is all FOSS, in most cases the result of at least a decade of continual development and improvement.
This page collects good FOSS system software – operating system, middleware, utilities – everything not [[Applications|applications]].  Please make sure software you add has current development and user communities – any size, just current!  If software that meets this threshold later falls out of use, please keep it on the list for historical and reuse purposes, with the label (Not Current).


=== Backup ===


* [[Amanda]]
== Automation ==
* [[Bacula]]


=== Cloud Computing ===
* [http://bitnami.org/ BitNami]
 
* [http://controltier.org/ ControlTier]
 
* [http://www.puppetlabs.com/ Puppet] – automated installation, configuration, management, etc.
 
== Backup ==
 
* [[Amanda]] – most widely used FOSS backup software.
 
* [[Bacula]] – second most widely used FOSS backup software.
 
== Bug Tracking & Management ==
 
* [http://www.bugzilla.org/ BugZilla] – standard FOSS bug management app, traces its heritage back to Mozilla Netscape.
 
* [http://entomologist–project.org/ Entomologist] – coordination of multiple bug trackers.
 
== Caching ==
 
* [http://memcached.org/ Memcached] – memory caching.
 
== Certificates – Digital, SSL ==
 
* [http://pki.fedoraproject.org/wiki/PKI_Main_Page Dogtag] – enterprise-class Certificate Authority (CA), hardened by real-world deployments, supporting OCSP, smartcards, and more.
 
* [https://github.com/OpenVPN/easy-rsa easy-rsa] – OpenVPN utility to build and manage a PKI CA, create a root certificate authority, and request and sign certificates, including sub-CAs,
 
* [http://www.ejbca.org/ EJBCA] – Certificate Authority and OCSP support, using Java, high performance, highly scalable, platform independent.
 
* [https://pki.openca.org/ OpenCA] – robust, out-of-the-box Certification Authority with full-strength cryptography, based on openLDAP, OpenSSL, Apache Project, and Apache mod_ssl.
 
* [https://www.openssl.org/ OpenSSL] – robust, commercial-grade, toolkit implementing Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1), and a full cryptography library.
 
* [http://r509.org/ r509] – Ruby gem using OpenSSL for creation of signed certificates, CSRs, and revocation (CRL/OCSP), for full RFC 3280/5280 certificate authority enterprise use.
 
* [https://github.com/glennie/tinyca2 TinyCA2] – fork of the no longer maintained TinyCA, manages a certification authority and x509 certificates as a frontend to OpenSSL, including subCAs for more complex setups.
 
* [http://xca.sourceforge.net/ XCA] – for creating and managing X.509 certificates, certificate requests, RSA, DSA and EC private keys, Smartcards, CRLs, and sub-CAs.
 
== Cloud Computing ==
 
* [http://cloudstack.org/ Cloud Stack]


* [http://open.eucalyptus.com/ Eucalyptus]
* [http://open.eucalyptus.com/ Eucalyptus]
* [http://www.eyeos.org/ eyeOS] – Cloud operating system.
* [http://www.nimbusproject.org/ Nimbus]
* [http://www.opennebula.org/ OpenNebula]
* [http://www.opennebula.org/ OpenNebula]
* [http://openstack.org/ OpenStack]


=== Compression ===
* [http://openstack.org/ OpenStack] – original FOSS cloud IaaS project.
* [http://www.7-zip.org/ 7-Zip]
 
* [http://www.openvirtualizationalliance.org Open Virtualization Alliance]
 
* [http://www.reservoir-fp7.eu/ Reservoir]
 
== Cloud Management ==
 
* [http://deltacloud.apache.org/ Deltacloud] – an abstract cloud management layer.
 
* [https://juju.ubuntu.com/ Juju] – management of cloud services (from Canonical/Ubuntu).
 
* [http://www.jclouds.org/ jclouds] – abstracts multiple cloud API's with Java.
 
* [http://libcloud.apache.org Libcloud] – a library that abstracts multiple cloud API's.
 
== Collaboration Server ==
 
* [http://www.igniterealtime.org/projects/openfire/ OpenFire]
 
== Compression ==
 
* [http://www.7-zip.org/ 7-Zip] – standard gzip, zip, other compression.
 
== Configuration Management ==
 
* [http://git-scm.com/ Git] – highly scalable, developed by Linux creator Linus Torvalds.
 
* [[Subversion]] – one of the first FOSS CM apps.


=== Configuration Management ===  
== Cross Language Development ==


* [http://git-scm.com/ Git]
* [http://twitter.github.com/finagle/ Finagle] – Twitter network stack for the JVM to build asynchronous RPC clients and servers in any JVM hosted language.
* [[Subversion]]


=== Database ===
* [http://thrift.apache.org/ Thrift] – [[Apache_Software_Foundation|Apache]] project to define data-types and services across programming languages.


* [[PostgreSQL]]
== Databases ==
* [[MySQL]]
 
* [http://www.sqlite.org/ SQLite]
* [http://drizzle.org Drizzle] – MySQL fork.
 
* [http://druid.sourceforge.net/ Druid]
 
* [http://hbase.apache.org/ HBase] – Hadoop's very high scalability distributed database from [[Apache_Software_Foundation|Apache]].
 
* [http://hypertable.org/ HyperTable] – very high scalability Hadoop compatible distributed database.
 
* [http://mariadb.org/ MariaDB] – MySQL replacement.
 
* [http://www.membrane-soa.org/ Membrane SOA Registry] – a registry for SOA services.
 
* [http://www.mongodb.org/ MongoDB] – scalable NoSQL database.
 
* [[MySQL]] – popular relational database.
 
* [[PostgreSQL]] – standard FOSS enterprise relational database, very highly scalable.
 
* [http://neo4j.org/ Neo4j] – high-performance, NOSQL graph database.
 
* [http://www.mcobject.com/perst Perst] – object oriented embedded database.
 
* [http://ravendb.net/ RavenDB] – document database.
 
* [http://basho.com/ Redis] – in-memory key value data store.
 
* [http://basho.com/ Riak] – fault tolerant distributed database.
 
* [http://www.sqlite.org/ SQLite] – light-weight relational database.
 
* [http://www.project-voldemort.com/ Voldemort] – distributed database.
 
* [http://zookeeper.apache.org/ ZooKeeper] – [[Apache_Software_Foundation|Apache]] configuration data database.
 
== Database Management ==
 
* [http://www.adminer.org/ Adminer]
 
* [http://www.phpmyadmin.net/ phpMyAdmin] – one of the first GUI tools for DB management.
 
== Data-Center Management ==


=== Data-Center Management ===
* [http://www.cfengine.org/ Cfengine]
* [http://www.cfengine.org/ Cfengine]
* [http://opencompute.org/ Open Compute] – scalable and environmental data centers, started by [http://Facebook.com FaceBook].
* [http://www.openqrm.com/ OpenQRM]
* [http://www.openqrm.com/ OpenQRM]


=== Disk Partitioning ===
== Development ==
 
* [http://directwebremoting.org/dwr/index.html DWR] – Ajax Java library.
 
* [http://twitter.github.com/bootstrap/ Bootstrap] – Twitter framework for web development.
 
* [https://github.com/aptana/Jaxer/wiki Jaxar] – Ajax server.
 
* [http://rubyonrails.org/ Ruby on Rails] – supports very rapid web development.
 
* [http://yuilibrary.com/ YUI] – JavaScript library for development web applications, from Yahoo.
 
* [http://www.freepascal.org FreePascal] – A FOSS Pascal editor/compiler like Turbo Pascal that runs on multiple operating systems (Linux/FreeBSD/Mac OS X/iOS/Darwin/DOS/Windows ...) and architectures (Intel x86, AMD64/x86-64, PowerPC, PowerPC64, SPARC, and ARM).
 
* [http://lazarus.freepascal.org Lazarus] – Lazarus is a GUI editor like Delphi and uses the FreePascal Compiler. Write once compile anywhere.
 
== Directory Services ==
 
* [http://www.openldap.org/ OpenLDAP] – standard FOSS Light-weight Directory Access Protocol (LDAP) solution.
 
== Disk Partitioning ==
 
* [http://gparted.sourceforge.net/ GParted]
* [http://gparted.sourceforge.net/ GParted]


=== Distributed Computing ===
== Distributed Computing (High Scalability) ==
* [http://hadoop.apache.org/ Hadoop]
 
* [http://cassandra.apache.org/ Cassandra] – distributed data replication and fault tolerance.
 
* [http://hadoop.apache.org/ Hadoop] – processing of very large data sets across many computers.
 
* [http://incubator.apache.org/mesos/ Mesos] – application resource management across clusters.
 
* [http://www.spark-project.org/ Spark] – high scalability distributed data analytics.
 
* [http://storm-project.net/ Storm] – distributed very large data set processing.
 
== Domain Name System (DNS) ==
 
* [[BIND]] – manages the relationships between domain names and IP addresses, pretty much runs the Internet.
 
== Drivers ==
 
* [http://www.linuxdriverproject.org Linux drivers] – drivers for printers, scanners, and other hardware devices for Linux operating systems.
 
== Email ==


=== Domain Name System (DNS) ===
* [http://davmail.sourceforge.net/ Davmail] – Microsoft Exchange connector for almost any client.


* [[BIND]]
* [http://www.dovecot.org/ Dovecot] – standard FOSS email server with IMAP, POP3 support.


=== Email ===
* [http://dspam.nuclearelephant.com/ DSPAM] – content-based adaptive spam filter for multi-user enterprise systems.


* [http://www.clamav.net/ ClamAV]
* [http://www.opendkim.org/ OpenDKIM] – DKIM (Domain Keys Identified Mail) sender authentication system (RFC6376), includes Author Domain Signing Practises (ADSP, RFC5617), Vouch By Reference (VBR, RFC5518), and Authorized Third Party Signatures protocol (ATPS, RFC6541).
* [http://www.nuclearelephant.com/ DSPAM]
 
* [http://www.dovecot.org/ Dovecot]
* [http://www.postfix.org/ Postfix] – standard FOSS Mail Transfer Agent (MTA).
* [http://www.postfix.org/ Postfix]
 
== File Encryption ==
 
* [https://code.google.com/p/end-to-end/ End-to-End] – email encryption plugin for Chrome web browser.
 
* [http://sourceforge.net/projects/freeotfe.mirror/ FreeOTFE] – old FOSS on-the-fly disk file encryption.


=== File Encryption ===
* [http://www.freeotfe.org/ FreeOTFE]
* [http://www.truecrypt.org/ TrueCrypt]
* [http://www.truecrypt.org/ TrueCrypt]


=== Flash ===
== Enterprise Service Bus ==
* [http://code.google.com/p/red5/ Red5 server]
 
* [http://www.mulesoft.org/ Mule]
 
== Fax ==
 
* [http://www.hylafax.org/ HylaFax] – fax send, receive, route to email.
 
== File Synchronization ==
 
* [http://www.cis.upenn.edu/~bcpierce/unison/ Unison]
 
== File Systems ==
 
* [http://www.ceph.com Ceph] – distributed object store and file system.
 
== File Transfer Protocol (FTP) ==


=== FTP ===
* [http://cyberduck.ch/ CyberDuck]
* [http://cyberduck.ch/ CyberDuck]
* [http://filezilla-project.org/ FileZilla]
* [http://filezilla-project.org/ FileZilla]
* [http://winscp.net/ WinSCP]
* [http://winscp.net/ WinSCP]


=== Geographic Information Systems ===
== Geographic Information Systems ==
 
* [http://www.gdal.org/ GDAL]
* [http://www.gdal.org/ GDAL]
* [http://postgis.refractions.net/ PostGIS]
* [http://postgis.refractions.net/ PostGIS]


=== Groupware Synchronization ===
== Groupware Synchronization ==
 
* [http://syncevolution.org/ SyncEvolution] – synchronizing with Evolution email / calendar / contacts app.


* [http://syncevolution.org/ SyncEvolution]
== Messaging Systems ==


=== Multimedia ===
* [http://www.rabbitmq.com/ RabitMQ] – application messaging.
* [http://xbmc.org/ XMBC]
 
== Multimedia ==
 
* [http://code.google.com/p/red5/ Red5 server] – flash video emulator.
 
* [http://www.tizen.org/ Tizen] – device API for HTML5.
 
* [http://xbmc.org/ XBMC]
 
== Natural Language Processing (NLP) ==
 
* [http://www.nltk.org/ NLTK]
 
== Networking ==
 
* [http://linuxwireless.org/ Linux Wireless] – IEEE-802.11 subsystem.
 
* [http://nodejs.org/ node.js] – JavaScript for scalable network programming.
 
* [http://www.opendaylight.org/ OpenDayLight] – software defined networking (SDN).
 
* [http://www.samba.org/ Samba] – connection of Linux and Microsoft Windows networking, file systems, printers.
 
== Network Management ==
 
* [http://www.nagios.org/ Nagios] – standard FOSS monitoring and alerting software.


=== Network Management ===
* [http://www.nagios.org/ Nagios]
* [[Hyperic HQ]]
* [[Hyperic HQ]]
* [http://www.opennms.org/ OpenNMS]
* [http://www.opennms.org/ OpenNMS]


=== Network Monitoring ===
* [http://community.zenoss.org/ Zenoos]
* [http://www.wireshark.org/ WireShark]
 
== Network Monitoring ==
 
* [http://www.wireshark.org/ WireShark] – IP network packet inspection.
 
== Operating Systems ==
 
* [http://www.contiki-os.org/ Contiki] – lightweight OS for the "Internet of things".
 
* [[Linux]] – FOSS version of Unix, now the standard and most widely used server operating system.
 
* [[OpenBSD]] – old Unix variant, uses very open [[BSD License]], record of being extraordinarily secure.
 
* [http://www.redhat.com/ Red Hat] – first commercially supported Linux operating system (1993).
 
* [https://tails.boum.org/ Tails] – Secure Linux bootable from USB with privacy tools builtin.
 
* [[Ubuntu]] – most widely used FOSS desktop operating system.
 
== Operating Systems Embedded ==
 
* [http://www.openembedded.org/ OpenEmbedded]


=== Operating Systems ===
* [http://www.yoctoproject.org/ Yocto]


* [[Linux]]
== Operating System Emulation ==
* [[OpenBSD]]
* [[Ubuntu]]


=== Operating System Emulation ===
* [http://www.winehq.org/ Wine] – Windows emulator on Linux, can run some but not all versions of a lot of Windows software.
* [http://www.winehq.org/ Wine] - Windows on Linux
 
== Operating System Virtualization ==


=== Operating System Virtualization ===
* [http://www.colinux.org/ CoLinux]
* [http://www.colinux.org/ CoLinux]
* [http://openvz.org/ OpenVZ]
 
* [http://openvz.org/ OpenVZ] – Linux kernel parallelization.
 
* [http://www.virtualbox.org/ VirtualBox]
* [http://www.virtualbox.org/ VirtualBox]


=== PDF Writers ===
== Password Utilities ==


* [http://sourceforge.net/projects/pdfcreator/ PDFCreator]
* [http://pogostick.net/~pnh/ntpasswd/bootdisk.html Offline Windows Password & Registry Editor, Bootdisk / CD] – Win NT 3.5 through Windows 8.1 (GPL)


=== Portals ===
* [http://ophcrack.sourceforge.net/ ophcrack] – Windows password cracker using rainbow tables (Apache 2, GPL2)
* [http://www.liferay.com/ Liferay]


=== Robotics ===
== Portals ==
 
* [http://www.liferay.com/ Liferay] – mobile content development.
 
== Proxy Servers ==
 
* [http://nginx.org/ Nginx] –  HTTP and reverse proxy server, and mail proxy server.
 
== Robotics ==  
 
* [http://www.ros.org/ Robot Operating System]


* [http://www.urbiforge.org/ Urbi]
* [http://www.urbiforge.org/ Urbi]


=== Security Software ===  
== Search ==


* [http://www.kerberos.org/ Kerberos]
* [http://lucene.apache.org/ Lucene]
* [[OpenVPN]]


=== Smartphones ===
== Security Software ==  


* [http://www.android.com/ Android]
* [http://barada.sourceforge.net/ Barada] – two factor password authentication.
* [http://funambol.org/ Funambol]


=== Spam and Anti-Virus Protection ===
* [http://www.kerberos.org/ Kerberos] – standard FOSS software for secure authentication of users and software.
 
* [http://web.monkeysphere.info/ monkeysphere] – management of networks of trust.
 
* [http://nmap.org/ nmap]
 
* [[OpenVPN]] – standard FOSS software for virtual private networks.
 
* [http://www.yassl.com/ CyaSSL] – certificates.
 
== Smartphones ==
 
* [http://www.android.com/ Android] – standard FOSS smartphone software from Google.
 
* [http://funambol.org/ Funambol] – standard FOSS smartphone system and software communications integration software.
 
== Spam and Anti-Virus Protection ==


* [http://www.ijs.si/software/amavisd/ Amavisd]
* [http://www.ijs.si/software/amavisd/ Amavisd]
* [http://assp.sourceforge.net/ ASSP]
* [http://assp.sourceforge.net/ ASSP]
* [http://www.clamav.net/ ClamAV]
* [http://www.clamwin.com/ ClamWin]
* [http://sourceforge.net/projects/dkim-milter/ dkim-milter]
* [http://sourceforge.net/projects/dk-milter/ domainkeys-milter]


=== Storage Management ===
* [http://www.clamav.net/ ClamAV] – standard FOSS anti-virus tool, mainly used to clean Windows viruses from email passing through.
 
* [http://www.clamwin.com/ ClamWin] – ClamAV version for Windows computers.
 
* [http://sourceforge.net/projects/dkim-milter/ dkim-milter] – legitimate email authentication support.
 
* [http://sourceforge.net/projects/dk-milter/ domainkeys-milter] – legitimate email authentication support.
 
* [http://www.nuclearelephant.com/ DSPAM] – standard FOSS spam blocking software.
 
== Statistics ==
 
* [https://github.com/etsy/statsd/wiki StatsD] – front-end proxy for the Graphite/Carbon metrics and graphing server.
 
== Storage Management ==
 
* [http://www.freenas.org/ FreeNAS] – Network Attached Storage (NAS) management.
 
* [http://www.gluster.org/ Gluster]
* [http://www.gluster.org/ Gluster]


=== System Cloning ===
* [https://nimbus.io/ Nimbus.IO]
 
* [http://www.openfiler.com/ OpenFiler] – NAS and SAN storage appliance.
 
== System Cloning ==
 
* [http://clonezilla.org/ CloneZilla]
* [http://clonezilla.org/ CloneZilla]
* [http://www.fogproject.org/ FOG]
* [http://www.fogproject.org/ FOG]


=== Systems Management ===
== System Integration ==
* [http://spacewalk.redhat.com/ Spacewalk]
 
* [http://wiki.opscode.com/display/chef/Home Chef] – automation of application management and configuration.
 
== Systems Management ==
 
* [http://spacewalk.redhat.com/ Spacewalk] – Linux content provisioning and monitoring.
 
* [http://www.sysdig.org/ sysdig] – capture and analyze Linux instance state information.
 
* [http://zookeeper.apache.org/ ZooKeeper] – centralized maintenance of system configuration data, Apache project.
 
== Testing ==
 
* [https://github.com/Netflix/SimianArmy/wiki Chaos Monkey] – random process termination testing (from Netflix).
 
* [http://funkload.nuxeo.org/ Funkload] – web application testing.
 
* [http://htmlunit.sourceforge.net/ HtmlUnit] – GUI-less web emulator for testing from Java.
 
* [http://twitter.github.com/iago/ Iago] – load generator for performance testing.
 
* [http://seleniumhq.org/ Selenium] – automated web testing.
 
* [http://www.stresslinux.org/sl/ StressLinux] – hardware stress testing.
 
* [https://github.com/twitter/zipkin Zipkin] – web service response time profiling.
 
* [http://watir.com/ Watir] – Ruby libraries for web testing ([http://en.wikipedia.org/wiki/Watir#Similar_tools other languages]).
 
== Video ==
 
* [http://www.webmproject.org/ WebM] – an open web media project developing a high-quality, open video format.
 
== Virtual Desktop Servers ==
 
Also see [http://freeopensourcesoftware.org/index.php?title=Applications#Virtual_Desktop_Clients Virtual Desktop Clients].
 
* [[FreeNX]] – the first NX server built on NoMachine's original FOSS release.
 
* [http://code.google.com/p/neatx/ neatx] – an NX server from Google.
 
* [http://remmina.sourceforge.net/ Remmina]
 
* [http://www.spice-space.org/ SPICE] – NX software originally developed by Redhat.
 
* [http://www.x2go.org/ x2go] – X-windows remote access.
 
== Web Server ==


=== Virtual Desktop ===
* [[Apache Web Server]] – the first and now standard FOSS website server, runs most of the world's websites, provided an early proof of the superior performance and robustness of a FOSS application.


* [[FreeNX]]
== Wireless ==
* [http://code.google.com/p/neatx/ neatx]
* [http://www.redhat.com/virtualization/rhev/desktop/spice/ SPICE]
* [http://www.x2go.org/ x2go]


=== Web Server ===
* [http://www.kannel.org/ Kannel]
* [[Apache Web Server]]


=== Wireless ===
* [http://openbts.sourceforge.net/ OpenBTS]
* [http://openbts.sourceforge.net/ OpenBTS]

Latest revision as of 11:41, 11 May 2016

Main Page >

This page collects good FOSS system software – operating system, middleware, utilities – everything not applications.  Please make sure software you add has current development and user communities – any size, just current!  If software that meets this threshold later falls out of use, please keep it on the list for historical and reuse purposes, with the label (Not Current).


Automation[edit]

  • Puppet – automated installation, configuration, management, etc.

Backup[edit]

  • Amanda – most widely used FOSS backup software.
  • Bacula – second most widely used FOSS backup software.

Bug Tracking & Management[edit]

  • BugZilla – standard FOSS bug management app, traces its heritage back to Mozilla Netscape.

Caching[edit]

Certificates – Digital, SSL[edit]

  • Dogtag – enterprise-class Certificate Authority (CA), hardened by real-world deployments, supporting OCSP, smartcards, and more.
  • easy-rsa – OpenVPN utility to build and manage a PKI CA, create a root certificate authority, and request and sign certificates, including sub-CAs,
  • EJBCA – Certificate Authority and OCSP support, using Java, high performance, highly scalable, platform independent.
  • OpenCA – robust, out-of-the-box Certification Authority with full-strength cryptography, based on openLDAP, OpenSSL, Apache Project, and Apache mod_ssl.
  • OpenSSL – robust, commercial-grade, toolkit implementing Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1), and a full cryptography library.
  • r509 – Ruby gem using OpenSSL for creation of signed certificates, CSRs, and revocation (CRL/OCSP), for full RFC 3280/5280 certificate authority enterprise use.
  • TinyCA2 – fork of the no longer maintained TinyCA, manages a certification authority and x509 certificates as a frontend to OpenSSL, including subCAs for more complex setups.
  • XCA – for creating and managing X.509 certificates, certificate requests, RSA, DSA and EC private keys, Smartcards, CRLs, and sub-CAs.

Cloud Computing[edit]

  • eyeOS – Cloud operating system.
  • OpenStack – original FOSS cloud IaaS project.

Cloud Management[edit]

  • Deltacloud – an abstract cloud management layer.
  • Juju – management of cloud services (from Canonical/Ubuntu).
  • jclouds – abstracts multiple cloud API's with Java.
  • Libcloud – a library that abstracts multiple cloud API's.

Collaboration Server[edit]

Compression[edit]

  • 7-Zip – standard gzip, zip, other compression.

Configuration Management[edit]

  • Git – highly scalable, developed by Linux creator Linus Torvalds.

Cross Language Development[edit]

  • Finagle – Twitter network stack for the JVM to build asynchronous RPC clients and servers in any JVM hosted language.
  • ThriftApache project to define data-types and services across programming languages.

Databases[edit]

  • HBase – Hadoop's very high scalability distributed database from Apache.
  • HyperTable – very high scalability Hadoop compatible distributed database.
  • MongoDB – scalable NoSQL database.
  • MySQL – popular relational database.
  • PostgreSQL – standard FOSS enterprise relational database, very highly scalable.
  • Neo4j – high-performance, NOSQL graph database.
  • Perst – object oriented embedded database.
  • Redis – in-memory key value data store.
  • Riak – fault tolerant distributed database.
  • SQLite – light-weight relational database.

Database Management[edit]

  • phpMyAdmin – one of the first GUI tools for DB management.

Data-Center Management[edit]

Development[edit]

  • DWR – Ajax Java library.
  • Bootstrap – Twitter framework for web development.
  • YUI – JavaScript library for development web applications, from Yahoo.
  • FreePascal – A FOSS Pascal editor/compiler like Turbo Pascal that runs on multiple operating systems (Linux/FreeBSD/Mac OS X/iOS/Darwin/DOS/Windows ...) and architectures (Intel x86, AMD64/x86-64, PowerPC, PowerPC64, SPARC, and ARM).
  • Lazarus – Lazarus is a GUI editor like Delphi and uses the FreePascal Compiler. Write once compile anywhere.

Directory Services[edit]

  • OpenLDAP – standard FOSS Light-weight Directory Access Protocol (LDAP) solution.

Disk Partitioning[edit]

Distributed Computing (High Scalability)[edit]

  • Cassandra – distributed data replication and fault tolerance.
  • Hadoop – processing of very large data sets across many computers.
  • Mesos – application resource management across clusters.
  • Spark – high scalability distributed data analytics.
  • Storm – distributed very large data set processing.

Domain Name System (DNS)[edit]

  • BIND – manages the relationships between domain names and IP addresses, pretty much runs the Internet.

Drivers[edit]

  • Linux drivers – drivers for printers, scanners, and other hardware devices for Linux operating systems.

Email[edit]

  • Davmail – Microsoft Exchange connector for almost any client.
  • Dovecot – standard FOSS email server with IMAP, POP3 support.
  • DSPAM – content-based adaptive spam filter for multi-user enterprise systems.
  • OpenDKIM – DKIM (Domain Keys Identified Mail) sender authentication system (RFC6376), includes Author Domain Signing Practises (ADSP, RFC5617), Vouch By Reference (VBR, RFC5518), and Authorized Third Party Signatures protocol (ATPS, RFC6541).
  • Postfix – standard FOSS Mail Transfer Agent (MTA).

File Encryption[edit]

  • End-to-End – email encryption plugin for Chrome web browser.
  • FreeOTFE – old FOSS on-the-fly disk file encryption.

Enterprise Service Bus[edit]

Fax[edit]

  • HylaFax – fax send, receive, route to email.

File Synchronization[edit]

File Systems[edit]

  • Ceph – distributed object store and file system.

File Transfer Protocol (FTP)[edit]

Geographic Information Systems[edit]

Groupware Synchronization[edit]

  • SyncEvolution – synchronizing with Evolution email / calendar / contacts app.

Messaging Systems[edit]

Multimedia[edit]

  • Tizen – device API for HTML5.

Natural Language Processing (NLP)[edit]

Networking[edit]

  • node.js – JavaScript for scalable network programming.
  • Samba – connection of Linux and Microsoft Windows networking, file systems, printers.

Network Management[edit]

  • Nagios – standard FOSS monitoring and alerting software.

Network Monitoring[edit]

Operating Systems[edit]

  • Contiki – lightweight OS for the "Internet of things".
  • Linux – FOSS version of Unix, now the standard and most widely used server operating system.
  • OpenBSD – old Unix variant, uses very open BSD License, record of being extraordinarily secure.
  • Red Hat – first commercially supported Linux operating system (1993).
  • Tails – Secure Linux bootable from USB with privacy tools builtin.
  • Ubuntu – most widely used FOSS desktop operating system.

Operating Systems Embedded[edit]

Operating System Emulation[edit]

  • Wine – Windows emulator on Linux, can run some but not all versions of a lot of Windows software.

Operating System Virtualization[edit]

  • OpenVZ – Linux kernel parallelization.

Password Utilities[edit]

  • ophcrack – Windows password cracker using rainbow tables (Apache 2, GPL2)

Portals[edit]

  • Liferay – mobile content development.

Proxy Servers[edit]

  • Nginx – HTTP and reverse proxy server, and mail proxy server.

Robotics[edit]

Search[edit]

Security Software[edit]

  • Barada – two factor password authentication.
  • Kerberos – standard FOSS software for secure authentication of users and software.
  • OpenVPN – standard FOSS software for virtual private networks.

Smartphones[edit]

  • Android – standard FOSS smartphone software from Google.
  • Funambol – standard FOSS smartphone system and software communications integration software.

Spam and Anti-Virus Protection[edit]

  • ClamAV – standard FOSS anti-virus tool, mainly used to clean Windows viruses from email passing through.
  • ClamWin – ClamAV version for Windows computers.
  • dkim-milter – legitimate email authentication support.
  • DSPAM – standard FOSS spam blocking software.

Statistics[edit]

  • StatsD – front-end proxy for the Graphite/Carbon metrics and graphing server.

Storage Management[edit]

  • FreeNAS – Network Attached Storage (NAS) management.

System Cloning[edit]

System Integration[edit]

  • Chef – automation of application management and configuration.

Systems Management[edit]

  • Spacewalk – Linux content provisioning and monitoring.
  • sysdig – capture and analyze Linux instance state information.
  • ZooKeeper – centralized maintenance of system configuration data, Apache project.

Testing[edit]

  • Chaos Monkey – random process termination testing (from Netflix).
  • HtmlUnit – GUI-less web emulator for testing from Java.
  • Iago – load generator for performance testing.
  • Zipkin – web service response time profiling.

Video[edit]

  • WebM – an open web media project developing a high-quality, open video format.

Virtual Desktop Servers[edit]

Also see Virtual Desktop Clients.

  • FreeNX – the first NX server built on NoMachine's original FOSS release.
  • neatx – an NX server from Google.
  • SPICE – NX software originally developed by Redhat.
  • x2go – X-windows remote access.

Web Server[edit]

  • Apache Web Server – the first and now standard FOSS website server, runs most of the world's websites, provided an early proof of the superior performance and robustness of a FOSS application.

Wireless[edit]