ubuntu

Como Instalar e Configurar o GitLab no Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

Como Instalar e Configurar o GitLab no Ubuntu 16.04

O GitLab CE, ou Community Edition, é uma aplicação open source usada principalmente para hospedar repositórios Git, com recursos adicionais relacionados ao desenvolvimento, como rastreamento de problemas. Ele é projetado para ser hospedado usando a sua própria infraestrutura, e…

Read more
¿Cómo Instalar y Utilizar PostgreSQL en Ubuntu 16.04? — step-by-step Linux tutorial on Progressive Robot

¿Cómo Instalar y Utilizar PostgreSQL en Ubuntu 16.04?

Los sistemas de administración de bases de datos relacionales son un componente clave en muchos sitios y aplicaciones web. Estos proveen un camino estructurado para almacenar, organizar y acceder a información. PostgreSQL, o Postgres, es un sistema de administración de…

Read more
Deploying a Rails App on Ubuntu 14.04 with Capistrano, Nginx, and Puma — step-by-step Linux tutorial on Progressive Robot

Deploying a Rails App on Ubuntu 14.04 with Capistrano, Nginx, and Puma

In this tutorial we’ll install Ruby and Nginx on a the cloud provider Ubuntu Droplet and configure Puma and Capistrano in our web app. Nginx will be used to capture client requests and pass them over to the Puma web server running Rails. We’ll use Capistrano to automate common deployment tasks, so every time we have to deploy a new version of our Rails app to the server, we can do that with a few simple commands.

Read more
How To Add a Prometheus Dashboard to Grafana — step-by-step Linux tutorial on Progressive Robot

How To Add a Prometheus Dashboard to Grafana

Grafana is the leading graph and dashboard builder for visualizing time series infrastructure and application metrics, but many use it in other domains including industrial sensors, home automation, weather, and process control. It provides a powerful and elegant way to create, explore, and share dashboards and data with your team and the world. In this tutorial, you will learn how to add Prometheus as a data source to your Grafana instance and install a pre-configured Prometheus Dashboard.

Read more
Ubuntu 20.04にスワップ領域を追加する方法 — step-by-step Linux tutorial on Progressive Robot

Ubuntu 20.04にスワップ領域を追加する方法

アプリケーションのメモリ不足エラーを防ぐ方法の一つは、サーバーにスワップ領域を追加することです。このガイドでは、Ubuntu 20.04サーバーにスワップファイルを追加する方法を扱います。

Read more
How To Configure Apache Content Caching on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure Apache Content Caching on Ubuntu 14.04

Web caching is a method of improving server performance by allowing commonly requested content to be temporarily stored in a way that allows for faster access. This allows the visitor to access content faster without having to fetch the same data multiple times. By…

Read more
CHAT