X

How to use threads in Python 3 [the easy way]

In this tutorial, you'll learn to use threading in Python 3 using the default library concurrent.futures.

How to edit Mac OS hosts file?

You can modify your hosts file in order to change the domain name system (DNS) for a domain on your…

How to use SSH Key-Based Authentication on Linux

SSH keys are an easy and extremely secure way of logging into your server. This is a better alternative than…

How to send emails through a Docker container using Flask API?

Back in the day, my projects were written in PHP and then as a simple solution, I've been using Postfix…

How to turn on “Less secure app access” on used Google Account?

Sometimes Google will block your access to an account because of some security checks and it will send you notifications…

How to run WordPress with docker on Linux/macOS/Windows?

In this tutorial, I will show to what to do in order to set up a WordPress container with its…

How to pass visitors real IP to WordPress from Nginx reverse proxy?

One of many experienced problems with Nginx was with passing the real IP of visitors to a service behind it,…

How to run Nginx with docker-compose ?

In the previous tutorial, I have been teaching you how to run Nginx using only Docker. Now, I will show…

How to run Nginx with Docker?

In this tutorial, I will show you how to run a local HTTP server to serve your static website without…

How to make a Geographical Heat Map with Python?

In the following tutorial I will show you how to generate a heat map in python for you geographical data…