Ubuntu 16.04

How To Install the Django Web Framework on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install the Django Web Framework on Ubuntu 16.04

Django is a full-featured Python web framework for developing dynamic websites and applications. Using Django, you can quickly create Python web applications and rely on the framework to do a good deal of the heavy lifting. In this guide, we will show you how to get Django…

Read more
How To Protect Your Server Against the Dirty COW Linux Vulnerability — step-by-step Linux tutorial on Progressive Robot

How To Protect Your Server Against the Dirty COW Linux Vulnerability

On October 21, 2016, a privilege escalation vulnerability in the Linux kernel was disclosed. The bug is nicknamed Dirty COW because the underlying issue was a race condition in the way kernel handles copy-on-write (COW). Exploiting this bug means that a regular, unprivileged user on your server can gain write access to any file they can read, and can therefore increase their privileges on the system. This tutorial explains how to protect your server from this vulnerability.

Read more
How To Set Up Apache Virtual Hosts on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Set Up Apache Virtual Hosts on Ubuntu 16.04

The Apache web server is the most popular way to serve web content on the internet. Apache has the ability to serve multiple domains from a single server by using a mechanism called “virtual hosts”. If a virtual host is configured correctly for each domain, the web server can correctly route traffic to the appropriate files based on the domain name requested. In this guide, we’ll demonstrate how to configure Apache virtual hosts on an Ubuntu 16.04 server.

Read more
Como configurar as chaves SSH no Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Como configurar as chaves SSH no Ubuntu 16.04

O SSH, ou shell seguro, é um protocolo criptografado usado para administrar e se comunicar com servidores. Ao trabalhar com um servidor Ubuntu, existem boas chances de você gastar a maior parte do seu tempo em uma sessão de terminal conectada ao seu servidor através do…

Read more
How to Use Full-Text Search in PostgreSQL on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Use Full-Text Search in PostgreSQL on Ubuntu 16.04

In this tutorial, we’ll use PostgreSQL to store data containing articles for a hypothetical news website, then learn how to query the database using FTS and select only the best matches. As the final step, we will explore the available types of indexes in PostgreSQL which can be used to significantly improve performance of the full-text search queries.

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
Como Instalar e Proteger o phpMyAdmin no Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Como Instalar e Proteger o phpMyAdmin no Ubuntu 16.04

Enquanto muitos usuários precisam da funcionalidade de um sistema de gerenciamento de banco de dados como o MySQL, eles podem não se sentir confortáveis interagindo com o sistema unicamente a partir do prompt do MySQL. O phpMyAdmin foi criado para que os usuários possam…

Read more
¿Cómo instalar WordPress con LAMP en Ubuntu 16.04? — step-by-step Linux tutorial on Progressive Robot

¿Cómo instalar WordPress con LAMP en Ubuntu 16.04?

WordPress es el CMS (Sistema de Gestión de Contenido) más popular en Internet. Te permite configurar sitios y blogs fácilmente sobre MySQL y PHP manejando el backend. Wordpress ha tenido amplia aceptación y es una buena opción para tener un sitio en linea rápidamente. Después…

Read more
CHAT