ubuntu

Cómo agregar espacio de intercambio en Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Cómo agregar espacio de intercambio en Ubuntu 20.04

Una opción para evitar errores de memoria insuficiente en aplicaciones es agregar espacio de intercambio a su servidor. En esta guía, abordaremos la manera de añadir un archivo de intercambio a un servidor Ubuntu 20.04. <$>[warning] Advertencia: Si bien, en general, el…

Read more
How To Backup PostgreSQL Databases on an Ubuntu VPS — step-by-step Linux tutorial on Progressive Robot

How To Backup PostgreSQL Databases on an Ubuntu VPS

PostgreSQL is a popular database management system that can be used to handle the data from your website or application. This article will discuss methods of backing up PostgreSQL databases to ensure that your information will not be lost in the event of a problem.

Read more
How To Change Your PHP Settings on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Change Your PHP Settings on Ubuntu 14.04

PHP is a server side scripting language used by many popular CMS and blog platforms like WordPress and Drupal. It is also part of the popular LAMP and LEMP stacks. Updating the PHP configuration settings is a common task when setting up a PHP-based website. This guide will show how to view the current PHP configuration settings of your web server and how to make updates to the PHP settings.

Read more
How To Configure Secure Updates and Installations in WordPress on Ubuntu — step-by-step Linux tutorial on Progressive Robot

How To Configure Secure Updates and Installations in WordPress on Ubuntu

WordPress is the most popular content management system (CMS) on the web currently. While WordPress can be a great way to manage you content, there are some very insecure configurations that are given throughout the internet. This article will cover how to set up secure updates and installations using SSH keys instead of FTP, which is an inherently insecure protocol.

Read more
How To Create a Multi-Node MySQL Cluster on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How To Create a Multi-Node MySQL Cluster on Ubuntu 16.04

MySQL cluster is a software technology which provides high availability and throughput. In short, there is one or more management nodes which control the data nodes (where data is stored). After consulting with the management node, clients (MySQL clients, servers, or native APIs) connect directly to the data nodes.

Read more
CHAT