How To Install and Setup Postfix on Ubuntu 12.04
Postfix is a free, open source Mail Transfer Agent which works to route and deliver email. Here we’ll help you install and setup Postfix on an Ubuntu 12.04 VPS.
Postfix is a free, open source Mail Transfer Agent which works to route and deliver email. Here we’ll help you install and setup Postfix on an Ubuntu 12.04 VPS.
Composer est un outil populaire de gestion des dépendances pour PHP, créé principalement pour faciliter l’installation et les mises à jour des dépendances des projets. Il vérifiera de quels autres paquets un projet spécifique dépend et les…
In this the cloud provider article, we aim to thoroughly introduce the reader to docker– one of the most exciting and powerful open-source projects to come to life in the recent years. Docker helps people with porting applications across systems and machines, running them securely in their own isolated environments.
Les systèmes de gestion de bases de données relationnelles constituent un élément clé de nombreux sites Web et applications. Ils offrent un moyen structuré de stocker les informations, de les organiser et d’y accéder. PostgreSQL, ou Postgres,…
SQLite is a free, cross-platform database management system. It is popular for its efficiency and ability to be used with many different programming languages.
Apache Tomcat is a web server and servlet container that is used to serve Java applications. Tomcat is an open source implementation of the Java Servlet and JavaServer Pages technologies, released by the Apache Software Foundation. This tutorial covers the basic installation and some configuration of Tomcat 7.0.x on Ubuntu 14.04.
Run through this tutorial and install Codelgniter on an Ubuntu 12.04 Cloud Server.
Apache’s CouchDB is “a database that completely embraces the web.” It is one of a family of NoSQL databases that offers an alternative to the rigid structure of a relational database like MySQL. Breeze through this tutorial and learn how to install CouchDB from source on an Ubuntu 13.03 VPS.
Wiki-style document editing is a very popular way of presenting content and allowing group collaboration. There are many different wiki applications available that each have their uses. DokuWiki is a small, contained wiki that does not rely on an entire database to get up and running. In this guide, we will install DokuWiki and serve it with Nginx on an Ubuntu 12.04 VPS.
A Pilha Elastic — anteriormente conhecida como ELK Stack — é uma coleção de softwares de código aberto produzida pela Elastic que permite pesquisar, analisar e visualizar logs gerados a partir de qualquer fonte em qualquer formato. Esta é uma prática…