Linux

An Introduction to DNS Terminology, Components, and Concepts — step-by-step Linux tutorial on Progressive Robot

An Introduction to DNS Terminology, Components, and Concepts

DNS, or the Domain Name System, is an integral part of how the internet functions today. However, the way that DNS works is often quite mysterious for new administrators. In this guide, we will discuss some of the common terminology and concepts that are involved in DNS configuration.

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

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

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

Read more
Building for Production: Web Applications — Deploying — step-by-step Linux tutorial on Progressive Robot

Building for Production: Web Applications — Deploying

In this part of the “Building for Production: Web Applications” series (2 of 6), we will deploy our example PHP application, WordPress, and a private DNS. Your users will access your application over HTTPS via a domain name, e.g. “https://www.example.com”, that points to the load balancer. The load balancer will act as a reverse proxy to the application servers, which will connect to the database server.

Read more
Como Atualizar para o Ubuntu 16.04 LTS — step-by-step Linux tutorial on Progressive Robot

Como Atualizar para o Ubuntu 16.04 LTS

<$>[warning] Atenção: Uma versão anterior desse guia incluía uma menção aos sistemas Ubuntu 14.04. Embora uma atualização a partir do 14.04 possa completar com sucesso, atualizações entre versões LTS não estão habilitadas por padrão até o primeiro ponto de versão, e é…

Read more
Cómo instalar Anaconda en Ubuntu 18.04 [Quickstart] — step-by-step Linux tutorial on Progressive Robot

Cómo instalar Anaconda en Ubuntu 18.04 [Quickstart]

Diseñado para los flujos de trabajo de ciencia de los datos y aprendizaje automático, Anaconda es un gestor de paquetes de código abierto, gestor de entornos y distribución de los lenguajes de programación Python y R. Este tutorial lo guiará a través de la instalación de…

Read more
¿Cómo instalar Node.js en Ubuntu 16.04? — step-by-step Linux tutorial on Progressive Robot

¿Cómo instalar Node.js en Ubuntu 16.04?

Node.js es una plataforma de programación en JavaScript de propósitos generales que permite a los usuarios hacer aplicaciones de red rápidamente. Mediante el aprovechamiento de Javascript tanto en el front-end como en el back-end, el desarrollo puede ser más consistente y ser…

Read more
Como Instalar o Node.js no Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Como Instalar o Node.js no Ubuntu 16.04

O Node.js é uma plataforma Javascript para programação de propósito geral, que permite aos usuários construírem aplicações de rede rapidamente. Ao levar o Javascript tanto ao front-end quanto ao back-end, o desenvolvimento pode ser mais consistente e ser projetado dentro do…

Read more
CHAT