Compile modules in OpenResty (basic)

Hello, this time I’ll guide you through the process of how to compile modules in OpenResty. If you don’t know what is OpenResty, I’ll say you that is a tuned Nginx with a lot of pre-compiled modules. This will help you to configure your server without much hard work. The problem comes when some modules … Read more

Install Python 3.6+ on Debian 9

Today I bring you an easy method to install python 3.6 or higher on Debian 9, and incidentally solve a couple of problems that arose during this installation. These steps have been tested only in Debian 9, but they will surely be equally compatible with other OS such as Ubuntu or similar. In the case … Read more