Quantcast
Channel: debian – Jesús Amieiro
Browsing latest articles
Browse All 41 View Live

Installing and configuring a supervisor in Debian to execute a Laravel queue...

I need to install and configure a supervisor in Debian to continuous execute a queue worker. The system is a Debian 8. $ sudo lsb_release -a No LSB modules are available. Distributor ID: Debian...

View Article



Problem updating Grafana in a Debian 9

Updating a Debian 9 I get this error with the «grafana» update: $ apt update ... Ign:7 https://packagecloud.io/grafana/stable/debian stretch InRelease Err:9...

View Article

How to rotate the Laravel logs

Laravel stores the logs of the project in the file «storage/logs/laravel.log». If you don’t rotate this file can increase its size a lot, using the most part of the storage, causing problems with a...

View Article

Image may be NSFW.
Clik here to view.

How to setup a master-master replication system between two MySQL servers

In this post, I will go to explain how to set up a master-master replication system between two MySQL to replicate an existing database. The MySQL master-master configuration is a master-slave...

View Article

Update Debian to PHP 7.4

PHP 7.4 has been published on 28 Nov 2019. To update the active version of PHP to this one in a Debian system, you can follow the next steps. This tutorial works on: Debian 10 (buster). Debian 9...

View Article


Image may be NSFW.
Clik here to view.

Desinstalar un programa completamente en Debian o en Ubuntu

A veces tienes que desinstalar un programa en Linux (Debian, Ubuntu o derivados). Esto lo puede hacer con el comando: $ sudo apt remove «paquete» Por ejemplo, para eliminar el paquete «fail2ban»,...

View Article

Paquetes para una instalación LAMP

En esta entrada detallo los comandos para la instalación de un LAMP en Debian 10, con Apache 2, MySQL 5.7 y PHP FPM 7.4. Parto de la instalación base de Debian 10 que ofrece cualquier proveedor de...

View Article

Generar un certificado SSL wildcard con Let’s Encrypt

En un servidor de preproducción habitualmente uso un dominio propio para poder tener cada proyecto con un subdominio. Por ejemplo: comercioelectronico1.example.comwebapp5.example.com… En estos...

View Article


Image may be NSFW.
Clik here to view.

Incrementar el tamaño máximo de subida de archivo en PHP/WordPress

Si te encuentras con un WordPress u otro software PHP con una limitación de tamaño máximo de subida, resolverlo es muy fácil. En un WordPress, el mensaje que vas a encontrar es: Maximum upload file...

View Article

Browsing latest articles
Browse All 41 View Live




Latest Images