Server Optimization

How To Add Swap on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Add Swap on CentOS 7

One of the easiest ways to make your server more responsive, and guard against out-of-memory errors in your application, is to add some swap space. This gives you the ability to increase the amount of information that your server can keep in its working memory. In this guide, we will cover how to create and enable a swap file on a CentOS 7 server.

Read more
Installieren von Jenkins unter Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Installieren von Jenkins unter Ubuntu 20.04

Wenn es um die Bewältigung sich wiederholender technischer Aufgaben geht, ist es nicht immer einfach, gute Automatisierungslösungen zu finden. Mit Jenkins, einem Open-Source-basierten Automatisierungsserver, können Sie Aufgaben von der Erstellung bis zur…

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
How To Use MySQL Query Profiling — step-by-step Databases tutorial on Progressive Robot

How To Use MySQL Query Profiling

MySQL query profiling is a useful technique when trying to analyze the overall performance of a database driven application. When developing a mid to large size application, there tends to be hundreds of queries distributed throughout a large code base. This article will demonstrate some useful query profiling techniques using tools that are built into MySQL server.

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 Configure Varnish for Drupal with Apache on Debian and Ubuntu — step-by-step Linux tutorial on Progressive Robot

How To Configure Varnish for Drupal with Apache on Debian and Ubuntu

In this the cloud provider article, as a part of a series to help developers with scaling, we will be talking about configuring Varnish with Drupal. This will greatly reduce the amount of time it takes users to load your Drupal based website, and increase the simultaneous serving capacity of your the cloud provider VPS by passing requests through the Varnish Cache software first.

Read more
Cómo instalar Jenkins en Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cómo instalar Jenkins en Ubuntu 20.04

Al enfrentar tareas técnicas repetitivas, encontrar soluciones de automatización que funcionen puede volverse una tarea en sí. Con Jenkins, un servidor de automatización de código abierto, puede administrar de manera eficiente las tareas, desde la…

Read more
How To Optimize Queries and Tables in MySQL and MariaDB on a VPS — step-by-step Databases tutorial on Progressive Robot

How To Optimize Queries and Tables in MySQL and MariaDB on a VPS

MySQL and MariaDB are popular database management systems that can be used in conjunction with an application or a website. While the querying syntax is easy to learn and very powerful, some operations take a long time. This article will discuss some steps you can take to optimize your queries and table structure.

Read more
How To Use Mytop to Monitor MySQL Performance — step-by-step Linux tutorial on Progressive Robot

How To Use Mytop to Monitor MySQL Performance

Mytop is an open source, command line tool used for monitoring MySQL performance. It was inspired by the Linux system monitoring tool named top and is similar to it in look and feel. Mytop connects to a MySQL server and summarizes the information in a useful format. Using mytop, we can monitor (in real-time) MySQL threads, queries, and uptime as well as see which user is running queries on which database, which are the slow queries, and more.

Read more
CHAT