Showing posts in GNU/Linux Debian
post image

Install PHP extensions for Laravel 8 on Debian

2023-05-30 GNU/Linux Debian

In a previous post we saw how to install PHP extensions in Debian. In today's post, we will install all those extensions required in Laravel 8. For the purpose of this post, we are going to assume that you have the latest version of Debian, which in this c...

by Darío Rivera


post image

Install Apache, PHP, and MySQL in Debian 10 (Buster)

2023-05-30 GNU/Linux Debian

Debian Buster is currently the stable version of the GNU/Linux Debian operating system. If you are a web developer or you need to configure a project developed in PHP with Apache and MySQL, this tutorial is for you. Installation The first step is to inst...

by Darío Rivera


post image

Install PHP Extensions on Debian

2023-05-30 GNU/Linux Debian

In Debian it's relatively easy to install PHP extensions. The first thing you need to keep in mind is the name of the extension you're going to install, for example intl. The easiest way to install this extension is by running the following command. sudo a...

by Darío Rivera


post image

Habilitar extensión ioncube de PHP en Debian 10 (Buster)

2021-05-15 GNU/Linux Debian

ionCube loader es una extensión de PHP que permite interpretar archivos de PHP protegidos y codificados con ionCube Encoder. Generalmente este software es utilizado para prevenir que el código fuente original sea decifrado por terceros.Antes de empezar c...

by Darío Rivera


post image

Instalar PHP 7.4 en Debian 10 (Buster) o Debian 9 (Stretch)

2021-05-09 GNU/Linux Debian

GNU/Linux Debian es un excelente sistema operativo caracterizado por su alta estabilidad. Este enfoque tiene sus ventajas y desventajas. En cuanto a PHP, una desventaja resulta ser que casi nunca se tiene dentro de los repos oficiales las últimas versione...

by Darío Rivera


post image

Fuentes de texto en Debian

2020-10-23 GNU/Linux Debian

En Debian y en Linux en general instalar fuentes suele ser bastante sencillo. No obstante, es necesario que sepas en dónde se encuentras generalmente las fuentes, cómo instalarlas y como verficar que están cargadas de manera correcta. Localización ...

by Darío Rivera


post image

Instalar Certbot en Debian 10 (Buster)

2020-10-16 GNU/Linux Debian

Certbot es una de las herramientas oficiales mencionadas por Let's Encrypt que automatiza el proceso de generación de un certificado SSL. Debido a que este software no es un paquete oficial de debian debemos agregarlo editando el archivo sources.list sudo...

by Darío Rivera


post image

Instalar extensiones de PHP para Laravel 8 en Debian

2020-09-23 GNU/Linux Debian

En un post anterior vimos cómo instalar extensiones de PHP en Debian. En el post del día de hoy instalaremos todas aquellas extensiones requeridas en Laravel 8. Para efectos del presente post vamos a suponer que tienes la última versión de Debian, que ...

by Darío Rivera


post image

Protege tu servidor Linux con UFW (Uncomplicated Firewall)

2020-05-24 GNU/Linux Debian

A medida que tus proyectos crecen, bien sea un servido SaaS, un blog, un ecommerce, etc, necesitas mejorar tu infraestructura y la seguridad de tus servidores. Una de las formas más sencillas para mejorar la seguridad es instalar un firewall en tus servid...

by Darío Rivera


post image

Instalar la última versión de npm y Nodejs en GNU/Linux Debian

2020-04-17 GNU/Linux Debian

Es común encontrarse con que la versión estable de GNU/Linux Debian no cuenta con los paquetes de npm y nodejs actualizados. Bien sea que necesites solo actualizar npm o nodejs en este post te enseñamos como. Instalación Lo primero que debes hace...

by Darío Rivera


post image

Instalar extensiones de PHP en Debian

2020-04-14 GNU/Linux Debian

En debian es relativamente sencillo instalar extensiones de PHP. Lo primero que debes tener en cuenta es el nombre de la extensión que vas a instalar, por ejemplo intl. La manera más sencilla de instalar esta extensión es ejecutar el siguiente comando. ...

by Darío Rivera


post image

Instalar Apache, PHP y MySQL en Debian 10 (Buster)

2020-04-14 GNU/Linux Debian

Debian Buster es actualmente la versión estable del sistema operativo GNU/Linux Debian. Si eres desarrollador web o necesitas configurar un proyecto desarrollado en PHP con Apache y MySQL este tutorial es para ti. Instalación El primer paso consiste en ...

by Darío Rivera


post image

Install the latest version of npm and Nodejs on GNU/Linux Debian.

GNU/Linux Debian

It is common to find that the stable version of GNU/Linux Debian does not have updated npm and nodejs packages. Whether you need to update npm or nodejs only, in this post, we will show you how to do it. Installation The first thing you should do is ...

by Darío Rivera


post image

Protect your Linux server with UFW (Uncomplicated Firewall).

GNU/Linux Debian

As your projects grow, whether it's a SaaS server, a blog, an e-commerce, etc., you need to improve your infrastructure and the security of your servers. One of the simplest ways to improve security is to install a firewall on your servers. In this post we...

by Darío Rivera


post image

Install Certbot on Debian 10 (Buster)

GNU/Linux Debian

Certbot is one of the official tools mentioned by Let's Encrypt that automates the process of generating an SSL certificate. Because this software is not an official debian package, we must add it by editing the sources.list file. sudo vim /etc/apt/sources...

by Darío Rivera