Nginx Index Page 2
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.
Nginx Index Page 2
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.
Nginx Index Page 2
Install nginx from source code
Here we explaint he most easy way to convert virtual box virtual machines to kvm.
Nginx Index Page 2
Installing Python 3.6.2 on raspberry pi (raspbian)
This guide explain with steps how to install python 3.6.2 on raspberrypi
Nginx Index Page 2
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
Nginx Index Page 2
Encrypting a second hard drive on Ubuntu after installation
Steps to add a new hard drive using encryption
Nginx Index Page 2
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.
Nginx Index Page 2
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
Nginx Index Page 2
How to upgrade TP-WDR3600 from OpenWRT to LEDE
We will upgrade Tp-link WDR3600 router with OpenWRT to LEDE firmware in this tutorial.
Nginx Index Page 2
How to create a directory with GO
We use the "os" package Mkdir function to create a directory with GO.