Create a Docker Compose container with Apache + PHP + MySQL (XAMP with Docker)

Tiempo de lectura: 3 minutos Continuing with the series of Docker Compose tutorials and based on the last one Associate a Docker file to have a custom image (Apache + PHP + Python) within Docker Compose we are going to create a XAMPP or LAMPP service that includes Apache2, PHP and MySQL taking advantage of Docker containers and linking them … Read more

Connect a WordPress website with AdSense to display automatic ads.

Tiempo de lectura: 3 minutos Good afternoon, in this post, I am going to explain how to connect AdSense to our WordPress website with automatic ads to monetize it. Below are the steps you must follow: Add the URL of our website and click on Save and continue. Once connected, the following screen will appear, where we will click on … Read more

How to Install and Use GitBash (Windows) for GITLAB and Other GIT Services

Tiempo de lectura: 2 minutos What is Git Bash? It is an application for Microsoft Windows environments that offers an emulation layer for a Git command-line experience. Also valid on Linux and MacOS. You can install it on GITBASH. A Git repository is a virtual storage of your project. It allows you to save versions of your code that you … Read more