}

Tutorials

Step-by-step technical guides on Docker, Linux, Python, Go, and more.

Page 29 of 35

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

1 min readIntermediate

Enable additional SPI port on the raspberry pi 2

How to enable a second hardware SPI port on the raspberry pi. SPI1 pinouts on the raspberry pi.

1 min readNone

Install neovim on Debian jessie o vivid using packages or

Simple steps to install neovim using apt-get for ubuntu, debian jessie

1 min readNone

How to use HTML5 input type color in Form Component

HTML input element supports the attribute called color which will popup a color picker. The picked color will be store in the value attribute of the input. Read the article for full details

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 readIntermediate

Nokia 5110 Display with Raspberry Pi Python

Learn how to use the nokia lcd on the raspberry pi 2 using python. We explain how to wire the the nokia lcd module using gpio and how to configure a python library to use it.

2 min readIntermediate

How to add Dependency Injector to a Python project?

Dependency injection (DI) is a technique whereby one object supplies the dependencies of another object. In this tutorial we explain how to add dependency injection to a python project.

2 min readBeginner

Encrypting a second hard drive on Ubuntu after installation

Steps to add a new hard drive using encryption