ubuntu

How To Use the LESS CSS Preprocessor on an Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

How To Use the LESS CSS Preprocessor on an Ubuntu VPS

In this tutorial, we will see how you can install LESS and get started using it on the server-side. For this, it assumes you are already running your own VPS with Ubuntu and a web server installed on it if you want to see something in the browser (but not necessary at this level). Additionally, you will have to install Node.js and NPM (Node Package Manager).

Read more
How To Install and Use OTPW for Single-Use SSH Passwords on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Use OTPW for Single-Use SSH Passwords on Ubuntu 14.04

SSH is a way of connecting to a remote server securely. It includes a number of mechanisms to perform this task in a safe way. However, the protocol assumes that the computer that you are connecting from is secure. In this guide, we will instruct you on how to set up one time passwords as an option for connecting to your server from an insecure location. We will do this by configuring the OTPW utility on an Ubuntu 14.04 machine.

Read more
Как установить MongoDB в Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Как установить MongoDB в Ubuntu 16.04

MongoDB представляет собой систему управления базами данных NoSQL с открытым исходным кодом, которая широко используется в современных приложениях. В этой статье мы опишем процесс установки MongoDB на ваш сервер для использования в production-среде. <$>[note] На момент…

Read more
SaltStack Infrastructure: Installing the Salt Master — step-by-step Linux tutorial on Progressive Robot

SaltStack Infrastructure: Installing the Salt Master

In this article, we’ll introduce the various environments we’ll be building out and install the Salt master daemon onto our primary server. This is the core system that will house our configuration instructions, control our infrastructure nodes, and manage our requirements.

Read more
Как настроить виртуальные хосты в Apache на Ubuntu 14.04 LTS — step-by-step Linux tutorial on Progressive Robot

Как настроить виртуальные хосты в Apache на Ubuntu 14.04 LTS

Веб-сервер Apache является самым популярным средством размещения веб-контента в интернете. На его счету более половины всех действующих веб-сайтов. Это очень мощный и гибкий инструмент. Apache разделяет свои функциональные возможности и компоненты на отдельные части, которые…

Read more
CHAT