Ubuntu 16.04

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
How To Add the gzip Module to Nginx on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Add the gzip Module to Nginx on Ubuntu 16.04

How fast a website will load depends on the size of all of the files that have to be downloaded by the browser. Reducing the size of files to be transmitted can make the website not only load faster, but also cheaper to those who have to pay for their bandwidth usage. In this guide, we’ll discuss how to configure Nginx installed on your Ubuntu 16.04 server to utilize `gzip` compression to reduce the size of content sent to website visitors.

Read more
How To Build Go from Source on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Build Go from Source on Ubuntu 16.04

Go is a modern, open-source programming language developed by Google. If you want to test your Go application against the latest version of the language, contribute to the Go code base, or have better Go version management, you’ll need to build Go from source. This tutorial will show you how to build Go, cover some practical considerations, and build a “Hello, World” test application.

Read more
How to Create an Intranet with OpenVPN on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Create an Intranet with OpenVPN on Ubuntu 16.04

Intranets are private networks created by organizations to ease communication and data transfers. In this tutorial you’ll configure services that are only available to clients who are connected to the VPN, including file shares and a web site, and you’ll learn how to manage access to those resources. When you’re done, you’ll have a basic intranet you can easily expand to meet your needs.

Read more
How To Install and Configure Drone on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Drone on Ubuntu 16.04

Drone is a popular continuous integration and delivery platform built in Go. It integrates with many popular version control repository services like GitHub, GitLab, and Bitbucket to watch for code changes and automatically build and test changes as they…

Read more
CHAT