ubuntu

Building for Production: Web Applications — Monitoring — step-by-step Linux tutorial on Progressive Robot

Building for Production: Web Applications — Monitoring

In this part of the “Building for Production: Web Applications” series (5 of 6), we will add monitoring to improve our awareness of the state of our servers and services. Monitoring software, such as Nagios, Icinga, and Zabbix, enables you to create dashboards and alerts that will show you which components of your application setup need attention. The goal of this is to help you detect issues with your setup, and start fixing them, before your users encounter them.

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

¿Cómo instalar Java con Apt-Get en Ubuntu 16.04?

Java y la JVM (Máquina Virtual de Java) son ampliamente utilizados y requeridos para muchos tipos de software. Este artículo lo guiará en el proceso de instalación y gestión de diferentes versiones de Java utilizando apt-get. Para seguir este…

Read more
Como Instalar o WordPress com LAMP no Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Como Instalar o WordPress com LAMP no Ubuntu 16.04

O WordPress é o CMS (sistema de gerenciamento de conteúdo) mais popular na internet. Ele lhe permite configurar facilmente blogs e websites flexíveis em cima de uma retaguarda MySQL com processamento PHP. O WordPress tem visto uma adoção incrível e é uma ótima opção para…

Read more
How To Add Swap on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Add Swap on Ubuntu 14.04

Swap space can be used as an “overflow” area for your system when you run out of RAM. The operating system can store data that would normally be kept in RAM on the hard drive in a specially formatted file. In this guide, we’ll demonstrate how to create and use one of these files in Ubuntu 14.04.

Read more
How To Address Crashes in MySQL — step-by-step Linux tutorial on Progressive Robot

How To Address Crashes in MySQL

The most common cause of crashes in MySQL is that it stopped or failed to start due to insufficient memory. To check this, you will need to review the MySQL error log after a crash. First, attempt to start the MySQL server by typing: sudo systemctl start mysql Then…

Read more
CHAT