Setup and Configure Lsyncd
I was looking for my options to sync files from Server A to Server B so I found Lsyncd For the installation sudo apt update sudo apt install lsyncd We need to create the configuration sudo mkdir …
I was looking for my options to sync files from Server A to Server B so I found Lsyncd For the installation sudo apt update sudo apt install lsyncd We need to create the configuration sudo mkdir …
I’ve been working with Python lately, and I was facing some issues with ‘pip’ related to an SSL certificate error: SSL CERTIFICATE_VERIFY_FAILED After spending some time researching …
I was working with Azure DevOps, creating a pipeline for a dotnet application that requires Libman—a library that I’m not used to working with, so I had a few issues trying to install it and …
I’ve been using Ubuntu in Parallels for a while now, everything has been working “fine” at least for what I have been using Ubuntu, my workflow runs “OK”, until a few …
When building a dotnet project and you need to make HTTPS for your project your quickest option is to generate a self-signed certificate, for that, you can run the following commands: openssl req -new …
I was working with Ubuntu 22.04 and I found an issue installing dotnet basically, I was getting an error message: /usr/share/dotnet/host/fxr does not exist After spending some time in Google, I found …
I was trying to create VMs and join those automatically to the Active Directory domain but somehow I reached the limit and everytime I tried to join a new one I got the following message: …
Este es un fragmento de la teoría de Platón que leí en algún lugar en Internet que no recuerdo de momento y deseo compartir con alguien: “Júpiter examinó con los dioses el partido que había que …
I was working with DirectAdmin and this time it was set to use suPHP (for some weird reason). Anyway, when trying to run a PHP script from the Drupal site, it returned an error: “Script timed …
I needed to install PHP 7.4.x on CentOS 6 aside from the existing version on the server. It was quite a challenge but I made it work, the other issue I had to work with was because of the Apache 2.2 …