Anuncios Libros Cursos Categorías

The Kill and Killall commands in Linux

20-05-2023 - Andrés Cruz

The Kill and Killall commands in Linux

Linux In this entry we will explain how to "kill" processes using the Kill and Killall commands.

Continuar leyendo


Run script automatically with Cron on Linux

20-05-2023 - Andrés Cruz

Run script automatically with Cron on Linux

Linux Crons are process managers that run in the background from time to time as configured.

Continuar leyendo


Configure CORS in Flask

19-05-2023 - Andrés Cruz

Configure CORS in Flask

Flask We will see how we can configure an application in Flask with a rest api so that through CORS we can interconnect applications, for example, in Vue.

Continuar leyendo


How to add authentication with Flask Login

19-05-2023 - Andrés Cruz

How to add authentication with Flask Login

Flask We will learn to create a simple login module with Flask Login for user login and registration.

Continuar leyendo


The Gammu SMS daemon (Gammu SMSD)

18-05-2023 - Andrés Cruz

The Gammu SMS daemon (Gammu SMSD)

Gammu Gammu SMSD es un demonio que analiza el módem GSM en busca de SMS.

Continuar leyendo


Install, configure and tips on Gammu for mass sending of SMS

18-05-2023 - Andrés Cruz

Install, configure and tips on Gammu for mass sending of SMS

Gammu In this entry we will give some tips that generally explain how to install, configure and use Gammu on a computer with a Linux environment.

Continuar leyendo


What is Gammu?

18-05-2023 - Andrés Cruz

What is Gammu?

Gammu Gammu is a command line program to send sms and manage the phone.

Continuar leyendo


Using cursors with CSS

17-05-2023 - Andrés Cruz

Using cursors with CSS

CSS With the cursor property that we will see below, we can change the appearance of the cursor over certain elements on our website.

Continuar leyendo


Using CSS to visually validate form fields

17-05-2023 - Andrés Cruz

Using CSS to visually validate form fields

CSS With HTML5 we can use the required attribute to tell the browser that this field is required.

Continuar leyendo


The nth-child pseudo-class in CSS

17-05-2023 - Andrés Cruz

The nth-child pseudo-class in CSS

CSS The nth-child pseudo-class identifies an element within a list of tags.

Continuar leyendo