Articles tagged "nginx"
Page 2 of 3
How to convert virtual box disk to KVM qcow
With a few linux commands convert any virtual box disk or virtual machine for use with KVM virtualization.
How to setup Flask with gunicorn and nginx with example
Follow this steps to configure flask application with gunicorn wsgi using nginx. We also extend the tutorial for load balance flask application using nginx. We will explain everything from installation to boot scripts for gunicorn.
Install nginx from source code
Here we explaint he most easy way to convert virtual box virtual machines to kvm.
Installing Python 3.6.2 on raspberry pi (raspbian)
This guide explain with steps how to install python 3.6.2 on raspberrypi
Adding a GPS GY-NEO6MV2 to the Raspberry Pi
In this tutorial we are going to explain how to connect a GY-NEO6MV2 with the rasperrypi
Encrypting a second hard drive on Ubuntu after installation
Steps to add a new hard drive using encryption
Python3 yield explained
In this tutorial we explain what is the use of python yield which can improve the overall performance of your python application.
How to convert mkv to mp4 on macOS
We will explain how to convert several file from mkv to mp4 using the command line on macOS or OSX
How to upgrade TP-WDR3600 from OpenWRT to LEDE
We will upgrade Tp-link WDR3600 router with OpenWRT to LEDE firmware in this tutorial.
How to create a directory with GO
We use the "os" package Mkdir function to create a directory with GO.