ubuntu

Cómo instalar y utilizar Composer en Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cómo instalar y utilizar Composer en Ubuntu 20.04

Composer es una herramienta popular de administración de dependencias para PHP, creada principalmente para facilitar la instalación y actualización de dependencias de proyectos. Comprueba los demás paquetes de los que depende un proyecto específico y…

Read more
How to Install and Use Screen on an Ubuntu Cloud Server — step-by-step Linux tutorial on Progressive Robot

How to Install and Use Screen on an Ubuntu Cloud Server

In this article, we will discuss how to install and use “screen”, a tool that allows you to manage multiple shell sessions inside a single terminal. The screen program is very useful for multi-tasking in an ssh environment, due to its ability to resume terminal sessions and perform multiple-concurrent tasks.

Read more
How To Install CouchDB and Futon on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install CouchDB and Futon on Ubuntu 14.04

[Apache CouchDB](http://couchdb.apache.org/), like Redis, Cassandra, and MongoDB, is a *NoSQL database*. CouchDB stores data as JSON documents which are non-relational in nature. This allows users of CouchDB to store data in ways that look very similar to their real world counterparts.

Read more
How To Install Docker On Ubuntu 13.04 x64 VPS — step-by-step Docker tutorial on Progressive Robot

How To Install Docker On Ubuntu 13.04 x64 VPS

Docker is an open-source engine which automates the deployment of applications as highly portable, self-sufficient containers which are independent of hardware, language, framework, packaging system and hosting provider. Run through this tutorial install Docker on your Ubuntu 13.04 VPS.

Read more
CHAT