Linux

How to Set Up a Redis Server as a Session Handler for PHP on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How to Set Up a Redis Server as a Session Handler for PHP on Ubuntu 14.04

Redis is an open source key-value cache and storage system, also referred to as a data structure server for its advanced support for several data types, such as hashes, lists, sets, and bitmaps, amongst others. It also supports clustering, which makes it often used for highly-available and scalable environments. In this tutorial, we’ll see how to install and configure an external Redis server to be used as a session handler for a PHP application running on Ubuntu 14.04.

Read more
How To Set Up an NFS Mount on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up an NFS Mount on Ubuntu 16.04

NFS, or Network File System, is a distributed file system protocol that allows you to mount remote directories on your server. This allows you to leverage storage space in a different location and to write to the same space from multiple servers. NFS works well for directories…

Read more
How To Set Up an OSRM Server on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up an OSRM Server on Ubuntu 14.04

The OpenStreetMap project consists of raw map data, collected and aggregated by thousands of users. This tutorial covers the configuration and maintenance of a web service using Open Source Routing Machine (OSRM), which is based on the OpenStreetMap data.

Read more
Como configurar os hosts virtuais do Apache no Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Como configurar os hosts virtuais do Apache no Ubuntu 18.04

O servidor Web do Apache é um método popular para atender sites na Internet. Em 2019, as estimativas apontavam que o método atenderia 29% de todos os sites ativos, oferecendo robustez e flexibilidade aos desenvolvedores. Ao usar o Apache, um administrador pode configurar um…

Read more
CHAT