In this tutorial, I will use an API for requests that take over the work of setting proxies or loading and parsing the HTML DOM.
Recently, I have been working on my own API for making requests and parse the HTML DOM.
When you are executing a long-running script in any Linux distribution, you can make it run in the background of your terminal.
In this tutorial, you’ll learn to use threading in Python 3 using the default library concurrent.futures.
You can modify your hosts file in order to change the domain name system (DNS) for a domain on your computer.
SSH keys are an easy and extremely secure way of logging into your server. This is a better alternative than a simple plain password.
Back in the day, my projects were written in PHP and then as a simple solution, I’ve been using Postfix with its basic configuration. Postfix…
Sometimes Google will block your access to an account because of some security checks and it will send you notifications to manually confirm your activity.
In this tutorial, I will show to what to do in order to set up a WordPress container with its own database on Windows 10.…
One of many experienced problems with Nginx was with passing the real IP of visitors to a service behind it, like WordPress. It may seem…