Linux

How to Access MySQL Error Logs — step-by-step Linux tutorial on Progressive Robot

How to Access MySQL Error Logs

Oftentimes, the root cause of slowdowns, crashes, or other unexpected behavior in MySQL can be determined by analyzing its error logs. On Ubuntu systems, the default location for the MySQL is /var/log/mysql/error.log. In many cases, the error logs are most easily read with the less program, a…

Read more
How To Add Swap Space on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Add Swap Space on Debian 8

One of the easiest way of guarding against out-of-memory errors in applications is to add some swap space to your server. In this guide, we will cover how to add a swap file to a Debian 8 server. <$>[warning] Warning: Although swap is generally recommended for systems…

Read more
How To Add the gzip Module to Nginx on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Add the gzip Module to Nginx on Ubuntu 14.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 14.04 server to utilize `gzip` compression to reduce the size of content sent to website visitors.

Read more
How To Automate Elixir-Phoenix Deployment with Distillery and edeliver on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Automate Elixir-Phoenix Deployment with Distillery and edeliver on Ubuntu 16.04

Elixir is a functional programming language that’s popular for its focus on developer productivity and ease of writing highly concurrent and scalable applications, while Phoenix is a web framework built on Elixir to allow for the creation of highly performant web applications. In this tutorial, you’ll combine Elixir and Phoenix with edeliver and Distillery to create a single command that builds, deploys, and hot-swaps Phoenix projects in production.

Read more
How To Back Up an Ubuntu 14.04 Server with Bacula — step-by-step Linux tutorial on Progressive Robot

How To Back Up an Ubuntu 14.04 Server with Bacula

This tutorial will show you how to set up Bacula to create backups of a remote Ubuntu 14.04 host over a network connection. This involves installing and configuring the Bacula Client software on a remote host, and making some additions to the configuration of an existing Bacula Server.

Read more
Создание резервных копий, восстановление и миграция базы данных MongoDB в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Создание резервных копий, восстановление и миграция базы данных MongoDB в Ubuntu 20.04

MongoDB — одна из самых популярных систем управления базами данных NoSQL. Она отличается надежностью, масштабируемостью, мощностью и удобством в использовании. В этой статье мы покажем, как создавать резервные копии, восстанавливать и переносить базы данных MongoDB.

Read more
CHAT