ubuntu

Como Instalar o Nginx no Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Como Instalar o Nginx no Ubuntu 16.04

O Nginx é um dos servidores web mais populares no mundo e é responsável por hospedar alguns dos maiores e mais acessados sites na internet. Ele possui mais facilidades de recursos do que o Apache em muitos casos e pode ser utilizado como servidor web ou proxy reverso. Neste…

Read more
Configuração Inicial de servidor com Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Configuração Inicial de servidor com Ubuntu 16.04

Quando você cria inicialmente um novo servidor Ubuntu 16.04, existem alguns passos de configuração que você deve tomar no início como parte da configuração básica. Isto aumentará a segurança e a usabilidade do seu servidor e dará uma sólida fundação para as ações…

Read more
How To Add NoSQL Queries to MySQL with memcached on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Add NoSQL Queries to MySQL with memcached on Ubuntu 14.04

Memcached as a standalone server works as an intermediary in front of the MySQL client access layer and manages information only in the memory without an option to store it persistently. This makes it suitable for tasks such as caching the results of duplicate MySQL queries. In this article, memcached will be installed as a MySQL plugin and tightly integrated into MySQL. It will provide a NoSQL style access layer for managing information directly in regular MySQL InnoDB tables.

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
CHAT