Linux

Настройка приложения Node.js для работы в среде Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Настройка приложения Node.js для работы в среде Ubuntu 18.04

Node.js — среда исполнения JavaScript с открытым исходным кодом, предназначенная для построения серверных и сетевых приложений. Данная платформа работает в операционных системах Linux, macOS, FreeBSD и Windows. Хотя вы можете запускать приложения Node.js…

Read more
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
CHAT