Using Cloudflare to redirect your domain

Using Cloudflare to redirect your domain

Using Cloudflare you will get an extra layer of security on your website, not only this but you can run web server behind any firewalll without exposing your server, ip or network to the web. In this example we will connect the domain Azores-shipping.pt to...

read more
DOCKER: Bitcoin core + EPS

DOCKER: Bitcoin core + EPS

The most secure and private way to use bitcoin is having your own Bitcoin node and you Electrum Personal Server. Here I will explain a simple way to have them running in minutes using docker containers. Note: all in red inside the commands is what you should change....

read more
Docker WordPress + Mysql

Docker WordPress + Mysql

Here how to create a Wordpress container connected to a mysql container to get Wordpress running on Docker To start we create a docker network called 'sites' for mysql and Wordpress containers docker network create sites Create and configure Mysql container in...

read more