Server Optimization

Comment installer Jenkins sur Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Comment installer Jenkins sur Ubuntu 20.04

Si vous devez réaliser des tâches techniques répétitives, cela peut s’avérer être difficile de trouver des solutions d’automatisation qui répondent à vos attentes. Avec Jenkins, un serveur d’automatisation open-source, vous pouvez gérer vos tâches…

Read more
How To Install and Secure Memcached on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Secure Memcached on Ubuntu 18.04 (UBUNTU-18-04)

Memory object caching systems like Memcached can optimize backend database performance by temporarily storing information in memory, retaining frequently or recently requested records. In this guide, we will cover how to protect your Memcached server by binding your installation to a local or private interface and creating an authorized user for your Memcached instance.

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

How To Install and Secure Memcached on Ubuntu 16.04

Memory object caching systems like Memcached can optimize backend database performance by temporarily storing information in memory, retaining frequently or recently requested records. In this guide, we will cover how to protect your Memcached server by binding your installation to a local or private interface and creating an authorized user for your Memcached instance.

Read more
Como instalar o Jenkins no Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Como instalar o Jenkins no Ubuntu 20.04

Quando confrontado com tarefas técnicas repetitivas, encontrar soluções de automação que funcionem pode ser uma tarefa árdua. Com o Jenkins, um servidor de automação de código aberto, você pode gerenciar eficientemente tarefas que vão desde a compilação até…

Read more
How To Optimize Nginx Configuration — step-by-step Web Servers tutorial on Progressive Robot

How To Optimize Nginx Configuration

Nginx is a fast and lightweight alternative to the sometimes overbearing Apache 2. However, Nginx just like any kind of server or software must be tuned to help attain optimal performance. Here’s how to optimize Nginx configuration.

Read more
An Introduction to Load Testing — step-by-step DevOps tutorial on Progressive Robot

An Introduction to Load Testing

In this article, we’ll talk about the server side of web performance optimization: how fast can your server respond to your user’s requests? We’ll review the general landscape of load testing, step through a plan to find your server’s maximum practical response rate, and discuss some options for open source load testing software.

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
CHAT