ubuntu

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
Comment installer Git sur Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Comment installer Git sur Ubuntu 20.04

Les systèmes de contrôle version comme Git sont essentiels aux meilleures pratiques de développement logiciel moderne. Le versionnage vous permet de garder une trace de votre logiciel au niveau de la source. Vous pouvez suivre les modifications, revenir aux étapes précédentes…

Read more
CHAT