}

Articles tagged "nginx"

Page 2 of 3

1 min readBeginner

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.

3 min readBeginner

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.

1 min readBeginner

Install nginx from source code

Here we explaint he most easy way to convert virtual box virtual machines to kvm.

2 min readBegginer

Installing Python 3.6.2 on raspberry pi (raspbian)

This guide explain with steps how to install python 3.6.2 on raspberrypi

2 min readIntermediate

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

2 min readBeginner

Encrypting a second hard drive on Ubuntu after installation

Steps to add a new hard drive using encryption

3 min readBeginner

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.

1 min readBeginner

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

3 min readIntermediate

How to upgrade TP-WDR3600 from OpenWRT to LEDE

We will upgrade Tp-link WDR3600 router with OpenWRT to LEDE firmware in this tutorial.

1 min readBeginner

How to create a directory with GO

We use the "os" package Mkdir function to create a directory with GO.